summaryrefslogtreecommitdiff
path: root/lib/_http_server.js
AgeCommit message (Expand)Author
2019-02-09http: makes response.writeHead return the responseMark S. Everitt
2019-02-08lib: replace 'assert' with 'internal/assert' for many built-insRich Trott
2019-02-06http: remove redundant call to socket.setTimeout()Luigi Pinca
2019-02-01http: return HTTP 431 on HPE_HEADER_OVERFLOW errorAlbert Still
2019-01-20http: reuse noop function in socketOnError()cjihrig
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-12-03http: destroy the socket on parse errorLuigi Pinca
2018-11-28http,https: protect against slow headers attackMatteo Collina
2018-11-14http: else case is not reachableszabolcsit
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
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