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
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
2011-07-05Don't send a HTTP/1.1 status line to HTTP/1.0 clients.Ben Noordhuis
2011-07-03http: Fix agent id creationRyan Dahl
2011-07-02Merge branch 'v0.4'Ryan Dahl
2011-07-02Fixes #877. Don't wait for socket pool to establish connections.Ryan Dahl
2011-06-29Merge branch 'v0.4'Ryan Dahl
2011-06-20Fixes #1187. Support multiple 'link' headersRyan Dahl
2011-06-04typoisaacs
2011-06-04Avoid instanceof for native object typesisaacs
2011-05-23Merge branch 'v0.4'Ryan Dahl
2011-05-21Fix TJ's assert errorRyan Dahl
2011-05-17Merge branch 'v0.4'Ryan Dahl
2011-05-15Error argument for http.ServerRequest 'close'Felix Geisendörfer
2011-05-08Merge branch 'v0.4'isaacs
2011-05-07Agent socket errors bubble up to req only if req existsRyan Dahl
2011-04-26Add support for Unix Domain Sockets to HTTPMark Cavage
2011-04-14Merge branch 'v0.4'Ryan Dahl
2011-04-13Fix bug where http response.readable was never set to falseAbe Fettig
2011-04-12Don't error on ENOTCONN from shutdown()Ryan Dahl
2011-04-04Merge branch 'v0.4'Ryan Dahl
2011-04-02Closes GH-721 Set default host header properlyisaacs
2011-03-18Merge branch 'v0.4'Ryan Dahl
2011-03-18Fix double free of parser on error in http.Agent.Ryan Dahl
2011-03-15Merge branch 'v0.4'Ryan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-03-15Fix HTTP agent disconnection problemRyan Dahl
2011-02-26Merge branch 'v0.4'Ryan Dahl
2011-02-25http: fix missing 'drain' eventsRussell Haering
2011-02-25Add 'close' and 'aborted' events to Agent responsesRyan Dahl
2011-02-25deprecate http.catRyan Dahl
2011-02-24In addition to 'aborted' emit 'close' from incoming requestsFelix Geisendörfer