3433 Commits (bc29aad22bec8e7e49ca19858b9676e84e658645)

Author SHA1 Message Date
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
Rich Trott 93847694ec test: add test-child-process-emfile fail message 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
Fedor Indutny b3cbd13340 buffer: fix assertion error in WeakCallback 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 2d0fe4c657 test: linting for buffer-free-callback test 9 years ago
Fedor Indutny 660f7591c8 buffer: FreeCallback should be tied to ArrayBuffer 9 years ago
Rich Trott 70c9e4337e test: make common.js mandatory via linting rule 9 years ago
Rich Trott b7179562aa test: load common.js in all tests 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
Jeremy Whitlock 546e8333ba src: fix --abort-on-uncaught-exception 9 years ago
Justin Chase 74f443583c module: use UNC paths when loading native addons 9 years ago
Roman Reiss 46876d519c test: remove arguments.callee usage 9 years ago
Dave Eddy 9d65528b01 node: add -c|--check CLI arg to syntax check script 10 years ago
charlierudolph 4a35ba4966 fs: include filename in watch errors 9 years ago
Evan Lucas 7271cb047c src: add process.versions.icu 9 years ago
Fedor Indutny 99943e189d http: fix out-of-order 'finish' bug in pipelining 9 years ago
Rich Trott 9faf4c6fcf test: load common.js to test for global leaks 9 years ago
Sakthipriyan Vairamani 0858c86374 test: fix invalid variable name 9 years ago
Trevor Norris 99e66074d7 async_wrap: update providers and add test 9 years ago
Rich Trott 1167171004 test: change calls to deprecated util.print() 9 years ago
Rich Trott 5ada45bf28 test: replace deprecated util.debug() calls 9 years ago
Johann 4c8d96bc30 crypto: add more keylen sanity checks in pbkdf2 9 years ago
Fedor Indutny 798dad24f4 child_process: `null` channel handle on close 9 years ago
Salman Aljammaz 9760e04839 repl: don't use tty control codes when $TERM is set to "dumb" 9 years ago
Sakthipriyan Vairamani cb971cc97d repl: backslash bug fix 9 years ago
Sakthipriyan Vairamani 4519dd00f9 test: test sync version of mkdir & rmdir 9 years ago
Matt Loring 6ea8ec1c59 tools: single, cross-platform tick processor 9 years ago
Sakthipriyan Vairamani 816f609c8b test: use tmpDir instead of fixtures in readdir 9 years ago