Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-18MakeCallback: 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-02-01Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-01-24udp: '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-23Merge 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-17Merge 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-20Display sys_errno when UV_UNKNOWN is returnedRyan Dahl
2011-09-05uv_getsockname got renamedBert Belder
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-08-25fix windows buildRyan Dahl
2011-08-25dgram: integrate libuv support for UDP over IPv6Ben Noordhuis
2011-08-25dgram: integrate libuv UDP supportBen Noordhuis