summaryrefslogtreecommitdiff
path: root/lib/_http_outgoing.js
AgeCommit message (Expand)Author
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-02-15http: remove unnecessary checkBrian White
2016-02-09http: strictly forbid invalid characters from headersJames M Snell
2015-12-17http: Remove an unnecessary assignmentBo Borgerson
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-11-05http: remove unneeded cb check from setTimeout()Ashok Suthar
2015-10-14http: fix stalled pipeline bugFedor Indutny
2015-10-06http: cork/uncork before flushing pipelined resFedor Indutny
2015-10-06http: add callback is function checkJames M Snell
2015-10-06http: add comment about `outputSize` in res/serverFedor Indutny
2015-10-06http_server: pause socket properlyFedor Indutny
2015-10-06http: fix out-of-order 'finish' bug in pipeliningFedor Indutny
2015-09-25http: add checkIsHttpToken check for header fieldsJames M Snell
2015-09-18http: guard against response splitting in trailersBen Noordhuis
2015-07-22http: Check this.connection before using itSakthipriyan Vairamani
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-11lib: don't use global BufferRoman Reiss
2015-05-29http: flush stored headerVladimir Kurchatkin
2015-05-25http: simplify code and remove unused propertiesBrian White
2015-05-16http,net,tls: return this from setTimeout methodsEvan Lucas
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-03-17http: add flushHeaders and deprecate flushYosuke Furukawa
2015-03-05http: send Content-Length when possibleChristian Tellnes
2015-03-03http: optimize outgoing requestsBrendan Ashworth
2015-02-27http: don't confuse automatic headers for othersChristian Tellnes
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-29http: more descriptive setHeader errorsQasim Zaidi
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-29http: cleanup setHeader()Trevor Norris
2014-09-23http: write() after end() emits an error.Julien Gilli
2014-09-16Merge remote-tracking branch 'upstream/v0.10' into v0.12Timothy J Fontaine
2014-04-24http: add request.flush() methodBen Noordhuis
2014-04-02lib: use triple equalsYuki KAN
2014-01-09http: use writev on chunked encodingTrevor Norris
2013-08-19http: removed headers stay removedJames Halliday
2013-08-15lib: remove unused variables and functionsBrian White
2013-08-15http: Prefer 'binary' over 'ascii'isaacs
2013-08-15http: Consistent 'finish' event semanticsisaacs
2013-08-15http: make OutgoingMessage._flush inline-ableisaacs
2013-08-15http: Add write()/end() callbacksisaacs
2013-08-15http: Write hex/base64 chunks properlyisaacs
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-09http: Use OOP for OutgoingMessage._finishisaacs
2013-07-07http: use an unref'd timer to fix delay in exitPeter Rust
2013-05-27Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-09http: Use writev instead of the hacky hot endisaacs