summaryrefslogtreecommitdiff
path: root/lib/_http_server.js
AgeCommit message (Expand)Author
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2018-01-21http: fix parsing of binary upgrade response bodyBen Noordhuis
2018-01-12async_hooks,http: set HTTPParser trigger to socketAndreas Madsen
2017-12-27http: add rawPacket in err of `clientError` eventXadillaX
2017-12-15stream: add flow and buffer properties to streamsCalvin Metcalf
2017-12-15http: remove adapter frame from onParserExecuteBen Noordhuis
2017-11-15http, stream: writeHWM -> writableHighWaterMarkMatteo Collina
2017-11-15stream: remove usage of *State.highWaterMarkCalvin Metcalf
2017-11-11lib: replace string concatenation with templateJayashree S Kumar
2017-11-04http, http2: add 103 Early Hints status codeYosuke Furukawa
2017-10-23http: support generic `Duplex` streamsAnna Henningsen
2017-10-19tools: enable additional eslint rulesAnatoli Papirovski
2017-10-19http: send 400 bad request on parse errormog422
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-08-14errors: migrate _http_outgoingWeijia Wang
2017-07-04lib: fix off-by-one indentationRich Trott
2017-06-28http: simplify if statementRuben Bridgewater
2017-06-28errors: fix and improve error typesRuben Bridgewater
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-13http: fix timeout reset after keep-alive timeoutAlexey Orlenko
2017-06-12http: handle cases where socket.server is nullLuigi Pinca
2017-06-01errors,http_server: migrate to use internal/errors.jsBidisha Pyne
2017-06-01http: describe parse err in debug outputSam Roberts
2017-05-26http: destroy sockets after keepAliveTimeoutTimur Shemsedinov
2017-03-22http: avoid retaining unneeded memoryLuigi Pinca
2017-03-20tools: ignore URLs in line length lintingRich Trott
2017-03-20http: use more efficient module.exports patternJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09http: use Symbol for outgoing headersBrian White
2017-02-24http: docs-only deprecation of res.writeHeader()James M Snell
2017-02-09http: include provided status code in range errorcjihrig
2017-02-02src: unconsume stream fix in internal http implRoee Kasher
2017-01-11http: misc optimizations and style fixesBrian White
2017-01-11http: optimize header storage and matchingBrian White
2017-01-11http: check statusCode earlyBrian White
2017-01-10http: define all used properties in constructorsvitkarpov
2016-12-29http: refactor server connection handlingBrian White
2016-12-29http: misc cleanup and minor optimizationsBrian White
2016-12-02lib: use === in _http_server and _tls_wrapWalter Beller-Morales
2016-10-18http: name anonymous functions in _http_servermaasencioh
2016-09-28http: check reason chars in writeHeadEvan Lucas
2016-05-08tools: lint for object literal spacingRich Trott
2016-04-20http: disallow sending obviously invalid status codesBrian White
2016-04-20http: unref socket timer on parser executeFedor Indutny
2016-02-17http,util: fix typos in commentsAlexander Makarenko
2016-01-13lib: fix style issues after eslint updateMichaƫl Zasso
2016-01-13http: improves expect header handlingDaniel Sellers
2016-01-07http: overridable `clientError`Fedor Indutny
2015-12-23http: 451 status code "Unavailable For Legal Reasons"Max Barinov
2015-12-04http: fix pipeline regressionFedor Indutny