4034 Commits (c63687de249c4f6e6e399d26ccb04824456f8489)

Author SHA1 Message Date
Fedor Indutny 4f87574764 tls_wrap: clear errors on return 9 years ago
Martin Bark 028194b576 os: fix crash in GetInterfaceAddresses 9 years ago
Evan Lucas 78fd43514f node: improve performance of process.hrtime() 9 years ago
Ali Ijaz Sheikh 79dc1d7635 src: remove forwards for v8::GC*logueCallback 9 years ago
Brian White 18490d3d5a module: always decorate thrown errors 9 years ago
Fedor Indutny a2c1799a5b crypto: load PFX chain the same way as regular one 9 years ago
Trevor Norris 56985ca258 node: improve accessor perf of process.env 9 years ago
Trevor Norris 36e8a2c63d node: improve performance of hrtime() 9 years ago
Trevor Norris 946315f7d8 node: improve GetActiveHandles performance 9 years ago
Trevor Norris 0fde28ce37 fs: use pushValueToArray for readdir(Sync) 9 years ago
Trevor Norris d39ace16ba http_parser: use pushValueToArray for headers 9 years ago
Trevor Norris 83524b3c18 node: fix erroneously named function call 9 years ago
Ben Noordhuis 25776f3ea1 debugger: guard against call from non-node context 9 years ago
cjihrig 2a60e2ad71 module,src: do not wrap modules with -1 lineOffset 9 years ago
Ben Noordhuis f176b31e74 src: remove __builtin_bswap16 call 9 years ago
Ben Noordhuis ce2471673f src: remove unused BITS_PER_LONG macro 9 years ago
cjihrig b799a74709 src: fix line numbers on core errors 9 years ago
Fedor Indutny e0bb118a1d tls_wrap: inherit from the `AsyncWrap` first 9 years ago
Yazhong Liu d3c498b1b7 node: remove unused variables in AppendExceptionLine 9 years ago
Martin von Gagern c311b61430 src: fix deprecation message for ErrnoException 9 years ago
Julien Gilli 425a3545d2 domains: fix handling of uncaught exceptions 9 years ago
Ben Noordhuis 82e0974afa tls: support reading multiple cas from one input 9 years ago
Fedor Indutny c0cb80ec3b tls_wrap: slice buffer properly in `ClearOut` 9 years ago
Matt Loring 49440b7ea2 tools: add --prof-process flag to node binary 9 years ago
Matt Loring ec836547c4 buffer: fix range checking for slowToString 9 years ago
Rod Vagg d2c8ba5248 node: s/doNTCallbackX/nextTickCallbackWithXArgs/ 9 years ago
Michael Ruddy 322b36c0a1 crypto: simplify using pre-existing keys with ECDH 9 years ago
yorkie 8c35903ba3 fs,doc: use `target` instead of `destination` 9 years ago
cjihrig 1ec09b0449 src: don't print garbage errors 9 years ago
Ben Noordhuis e6e78910af src: use GetCurrentProcessId() for process.pid 9 years ago
cjihrig 46af39768d src: define Is* util functions with macros 9 years ago
cjihrig a9c0c65f9e src: define getpid() based on OS 9 years ago
Minwoo Jung 94b9948d63 lib,src: ensure '(node:pid)' prefix for stdout logging 9 years ago
cjihrig 6526ae7b37 util: determine object types in C++ 9 years ago
Evan Lucas 24012a879d util: make inspect more reliable 9 years ago
Ben Noordhuis ee72ee7531 module,repl: remove repl require() hack 9 years ago
Chunyang Dai a881b53954 build,src: add Intel Vtune profiling support 9 years ago
cjihrig 5169311bf9 util,src: allow lookup of hidden values 9 years ago
Bryon Leung 2ccde01980 src: add BE support to StringBytes::Encode() 9 years ago
Ben Noordhuis c83d9b7065 crypto: update root certificates 9 years ago
yorkie 8b97249893 fs: fix the error report on fs.link(Sync) 9 years ago
Tristian Flanagan dfee4e3712 module: fix column offsets in errors 9 years ago
Matt Loring 22478d3669 buffer: move checkFloat from lib into src 9 years ago
Stefan Budeanu 56a2b9a246 crypto: disable crypto.createCipher in FIPS mode 9 years ago
yorkie 72e3dd9f43 process: throw on non-function to nextTick() 9 years ago
P.S.V.R 0ed3a7c11b buffer: let WriteFloatGeneric silently drop values 9 years ago
Stefan Budeanu 4adaaa4897 crypto: DSA parameter validation in FIPS mode 9 years ago
Fedor Indutny 483a41c0ad tls: copy client CAs and cert store on CertCb 9 years ago
Stefan Budeanu b7089f67b9 crypto: Improve error checking and reporting 9 years ago
Rich Trott 0966ab9996 src: force line buffering for stderr 9 years ago