summaryrefslogtreecommitdiff
path: root/src/udp_wrap.cc
AgeCommit message (Expand)Author
2013-02-25src, test: downgrade to v8 3.14 apiBen Noordhuis
2013-02-13stream_wrap, udp_wrap: add read-only fd propertyBen Noordhuis
2013-02-13udp_wrap: use proper imports in source fileBen Noordhuis
2013-01-28cluster: support datagram socketsBert Belder
2013-01-07src: pass node_isolate to Null()Ben Noordhuis
2013-01-07src: pass node_isolate to True() and False()Ben Noordhuis
2013-01-07src: pass node_isolate to Local<>::NewBen Noordhuis
2013-01-07src: pass node_isolate to Integer::NewBen Noordhuis
2013-01-02bindings: update to new v8 apisFedor Indutny
2012-08-07dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalentsBert Belder
2012-07-23export HandleWrap Unref Ref in tcp/udp/timer/pipeTimothy J Fontaine
2012-06-05udp_wrap, stream_wrap: lazy init slab allocatorBen Noordhuis
2012-06-01child_process: new stdio API for .spawn() methodFedor Indutny
2012-05-21Make UNWRAP macro generic.Oleg Efimov
2012-05-02tcp, udp: share sockaddr-to-object functionBen Noordhuis
2012-05-01udp: slightly optimize address family propertyBen Noordhuis
2012-05-01udp: make variable names consistentBen Noordhuis
2012-05-01udp: make getsockname() return address family nameShigeki Ohtsu
2012-04-17MakeCallback: Consistent symbol usageisaacs
2012-03-30udp_wrap: simplify AddressToJS() functionBen Noordhuis
2012-03-30udp_wrap: use new slab allocatorBen Noordhuis
2012-03-30udp: root JS objects in HandleScope with Local<>Ben Noordhuis
2012-03-30udp: remove slab allocatorBen Noordhuis
2012-03-23Avoiding unnecessary ToString() callsssuda
2012-03-10core: use proper #include directivesBen Noordhuis
2012-02-23dgram: fix out-of-bound memory readBen Noordhuis
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-31Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-01-23udp: 'interface' is reserved word on windows.isaacs
2012-01-24dgram: bring back setTTL()Ben Noordhuis
2012-01-24dgram: bring back setMulticastLoopback()Ben Noordhuis
2012-01-24Merge branch 'v0.6'Fedor Indutny
2012-01-21dgram: reintroduce setMulticastTTL()Dan VerWeire
2012-01-21dgram: reintroduce setBroadcast()Dan VerWeire
2012-01-21dgram: reintroduce addMembership() and dropMembership()Roman Shtylman
2012-01-16Merge remote branch 'origin/v0.6'Ryan Dahl
2012-01-12dgram: use slab memory allocatormrb
2012-01-02Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2011-12-29dgram: fix memory leak in error pathBen Noordhuis
2011-12-29Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl
2011-12-29Remove node_isolate.h from node.hRyan Dahl
2011-12-29isolates: isolate-ify the main loopBen Noordhuis
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-11-02Add missing copyright headersRyan Dahl
2011-10-19Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-09-04uv_getsockname got renamedBert Belder
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-08-24fix windows buildRyan Dahl
2011-08-24dgram: integrate libuv support for UDP over IPv6Ben Noordhuis
2011-08-24dgram: integrate libuv UDP supportBen Noordhuis