The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / src / udp_wrap.h @ 6f92da2d

History | View | Annotate | Download (3.38 KB)

# Date Author Comment
8e29ce9f 07/31/2013 02:12 PM Fedor Indutny

src: lint c++ code

110a9cd8 07/06/2013 11:44 AM Ben Noordhuis

lib, src: upgrade after v8 api change

This is a big commit that touches just about every file in the src/
directory. The V8 API has changed in significant ways. The most
important changes are:

  • Binding functions take a const v8::FunctionCallbackInfo<T>& argument...
7bdd05bd 02/13/2013 10:11 AM Ben Noordhuis

stream_wrap, udp_wrap: add read-only fd property

Expose the file descriptor as a read-only property on the internal
handle objects. Intended for debugging purposes, not part of the API
proper. The property is always null on Windows.

Fixes #4754.

b1b7b4e4 02/13/2013 09:44 AM Ben Noordhuis

udp_wrap: don't use namespace imports in header

It's not really harmful but it's inconsistent with the other header
files.

5e7e51c2 01/28/2013 04:12 PM Bert Belder

cluster: support datagram sockets

af98fc9d 06/01/2012 12:52 PM Fedor Indutny

child_process: new stdio API for .spawn() method