summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-parser.js
AgeCommit message (Expand)Author
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-04-22src: do not reuse async resource in http parsersDaniel Beckert
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-03-28test: fix assert.throws error in test-http-parserRich Trott
2018-01-19test: refactor test-http-parserJon Moss
2017-08-23test: remove unused arguments from functionAnkit Parashar
2017-07-27test: refactor test-http-parser.jsRich Trott
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-05-01test,lib,doc: use function declarationsRich Trott
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-06test: add common.mustNotCall()cjihrig
2017-01-23test: use common.fail() instead of assert(false)cjihrig
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-02test: use const for all require() callscjihrig
2016-07-14test: cleanup IIFE testscjihrig
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-04-18src: don't set non-primitive values on templatesBen Noordhuis
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-02-21test: use String.prototype.repeat() for clarityRich Trott
2016-02-01test: fix redeclared test-http-* varsRich Trott
2016-01-13test: fix style issues after eslint updateMichaƫl Zasso
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-01-13http: optimize on_headers_completeBert Belder
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny