summaryrefslogtreecommitdiff
path: root/lib/_http_server.js
AgeCommit message (Expand)Author
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
2015-10-14http: fix stalled pipeline bugFedor Indutny
2015-10-06http: add comment about `outputSize` in res/serverFedor Indutny
2015-10-06http_server: pause socket properlyFedor Indutny
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-14http_server: fix resume after socket closeFedor Indutny
2015-09-06events,lib: don't require EE#listenerCount()Jeremiah Senkpiel
2015-08-26http_parser: consume StreamBase instanceFedor Indutny
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani
2015-08-04http: use official IANA Status Codesjomo
2015-08-04http_server: `prefinish` vs `finish`Fedor Indutny
2015-06-15lib,test: fix whitespace issuesRoman Reiss
2015-05-16http,net,tls: return this from setTimeout methodsEvan Lucas
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-02-09tracing: add lttng support for tracing on linuxGlen Keane
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis