summaryrefslogtreecommitdiff
path: root/lib/_http_server.js
AgeCommit message (Expand)Author
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
2014-09-05lib: http: poison parser references after freeingBen Noordhuis
2014-08-18http: fix bailout for writeHeadAlex Kocharin
2014-06-27http: remove unused code blockFedor Indutny
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-08http: add 308 status_code, see RFC7238Yazhong Liu
2014-04-02lib: use triple equalsYuki KAN
2014-02-19http: avoid duplicate keys in writeHeadDavid Björklund
2013-10-16http: add statusMessagePatrik Stutz
2013-10-16http: provide backpressure for pipeline floodisaacs
2013-08-15http: Consistent 'finish' event semanticsisaacs
2013-08-15http: Add write()/end() callbacksisaacs
2013-08-08http: Use streams3 directly, not .ondata/endisaacs
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-09http: Use OOP for OutgoingMessage._finishisaacs
2013-07-03{stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris
2013-06-25Merge remote-tracking branch 'ry/v0.10' into masterisaacs
2013-05-27Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-15http: don't slice unless necessaryTrevor Norris
2013-04-17http: move Server and ServerResponse outTimothy J Fontaine