1937 Commits (63ac07b32b0a6de8ea6e51d6ae52ea3b35f18935)

Author SHA1 Message Date
Bert Belder 43a0c88116 windows: correctly prep long path for fs.exists(Sync) 12 years ago
Fedor Indutny 92e7433ff9 tls: fix 'hostless' tls connection verification 12 years ago
Fedor Indutny 50122fed8a tls: fix 'hostless' tls connection verification 12 years ago
Fedor Indutny 93d496a4ec tls: revert accidental API change 12 years ago
Fedor Indutny 5950db197c tls: revert accidental API change 12 years ago
Fedor Indutny 4aa09d1e0e tls: localhost is valid against identity-check 12 years ago
Fedor Indutny 0cf235410d tls: localhost is valid against identity-check 12 years ago
Fedor Indutny eb2ca10462 tls: veryify server's identity 12 years ago
Fedor Indutny 1fa0bca2ad net: ignore socket.setTimeout(Infinity) (and NaN) 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
Ben Noordhuis 63c2391984 test: make test-fs-watch-file write to tmp dir 12 years ago
Ben Noordhuis 5b5362aa8d fs: make unwatchFile() remove a specific listener 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 12 years ago
Ben Noordhuis fee02db705 Re-apply commit e307468. 12 years ago
Bert Belder 0581afe531 Revert "Fix #3521 Use an object as the process.env proto" 12 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 12 years ago
isaacs 21aa0df8b2 realpath: No sync cb() calling allowed. 12 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 fce7c958ed test: add deprecation fixture 13 years ago
isaacs 5b39929d47 Add --no-deprecation and --trace-deprecation flags 13 years ago
Ben Noordhuis f0ce98441f fs: make fs.watchFile() work on windows 13 years ago
Ben Noordhuis d98a8578d6 test: add another fs.watchFile() test 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