273 Commits (88f94fa28c4bc7f8a0cd080943a8169098bb33b2)

Author SHA1 Message Date
ssuda 70005be4ff Fixing ClientRequest setTimeout EventEmitter Leak 13 years ago
ssuda 48d52d85c3 http, https: fix .setTimeout() 13 years ago
Igor Zinkovsky 5ad0140f48 Emit end event only once 13 years ago
Yoshihiro Kikuchi f82ef0f7c3 http: remove ClientRequest.prototype.pause() 13 years ago
Dmitry Nizovtsev 1e9bcf26ce net, http, https: add localAddress option 13 years ago
Maciej Małecki da908364a8 tls http https: don't pollute user's `options` object 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
einaros 83fd1c1de5 Add WebSocket RFC6455 multiheader fields to the http parser. 13 years ago
Ben Noordhuis 2c07712860 http: allow multiple WWW-Authenticate headers 13 years ago
Mark Nottingham 1e425e3fa7 Generate Date headers on responses when not already present. 13 years ago
Ben Noordhuis 6141386f7e http: allow multiple WWW-Authenticate headers 13 years ago
koichik c2dc673eb5 http: fix http-parser is freed twice 13 years ago
koichik 3fd13c6426 http: fix free http-parser too early 13 years ago
Brandon Benvie 5403a8ce4c core: add `NativeModule.prototype.deprecate` 13 years ago
Ben Noordhuis e806ad39d0 net, tls, http: remove socket.ondrain 13 years ago
koichik a6f3451e25 http: fix test-http-should-keepalive.js is fail 13 years ago
koichik 3df7c90c30 http: keep-alive should default with HTTP/1.1 server 13 years ago
Ben Noordhuis 56e34c2f81 http: fix deprecation warning module ID 13 years ago
koichik 35fe3eb5c7 http: reduce creating http-parser instances 13 years ago
Maciej Małecki d5047f5fe6 http: use `util._deprecationWarning` for deprecation warning 13 years ago
Fedor Indutny f1678bfc65 http: do not accept headers if limit is exceeded 13 years ago
Fedor Indutny 8a98c2f1d8 http, querystring: added limits to prevent DoS 13 years ago
koichik 7dffbaf2ce http: Upgrade/CONNECT request should detach its socket earlier 13 years ago
koichik 08a91acd76 http: better support for CONNECT method. 13 years ago
koichik dd9593ccc4 http: fix ServerResponse does not emit 'close' 13 years ago
koichik baebd30eee http: use `self` insted of `this` 13 years ago
koichik a337ac7584 http: fix XMLHttpRequest piped in a writable file stream hangs next request 13 years ago
koichik e6b6075024 http: Avoid 'data'/'end' events after pause() 13 years ago
koichik 7aa5924dc6 http: fix resource leak 13 years ago
Ryan Dahl 48a9a2d355 Add deprecation message for http.Client 13 years ago
seebees aab958b713 OutgoingMessage.prototype.write does not take Array 13 years ago
Ben Noordhuis 359a65a6db http: emit Error object after .abort() 13 years ago
koichik 8a729270c1 fix for --harmony_block_scoping 13 years ago
seebees 216570b5e1 Lint 13 years ago
seebees 005d607aed http.request(url.parse(x)) 13 years ago
Ben Noordhuis 84d0b1bcc5 http: improve http parser bindings 13 years ago
Yoshihiro Kikuchi f90ba61478 http: tiny fix in http.js 13 years ago
Ryan Dahl 3a34972672 Fix test-http-conn-reset.js on OSX 13 years ago
Bert Belder 153629c99a Some small optimizations 13 years ago
Ben Noordhuis bc7cfd7cd7 http: remove legacy http library 13 years ago
Ryan Dahl 9cd510846e Fixes #1546. Remove expensive debug call. 13 years ago
Peter Lyons a4eee3d28f http: remove 'headers sent?' check in OutgoingMessage.getHeader() 13 years ago
Ryan Dahl 2126989a32 Fix test-http-upgrade-server and test-http-parser 13 years ago
koichik 62aaf56d1b Fix http.ClientRequest crashes if end() was called twice 13 years ago
koichik 8b3ba47f88 Fix http.ClientRequest crashes if end() was called twice 13 years ago
Ben Noordhuis 2ed23314c3 http: make http and http2 co-exist 13 years ago
Mikeal Rogers 2b929c7f19 http: http2 implementation 13 years ago
Trent Mick bbf7e8ed5e http: fix setting ServerResponse.statusCode in writeHead 13 years ago
Trent Mick a8f96d3314 http: fix setting ServerResponse.statusCode in writeHead 13 years ago
Reid Burke 973153d1cc Properly respond to HEAD during end(body) hot path 13 years ago