3033 Commits (19e3d5e10a72d637e7e2030e17c3f6431e4d8cec)

Author SHA1 Message Date
teppeis 00a7456c19 assert: fix deepEqual regression 10 years ago
cjihrig 5678595856 fs: deprecate exists() and existsSync() 10 years ago
Ben Noordhuis dab6f681cd lib,src: remove post-gc event infrastructure 10 years ago
Chris Dickinson 91586661c9 stream: switch _writableState.buffer to queue 10 years ago
Ben Noordhuis ebf9f297b3 lib: fix guard expression in timer.unref() 10 years ago
Fedor Indutny b7d247856e test: run tests in parallel, common improvements 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Luis Reis 6f6a97958e zlib: support concatenated gzip files 10 years ago
cjihrig 165b70f146 fs: add access() and accessSync() 10 years ago
Ben Noordhuis db595b2de6 lib: reintroduce v8 module 10 years ago
cjihrig 4bba87050c test: add test for spawnSync() env option 10 years ago
micnic 8c69d7bed4 domain: forward args to .run(fn) 10 years ago
Evan Lucas 78a7dc2b8f module: fix regression in require ../ 10 years ago
Fedor Indutny 687dfc9875 crypto: separate altname extensions with ", " 10 years ago
Alexis Campailla 8708c7abe5 test: mark more tests as flaky 10 years ago
Bert Belder 4efc02a582 test: fix test-fs-symlink-dir-junction-relative 10 years ago
cjihrig 8e272dffa2 test: add test for spawnSync() env option 10 years ago
Bert Belder 2b6a0f85f3 src: remove the tracing module entirely 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Trevor Norris 0d60ab3efe src: remove Async Listener 10 years ago
Bert Belder 4d94658918 test: mark test-net-GH-5504 as flaky on linux 10 years ago
Jonathan Johnson c90eac7e0e url: change hostname regex to negate invalid chars 10 years ago
Vladimir Kurchatkin f1f511fd22 smalloc: don't allow to dispose typed arrays 10 years ago
Bert Belder dd7ce69097 test-require-resolve: use case insensitive compare 10 years ago
Bert Belder 7014b7c069 test: make fs-symlink-dir-junction-relative pass on unix 10 years ago
Vincent Weevers 764c5c7fd1 fs: resolve junction targets relative to their parent 10 years ago
Nikolai Vavilov e24fa83e69 Revert "path: resolve normalize drive letter to lower case" 10 years ago
Robert Kowalski 36777d2a5f module: test for directories, fix require with .. 11 years ago
Evan Lucas 3ac4941953 net: give better error messages 10 years ago
cjihrig 616343bc61 debugger: use requireRepl() to load debugger repl 10 years ago
Ben Noordhuis b928303d83 test: move simple/test-abort-fatal-error to pummel 10 years ago
Christian Tellnes 2931348372 events: implement EventEmitter#getMaxListeners() 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 10 years ago
Trevor Norris b6559553a4 src: remove Async Listener 10 years ago
Alexis Campailla 0674cbaceb test: mark current flaky tests as flaky 10 years ago
Jonathan Johnson 6120472036 url: change hostname regex to negate invalid chars 10 years ago
Yazhong Liu ba687f6eb4 url: support `path` for url.format 10 years ago
Yazhong Liu d312b6d15c url: support `path` for url.format 10 years ago
Rod Vagg d77f490a04 test: extend timeouts in child/exec tests 10 years ago
Rod Vagg e0852118cb test: bump --stack-size to stop child fails on ARM 10 years ago
Rod Vagg 013527ad1c test: don't remove empty.txt on win32 10 years ago
Fedor Indutny d23326b838 test: another fix for test-crypto-stream 10 years ago
Fedor Indutny 4d7e89320a test: fix test-crypto-stream 10 years ago
James Cowgill 7efc64dc94 test: fix floating point NaN tests on mips 10 years ago
Vladimir Kurchatkin bf3e0f417b smalloc: don't allow to dispose typed arrays 10 years ago
Fedor Indutny 0f66835ea8 crypto: proper fix for d7e700's cause 10 years ago
Calvin Metcalf ce56dccb99 crypto: allow creation of GCM ciphers with createCipher 10 years ago
Fedor Indutny d7e7008c1f crypto: throw if the key doesn't match cert 10 years ago
Rod Vagg b594e59543 test: named pipe is invalid when appending .txt 10 years ago
Rory Bradford 2d17193f20 path: added parse() and format() functions 11 years ago