2123 Commits (c2f62d496a08e9d44bea4a459c2eab7457d724ee)

Author SHA1 Message Date
isaacs 74d076caf1 errnoException must be done immediately 12 years ago
Andreas Madsen ddb02b978d net: support Server.listen(Pipe) 12 years ago
Andreas Madsen 085a09874b cluster: do not use internal server API 12 years ago
Andreas Madsen d13887512e net: lazy listen on handler 12 years ago
Dominic Tarr f4a4ef7a2d zlib: Emit 'close' on destroy(). 12 years ago
Tyler Neylon b48684c6f1 child_process: Fix stdout=null when stdio=['pipe'] 12 years ago
Bert Belder 5fdeebd94d net: make pause work with connecting sockets 12 years ago
Ben Noordhuis 34c750d7a9 net: fix .listen({fd:0}) 12 years ago
Gil Pedersen f1fba8d1f5 fs: fix ReadStream / WriteStream missing callback 12 years ago
Ben Noordhuis 23f09d7e02 fs: fix readFileSync("/proc/cpuinfo") regression 12 years ago
koichik 72bc4dcda4 assert: fix throws() throws an error without message property 13 years ago
Ben Noordhuis aa0650f444 cluster: fix libuv assert in net.listen() 12 years ago
Tom Hughes-Croucher c05f52c254 child_process: improve maxBuffer error message 14 years ago
Joe Andaverde 20e12e4be3 events: make .listeners() return a copy 12 years ago
Ben Noordhuis 332fea5ac1 dgram: make .bind() always asynchronous 12 years ago
isaacs b0c0111b04 https: Use host header as effective servername 12 years ago
Nathan Rajlich 9eddaebb79 assert: remove unnecessary use of __proto__ 12 years ago
isaacs 5809426d75 net.js: lint 12 years ago
Ben Noordhuis 1513848f88 net: fix Socket({ fd: 42 }) api 12 years ago
isaacs e4c9c9f412 readline: Remove event listeners on close 12 years ago
Timothy J Fontaine cd6122edeb add ref/unref to setTimeout timers 12 years ago
Timothy J Fontaine 2637b5c261 ref/unref for net.Socket net.Server dgram.Socket 12 years ago
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 85185bbbaa tls: pass linting 12 years ago
Fedor Indutny 92e7433ff9 tls: fix 'hostless' tls connection verification 12 years ago
Fedor Indutny 1ccdde9a69 Revert "http/https: pass request to .createConnection()" 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 e43fe5c833 Revert "http/https: pass request to .createConnection()" 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 53716eb0b5 http/https: pass request to .createConnection() 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 2b3ba3f538 http/https: pass request to .createConnection() 12 years ago
Fedor Indutny b0950cbea2 net: ignore socket.setTimeout(Infinity) (and NaN) 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
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
isaacs 3ad07ed0b8 lint 12 years ago
Shigeki Ohtsu 76104f3414 timer: change new Date to Date.now for performance 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