summaryrefslogtreecommitdiff
path: root/lib/_http_server.js
Commit message (Expand)AuthorAgeFilesLines
* http: sockets close transitions via _socketClosestricteeTimothy J Fontaine2015-03-241-1/+4
* events: add StrictEETimothy J Fontaine2015-03-241-0/+30
* lib: http: poison parser references after freeingBen Noordhuis2014-09-051-3/+5
* http: fix bailout for writeHeadAlex Kocharin2014-08-181-8/+7
* http: remove unused code blockFedor Indutny2014-06-271-18/+3
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-1/+1
* http: add 308 status_code, see RFC7238Yazhong Liu2014-06-081-0/+1
* lib: use triple equalsYuki KAN2014-04-021-2/+2
* http: avoid duplicate keys in writeHeadDavid Björklund2014-02-191-4/+3
* http: add statusMessagePatrik Stutz2013-10-161-4/+6
* http: provide backpressure for pipeline floodisaacs2013-10-161-0/+32
* http: Consistent 'finish' event semanticsisaacs2013-08-151-1/+1
* http: Add write()/end() callbacksisaacs2013-08-151-2/+2
* http: Use streams3 directly, not .ondata/endisaacs2013-08-081-14/+29
* src: Replace macros with util functionsisaacs2013-08-011-5/+5
* lib: macro-ify type checksBen Noordhuis2013-07-241-5/+5
* http: Use OOP for OutgoingMessage._finishisaacs2013-07-091-0/+7
* {stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris2013-07-031-4/+3
* Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-06-251-5/+1
* Merge remote-tracking branch 'ry/v0.10'isaacs2013-05-271-1/+6
* http: don't slice unless necessaryTrevor Norris2013-05-151-3/+2
* http: move Server and ServerResponse outTimothy J Fontaine2013-04-171-0/+455