1920 Commits (0a0002b480dc40ecd94c542d1101e87404a47692)

Author SHA1 Message Date
Bert Belder 43a0c88116 windows: correctly prep long path for fs.exists(Sync) 12 years ago
Brian White e06b5d7af7 http: remove duplicate assignments 12 years ago
Fedor Indutny 42c6952edb tls: pass linting 12 years ago
Fedor Indutny 50122fed8a tls: fix 'hostless' tls connection verification 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 e43fe5c833 Revert "http/https: pass request to .createConnection()" 12 years ago
Fedor Indutny eb2ca10462 tls: veryify server's identity 12 years ago
Fedor Indutny 53716eb0b5 http/https: pass request to .createConnection() 12 years ago
Fedor Indutny 1fa0bca2ad net: ignore socket.setTimeout(Infinity) (and NaN) 12 years ago
isaacs d6b78d0e37 domain: Fix stack leak on error 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
Ben Noordhuis 5d97d72753 net: fix bogus errno reporting 12 years ago
Toshihiro Nakamura 6530310ed5 domain: Remove first arg from intercepted fn 12 years ago
Ben Noordhuis 5b5362aa8d fs: make unwatchFile() remove a specific listener 12 years ago
Nathan Rajlich 8a9e8d60d2 readline: don't use Function#call() 12 years ago
Jonas Westerlund 2297d638c1 Forgotten commit: add arguments to handleGroup 12 years ago
Jonas Westerlund c7bc4cacde Use unicode escape sequences instead of octal 12 years ago
Jonas Westerlund 4cfdc57712 Inline timeout function, avoiding declaration in conditional 12 years ago
Jonas Westerlund 7e7d5d38ea Move function declaration out of conditional 12 years ago
Jonas Westerlund 0b0b72c2fa Move function declaration to top-level 12 years ago
Jonas Westerlund e5bb8391a8 Do not assign to properties that only have getters 12 years ago
Jonas Westerlund 93d4259cf0 Avoid redeclaring variable 12 years ago
Jonas Westerlund e11b6b8f75 Remove octal escape sequences and avoid reserved keyword 12 years ago
TJ Holowaychuk ed7fb149a2 module: add filename to require() json errors 12 years ago
Tim Macfarlane 0dba28b5c2 readline: fix for unicode prompts 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
isaacs 3e0757c101 lint 12 years ago
isaacs f2a9ed4873 Fix #3577 Un-break require('sys') 12 years ago
Ben Noordhuis 6531f187d8 util: speed up formatting of large arrays/objects 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 5b39929d47 Add --no-deprecation and --trace-deprecation flags 13 years ago
isaacs 260695afd0 http: Hush 'MUST NOT have a body' warnings to debug() 13 years ago
Ben Noordhuis ef1ffcb717 fs: make fs.watchFile() interval default to 5007 13 years ago
Ben Noordhuis f0ce98441f fs: make fs.watchFile() work on windows 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
isaacs f105f2f2fd trivial: Doc typo and lint fix 13 years ago
isaacs 1df222f179 Fix breakage introduced in de65ba7 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
Ben Noordhuis ff552ddbaa tls: fix off-by-one error in renegotiation check 13 years ago
Maciej Małecki 3db2e034c4 events: cache `domain` module locally 13 years ago
Reid Burke 71a2a2caa6 net: Prevent property access throws during close 13 years ago
isaacs 41421ff9da Make listenFD just DTRT after warning 13 years ago
isaacs a90bc78534 Revert "DNS: Support NAPTR queries" 13 years ago