summaryrefslogtreecommitdiff
path: root/lib/_http_common.js
Commit message (Expand)AuthorAgeFilesLines
* http: fix connection upgrade checksBrian White2016-09-091-11/+5
* http: optimize checkInvalidHeaderChar()Brian White2016-06-151-5/+24
* http: optimize checkIsHttpToken()Brian White2016-06-151-36/+49
* http: skip body and next message of CONNECT resFedor Indutny2016-04-261-2/+5
* src: don't set non-primitive values on templatesBen Noordhuis2016-04-261-4/+6
* http: speed up checkIsHttpTokenJackson Tian2016-03-271-2/+48
* http: strictly forbid invalid characters from headersJames M Snell2016-02-091-0/+17
* http: remove reference to onParserExecuteTom Atkinson2016-01-221-0/+3
* http: do not emit `upgrade` on advertisementFedor Indutny2015-12-171-0/+19
* http: fix stalled pipeline bugFedor Indutny2015-10-141-0/+4
* http: add checkIsHttpToken check for header fieldsJames M Snell2015-09-251-0/+10
* http: simplify code and remove unused propertiesBrian White2015-05-251-6/+0
* iojs: introduce internal modulesVladimir Kurchatkin2015-03-251-1/+1
* lib: reduce util.is*() usagecjihrig2015-01-311-2/+1
* lib: use const to define constantscjihrig2015-01-211-12/+12
* http: optimize on_headers_completeBert Belder2015-01-131-25/+22
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* lib: http: poison parser references after freeingBen Noordhuis2014-09-051-1/+4
* lib, src: don't make http parser handles weakBen Noordhuis2014-09-051-1/+2
* http: parse the status message in a http response.Cam Swords2013-12-201-1/+1
* http: make DELETE requests set `req.method`Nathan Rajlich2013-11-041-1/+2
* http: remove MethodToString()Ben Noordhuis2013-10-281-1/+1
* http: expose supported methodsBen Noordhuis2013-10-281-0/+1
* http: provide backpressure for pipeline floodisaacs2013-10-161-4/+2
* http: provide access to raw headers/trailersisaacs2013-08-151-11/+2
* http: speed up callbacks, use array indicesBen Noordhuis2013-08-141-5/+9
* http: Use streams3 directly, not .ondata/endisaacs2013-08-081-4/+2
* util: Add debuglog, deprecate console lookalikesisaacs2013-05-211-6/+1
* http: move Server and ServerResponse outTimothy J Fontaine2013-04-171-0/+12
* http: move OutgoingMessage into it's own fileTimothy J Fontaine2013-04-171-0/+13
* http: move parsers into _http_common.jsTimothy J Fontaine2013-04-171-0/+209