451 Commits (0369986276f25dd998c23645909110172b10db0a)

Author SHA1 Message Date
Sakthipriyan Vairamani 3c158af66e test: enhance fs-watch-recursive test 9 years ago
Fedor Indutny 1c8e6de78e http: fix pipeline regression 9 years ago
Rich Trott c563a34427 test: split independent tests into separate files 9 years ago
Stefan Budeanu 6b75f10d8a test: use port number from env in tls socket test 9 years ago
Evan Lucas 5d1f1c5fa8 src: wrap source before doing syntax check 9 years ago
Ben Noordhuis 5e6f7c9a23 test: add regression test for --debug-brk -e 0 9 years ago
Sakthipriyan Vairamani 8a2c4aeeaa repl: handle comments properly 9 years ago
Fedor Indutny 8d78d687d5 timers: reuse timer in `setTimeout().unref()` 9 years ago
Jonas Dohse 7cad182cb6 test: port domains regression test from v0.10 9 years ago
Rich Trott eb7c3fb2f4 test: split up buffer tests for reliability 9 years ago
Rich Trott b398a85e19 test: parallelize long-running test 9 years ago
Rich Trott b5f3b4956b test: change call to deprecated util.isError() 9 years ago
Rich Trott 2109708186 lib: fix cluster handle leak 9 years ago
Michaël Zasso 32149cacb5 test: improve tests for util.inherits 9 years ago
Trevor Norris 1d0f2cbf87 buffer: fix value check for writeUInt{B,L}E 9 years ago
Julien Gilli 0429131e32 test: fix domain with abort-on-uncaught on PPC 9 years ago
Rich Trott ea58fa0bac test: add Symbol test for assert.deepEqual() 9 years ago
Ben Noordhuis 2a45b72b4a buffer: don't CHECK on zero-sized realloc 9 years ago
Michael Dawson d409ac473b test: disable test-tick-processor - aix and be ppc 9 years ago
Michael Dawson c1623039dd test: harden test-child-process-fork-regr-gh-2847 9 years ago
Imran Iqbal 3bb4437abb test: fix test-net-keepalive for AIX 9 years ago
Myles Borins af55641a69 test: wrap assert.fail when passed to callback 9 years ago
Rich Trott 155c778584 test: fix flaky test for symlinks 9 years ago
Rich Trott 74eb632483 test: apply correct assert.fail() arguments 9 years ago
Myles Borins 0a4323dd82 test: replace util with backtick strings 9 years ago
Rich Trott f49c7c6955 lib: avoid REPL exit on completion error 9 years ago
Fedor Indutny 0427cdf094 http: fix stalled pipeline bug 9 years ago
Yuval Brik e69c869399 tls: TLSSocket options default isServer false 9 years ago
Ryan Graham c245a199a7 lib: fix undefined timeout regression 9 years ago
Trevor Norris 01cb3fc36b net: don't throw on bytesWritten access 9 years ago
Rod Vagg 42b936e78d src: add process.release.lts property 9 years ago
Brian White 7b9f78acb2 stream: avoid pause with unpipe in buffered write 9 years ago
Trevor Norris 54795620f6 buffer: don't abort on prototype getters 9 years ago
Ben Noordhuis 8383c4fe00 assert: support arrow functions in .throws() 9 years ago
Rich Trott f0f8afd879 test: remove common.inspect() 9 years ago
Rich Trott 5ca4f6f8bd test: test `util` rather than `common` 9 years ago
Rich Trott 7a5ae34345 test: refresh temp directory when using pipe 9 years ago
Junliang Yan 7c85557ef0 test: Fix test-fs-read-stream-fd-leak race cond 9 years ago
Trevor Norris 1850879b0e js_stream: prevent abort if isalive doesn't exist 9 years ago
Junliang Yan 26a7ec6960 test: fix losing original env vars issue 9 years ago
Karl Skomski d99336a391 src: replace naive search in Buffer::IndexOf 9 years ago
Trevor Norris 3eaa593a32 async_wrap: correctly pass parent to init callback 9 years ago
Rich Trott e922716192 test: remove deprecated error logging 9 years ago
Rich Trott 70c9e4337e test: make common.js mandatory via linting rule 9 years ago
Trevor Norris 651a5b51eb buffer: only check if instance is Uint8Array 9 years ago
Evan Lucas bab555a1c1 test: speed up stringbytes-external test 9 years ago
Roman Reiss ddf258376d test: use normalize() for unicode paths 9 years ago
Rich Trott 63644dd1cd lib: remove redundant code, add tests in timers.js 9 years ago
Evan Lucas 8dfdee3733 util: correctly inspect Map/Set Iterators 9 years ago
Evan Lucas b5c51fdba0 util: fix check for Array constructor 9 years ago