1271 Commits (1ccdde9a6986e7e258e9aa0de10ca51fc0c5a9d4)

Author SHA1 Message Date
Fedor Indutny 93d496a4ec tls: revert accidental API change 12 years ago
Fedor Indutny 0cf235410d tls: localhost is valid against identity-check 12 years ago
Fedor Indutny 8ba189b8d3 tls: veryify server's identity 12 years ago
Fedor Indutny b0950cbea2 net: ignore socket.setTimeout(Infinity) (and NaN) 12 years ago
isaacs 430d94ef85 nextTick: Preserve depth in error/reentry cases 12 years ago
isaacs 19ecc17e6b nextTick: explicitly no-op when _exiting 12 years ago
isaacs 4e5fe2d45a nextTick: Handle tick callbacks after each tick 12 years ago
Pavel Lang ff14007573 Enable color customization of `util.inspect` 12 years ago
isaacs d6b78d0e37 domain: Fix stack leak on error 12 years ago
isaacs b8d861556a test-eio-limit: Remove confusing broken incorrect test 12 years ago
Nathan Rajlich 713b9249e1 Revert "events: don't delete the listeners array in removeListener()" 12 years ago
Ben Noordhuis 3a6314dbe1 net: fix net.Server.listen({fd:x}) error reporting 12 years ago
Toshihiro Nakamura 6530310ed5 domain: Remove first arg from intercepted fn 12 years ago
Nathan Rajlich d3d83d7b90 process: throw a TypeError when anything but an Array is passed to hrtime() 12 years ago
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
Mathias Bynens 2ba96451a9 punycode: update to v1.1.1 13 years ago
Ben Noordhuis fee02db705 Re-apply commit e307468. 13 years ago
Bert Belder 0581afe531 Revert "Fix #3521 Use an object as the process.env proto" 13 years ago
Shigeki Ohtsu e7e34ddb66 test: fix test-dgram-broadcast-multi-process 13 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 e3074689f5 Fix #3521 Use an object as the process.env proto 13 years ago
Ben Noordhuis 6003912f81 test: use RC4-MD5 cipher in tls test 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