383 Commits (5fcd6e40385f45bc9091689337a7ab531861ba19)

Author SHA1 Message Date
isaacs 54740c8b24 lint 12 years ago
Shigeki Ohtsu 8bf0c15a5b stream2: fix to emit end event on http.ClientResponse 12 years ago
isaacs fb915ed957 lint 12 years ago
isaacs c048c814c7 http: Trivial fix for comments and 'this.read' 12 years ago
isaacs 8624adf5d8 http: use IncomingMessage._dump() instead of resume() 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
isaacs 1d369317ea http: Refactor for streams2 12 years ago
Bert Belder 3c293ba272 http: protect against response splitting attacks 12 years ago
Scott Blomquist f657ce685d windows: add tracing with performance counters 12 years ago
isaacs 8509073458 lint 12 years ago
isaacs 061f2075cf string_decoder: Add 'end' method, do base64 properly 12 years ago
Ben Noordhuis 0ad005852c https: fix renegotation attack protection 12 years ago
isaacs 836a06fc4f Revert "http: make http.ServerResponse emit 'end'" 12 years ago
Pavel Lang b38277be26 http: add response.headersSent property 12 years ago
thewilli 33a5c8a814 http: handle multiple Proxy-Authenticate values 12 years ago
thewilli ac17dc1764 http: handle multiple Proxy-Authenticate values 12 years ago
Nathan Rajlich 0f2ed2bc2c http: make the client "res" object gets the same domain as "req" 12 years ago
Frédéric Germain 451ff1540a http: Remove timeout handler when data arrives 12 years ago
Ben Noordhuis 9a3521cb25 http: respect HTTP/1.0 TE header 12 years ago
Ben Noordhuis 790d651f0d http: make http.ServerResponse emit 'end' 12 years ago
Brian White c78678b081 http: bubble up parser errors to ClientRequest 12 years ago
isaacs b0c0111b04 https: Use host header as effective servername 12 years ago
Brian White e06b5d7af7 http: remove duplicate assignments 12 years ago
Fedor Indutny 1ccdde9a69 Revert "http/https: pass request to .createConnection()" 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 8ba189b8d3 tls: veryify server's identity 12 years ago
Fedor Indutny 2b3ba3f538 http/https: pass request to .createConnection() 12 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
Andreas Madsen 1e0ce5d1bd domain: the EventEmitter constructor is now always called in nodecore 13 years ago
Simon Sturmer 9a998d5e24 http: don't lowercase http req header until later 13 years ago
Shigeki Ohtsu f721d02c8a http: fix duplicated variable declaration 13 years ago
Adam Malcontenti-Wilson 4099d1eeba http: make http.get() accept a URL 13 years ago
isaacs faa4d9ff5f Re-apply http fixes from v0.6 branch properly 13 years ago
Ben Noordhuis 9ae6d8fee3 http: fix client request.end() EPIPE race 13 years ago
isaacs 01103d077b Guard against emitting 'end' twice on http responses 13 years ago
isaacs a98e845516 Break up huge function in ClientRequest.onSocket 13 years ago
isaacs 14a5b45c06 Guard against emitting 'end' twice on http responses 13 years ago
isaacs 07d8a4650e Break up huge function in ClientRequest.onSocket 13 years ago
isaacs 8c758e127c Don't destroy on timeout 13 years ago
isaacs b4fbf6d275 Fix #3231. Don't try to emit error on a null'ed req object 13 years ago
Mark Cavage 5871c81181 Add HTTP Status codes from RFC 6585 13 years ago
isaacs cd8f82c007 Fix incorrect merge choices 13 years ago
isaacs 1de43149bb http: Clean up parser usage 13 years ago
isaacs 0abe42a0f4 http: .once() usage in setTimeout 13 years ago
isaacs e4dd8dc28e http leak: Null links from parser to req/res 13 years ago
vvo 5eac8d6739 Fix #3179 HTTP memory leak using ClientRequest. 13 years ago