4370 Commits (6285ff2275cbe237d3eafa26c5c02671b1de386e)

Author SHA1 Message Date
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 10 years ago
cjihrig 5169311bf9 util,src: allow lookup of hidden values 9 years ago
Bryon Leung 2ccde01980 src: add BE support to StringBytes::Encode() 10 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 10 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
Junliang Yan 19bf72ddc5 dns: prevent undefined values in results 9 years ago
Roman Reiss af46112828 src: Revert "nix stdin _readableState.reading" 9 years ago
Trevor Norris bb1bd76395 async_wrap: call callback in destructor 10 years ago
Trevor Norris 80a66ba6ae async_wrap: new instances get uid 10 years ago
Trevor Norris a4e9487aae async_wrap: allow some hooks to be optional 10 years ago
Ömer Fadıl Usta 44a298b61c Add missing va_end before return 9 years ago
Fedor Indutny 827ee498e3 buffer: neuter external `nullptr` buffers 9 years ago
Evan Lucas 08166cb99a src: wrap source before doing syntax check 9 years ago
Ben Noordhuis 9b024422cd Revert "src: fix stuck debugger process" 9 years ago
Ben Noordhuis 53e64bb29e src: fix race condition in debug signal on exit 9 years ago
Shigeki Ohtsu 7eee37257f tls,crypto: move NPN protcol data to hidden value 9 years ago
Shigeki Ohtsu 802a2e79e1 tls, crypto: add ALPN Support 10 years ago
Ben Noordhuis 594500f9f1 buffer: don't CHECK on zero-sized realloc 10 years ago
Trevor Norris 494227bb03 node: improve GetActiveRequests performance 10 years ago