summaryrefslogtreecommitdiff
path: root/lib/http.js
Commit message (Expand)AuthorAgeFilesLines
* OutgoingMessage.prototype.write does not take Arrayseebees2011-11-291-3/+2
* http: emit Error object after .abort()Ben Noordhuis2011-11-031-3/+3
* fix for --harmony_block_scopingkoichik2011-10-311-1/+1
* Lintseebees2011-10-221-6/+8
* http.request(url.parse(x))seebees2011-10-221-2/+13
* http: improve http parser bindingsBen Noordhuis2011-10-201-47/+51
* http: tiny fix in http.jsYoshihiro Kikuchi2011-10-171-2/+5
* Fix test-http-conn-reset.js on OSXRyan Dahl2011-10-121-4/+10
* Some small optimizationsBert Belder2011-10-071-1/+3
* http: remove legacy http libraryBen Noordhuis2011-10-041-703/+405
* http: remove 'headers sent?' check in OutgoingMessage.getHeader()Peter Lyons2011-08-281-4/+0
* Merge remote branch 'origin/v0.4'Ryan Dahl2011-08-171-1/+0
|\
| * Fixes #1546. Remove expensive debug call.Ryan Dahl2011-08-171-1/+0
| * Fix http.ClientRequest crashes if end() was called twicekoichik2011-07-301-0/+3
| * http: fix setting ServerResponse.statusCode in writeHeadTrent Mick2011-07-211-0/+1
* | Fix test-http-upgrade-server and test-http-parserRyan Dahl2011-08-081-6/+4
* | Fix http.ClientRequest crashes if end() was called twicekoichik2011-07-301-0/+3
* | http: make http and http2 co-existBen Noordhuis2011-07-261-399/+629
* | http: http2 implementationMikeal Rogers2011-07-261-629/+399
* | Merge branch 'v0.4'Ryan Dahl2011-07-221-0/+7
|\ \ | |/
| * Properly respond to HEAD during end(body) hot pathReid Burke2011-07-201-0/+7
* | http: fix setting ServerResponse.statusCode in writeHeadTrent Mick2011-07-211-0/+1
* | Merge branch 'v0.4'Ryan Dahl2011-07-141-1/+4
|\ \ | |/
| * Fixes #1085. The agent end event may call detachSocket() after the socket is ...Stefan Rusu2011-07-151-1/+4
| * Revert 3e2a2a7. Always send a HTTP/1.1 status line to the client.Ben Noordhuis2011-07-071-5/+2
| * Don't send a HTTP/1.1 status line to HTTP/1.0 clients.Ben Noordhuis2011-07-051-2/+5
* | Revert 8dc8773. Always send a HTTP/1.1 status line to the client.Ben Noordhuis2011-07-071-5/+2
* | Revert "Error argument for http.ServerRequest 'close'"Ryan Dahl2011-07-051-11/+1
* | Don't send a HTTP/1.1 status line to HTTP/1.0 clients.Ben Noordhuis2011-07-051-2/+5
* | http: Fix agent id creationRyan Dahl2011-07-031-1/+1
* | Merge branch 'v0.4'Ryan Dahl2011-07-011-11/+1
|\ \ | |/
| * Fixes #877. Don't wait for socket pool to establish connections.Ryan Dahl2011-07-011-11/+1
* | Merge branch 'v0.4'Ryan Dahl2011-06-291-0/+1
|\ \ | |/
| * Fixes #1187. Support multiple 'link' headersRyan Dahl2011-06-201-0/+1
* | typoisaacs2011-06-041-1/+1
* | Avoid instanceof for native object typesisaacs2011-06-041-2/+2
* | Merge branch 'v0.4'Ryan Dahl2011-05-221-1/+5
|\ \ | |/
| * Fix TJ's assert errorRyan Dahl2011-05-201-1/+5
* | Merge branch 'v0.4'Ryan Dahl2011-05-161-1/+11
|\ \ | |/
| * Error argument for http.ServerRequest 'close'Felix Geisendörfer2011-05-141-1/+11
* | Merge branch 'v0.4'isaacs2011-05-071-5/+4
|\ \ | |/
| * Agent socket errors bubble up to req only if req existsRyan Dahl2011-05-071-5/+4
* | Add support for Unix Domain Sockets to HTTPMark Cavage2011-04-251-9/+47
* | Merge branch 'v0.4'Ryan Dahl2011-04-141-1/+2
|\ \ | |/
| * Fix bug where http response.readable was never set to falseAbe Fettig2011-04-121-0/+1
| * Don't error on ENOTCONN from shutdown()Ryan Dahl2011-04-111-1/+1
* | Merge branch 'v0.4'Ryan Dahl2011-04-031-5/+11
|\ \ | |/
| * Closes GH-721 Set default host header properlyisaacs2011-04-011-5/+11
* | Merge branch 'v0.4'Ryan Dahl2011-03-181-1/+0
|\ \ | |/
| * Fix double free of parser on error in http.Agent.Ryan Dahl2011-03-181-1/+0