4364 Commits (b1fc7745f2c7f279d388d8c88781df776b740259)

Author SHA1 Message Date
Franziska Hinkelmann 02371985f1 src: fix delete operator on vm context 8 years ago
Ben Noordhuis 291b599bba src: fix --icu-data-dir= regression 8 years ago
Ben Noordhuis 46345b9374 src: make --icu-data-dir= switch testable 8 years ago
Sam Roberts 59afa275ad crypto: support OPENSSL_CONF again 8 years ago
Sam Roberts 901e926d43 src: add SafeGetenv() to internal API 8 years ago
Ben Noordhuis 6af0bfe1a0 src: fix -Wunused-result compiler warning 8 years ago
Ben Noordhuis a8734af442 src: make copies of startup environment variables 8 years ago
Kirill Fomichev e90f38270c
crypto: throw error in CipherBase::SetAutoPadding 8 years ago
AnnaMag 67af1ad671 src: refactor CopyProperties to remove JS 8 years ago
Franziska Hinkelmann e116cbe320 src: don't overwrite non-writable vm globals 8 years ago
Myk Melez 046f66a554 src: fix building --without-v8-plartform 8 years ago
Shigeki Ohtsu d4464241d7 crypto: Remove expired certs from CNNIC whitelist 8 years ago
Shigeki Ohtsu 89217d1450 crypto: add cert check issued by StartCom/WoSign 8 years ago
Timothy Gu c7e1be8991 src: remove usage of V8 deprecated API in node_url.cc 8 years ago
James M Snell 03e89b3ff2 process: add --redirect-warnings command line argument 8 years ago
Anna Henningsen 0d290a2ae0 src: fix v8 local handling in node_url.cc 8 years ago
Aashil Patel 5d27cc1d0d src: fix the misalinged text on "node --help" 8 years ago
Michaël Zasso 91ab09fe2a src: update NODE_MODULE_VERSION to 52 8 years ago
Ben Noordhuis bfd3c7e626 src: move trace_event.h include to internal header 8 years ago
Anna Henningsen 3e851cf18b
Revert "src: don't overwrite non-writable vm globals" 8 years ago
John Barboza 0a9f360c98
src: support "--" after "-e" as end-of-options 8 years ago
Travis Meisenheimer 5ea98fb17d crypto: return the retval of HMAC_Update 8 years ago
Adam Majer 33012e9866 crypto: ability to select cert store at runtime 8 years ago
Adam Majer 3aa17e4e51 crypto: Use system CAs instead of using bundled ones 8 years ago
Adam Majer 3ada5ae641 crypto: do not use pointers to std::vector 8 years ago
Daniel Bevenius 00679c3779 src: remove unnecessary req_wrap_obj 8 years ago
Alexey Orlenko c8c79b937f src: add a missing space in node_os.cc 8 years ago
cjihrig f69e59daae src: add NODE_NO_WARNINGS to --help output 8 years ago
Joyee Cheung a647d82f83 process: improve process.hrtime 8 years ago
Adam Langley a57e2f2138 crypto: freelist_max_len is gone in OpenSSL 1.1.0 8 years ago
Birunthan Mohanathas dcab88d529 url: add return value to ToUnicode/ToAscii stubs 8 years ago
Eugene Ostroukhov ba776b3a56 inspector: no crash when WS server can't start 8 years ago
Eugene Ostroukhov 295bd11468 test: have inspector test pick an open port 8 years ago
cjihrig 8f3ff98f0e child_process: allow Infinity as maxBuffer value 8 years ago
Stewart X Addison 0f0f3d3330 build: don't squash signal handlers with --shared 8 years ago
Ben Noordhuis 77be180f49 src: remove unused PROTOCOL_JSON array 8 years ago
Alexey Orlenko d85d120593 src: enable writev for pipe handles on Unix 8 years ago
Kirill Fomichev 1ef401ce92 crypto: use check macros in CipherBase::SetAuthTag 8 years ago
Jason Ginchereau 58c38c2d2e src: fix TracingController cleanup 8 years ago
Daniel Bevenius 6d3c5b78c8 src: reduce test_inspector_socket_server output 8 years ago
Yann Pringault 334be0feba src: fix space for module version mismatch error 8 years ago
James M Snell 81228497c5 url: do not decode arbitrary %2e sequences in paths 8 years ago
Josh Gavant 6ff3b03240 src, inspector: add --inspect-brk option 8 years ago
Michaël Zasso db18dd8356 url: improve spec compliance of WHATWG URL 8 years ago
Sam Roberts d9ac34cb79 crypto: use CHECK_NE instead of ABORT or abort 8 years ago
Matt Loring 81d0717406 src: always initialize tracing controller in agent 8 years ago
Santiago Gimeno e69a69672b
tracing: fix -Wunused-private-field warning 8 years ago
Santiago Gimeno 0f24bdd781
tracing: fix -Wreorder warning 8 years ago
Christopher J. Brody 595b22affa url: mark ignored return value in node::url::Parse(...) 8 years ago
Christopher J. Brody 099762de61 dtrace: resolve conversion warnings from SLURP_INT 8 years ago