460 Commits (701e38c25fa5156a86bf46c3c7dcc01f2c1a697e)

Author SHA1 Message Date
Rich Trott 1929d5be73 lib: fix cluster handle leak 9 years ago
Michaël Zasso 80573153b8 util: make inherits work with classes 9 years ago
Sakthipriyan Vairamani c9786bb680 http{s}: don't connect to localhost on invalid URL 10 years ago
Trevor Norris 6a04cc0a43 buffer: fix value check for writeUInt{B,L}E 9 years ago
Shigeki Ohtsu 62ad1d0113 tls, crypto: add ALPN Support 10 years ago
Michaël Zasso 1a968e67a5 test: improve tests for util.inherits 9 years ago
Evan Lucas 2bb147535e fs: don't throw in read if buffer too big 9 years ago
Myles Borins 60de9f8d7b test: wrap assert.fail when passed to callback 9 years ago
Evan Lucas 7added3b39 fs: pass err to callback if buffer is too big 9 years ago
Ben Noordhuis 1a41feb559 buffer: don't CHECK on zero-sized realloc 9 years ago
Michael Dawson 08da5c2a06 test: disable test-tick-processor - aix and be ppc 9 years ago
Trevor Norris ae196175f4 node: improve GetActiveRequests performance 10 years ago
Rich Trott 97d081709e lib: avoid REPL exit on completion error 10 years ago
Michael Dawson 7c35fbcb14 test: harden test-child-process-fork-regr-gh-2847 9 years ago
Imran Iqbal ad2b272417 test: fix test-net-keepalive for AIX 9 years ago
Yuval Brik c64af7d99e tls: TLSSocket options default isServer false 10 years ago
Fedor Indutny 522e3d3cd3 timers: reuse timer in `setTimeout().unref()` 9 years ago
Rich Trott f78c8e7426 test: fix flaky test for symlinks 9 years ago
Yuval Brik 80169b1f0a zlib: decompression throw on truncated input 10 years ago
Коренберг Марк 2296a4fc0f tls: add `options` argument to createSecurePair 10 years ago
Johannes Wüller 5e0759f6fd fs: add file descriptor support to *File() funcs 10 years ago
Rich Trott ee2e641e0a test: add Symbol test for assert.deepEqual() 10 years ago
Michaël Zasso 870108aaa8 console: sub-millisecond accuracy for console.time 10 years ago
Jonas Dohse e2b8393ee8 test: port domains regression test from v0.10 10 years ago
Rich Trott 676e61872f test: apply correct assert.fail() arguments 9 years ago
Shigeki Ohtsu f72e178a78 tls: add minDHSize option to tls.connect() 10 years ago
Shigeki Ohtsu 6d92ebac11 tls: add TLSSocket.getEphemeralKeyInfo() 10 years ago
Michaël Zasso bbdbef9274 test: fix tests after V8 upgrade 10 years ago
Myles Borins 6c032a8333 test: replace util with backtick strings 10 years ago
Fedor Indutny ab03635fb1 http: fix stalled pipeline bug 10 years ago
Julien Gilli f45c315763 test: fix domain with abort-on-uncaught on PPC 10 years ago
Rich Trott 7d94611ac9 test: split up buffer tests for reliability 10 years ago
Ryan Graham bde32f8a4d lib: fix undefined timeout regression 10 years ago
Trevor Norris a713024579 net: don't throw on bytesWritten access 10 years ago
Brian White 68990948fe stream: avoid pause with unpipe in buffered write 10 years ago
Rich Trott 31c971d641 test: parallelize long-running test 10 years ago
Rich Trott ead5cd990c test: test `util` rather than `common` 10 years ago
Trevor Norris e97dae573c buffer: don't abort on prototype getters 10 years ago
Rich Trott 72c8a74b55 test: remove common.inspect() 10 years ago
Rich Trott a1040f2065 test: refresh temp directory when using pipe 10 years ago
Rich Trott 47befffc53 lib,test: deprecate _linklist 10 years ago
Junliang Yan 8aa589c069 test: Fix test-fs-read-stream-fd-leak race cond 10 years ago
Trevor Norris 178ac3367f js_stream: prevent abort if isalive doesn't exist 10 years ago
Ben Noordhuis ded4f91eef assert: support arrow functions in .throws() 10 years ago
Junliang Yan a9d42e0131 test: fix losing original env vars issue 10 years ago
Karl Skomski a18dd7b788 src: replace naive search in Buffer::IndexOf 10 years ago
Trevor Norris aeee956ac7 async_wrap: correctly pass parent to init callback 10 years ago
Rich Trott 099cfbc58c test: remove deprecated error logging 10 years ago
Rich Trott 3de353b554 test: make common.js mandatory via linting rule 10 years ago
James M Snell e655a437b3 http: do not allow multiple instances of certain response headers 10 years ago