summaryrefslogtreecommitdiff
path: root/lib/_http_common.js
Commit message (Expand)AuthorAgeFilesLines
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-141-1/+1
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-251-2/+2
* http: make parser choice a runtime flagAnna Henningsen2018-12-071-2/+7
* http: reduce duplicated code for cleaning parserWeijia Wang2018-10-171-19/+13
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-10-171-1/+1
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-171-1/+0
* http: move process.binding('http_parser') to internalBindingJames M Snell2018-08-181-1/+2
* http: name anonymous function in _http_common.jsPetras2018-07-181-1/+1
* http: remove a pair of outdated commentsMark S. Everitt2018-06-101-2/+0
* http: remove duplicate parser unsetAnatoli Papirovski2018-04-231-2/+0
* http: cleanup parser propertiesAnatoli Papirovski2018-04-231-0/+7
* http: remove duplicate commentAnatoli Papirovski2018-04-231-5/+0
* http: cleanup _http_common.jsAnatoli Papirovski2018-04-231-27/+24
* http: fix undefined error in parser eventAnatoli Papirovski2018-04-171-4/+6
* http: relax requirements on upgrade listenerAnatoli Papirovski2018-04-161-13/+1
* tools: add 'spaced-comment' into eslint rulesWeijia Wang2018-04-011-2/+2
* http: simplify checkInvalidHeaderCharSeth Brenith2018-02-161-44/+2
* http: add options to http.createServer()Peter Marton2018-02-061-2/+8
* http: fix parsing of binary upgrade response bodyBen Noordhuis2018-01-211-12/+3
* http: simplify parser lifetime trackingAnna Henningsen2018-01-181-1/+4
* http: simplify checkIsHttpToken()Rich Trott2017-12-101-59/+3
* http: do not assign intermediate variableJon Moss2017-11-281-2/+1
* async_hooks: add trace events to async_hooksAndreas Madsen2017-11-161-2/+1
* lib: change concatenated string to templateNayana Das K2017-11-111-1/+1
* lib: use destructuring for some constantsWeijia Wang2017-10-161-7/+8
* lib: implement async_hooks API in coreTrevor Norris2017-05-101-1/+7
* freelist: simplify exportJames M Snell2017-05-011-1/+1
* http: avoid retaining unneeded memoryLuigi Pinca2017-03-221-5/+1
* http: use more efficient module.exports patternJames M Snell2017-03-201-11/+13
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* http: optimize default method caseBrian White2017-01-131-2/+0
* http: optimize header storage and matchingBrian White2017-01-111-2/+2
* http: improve validation performanceBrian White2016-12-291-41/+59
* http: misc cleanup and minor optimizationsBrian White2016-12-291-1/+0
* http: fix connection upgrade checksBrian White2016-08-261-11/+5
* http: optimize checkInvalidHeaderChar()Brian White2016-06-141-5/+24
* http: optimize checkIsHttpToken()Brian White2016-06-141-36/+49
* http: skip body and next message of CONNECT resFedor Indutny2016-04-191-2/+5
* src: don't set non-primitive values on templatesBen Noordhuis2016-04-181-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