1992 Commits (116d6c44025e6553359221fdb873fc738b02dc16)

Author SHA1 Message Date
Ben Noordhuis 532d9929c7 cluster: propagate bind errors 13 years ago
Ben Noordhuis f26362e938 http: use socket.once, not socket.on 12 years ago
isaacs b0e7dbf2c0 http: Do not free the wrong parser on socket close 12 years ago
isaacs f9a0140ef1 http: Handle hangup writes more gently 12 years ago
isaacs 987338fe31 http: Do not let Agent hand out destroyed sockets 12 years ago
isaacs c9dcf5718c http: Raise hangup error on destroyed socket write 12 years ago
Bert Belder 255bc945c2 http: protect against response splitting attacks 12 years ago
Ben Noordhuis 8d14668992 zlib: reduce memory consumption, release early 12 years ago
Trevor Norris 65249ccd9b buffer: slow buffer copy compatibility fix 12 years ago
Dan Milon 7295bb9435 dns: make error message match errno 12 years ago
Fedor Indutny 31583be042 tls: follow RFC6125 more stricly 12 years ago
Fedor Indutny e70d1bfe64 Revert "Revert "tls: allow wildcards in common name"" 12 years ago
Ben Noordhuis 30e237041d Revert "tls: allow wildcards in common name" 12 years ago
Ben Noordhuis 498200b87c buffer: reject negative SlowBuffer offsets 12 years ago
Bert Belder a6b8f63660 buffer: zero-length buffers shouldn't be slab-backed 12 years ago
Fedor Indutny 45024e7b75 tls: allow wildcards in common name 12 years ago
Ben Noordhuis f3e78bd3c2 http: fix "Cannot call method 'emit' of null" 12 years ago
Ben Noordhuis ad6769fc92 dgram: don't assert on send('string') 12 years ago
isaacs 54740c8b24 lint 12 years ago
Ben Noordhuis 5a19c07c08 http: pack response body buffer in first tcp packet 12 years ago
Brian White 827b2a9b0b http: bubble up parser errors to ClientRequest 12 years ago
Ben Noordhuis d65832ccd0 fs: fix WriteStream fd leak 12 years ago
Ben Noordhuis 6e97b2cc17 fs: fix ReadStream fd leak 12 years ago
Trevor Norris 6772308883 buffer: Don't double-negate numeric buffer arg 12 years ago
Joshua Erickson c9f2531ae0 net: More accurate IP address validation and IPv6 dotted notation. 12 years ago
Ben Noordhuis 121ed91331 tls: fix tls.connect() resource leak 12 years ago
Ben Noordhuis 4cb17cb219 net: fix net.connect() resource leak 12 years ago
isaacs 45a13d9674 events: Don't clobber pre-existing _events obj in EE ctor 12 years ago
isaacs c7b2e29e5e events: Make the EventEmitter class monomorphic 12 years ago
Ben Noordhuis de0303d3ad url: parse hostnames that start with - or _ 12 years ago
Bert Belder f34f1e30a6 repl: call resume() after setRawMode() 12 years ago
Nathan Rajlich b1e78cef09 repl: ensure each REPL instance gets its own "context" 12 years ago
Nathan Rajlich 59c166cfba repl: move "isSyntaxError()" definition to the bottom 12 years ago
Nathan Rajlich 3b7312d23a repl: make "end of input" JSON.parse() errors throw in the REPL 12 years ago
Nathan Rajlich f1722a280c repl: make invalid RegExp modifiers throw in the REPL 12 years ago
thewilli 33a5c8a814 http: handle multiple Proxy-Authenticate values 12 years ago
isaacs 411d46087f tls: lint 12 years ago
isaacs 2a9a5e2318 domain: Remove stray console.log 12 years ago
Fedor Indutny 7651228ab2 tls: use slab allocator 12 years ago
Nathan Rajlich 0f2ed2bc2c http: make the client "res" object gets the same domain as "req" 12 years ago
Nathan Rajlich 4a2670740c repl: make invalid RegExps throw in the REPL 12 years ago
isaacs 0400571676 domain: Properly exit() on domain disposal 12 years ago
Ben Noordhuis 39a0836d5c fs: fix watchFile() missing deletion events 12 years ago
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 12 years ago