132 Commits (41173de77b04ec9b659dc59d6b448556147a410e)

Author SHA1 Message Date
Daniel Bevenius 1bfa02639c src: remove out-of-date TODO comment 8 years ago
Daniel Bevenius 6e62b71688 src: add missing length argument to send comment 8 years ago
Anna Henningsen ea94086ad2
src: provide allocation + nullptr check shortcuts 8 years ago
Anna Henningsen 48ed65440c
src: pass desired return type to allocators 8 years ago
Daniel Bevenius 0c6455278d src: make ReqWrap req_ member private 9 years ago
Paul Kiddie fffb9a386a
src: use MaybeStackBuffer on DoSend/Writev 8 years ago
Michael Dawson a00ccb0fb9 src: normalize malloc, realloc 8 years ago
Haojian Wu 43ef58005e src: remove unused using decls 9 years ago
Ben Noordhuis 4e989b00a3 src: fix handle leak in UDPWrap::Instantiate() 9 years ago
Matteo Collina c14e98b476 dgram: copy the list in send 9 years ago
Trevor Norris c0e6c668e6 src: no abort from getter if object isn't wrapped 9 years ago
Saúl Ibarra Corretgé 3ef2eb283b udp: use libuv API to get file descriptor 9 years ago
Jeremiah Senkpiel fe4837afcc handle_wrap: IsRefed() -> HasRef() 9 years ago
Jeremiah Senkpiel 96a9439fd2 Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check" 9 years ago
Jeremiah Senkpiel 9bb5a5e2a1 handle_wrap: IsRefed -> Unrefed, no isAlive check 9 years ago
Jeremiah Senkpiel 7d8882ba9a handle_wrap: expose an `isRefed()` check to JS 9 years ago
Ben Noordhuis a7581d0859 src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
Michaël Zasso ad0ce57432 src: fix NewInstance deprecation warnings 9 years ago
Matteo Collina 137f53c7b7 dgram: support dgram.send with multiple buffers 9 years ago
Trevor Norris e52864b4b8 async_wrap: update providers and add test 9 years ago
Evan Lucas 870229e665 src: Add ABORT macro 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Ben Noordhuis a43af39ffc src: DRY getsockname/getpeername code 10 years ago
Ben Noordhuis 88419479cc src: rename Buffer::Use() to Buffer::New() 10 years ago
Ben Noordhuis 64577463df src: plug memory leaks 10 years ago
Trevor Norris 8664084166 buffer: make additional changes to native API 10 years ago
Trevor Norris 36f78f4c1c buffer: switch API to return MaybeLocal<T> 10 years ago
Trevor Norris e56758a5e0 async-wrap: add provider id and object info cb 10 years ago
Ben Noordhuis 7e88a9322c src: make accessors immune to context confusion 10 years ago
Ben Noordhuis 38dc0cd8f4 src: switch from QUEUE to intrusive list 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris cbf76c1f2f src: pass Isolate to node::Utf8Value constructor 10 years ago
Trevor Norris bd83c3966d async-wrap: explicitly pass parent 10 years ago
Trevor Norris f39b48c26d src: remove unnecessary template parameter 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Trevor Norris 419f18d2e2 async-wrap: explicitly pass parent 10 years ago
Trevor Norris add955e6b8 src: remove unnecessary template parameter 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 10 years ago
Ben Noordhuis 5ab87dba73 src: mark empty destructors as default 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
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 11 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