4101 Commits (58ae35c34d976f596f15f017d3b41cce2c16e316)

Author SHA1 Message Date
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
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 9 years ago
Trevor Norris 80a66ba6ae async_wrap: new instances get uid 9 years ago
Trevor Norris a4e9487aae async_wrap: allow some hooks to be optional 9 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 9 years ago
Trevor Norris 494227bb03 node: improve GetActiveRequests performance 9 years ago
Rod Vagg a3b238a0d0 src: bump NODE_MODULE_VERSION To 47 9 years ago
Ido Ben-Yair b244f139bf vm: remove Watchdog dependency on Environment 9 years ago
Glen Keane 9adc6a6bd0 lttng: update flags for gc tracing 9 years ago
Yuval Brik 0fc0902c21 zlib: decompression throw on truncated input 9 years ago
Rod Vagg b52142fe80 Working on 6.0.0 9 years ago
Shigeki Ohtsu 0140e1b5e3 tls: output warning of setDHParam to console.trace 10 years ago
Shigeki Ohtsu 6d92ebac11 tls: add TLSSocket.getEphemeralKeyInfo() 10 years ago
Fedor Indutny ab03635fb1 http: fix stalled pipeline bug 9 years ago
Brian White 2d3560767e src: fix exception message encoding on Windows 9 years ago
Liang-Chi Hsieh ff877e93e1 src: fix stuck debugger process 9 years ago
Fedor Indutny 931118c9d7 buffer: fix assertion error in WeakCallback 9 years ago
Karl Skomski 9148114c93 src: convert BE-utf16-string to LE before search 9 years ago
Trevor Norris 178ac3367f js_stream: prevent abort if isalive doesn't exist 9 years ago
Karl Skomski ccaaae9d0c src: fix u-a-free if uv returns err in ASYNC_CALL 9 years ago
Karl Skomski a18dd7b788 src: replace naive search in Buffer::IndexOf 9 years ago
Trevor Norris aeee956ac7 async_wrap: correctly pass parent to init callback 9 years ago
Fedor Indutny d1f24044b9 buffer: FreeCallback should be tied to ArrayBuffer 9 years ago
Trevor Norris 05d424c029 buffer: only check if instance is Uint8Array 9 years ago
Evan Lucas a1bda1b4de util: fix for inspecting promises 9 years ago