Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-02-01Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-01-30http: fix free http-parser too earlykoichik
2012-01-30core: add `NativeModule.prototype.deprecate`Brandon Benvie
2012-01-24net, tls, http: remove socket.ondrainBen Noordhuis
2012-01-24http: fix test-http-should-keepalive.js is failkoichik
2012-01-23Merge branch 'v0.6'Fedor Indutny
2012-01-22http: keep-alive should default with HTTP/1.1 serverkoichik
2012-01-21http: fix deprecation warning module IDBen Noordhuis
2012-01-21http: reduce creating http-parser instanceskoichik
2012-01-16http: use `util._deprecationWarning` for deprecation warningMaciej MaƂecki
2012-01-16http: do not accept headers if limit is exceededFedor Indutny
2012-01-16http, querystring: added limits to prevent DoSFedor Indutny
2012-01-12http: Upgrade/CONNECT request should detach its socket earlierkoichik
2012-01-09Merge remote branch 'origin/v0.6'Ryan Dahl
2012-01-09http: better support for CONNECT method.koichik
2012-01-06http: fix ServerResponse does not emit 'close'koichik
2012-01-05http: use `self` insted of `this`koichik
2011-12-29Merge branch 'v0.6'Ben Noordhuis
2011-12-27http: fix XMLHttpRequest piped in a writable file stream hangs next requestkoichik
2011-12-26http: Avoid 'data'/'end' events after pause()koichik
2011-12-26http: fix resource leakkoichik
2011-12-24Add deprecation message for http.ClientRyan Dahl
2011-11-29OutgoingMessage.prototype.write does not take Arrayseebees
2011-11-03http: emit Error object after .abort()Ben Noordhuis
2011-10-30fix for --harmony_block_scopingkoichik
2011-10-22Lintseebees
2011-10-22http.request(url.parse(x))seebees
2011-10-21http: improve http parser bindingsBen Noordhuis
2011-10-16http: tiny fix in http.jsYoshihiro Kikuchi
2011-10-13Fix test-http-conn-reset.js on OSXRyan Dahl
2011-10-08Some small optimizationsBert Belder
2011-10-04http: remove legacy http libraryBen Noordhuis
2011-08-29http: remove 'headers sent?' check in OutgoingMessage.getHeader()Peter Lyons
2011-08-18Merge remote branch 'origin/v0.4'Ryan Dahl
2011-08-18Fixes #1546. Remove expensive debug call.Ryan Dahl
2011-08-09Fix test-http-upgrade-server and test-http-parserRyan Dahl
2011-07-29Fix http.ClientRequest crashes if end() was called twicekoichik
2011-07-29Fix http.ClientRequest crashes if end() was called twicekoichik
2011-07-26http: make http and http2 co-existBen Noordhuis
2011-07-26http: http2 implementationMikeal Rogers
2011-07-22Merge branch 'v0.4'Ryan Dahl
2011-07-21http: fix setting ServerResponse.statusCode in writeHeadTrent Mick
2011-07-21http: fix setting ServerResponse.statusCode in writeHeadTrent Mick
2011-07-19Properly respond to HEAD during end(body) hot pathReid Burke
2011-07-15Merge branch 'v0.4'Ryan Dahl
2011-07-14Fixes #1085. The agent end event may call detachSocket() after the socket is ...Stefan Rusu
2011-07-08Revert 3e2a2a7. Always send a HTTP/1.1 status line to the client.Ben Noordhuis
2011-07-08Revert 8dc8773. Always send a HTTP/1.1 status line to the client.Ben Noordhuis
2011-07-06Revert "Error argument for http.ServerRequest 'close'"Ryan Dahl
2011-07-05Don't send a HTTP/1.1 status line to HTTP/1.0 clients.Ben Noordhuis