summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* http: add regression test for smuggling content lengthMatteo Collina2021-10-111-0/+31
* http: add regression test for chunked smugglingMatteo Collina2021-10-111-0/+43
* tls: validate "rejectUnauthorized: undefined"Matteo Collina2021-08-091-0/+13
* http2: add tests for cancel event while client is paused readingAkshay K2021-08-091-0/+36
* module: fix legacy `node` specifier resolution to resolve `"main"` fieldAntoine du Hamel2021-07-283-0/+7
* deps: update to cjs-module-lexer@1.2.1Guy Bedford2021-07-232-4/+9
* test: fix races in test-performance-eventlooputilGerhard Stoebich2021-03-291-10/+10
* module: improve support of data: URLsAntoine du Hamel2021-03-291-0/+5
* node-api: define version 8Gabriel Schulhof2021-03-193-3/+1
* node-api: allow retrieval of add-on file nameGabriel Schulhof2021-03-172-1/+19
* v8: implement v8.stopCoverage()Joyee Cheung2021-03-172-0/+37
* v8: implement v8.takeCoverage()Joyee Cheung2021-03-174-0/+141
* test: correct test-worker-eventlooputilGerhard Stoebich2021-03-162-10/+9
* worker: add eventLoopUtilization()Trevor Norris2021-03-162-22/+145
* test: add cpu-profiler-crash testSantiago Gimeno2021-03-153-0/+45
* http: runtime deprecate legacy HTTP parserBeth Griggs2021-03-081-0/+11
* src,test: add regression test for nested Worker terminationAnna Henningsen2021-02-231-0/+15
* http2: add unknownProtocol timeoutDaniel Bevenius2021-02-221-0/+33
* http2: check write not scheduled in scope destructorDavid Halls2021-02-091-0/+46
* async_hooks: fix leak in AsyncLocalStorage exitStephen Belanger2021-02-091-0/+25
* src: retain pointers to WriteWrap/ShutdownWrapJames M Snell2020-12-241-0/+58
* http: unset `F_CHUNKED` on new `Transfer-Encoding`Matteo Collina2020-12-231-0/+46
* http: add test for http transfer encoding smugglingRichard Lau2020-12-231-0/+47
* events: assume an EventEmitter if emitter.on is a functionLuigi Pinca2020-11-161-0/+22
* repl: improve static import error message in replMyles Borins2020-11-161-0/+10
* deps: update to cjs-module-lexer@0.5.2Guy Bedford2020-11-161-2/+2
* deps: upgrade to cjs-module-lexer@0.5.0Guy Bedford2020-11-161-4/+3
* module: use Wasm CJS lexer when availableGuy Bedford2020-11-162-1/+7
* n-api: revert change to finalizationMichael Dawson2020-11-161-0/+6
* inspector: do not hardcode Debugger.CallFrameId in testsDmitry Gozman2020-11-163-4/+13
* build: fuzzer that targets node::LoadEnvironment()davkor2020-11-162-0/+149
* n-api: support for object freeze/sealShelley Vohr2020-11-162-0/+66
* module: fix builtin reexport tracingGuy Bedford2020-11-164-0/+28
* crypto: set env values in KeyObject Deserialize methodThakurKarthik2020-11-161-0/+18
* console: add Symbol.toStringTag propertyLeko2020-11-161-1/+1
* test: replace annonymous functions with arrowPooja D.P2020-11-161-6/+6
* tools,doc: enforce alphabetical order for md refsAntoine du Hamel2020-11-161-1/+1
* test: add wasi readdir() testcjihrig2020-11-163-0/+55
* module: fix specifier resolution option valuehimself652020-11-162-18/+9
* test: fix comment about DNS lookup testTobias Nießen2020-11-161-2/+1
* errors: improve ERR_INVALID_OPT_VALUE errorDenys Otrishko2020-11-166-18/+35
* esm: use "node:" namespace for builtinsGuy Bedford2020-11-165-8/+8
* module: remove experimental modules warningGuy Bedford2020-11-1611-13/+1
* module: exports pattern supportGuy Bedford2020-11-163-3/+8
* module: refine module type mismatch error casesGuy Bedford2020-11-163-1/+17
* module: named exports for CJS via static analysisGuy Bedford2020-11-167-27/+132
* http: added scheduling option to http agentdelvedor2020-11-161-0/+148
* http: only set keep-alive when not existsatian25@qq.com2020-11-162-1/+32
* stream: destroy wrapped streams on errorRobert Nagy2020-11-161-0/+31
* fs: add .ref() and .unref() methods to watcher classesrickyes2020-11-162-0/+55