4839 Commits (3784b2d839c4918202359ec90bed40ede553f74c)

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