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
2013-02-26src, 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-29cluster: 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-22Make 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-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