1297 Commits (bb867c0fa6c245e95009f18742997b4cf372d6e3)

Author SHA1 Message Date
isaacs c4e9226bdb Fix test-require-json on Windows 12 years ago
TJ Holowaychuk ed7fb149a2 module: add filename to require() json errors 12 years ago
Ben Noordhuis 0c47219a72 timers: fix handling of large timeouts 12 years ago
Nathan Rajlich 9126dd2d90 repl: fix passing an empty line inserting "undefined" into the buffer 12 years ago
Maciej Małecki 6a11f3edf4 repl: fix crashes when buffering command 12 years ago
Bert Belder 0cdeb8ed96 windows: make fs.realpath(Sync) work with UNC paths 13 years ago
isaacs 21aa0df8b2 realpath: No sync cb() calling allowed. 13 years ago
isaacs 5ec056633f Fix #3503: stdin: resume() on pipe(dest) 13 years ago
isaacs 5b39929d47 Add --no-deprecation and --trace-deprecation flags 13 years ago
Karl Skomski 57d53a47e8 Use parent SlowBuffer, if any, when Buffer is sliced 13 years ago
isaacs 1d3d02c70d Fix fs.readfile('/dev/stdin') 13 years ago
Bert Belder 26b11915b1 test-domain: fix the test to work on Windows 13 years ago
Bert Belder 7a4dfb6aa8 test-cluster-worker-kill: use SIGKILL instead of SIGHUP 13 years ago
Bert Belder 3795d77113 windows: `listen(pipe_name)` is not supported when running cluster 13 years ago
isaacs de65ba7aba net.Socket: Delay pause/resume until after connect 13 years ago
Fedor Indutny 0a89e8b838 child_process: add .stdin stream to forks 13 years ago
Bert Belder 30ab1f567d test-eio-limit: bump the number of allowed background tasks to 200 13 years ago
Bert Belder 1b7d23e81e Fix test-cluster-message so it passes on Windows 13 years ago
Reid Burke 71a2a2caa6 net: Prevent property access throws during close 13 years ago
isaacs d614d161c7 test: Don't reuse common.PORT in test-child-process-fork-net 13 years ago
Bert Belder 55ef9ef680 Revert "Check if a stream has a valid fd before read_start" 13 years ago
isaacs e74a733024 Fix #3448 Use listen callback in test-regress-GH-1697 13 years ago
Charlie McConnell 8a068ce849 s/exit/close/ in test-child-process-stdout-flush, fixes #3449 13 years ago
isaacs bc18bf4ec0 Add test-stdin-pause-resume-sync 13 years ago
Karl Skomski 8d5c1201f2 Check if a stream has a valid fd before read_start 13 years ago
Charlie McConnell 145612c2f5 test: skip test-http-full-response on ab errors 13 years ago
Bert Belder 8ccb3cbdba test-domain-implicit-fs: make it pass on windows 13 years ago
Reid Burke c9a1b5d162 Fix #3425: removeAllListeners should delete array 13 years ago
Bert Belder 13400e3e58 windows: make symlinks tolerant to forward slashes 13 years ago
isaacs 412c1ab5bc Fix test-fs-realpath on Windows 13 years ago
Andreas Madsen c2c08196d8 cluster: rename worker.unqiueID to worker.id 13 years ago
Bert Belder 34b0b6a613 test-bad-unicode: update to reflect V8 3.11 behavior 13 years ago
isaacs e733dc3bc3 Fix #3388 Support listening on file descriptors 13 years ago
isaacs a11bf99ce0 Fix #3407 os.tmpDir() 13 years ago
Bert Belder b866a96cfa test-child-process-kill: make it pass on windows 13 years ago
Ben Noordhuis 900196e135 crypto: make cipher/decipher accept buffer args 13 years ago
Bert Belder b27a4cbe2a test-module-loading: convert backslashes to forward slashes 13 years ago
Bert Belder 094f742657 test-http-get-pipeline-problem: don't fail if there are stray files in the temp dir 13 years ago
Bert Belder 00ba1cbce1 test-net-write-slow: increase the socket timeout period 13 years ago
isaacs 6ce013dd4b fix fs.readFile with lying size=0 stat results 13 years ago
isaacs d53cdc5378 Add Buffer.concat method 13 years ago
Charlie McConnell 2eb181d28c child_process: fix test implementation for options.detached 13 years ago
Nuno Job 284816ee9f test: add test for bad unicode sequences 13 years ago
isaacs 65242abc3b Fix fs.realpath tests so that they actually run 13 years ago
isaacs 131a67e7ef Fix #3394 fs.realpath: Properly cache symlink targets 13 years ago
Andreas Madsen 60b45dcbb6 domain: document and test dispose event 13 years ago
Andreas Madsen 535e109a3a domain: run now return callback result 13 years ago
Marc Harter 569acea0ee Fix #3379 prevent domain.intercept passing 1st arg to cb 13 years ago
Charlie McConnell 4b021a3541 child_process: expose UV_PROCESS_DETACHED as options.detached 13 years ago
Ben Noordhuis 463d6bac8b fs: make callbacks run in global context 13 years ago