141 Commits (fe2df3b842205d8dedffcc83de387d43579ec760)

Author SHA1 Message Date
Trevor Norris fe2df3b842
async_wrap,src: add GetAsyncId() method 8 years ago
Daniel Bevenius 8eb7790a88 src: replace IsConstructCalls with lambda 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Anna Henningsen ea94086ad2
src: provide allocation + nullptr check shortcuts 9 years ago
Anna Henningsen 48ed65440c
src: pass desired return type to allocators 9 years ago
Daniel Bevenius 0c6455278d src: make ReqWrap req_ member private 9 years ago
Michael Dawson a00ccb0fb9 src: normalize malloc, realloc 9 years ago
Haojian Wu 43ef58005e src: remove unused using decls 9 years ago
Trevor Norris c0e6c668e6 src: no abort from getter if object isn't wrapped 9 years ago
Saúl Ibarra Corretgé 4fe1d6e75f unix,stream: fix getting the correct fd for a handle 9 years ago
Sakthipriyan Vairamani 2c480bdae6 src: fix check-imports.py linter errors 9 years ago
Fedor Indutny a4fa51cd02 stream_wrap: support empty `TryWrite`s 10 years ago
Evan Lucas 870229e665 src: Add ABORT macro 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Fedor Indutny 291b310e21 stream_base: various improvements 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
Fedor Indutny 30b7349176 stream_base: dispatch reqs in the stream impl 10 years ago
Ben Noordhuis 9f7c9811e2 src: add missing Context::Scope 10 years ago
Fedor Indutny 583a868bcd stream_wrap: add HandleScope's in uv callbacks 10 years ago
Fedor Indutny 2b47fd2eb6 stream_base: `.writev()` has limited support 10 years ago
Fedor Indutny 89e133a1d8 stream_base: remove static JSMethod declarations 10 years ago
Fedor Indutny 1738c77835 streams: introduce StreamWrap and JSStream 10 years ago
Fedor Indutny b9686233fc stream_base: introduce StreamBase 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 d553386623 src: pass Isolate to additional locations 10 years ago
Trevor Norris bd83c3966d async-wrap: explicitly pass parent 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 5962dbef49 src: all wrap's now use actual FunctionTemplate 11 years ago
Ben Noordhuis 83d2cb634e src: remove static variables from tls_wrap 10 years ago
Fedor Indutny 10d0dbc427 stream_wrap: do not crash if handle was closed 11 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 11 years ago
Ben Noordhuis d3c317e08a src: attach env directly to api functions 11 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 11 years ago
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 11 years ago
Fedor Indutny 7343c77cdb tls_wrap: fix use after free 11 years ago
Trevor Norris a054f8eb29 stream_wrap: Add support to write binary strings 11 years ago
Yazhong Liu 7be96f5285 src: add missing Isolate arguments 11 years ago
Saúl Ibarra Corretgé 28eee0adb7 src: handle UV_EAGAIN in TryWrite 11 years ago
Ben Noordhuis 820aaf5b3d src: replace CONTAINER_OF with type-safe function 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
Timothy J Fontaine e2fcfea46e src: update from uv_read2_start removal 11 years ago
Fedor Indutny 3b88dc6f19 stream_wrap: don't write twice on uv_try_write err 11 years ago
Alexis Campailla 20176a9841 src: make stdout/sterr pipes blocking 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago