summaryrefslogtreecommitdiff
path: root/lib/_http_outgoing.js
AgeCommit message (Expand)Author
2019-12-03http: add captureRejection support to OutgoingMessageMatteo Collina
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-13http: outgoing corkRobert Nagy
2019-11-05stream: add writableCorked propertyRobert Nagy
2019-08-20stream: disallow stream methods on finished streamRobert Nagy
2019-08-19http: simplify drain()Robert Nagy
2019-08-17http: replace superfluous connection property with getter/setterRobert Nagy
2019-08-17http,stream: add writableEndedRobert Nagy
2019-08-14http: follow symbol naming conventionRobert Nagy
2019-08-12http: remove redundant conditionLuigi Pinca
2019-08-10http: add missing stream-like properties to OutgoingMessageRobert Nagy
2019-08-09http: buffer writes even while no socket assignedRobert Nagy
2019-07-16http: add response.writableFinishedRobert Nagy
2019-06-01http: call write callback even if there is no message bodyLuigi Pinca
2019-05-20http: always call response.write() callbackLuigi Pinca
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-15http: delay ret declaration in method _flushOutputgengjiawen
2019-03-12http: reduce usage of public utilZYSzys
2019-03-09http: improve for-loop readability in _http_outgoing.jsgengjiawen
2019-02-11http: reduce multiple output arrays into oneWeijia Wang
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
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