4837 Commits (99237cf00de31109136c3e077e677c2960129c77)

Author SHA1 Message Date
Anna Henningsen 037d9085f1
src: use more appropriate context-entered check 8 years ago
Timothy Gu 3aea4c884b
src: fix ^ in stack trace with vm's columnOffset 8 years ago
Daniel Bevenius 4f339b54e9 src: remove unused node_dtrace.h from node_win32 8 years ago
Daniel Bevenius 212b12c155 src: trace_event macro line continuation cleanup 8 years ago
Timothy Gu 806857712f
src: do not add .domain to promises in VM contexts 8 years ago
Timothy Gu 2f8ddb2734
inspector: reimplement JS binding 8 years ago
James M Snell 7092a6ca93 http2: making sending to the socket more efficient 8 years ago
James M Snell 8691d8bc85 http2: eliminate dead code 8 years ago
James M Snell 8f4db313f0 http2: refactor method arguments to avoid bools 8 years ago
James M Snell 8fa024795a http2: simplify TypeName 8 years ago
Ben Noordhuis d9d46e7757 src: fix windows-only build breakage 8 years ago
Sam Roberts af6af08482
url: const-ify APIs, and pass URL by ref 8 years ago
Anna Henningsen dcd890a135
src: fixup node_platform blocking task drain 8 years ago
Daniel Bevenius f9be5fe52a src: remove unused includes in src/tracing 8 years ago
Michael Dawson cec6e21668 n-api: add check for large strings 8 years ago
Rimas Misevičius 09b703bd3c url: fix remaining calculation 8 years ago
Daniel Bevenius e0edb00762 src: remove unused using in node_trace_writer.h 8 years ago
Thomas Corbière 28a0af358a
src: add help for NODE_PENDING_DEPRECATION env 8 years ago
Greg Alexander ccfcd8873c
crypto: better crypto error messages 8 years ago
David Benjamin 9af9bcbaf5
crypto: use X509V3_EXT_d2i 8 years ago
David Benjamin c51e0e97cc
crypto: use SSL_SESSION_get_id 8 years ago
James M Snell f55ee6e24a
http2: make --expose-http2 flag a non-op 8 years ago
João Reis 510cab7a3d src,etw: fix event 9 on 64 bit Windows 8 years ago
cjihrig eee166f24d
src: remove unused variable in node_url.cc 8 years ago
cjihrig 75ab1e0d9f
src: remove unused computation 8 years ago
Trevor Norris 2b9b46cd55
async_wrap: allow user to pass execution_async_id 8 years ago
Trevor Norris e1eae3cf9f
async_wrap: add constructor for PromiseWrap 8 years ago
Trevor Norris 92d7e81b73
src: clear async id stack if bootstrap throws 8 years ago
Daniel Bevenius 8a6f376e36 src: move node_trace_writer/buffer.h to agent.cc 8 years ago
Gibson Fahnestock 0919dff489
crypto: only try to set FIPS mode if different 8 years ago
Andreas Madsen 3a69ef55e0
async_hooks: consistent internal naming 8 years ago
Daniel Bevenius 4f4d55d10e src: correct typo in trace_event header 8 years ago
Benjamin Coe 456d8e21ea
url: fix windows drive letter handling 8 years ago
Thomas Corbière 3d7f7b2a0c
src: add --pending-deprecation to NODE_OPTIONS 8 years ago
Sampson Gao a406a32ee9 n-api: fix warning about size_t compare with int 8 years ago
Anna Henningsen 3f071fa28a
src: remove unused constant from node_perf.h 8 years ago
Anna Henningsen 150b8f7fda
src: minor c++ refactors to module_wrap 8 years ago
Anna Henningsen b605b15346
async_hooks: support promise resolve hook 8 years ago
Anna Henningsen 84063a7314
src: do not include internals from node_buffer.h 8 years ago
cjihrig 6983157adf
dgram: refactor SO_RCVBUF and SO_SNDBUF methods 8 years ago
Daniel Bevenius f4899ac4c0 src: use UV_EINVAL instead of EINVAL in udp_wrap 8 years ago
Jussi Räsänen 60460bf80d
fs: add O_DSYNC 8 years ago
Ben Noordhuis 78339e2511
src: constify PerformanceEntry data members 8 years ago
Ben Noordhuis 3869dd2a13
src: return references from getters, not copies 8 years ago
Ben Noordhuis dce2738a91
src: handle uv_async_init() failure 8 years ago
Ben Noordhuis b210d61869
src: remove unused static variable 8 years ago
Anna Henningsen f27b5e4bda
src: prepare platform for upstream V8 changes 8 years ago
Daniel Bevenius 87bdddaf41 src: fix compiler warning in udp_wrap.cc 8 years ago
Anna Henningsen 602fd36d95
domain: remove `.dispose()` 8 years ago
Anatoli Papirovski 2f5bef4705 http2: expand list of known headers 8 years ago