summaryrefslogtreecommitdiff
path: root/src/udp_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-18/+21
* stream_wrap, udp_wrap: add read-only fd propertyBen Noordhuis2013-02-131-0/+24
* udp_wrap: use proper imports in source fileBen Noordhuis2013-02-131-2/+12
* cluster: support datagram socketsBert Belder2013-01-281-2/+15
* src: pass node_isolate to Null()Ben Noordhuis2013-01-071-2/+2
* src: pass node_isolate to True() and False()Ben Noordhuis2013-01-071-2/+2
* src: pass node_isolate to Local<>::NewBen Noordhuis2013-01-071-4/+4
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-8/+8
* bindings: update to new v8 apisFedor Indutny2013-01-021-1/+1
* dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalentsBert Belder2012-08-071-15/+0
* export HandleWrap Unref Ref in tcp/udp/timer/pipeTimothy J Fontaine2012-07-231-0/+3
* udp_wrap, stream_wrap: lazy init slab allocatorBen Noordhuis2012-06-051-5/+14
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-011-39/+13
* Make UNWRAP macro generic.Oleg Efimov2012-05-211-19/+7
* tcp, udp: share sockaddr-to-object functionBen Noordhuis2012-05-021-46/+1
* udp: slightly optimize address family propertyBen Noordhuis2012-05-011-5/+6
* udp: make variable names consistentBen Noordhuis2012-05-011-13/+13
* udp: make getsockname() return address family nameShigeki Ohtsu2012-05-011-0/+7
* MakeCallback: Consistent symbol usageisaacs2012-04-171-3/+7
* udp_wrap: simplify AddressToJS() functionBen Noordhuis2012-03-301-23/+11
* udp_wrap: use new slab allocatorBen Noordhuis2012-03-301-27/+29
* udp: root JS objects in HandleScope with Local<>Ben Noordhuis2012-03-301-5/+6
* udp: remove slab allocatorBen Noordhuis2012-03-301-61/+5
* Avoiding unnecessary ToString() callsssuda2012-03-231-4/+4
* core: use proper #include directivesBen Noordhuis2012-03-101-4/+4
* dgram: fix out-of-bound memory readBen Noordhuis2012-02-231-0/+2
* Revert support for isolates.Ben Noordhuis2012-02-061-9/+8
* Merge remote-tracking branch 'ry/v0.6' into masterisaacs2012-01-311-24/+19
|\
| * dgram: bring back setTTL()Ben Noordhuis2012-01-241-42/+17
| * dgram: bring back setMulticastLoopback()Ben Noordhuis2012-01-241-0/+20
* | udp: 'interface' is reserved word on windows.isaacs2012-01-231-4/+4
* | Merge branch 'v0.6'Fedor Indutny2012-01-241-0/+73
|\ \ | |/
| * dgram: reintroduce setMulticastTTL()Dan VerWeire2012-01-211-0/+16
| * dgram: reintroduce setBroadcast()Dan VerWeire2012-01-211-0/+16
| * dgram: reintroduce addMembership() and dropMembership()Roman Shtylman2012-01-211-0/+41
* | Merge remote branch 'origin/v0.6'Ryan Dahl2012-01-161-9/+59
|\ \ | |/
| * dgram: use slab memory allocatormrb2012-01-121-9/+59
* | Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis2012-01-021-0/+1
|\ \ | |/
| * dgram: fix memory leak in error pathBen Noordhuis2011-12-291-0/+1
* | Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl2011-12-291-9/+9
* | Remove node_isolate.h from node.hRyan Dahl2011-12-291-0/+1
* | isolates: isolate-ify the main loopBen Noordhuis2011-12-291-8/+8
|/
* Remove stray NODE_MODULE() semi-colons.Ben Noordhuis2011-11-091-1/+1
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* Display sys_errno when UV_UNKNOWN is returnedRyan Dahl2011-10-191-7/+9
* uv_getsockname got renamedBert Belder2011-09-041-3/+3
* Upgrade libuv to ea4271fRyan Dahl2011-08-311-8/+8
* fix windows buildRyan Dahl2011-08-241-2/+2
* dgram: integrate libuv support for UDP over IPv6Ben Noordhuis2011-08-241-10/+47
* dgram: integrate libuv UDP supportBen Noordhuis2011-08-241-0/+360