4101 Commits (58ae35c34d976f596f15f017d3b41cce2c16e316)

Author SHA1 Message Date
Chris911 e20abb715e src: remove no longer relevant comments 9 years ago
Fedor Indutny b4ece1b7ec contextify: use offset/length from Uint8Array 9 years ago
Matteo Collina 137f53c7b7 dgram: support dgram.send with multiple buffers 9 years ago
Adam Langley b8ae0f7b0c crypto: fix build when OCSP-stapling not provided 9 years ago
Adam Langley f8d24c54a8 crypto: use a const SSL_CIPHER 9 years ago
Fedor Indutny ff4006c7b0 tls_wrap: reach error reporting for UV_EPROTO 9 years ago
cjihrig 57003520f8 src: attach error to stack on displayErrors 9 years ago
Fedor Indutny 96934cbb30 vm: introduce `cachedData`/`produceCachedData` 9 years ago
Trevor Norris 54cd2e1e5e buffer: properly retrieve binary length of needle 9 years ago
cjihrig 66cb4bcf0c process: support symbol events 9 years ago
Ben Noordhuis 1e5a02628c src: fix negative values in process.hrtime() 9 years ago
Evan Lucas ff64a4c395 node: allow preload modules with -i 9 years ago
Ben Ripkens 5f57005ec9 v8,src: expose statistics about heap spaces 9 years ago
cjihrig 8bad51977a src: return UV_EAI_NODATA on empty lookup 9 years ago
Ben Noordhuis 761cf2bf6a src: don't check failure with ERR_peek_error() 9 years ago
Fedor Indutny ebd9addcd1 crypto: clear error stack in ECDH::Initialize 9 years ago
Rich Trott 53cc9785ab src: remove redeclarations of variables 9 years ago
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