summaryrefslogtreecommitdiff
path: root/lib/_http_common.js
AgeCommit message (Expand)Author
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-10-12http: reduce duplicated code for cleaning parserWeijia Wang
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-07-18http: name anonymous function in _http_common.jsPetras
2018-06-10http: remove a pair of outdated commentsMark S. Everitt
2018-04-23http: remove duplicate parser unsetAnatoli Papirovski
2018-04-23http: cleanup parser propertiesAnatoli Papirovski
2018-04-23http: remove duplicate commentAnatoli Papirovski
2018-04-23http: cleanup _http_common.jsAnatoli Papirovski
2018-04-17http: fix undefined error in parser eventAnatoli Papirovski
2018-04-16http: relax requirements on upgrade listenerAnatoli Papirovski
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-02-16http: simplify checkInvalidHeaderCharSeth Brenith
2018-02-06http: add options to http.createServer()Peter Marton
2018-01-21http: fix parsing of binary upgrade response bodyBen Noordhuis
2018-01-18http: simplify parser lifetime trackingAnna Henningsen
2017-12-10http: simplify checkIsHttpToken()Rich Trott
2017-11-28http: do not assign intermediate variableJon Moss
2017-11-16async_hooks: add trace events to async_hooksAndreas Madsen
2017-11-11lib: change concatenated string to templateNayana Das K
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-05-01freelist: simplify exportJames M Snell
2017-03-22http: avoid retaining unneeded memoryLuigi Pinca
2017-03-20http: use more efficient module.exports patternJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-13http: optimize default method caseBrian White
2017-01-11http: optimize header storage and matchingBrian White
2016-12-29http: improve validation performanceBrian White
2016-12-29http: misc cleanup and minor optimizationsBrian White
2016-08-26http: fix connection upgrade checksBrian White
2016-06-14http: optimize checkInvalidHeaderChar()Brian White
2016-06-14http: optimize checkIsHttpToken()Brian White
2016-04-19http: skip body and next message of CONNECT resFedor Indutny
2016-04-18src: don't set non-primitive values on templatesBen Noordhuis
2016-03-27http: speed up checkIsHttpTokenJackson Tian
2016-02-09http: strictly forbid invalid characters from headersJames M Snell
2016-01-22http: remove reference to onParserExecuteTom Atkinson
2015-12-17http: do not emit `upgrade` on advertisementFedor Indutny
2015-10-14http: fix stalled pipeline bugFedor Indutny
2015-09-25http: add checkIsHttpToken check for header fieldsJames M Snell
2015-05-25http: simplify code and remove unused propertiesBrian White
2015-03-25iojs: introduce internal modulesVladimir Kurchatkin
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-13http: optimize on_headers_completeBert Belder
2015-01-12Remove excessive copyright/license boilerplateisaacs