63 Commits (d4cc30f18c2bf446c31ee8f7d05260a1c540fd1a)

Author SHA1 Message Date
Ben Noordhuis 02cab97490 src: more lint after cpplint tightening 11 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 11 years ago
Ben Noordhuis 6bd922fce8 dgram: report send errors to cb, don't pass bytes 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis 221c689ebb udp_wrap, tcp_wrap: add out arg to AddressToJS 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 11 years ago
Trevor Norris 278183a902 {stream,udp,tls}_wrap: remove unused offset/length 12 years ago
Trevor Norris fa10b757f5 smalloc: use malloc instead of new 12 years ago
Trevor Norris ec90e6e80a slab_allocator: remove SlabAllocator 12 years ago
Ben Noordhuis 448adaa456 src: simplify HandleWrap initialization 12 years ago
Ben Noordhuis 4d68daea0f src: replace c-style casts with c++-style casts 12 years ago
Trevor Norris f65e14ed1d src: pass Isolate to all applicable api 12 years ago
Trevor Norris 0bba590283 bindings: update api 12 years ago
Ben Noordhuis 51f6e6a9b3 src, test: downgrade to v8 3.14 api 12 years ago
Ben Noordhuis 7bdd05bd66 stream_wrap, udp_wrap: add read-only fd property 12 years ago
Ben Noordhuis 2d069c5210 udp_wrap: use proper imports in source file 12 years ago
Bert Belder 5e7e51c2fe cluster: support datagram sockets 12 years ago
Ben Noordhuis c7d7ae1fe2 src: pass node_isolate to Null() 12 years ago
Ben Noordhuis 109f73b2c0 src: pass node_isolate to True() and False() 12 years ago
Ben Noordhuis 01c3d0aa88 src: pass node_isolate to Local<>::New 12 years ago
Ben Noordhuis 6573fc3502 src: pass node_isolate to Integer::New 12 years ago
Fedor Indutny 5e57bcc3ce bindings: update to new v8 apis 12 years ago
Bert Belder acea4c4123 dns: use uv_inet_ntop/uv_inet_pton instead of c-ares equivalents 12 years ago
Timothy J Fontaine 19d43f852e export HandleWrap Unref Ref in tcp/udp/timer/pipe 12 years ago
Ben Noordhuis eef57dddf4 core: use proper #include directives 13 years ago
Ben Noordhuis 27061cc9f4 udp_wrap, stream_wrap: lazy init slab allocator 13 years ago
Fedor Indutny af98fc9d5f child_process: new stdio API for .spawn() method 13 years ago
Oleg Efimov 45de259b43 Make UNWRAP macro generic. 13 years ago
Ben Noordhuis 880219645e tcp, udp: share sockaddr-to-object function 13 years ago
Ben Noordhuis b45a10818e udp: slightly optimize address family property 13 years ago
Ben Noordhuis e747daf604 udp: make variable names consistent 13 years ago
Shigeki Ohtsu 94f1feeb59 udp: make getsockname() return address family name 13 years ago
isaacs a26bee8fa1 MakeCallback: Consistent symbol usage 13 years ago
Ben Noordhuis 7c02b5a58d udp_wrap: simplify AddressToJS() function 13 years ago
Ben Noordhuis 1ab95a536a udp_wrap: use new slab allocator 13 years ago
Ben Noordhuis f86359cc3f udp: root JS objects in HandleScope with Local<> 13 years ago
Ben Noordhuis 32b2964eed udp: remove slab allocator 13 years ago
ssuda 249c3c165a Avoiding unnecessary ToString() calls 13 years ago
Ben Noordhuis ff4a9d381d core: use proper #include directives 13 years ago
Ben Noordhuis defa637378 dgram: fix out-of-bound memory read 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
isaacs b1b16d117e udp: 'interface' is reserved word on windows. 13 years ago
Ben Noordhuis 2775c0e97e dgram: bring back setTTL() 13 years ago
Ben Noordhuis 46e86aa803 dgram: bring back setMulticastLoopback() 13 years ago
Dan VerWeire f2b1f57f74 dgram: reintroduce setMulticastTTL() 13 years ago
Dan VerWeire f749338e1e dgram: reintroduce setBroadcast() 13 years ago
Roman Shtylman a38fd6056c dgram: reintroduce addMembership() and dropMembership() 13 years ago
mrb bd9fa2e841 dgram: use slab memory allocator 13 years ago
Ben Noordhuis 3f5bb15f35 dgram: fix memory leak in error path 13 years ago
Ryan Dahl 20ba454ef9 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago