summaryrefslogtreecommitdiff
path: root/lib/_http_server.js
AgeCommit message (Expand)Author
2018-09-19src: deprecate global COUNTER_* and remove perfctrJames M Snell
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-05-24http: fix res emit close before user finishRobert Nagy
2018-05-22http: fix capitalization of 418 status messageя котик пур-пур
2018-05-13http: always emit close on req and resRobert Nagy
2018-04-26http: added aborted property to requestRobert Nagy
2018-04-23http: remove duplicate parser unsetAnatoli Papirovski
2018-04-23http: cleanup parser propertiesAnatoli Papirovski
2018-04-19http: fix _dump regressionAnatoli Papirovski
2018-04-16http: relax requirements on upgrade listenerAnatoli Papirovski
2018-04-07test,http: fix http dump testMatteo Collina
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-03-01src: Remove lttng support.Glen Keane
2018-02-22http: remove default 'error' listener on upgradeLuigi Pinca
2018-02-15http: process 100, 102-199 according to specs.Miles Elam
2018-02-06http: add options to http.createServer()Peter Marton
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