2055 Commits (c11c19b92cb38532b1892c54ae25502873b14699)

Author SHA1 Message Date
Nathan Rajlich 9eddaebb79 assert: remove unnecessary use of __proto__ 13 years ago
isaacs 5809426d75 net.js: lint 13 years ago
Ben Noordhuis 1513848f88 net: fix Socket({ fd: 42 }) api 13 years ago
isaacs e4c9c9f412 readline: Remove event listeners on close 13 years ago
Timothy J Fontaine cd6122edeb add ref/unref to setTimeout timers 13 years ago
Timothy J Fontaine 2637b5c261 ref/unref for net.Socket net.Server dgram.Socket 13 years ago
Bert Belder 43a0c88116 windows: correctly prep long path for fs.exists(Sync) 13 years ago
Brian White e06b5d7af7 http: remove duplicate assignments 13 years ago
Fedor Indutny 42c6952edb tls: pass linting 13 years ago
Fedor Indutny 85185bbbaa tls: pass linting 13 years ago
Fedor Indutny 92e7433ff9 tls: fix 'hostless' tls connection verification 13 years ago
Fedor Indutny 1ccdde9a69 Revert "http/https: pass request to .createConnection()" 13 years ago
Fedor Indutny 50122fed8a tls: fix 'hostless' tls connection verification 13 years ago
Fedor Indutny 93d496a4ec tls: revert accidental API change 13 years ago
Fedor Indutny 5950db197c tls: revert accidental API change 13 years ago
Fedor Indutny 4aa09d1e0e tls: localhost is valid against identity-check 13 years ago
Fedor Indutny e43fe5c833 Revert "http/https: pass request to .createConnection()" 13 years ago
Fedor Indutny 0cf235410d tls: localhost is valid against identity-check 13 years ago
Fedor Indutny eb2ca10462 tls: veryify server's identity 13 years ago
Fedor Indutny 53716eb0b5 http/https: pass request to .createConnection() 13 years ago
Fedor Indutny 1fa0bca2ad net: ignore socket.setTimeout(Infinity) (and NaN) 13 years ago
Fedor Indutny 8ba189b8d3 tls: veryify server's identity 13 years ago
Fedor Indutny 2b3ba3f538 http/https: pass request to .createConnection() 13 years ago
Fedor Indutny b0950cbea2 net: ignore socket.setTimeout(Infinity) (and NaN) 13 years ago
Pavel Lang ff14007573 Enable color customization of `util.inspect` 13 years ago
isaacs d6b78d0e37 domain: Fix stack leak on error 13 years ago
Nathan Rajlich 713b9249e1 Revert "events: don't delete the listeners array in removeListener()" 13 years ago
Ben Noordhuis 3a6314dbe1 net: fix net.Server.listen({fd:x}) error reporting 13 years ago
Ben Noordhuis 5d97d72753 net: fix bogus errno reporting 13 years ago
isaacs 3ad07ed0b8 lint 13 years ago
Shigeki Ohtsu 76104f3414 timer: change new Date to Date.now for performance 13 years ago
Toshihiro Nakamura 6530310ed5 domain: Remove first arg from intercepted fn 13 years ago
Ben Noordhuis 5b5362aa8d fs: make unwatchFile() remove a specific listener 13 years ago
Nathan Rajlich 8a9e8d60d2 readline: don't use Function#call() 13 years ago
Jonas Westerlund 2297d638c1 Forgotten commit: add arguments to handleGroup 13 years ago
Jonas Westerlund c7bc4cacde Use unicode escape sequences instead of octal 13 years ago
Jonas Westerlund 4cfdc57712 Inline timeout function, avoiding declaration in conditional 13 years ago
Jonas Westerlund 7e7d5d38ea Move function declaration out of conditional 13 years ago
Jonas Westerlund 0b0b72c2fa Move function declaration to top-level 13 years ago
Jonas Westerlund e5bb8391a8 Do not assign to properties that only have getters 13 years ago
Jonas Westerlund 93d4259cf0 Avoid redeclaring variable 13 years ago
Jonas Westerlund e11b6b8f75 Remove octal escape sequences and avoid reserved keyword 13 years ago
TJ Holowaychuk ed7fb149a2 module: add filename to require() json errors 13 years ago
Tim Macfarlane 0dba28b5c2 readline: fix for unicode prompts 13 years ago
Ben Noordhuis 0c47219a72 timers: fix handling of large timeouts 13 years ago
Fedor Indutny f210530f46 tls: use slab allocator 13 years ago
Vladimir Beloborodov 3ea0397a1a readline: Use one history item for reentered line 13 years ago
Nathan Rajlich 9126dd2d90 repl: fix passing an empty line inserting "undefined" into the buffer 13 years ago
Maciej Małecki 6a11f3edf4 repl: fix crashes when buffering command 13 years ago
Mathias Bynens 2ba96451a9 punycode: update to v1.1.1 13 years ago