summaryrefslogtreecommitdiff
path: root/lib/_http_outgoing.js
AgeCommit message (Expand)Author
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-08lib: improve error creation performanceRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-22http: change DEP0066 to a runtime deprecationMorgan Roderick
2018-11-13http: remove obsolete function escapeHeaderValueLauri Piisang
2018-08-22http: adding doc and debug for calling empty string on write functionAnto Aravinth
2018-08-07lib: extract validateString validatorJon Moss
2018-08-04http,tls: name anonymous callbacksMarco Levrero
2018-07-09lib: consolidate redundant require() callscjihrig
2018-04-27http: refactor outgoing headers processingAnatoli Papirovski
2018-04-22http: simplify connection: close searchAnatoli Papirovski
2018-04-22http: use switch in matchHeaderAnatoli Papirovski
2018-04-22http: simplify isCookieFieldAnatoli Papirovski
2018-04-16http: relax requirements on upgrade listenerAnatoli Papirovski
2018-03-25lib: improve error handlingRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-12stream: make virtual methods errors consistentLuigi Pinca
2018-03-08async_hooks,process: remove internalNextTickAnatoli Papirovski
2018-03-07lib: port remaining errors to new systemMichaƫl Zasso
2018-02-19http: OutgoingMessage.end() should return thisMatteo Collina
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-01-27http: there is no `corked` property of `stream`Fedor Indutny
2018-01-26http: switch on string valuesSeth Brenith
2018-01-04http: remove duplicate exportEvan Lucas
2017-12-28lib: migrate _http_outgoing.js's remaining errorsAnton Paras
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-06http: improve errors thrown in header validationJoyee Cheung
2017-10-19tools: enable additional eslint rulesAnatoli Papirovski
2017-10-19async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-09-20http: revert #14024 writable is never set to falseMatteo Collina
2017-08-14errors: migrate _http_outgoingWeijia Wang
2017-08-04http2: introducing HTTP/2James M Snell
2017-08-04http: move utcDate to internal/http.jsJames M Snell
2017-07-25http: disable OutgoingMessage pipe methodRoee Kasher
2017-07-20http: do not abort if socket is missingMatteo Collina
2017-07-17http: OutgoingMessage change writable after endRoee Kasher
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-13http: edit _storeHeader to check for Trailer headerArtur G Vieira
2017-06-12http: always cork outgoing writesBrian White
2017-05-26http: improve outgoing string write performanceBrian White
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-05-05lib,test: use regular expression literalsRich Trott
2017-05-03http: fix first body chunk fast case for UTF-16Anna Henningsen
2017-03-24lib: use Object.create(null) directlyTimothy Gu
2017-03-20http: replace uses of selfJames M Snell
2017-03-20http: use more efficient module.exports patternJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09http: concatenate outgoing Cookie headersBrian White