Merge branch 'v0.4'
[platform/upstream/nodejs.git] / lib / http.js
2011-03-15 Ryan DahlMerge branch 'v0.4'
2011-03-15 Ryan DahlUpdate copyright headers
2011-03-14 Ryan DahlFix HTTP agent disconnection problem
2011-02-26 Ryan DahlMerge branch 'v0.4'
2011-02-25 Russell Haeringhttp: fix missing 'drain' events
2011-02-25 Ryan DahlAdd 'close' and 'aborted' events to Agent responses
2011-02-25 Ryan Dahldeprecate http.cat
2011-02-24 Felix GeisendörferIn addition to 'aborted' emit 'close' from incoming...
2011-02-24 Ryan DahlPragma HTTP header comma separation
2011-02-20 Ryan DahlMerge branch 'v0.4'
2011-02-20 Ryan DahlTLS sockets should not be writable after 'end'
2011-02-18 Ryan DahlMerge branch 'v0.4'
2011-02-18 Ryan DahlHTTP Agent sockets should not reconnect on error
2011-02-18 Ryan DahlHTTP Agent should not die on evil server
2011-02-16 Ryan Dahlhttps was missing 'end' event sometimes
2011-02-15 Ryan Dahldefault to port 80 for http.request
2011-02-15 Richard RodgerFix for DNS fail in HTTP request
2011-02-14 Tj HolowaychukFixed field merging with progressive fields on writeHead()
2011-02-10 Tim CaswellAdd support for mutable/implicit headers for http.
2011-02-10 Ryan DahlNew DTrace probes from CA team
2011-02-07 Russell Haeringhttp: fix buffer writes to outgoing messages
2011-02-05 Mikeal Rogershttp: agent takes options instead of host, port pair
2011-02-05 Ryan Dahlhttp: handle aborts
2011-01-28 Ryan DahlAnother fix for process.assert
2011-01-26 Ali FarhadiFixing bug in http request default encoding.
2011-01-25 Ryan DahlUse old http.Client
2011-01-25 Ryan DahlLand Cantrill's DTrace patch
2011-01-24 Ryan Dahllint
2011-01-23 Ali FarhadiFixing bug in http request's end method.
2011-01-23 Mikeal RogersExpose agent in http and https client.
2011-01-22 Ryan DahlFix test-http-exceptions
2011-01-22 Ryan DahlFix test-http-allow-req-after-204-res
2011-01-21 Ryan Dahlhttp: agent should cycle on close
2011-01-21 Ryan DahlExpose http.getAgent
2011-01-21 Ryan DahlInitial pass at https client
2011-01-21 Ryan DahlMerge branch 'http_agent'
2011-01-21 Ryan Dahl...
2011-01-21 Ryan Dahlhacky work around socket hangups on http requests
2011-01-21 Ryan DahlBackport client 'upgrade' events
2011-01-21 Ryan Dahlall errors go to req object
2011-01-21 Ryan Dahlhttp.Client shims
2011-01-21 Ryan DahlAdd parser to agent
2011-01-21 Ryan Dahlfirst pass at http refactor for TLS
2011-01-11 Ryan DahlMerge branch 'vanilla-libeio'
2011-01-04 Bert BelderMerge branch 'master' of git://github.com/ry/node
2011-01-04 Ryan DahlImplement new stream method, destroySoon
2011-01-04 Ryan Dahlhack for ending https connections
2011-01-03 Ryan DahlFirst pass at new https server
2011-01-03 Ryan DahlNODE_DEBUG uses strings instead of bitflags
2010-12-04 Ryan DahlFix global leaks
2010-12-02 Ryan Dahlmore lint
2010-11-29 Ryan DahlSimplify state transitions in http.Client
2010-11-29 Ryan DahlImprove HTTP debug messages
2010-11-29 Ryan Dahlstyle
2010-11-21 Ryan DahlRevert "Merge branch 'writev'"
2010-11-19 Ryan DahlMerge branch 'writev'
2010-11-19 Ryan DahlReset _eof on socket reuse
2010-11-19 Ryan DahlDumper net.js integration
2010-11-19 Ryan DahlRip out the old TLS implementation
2010-10-26 Ryan DahlFix permissions on http.js
2010-10-26 Ryan DahlallowHalfOpen disabled by default
2010-10-18 Mark NottinghamFix expect/continue keepalive
2010-10-11 Ryan DahlAdd destroy methods to HTTP messages
2010-10-11 Micheil SmithRemoved deprecated methods from lib/http.js
2010-10-11 Ryan DahlFix test-http-buffer-sanity
2010-10-11 Micheil SmithSoft migration of sys -> util, Removal of deprecated...
2010-10-11 Ryan DahlCloser to a working pipe
2010-10-11 Micheil SmithChanging http.js to use the same stream.Stream creation...
2010-10-11 Ryan DahlAdd Stream base class with stream.pipe
2010-10-07 Ryan Dahlexpose parsers freelist
2010-10-07 Joshaven Pottersyntax fixes to pass jslint
2010-10-04 Ryan Dahllib/http.js - nested loop stepping on variables of...
2010-10-01 Mark NottinghamAdd support for handling Expect: 100-continue
2010-10-01 Ryan DahlFix zero length buffer bug for http res.end()
2010-09-30 Mark NottinghamConsume HTTP trailing headers
2010-09-30 Ryan DahlMove the http client's initParser() into prototype
2010-09-28 Ryan DahlRemove require('buffer') in built-in libraries.
2010-09-23 Fedor IndutnyFixed 'upgrade' event for httpclient
2010-09-22 Mikeal RogersHTTP: close connection on connection:close header.
2010-09-19 Ryan DahlPass correct message in HTTP client upgrade
2010-09-16 Ryan DahlRemove deprecation warnings in http module
2010-09-15 Sam StephensonSend multiple header lines in ServerResponse#writeHead...
2010-09-14 Mark NottinghamSupport for outgoing HTTP trailing headers
2010-08-27 Ryan DahlSafe constructors: http.Server and http.Client
2010-08-21 Ryan Dahlset-cookies header is an array of values. always
2010-08-12 Ryan DahlDon't throw on HEAD requests
2010-08-10 Ryan Dahluppercase request methods
2010-08-02 Ben NoordhuisClient.onend: Anticipate that the HTTP parser object...
2010-08-02 Mikeal RogersImplement keep-alive for http.Client
2010-07-15 Ryan Dahlinstanceof Buffer to Buffer.isBuffer()
2010-07-15 Ryan DahlUse Array.isArray instead of instanceof
2010-07-07 Dmitriy ShalashovFix headers with empty value.
2010-06-21 Peter GriessOnly concatenate some incoming HTTP headers.
2010-06-16 Peter GriessSupport 'upgrade' event in HTTP client.
2010-06-16 Ryan DahlRefactor: Utf8Decoder -> StringDecoder
2010-06-02 Ryan DahlServer responses should have a body if HEAD request
2010-05-28 Ryan DahlInsert some hot paths into HTTP
2010-05-28 Ryan DahlRefactor HTTP
2010-05-26 Ryan DahlSimplify a few internal HTTP events.
2010-05-26 Sam HughesAvoided sending empty chunkedEncoding chunks in the...
next