summaryrefslogtreecommitdiff
path: root/lib/_http_outgoing.js
AgeCommit message (Expand)Author
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
2017-03-09http: reuse existing StorageObjectBrian White
2017-03-09http: support old private properties and functionBrian White
2017-03-09http: use Symbol for outgoing headersBrian White
2017-02-20http: add new functions to OutgoingMessageBrian White
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