95 Commits (b2b59febe8bf1d411e7d8faacd23789784aac1f0)

Author SHA1 Message Date
Ben Noordhuis d3c317e08a src: attach env directly to api functions 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 10 years ago
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 10 years ago
Andrius Bentkus a382c9a97c udp: make it possible to receive empty udp packets 10 years ago
Timothy J Fontaine 535c7777ac src: replace usage of String::Utf8Value 11 years ago
C. Scott Ananian 08a5b442e4 node: add signature to SET_PROTOTYPE_METHOD 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Trevor Norris 4a9af3fecb async_wrap: add provider types/pass to constructor 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Trevor Norris 63ccfc3536 async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago
Fedor Indutny 5ce50ece16 dgram: fix abort when getting `fd` of closed dgram 11 years ago
Ben Noordhuis 27f115d715 src: fix Context::Scope usage 11 years ago
Ben Noordhuis 09724b311e src: fix Environment::GetCurrent() usage 11 years ago
Trevor Norris ccec14b568 async-wrap: add methods to udp/tcp/pipe/timers 11 years ago
Trevor Norris efa62fd9cc node: add AsyncListener support 11 years ago
Trevor Norris 613d76ef6a src: shorten Object{Wrap,Unwrap} 11 years ago
Trevor Norris f2e3be53bc src: don't use class specific Unwrap methods 11 years ago
Trevor Norris 93f75a86bf src: use function to get internal pointer 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 11 years ago
Fedor Indutny 7063c59b97 cpplint: disallow comma-first in C++ 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 11 years ago
Ben Noordhuis 7494c84fe6 uv: upgrade to v0.11.13 11 years ago
Ben Noordhuis ed8d97f572 uv: upgrade to v0.11.12 11 years ago
Trevor Norris 35f789b027 src: fix build break from generic macro name 11 years ago
Trevor Norris 756ae2c536 src: centralize class wrap/unwrap 11 years ago
Ben Noordhuis f9b7714b4b src: don't call v8::Object::SetHiddenValue() 11 years ago
Ben Noordhuis 1449739de0 dgram: don't call into js when send cb is omitted 11 years ago
Ben Noordhuis f674b09f40 src: use v8::String::NewFrom*() functions 11 years ago
Ben Noordhuis d24decb87b src: remove no-op HandleWrap::Initialize() 11 years ago
Ben Noordhuis 5383e75885 src: use static_cast for void-to-T casts 11 years ago
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