API: Make request/response object closer to stream interface
[platform/upstream/nodejs.git] / lib / http.js
2010-02-17 Ryan DahlAPI: Make request/response object closer to stream...
2010-02-16 Ryan DahlAPI: connection.send() renamed to connection.write()
2010-02-12 Ryan DahlAPI: tcp events 'receive' to 'data', 'eof' to 'end'
2010-01-27 Ryan DahlForgot to include fix from HTTP client bug (30b0522)
2010-01-19 Michaeljohn Clementset default encoding in sendBody
2010-01-15 Ryan DahlAPI: Move Promise and EventEmitter into 'events' module
2010-01-05 isaacsUse "url" module instead of "uri" module in http.js.
2009-12-23 Michaeljohn Clementdon't chunk responses to HTTP/1.0 clients, even if...
2009-12-18 isaacsUse the new uri parser.
2009-12-08 visionmediaExport STATUS_CODES
2009-12-06 Christopher LenzAdd http.Client.prototype.request()
2009-12-05 Ryan DahlBugfix: Don't use chunked encoding for 1.0 requests.
2009-12-05 Ryan DahlExpose versionMajor versionMinor to http messages
2009-12-04 Michaeljohn Clementfixed HTTP duplicated header bug
2009-11-30 Rhys JonesAdd HTTP client TLS support
2009-11-30 jedfixed check on header type, to check member instead...
2009-11-21 Ryan DahlNew http-parser
2009-11-21 Ryan DahlRevert "Normalize HTTP headers."
2009-11-11 Felix GeisendörferBugfix for sendBody() and chunked utf8 strings
2009-11-07 Ryan DahlAPI: rename process.inherits to sys.inherits
2009-11-06 Ryan DahlRevert "Upgrade http parser, change node as needed."
2009-11-04 Ryan DahlExpose http.IncomingMessage and http.OutgoingMessage
2009-11-04 Ryan DahlExpose http.ClientRequest and http.ServerResponse
2009-10-31 Ryan DahlModule refactor - almost CommonJS compatible now
2009-10-29 Ryan DahlNamespace EVERYTHING under process; introduce GLOBAL
2009-10-28 Ryan DahlRevert "Change HTTP back to a 1.1 client."
2009-10-26 Ryan DahlChange HTTP back to a 1.1 client.
2009-10-15 Ryan DahlUpgrade http parser, change node as needed.
2009-10-13 Ryan Dahlutils.js links to sys.js instead of other way around
2009-10-07 Ryan DahlNormalize HTTP headers.
2009-10-05 Ryan DahlParse queryString into req.uri.params
2009-10-04 Ryan DahlDon't use parseUri for HTTP server
2009-09-30 Ryan DahlAdd a third argument to http.cat to specify req headers.
2009-09-29 isaacsPass the Host header in http.cat calls, if it was speci...
2009-09-29 Ryan DahlCamel-case all http events
2009-09-28 Ryan DahlMove http library to /http.js