summaryrefslogtreecommitdiff
path: root/lib/_http_server.js
AgeCommit message (Expand)Author
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