1949 Commits (a08271c7a8e0a07034c61028b69db993c0f61145)

Author SHA1 Message Date
Frédéric Germain 451ff1540a http: Remove timeout handler when data arrives 12 years ago
isaacs 41e1b171ec stream.pipe: Don't call destroy() unless it's a function 12 years ago
Nathan Rajlich fb383a0ad0 util: make util.inspect() work when "hasOwnProperty" is overwritten 12 years ago
Ben Noordhuis 9a3521cb25 http: respect HTTP/1.0 TE header 12 years ago
koichik 37f0eb8df3 Revert "buffer: added support for writing NaN and Infinity" 12 years ago
koichik 6b9425fe37 buffer: added support for writing NaN and Infinity 12 years ago
Shigeki Ohtsu f347077e78 tls: support unix domain socket/named pipe in tls.connect 13 years ago
Bert Belder b0d2795fe9 child process: fix processes with IPC channel don't emit 'close' 13 years ago
Bert Belder 2418434568 windows: fix single-accept mode for shared server sockets 13 years ago
koichik 752ac320ae https: make https.get() accept a URL 13 years ago
Ben Noordhuis 422772f23b net: fix asserts 13 years ago
isaacs ee200942dd lint 13 years ago
Ben Noordhuis badbd1af27 tls: update default cipher list 13 years ago
Bert Belder 9918e5d4f6 windows: make junctions work again 13 years ago
Ben Noordhuis 6b18e88b68 tls: handle multiple CN fields when verifying cert 13 years ago
isaacs 7bb814f9db errnoException must be done immediately 13 years ago
Dominic Tarr f4a4ef7a2d zlib: Emit 'close' on destroy(). 13 years ago
Tyler Neylon b48684c6f1 child_process: Fix stdout=null when stdio=['pipe'] 13 years ago
Bert Belder 5fdeebd94d net: make pause work with connecting sockets 13 years ago
Ben Noordhuis 34c750d7a9 net: fix .listen({fd:0}) 13 years ago
Gil Pedersen f1fba8d1f5 fs: fix ReadStream / WriteStream missing callback 13 years ago
Ben Noordhuis 23f09d7e02 fs: fix readFileSync("/proc/cpuinfo") regression 13 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() 13 years ago
isaacs b0c0111b04 https: Use host header as effective servername 13 years ago
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
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 50122fed8a tls: fix 'hostless' tls connection verification 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 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
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
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