4631 Commits (f651e4035026feb4cf2fc70b0a4f0a6be9d92862)

Author SHA1 Message Date
Ben Schmidt 3c92200d8b
tty: add ref() so process.stdin.ref() etc. work 9 years ago
Brian White 22abb39b2c
fs: improve performance for sync stat() functions 8 years ago
Brian White efdc571a58
os: improve loadavg() performance 8 years ago
Timothy Gu 2cb5555f25 src, i18n: cleanup usage of MaybeStackBuffer 8 years ago
Timothy Gu e7a3add531 src: clean up MaybeStackBuffer 8 years ago
Timothy Gu ff8bac23f1 src: don't assume v8::Local is using-declared 8 years ago
Brian White f385f77f1d process: improve memoryUsage() performance 8 years ago
Daniel Bevenius 1b651535a4 src: update http-parser link 8 years ago
Michaël Zasso aae8f683b4 src: update NODE_MODULE_VERSION to 53 8 years ago
James M Snell d523eb9c40 tls: use emitWarning() for dhparam < 2048 bits 8 years ago
Yang Guo 99b75fae10 src: remove usage of deprecated debug API 8 years ago
Daijiro Wachi 97d111d171 url: fix file state clarification in binding 8 years ago
cjihrig 0593528241 src: remove unused variable in node_crypto 8 years ago
Ben Noordhuis b738cbcdd3 src: remove unused typedef 8 years ago
cjihrig 784eb2fd65 child_process: exit spawnSync with null on signal 8 years ago
David Benjamin e34ee1d2c9 crypto: remove unused access of tlsext_hostname 8 years ago
Ben Noordhuis c30fc8d495 src: support UTF-8 in compiled-in JS source files 8 years ago
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