summaryrefslogtreecommitdiff
path: root/lib/_http_outgoing.js
AgeCommit message (Expand)Author
2017-01-30lib: add static identifier codes for all deprecationsJames M Snell
2017-01-13http: optimize default method caseBrian White
2017-01-11http: misc optimizations and style fixesBrian White
2017-01-11http: avoid using object for removed header statusBrian White
2017-01-11http: optimize header storage and matchingBrian White
2017-01-10http: remove pointless use of argumentscjihrig
2016-12-29http: optimize headers iterationBrian White
2016-12-29http: simplify boolean checksBrian White
2016-12-29http: extract validation functionsBrian White
2016-12-29lib: avoid recompilation of anonymous functionsBrian White
2016-12-29http: misc cleanup and minor optimizationsBrian White
2016-10-28http: add debug message for invalid header valueEvan Lucas
2016-10-18http: name anonymous functions in _http_outgoingmaasencioh
2016-08-26http: fix connection upgrade checksBrian White
2016-08-08lib: remove double check of string typeFranziska Hinkelmann
2016-08-05http: specify _implicitHeader in OutgoingMessageyorkie
2016-06-27http: replace finish() callback with arrow functionGuy Fraser
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-04-26http: correct error message for invalid trailerBryan English
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