summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* test: fix suite signalBenjamin Gruenbaum2023-05-171-1/+4
* crypto: remove default encoding from cipherTobias Nießen2023-05-161-6/+0
* crypto: fix setEngine() when OPENSSL_NO_ENGINE setTobias Nießen2023-05-151-0/+3
* test_runner: use v8.serialize instead of TAPMoshe Atlow2023-05-158-1925/+201
* test_runner: add shorthands to `test`Chemi Atlow2023-05-151-6/+2
* url: add value argument to has and delete methodsSankalp Shubham2023-05-141-9/+28
* esm: do not use `'beforeExit'` on the main threadAntoine du Hamel2023-05-141-17/+4
* http: prevent writing to the body when not allowed by HTTP specGerrard Lindsay2023-05-134-8/+30
* vm,lib: refactor microtaskQueue assignment logicXadillaX2023-05-131-8/+6
* worker: support more cases when (de)serializing errorsMoshe Atlow2023-05-121-11/+52
* lib: update commentsinkhaha2023-05-121-1/+1
* crypto: remove default encoding from scryptTobias Nießen2023-05-121-8/+2
* net: fix family autoselection timeout handlingPaolo Insogna2023-05-111-13/+19
* permission: resolve reference to absolute path only for fs permissionDaeyeon Jeong2023-05-111-2/+5
* test_runner: fix ordering of test hooksPhil Nash2023-05-111-4/+4
* dns: call `ada::idna::to_ascii` directly from c++Yagiz Nizipli2023-05-103-8/+4
* test_runner: omit inaccessible files from coveragecjihrig2023-05-101-1/+10
* fs: make readdir recursive algorithm iterativeEthan Arrowood2023-05-102-32/+58
* module: refactor to use `normalizeRequirableId` in the CJS module loaderDarshan Sen2023-05-082-22/+9
* child_process: use signal.reason in child process abortDebadree Chatterjee2023-05-081-3/+3
* net: only defer _final call when connectingJason Zhang2023-05-081-1/+1
* buffer: combine checking range of sourceStart in `buf.copy`Deokjin Kim2023-05-071-8/+2
* url: improve `isURL` detectionYagiz Nizipli2023-05-071-1/+4
* crypto: fix webcrypto private/secret import with empty usagesFilip Skokan2023-05-071-7/+22
* crypto: remove default encoding from pbkdf2Tobias Nießen2023-05-071-8/+2
* src: throw DataCloneError on transfering untransferable objectsChengzhong Wu2023-05-053-4/+24
* module: block requiring `test/reporters` without schemeMoshe Atlow2023-05-051-0/+1
* sea: add option to disable the experimental SEA warningDarshan Sen2023-05-041-2/+2
* sea: allow requiring core modules with the "node:" prefixDarshan Sen2023-05-043-15/+23
* path: indicate index of wrong resolve() parametersosoba2023-05-041-3/+2
* http: remove internal error in assignSocketMatteo Collina2023-05-022-1/+6
* tools: fix jsdoc lintMoshe Atlow2023-05-0215-31/+0
* url: reduce revokeObjectURL cpp callsYagiz Nizipli2023-04-301-16/+3
* v8: fix ERR_NOT_BUILDING_SNAPSHOT is not a constructorChengzhong Wu2023-04-291-2/+4
* assert: deprecate callTrackerMoshe Atlow2023-04-291-2/+2
* src: replace idna functions with ada::idnaYagiz Nizipli2023-04-281-2/+2
* test_runner: support combining coverage reportscjihrig2023-04-281-14/+142
* stream: prevent pipeline hang with generator functionsDebadree Chatterjee2023-04-271-2/+1
* dns: expose getDefaultResultOrderbtea2023-04-263-0/+9
* tls: accept SecureContext object in server.addContext()HinataKah02023-04-261-2/+4
* test_runner: remove no-op validationcjihrig2023-04-251-1/+1
* test_runner: fix test runner concurrencyMoshe Atlow2023-04-244-16/+24
* test_runner: fix test countingMoshe Atlow2023-04-244-18/+9
* esm: rename `URLCanParse` to be consistentAntoine du Hamel2023-04-242-5/+5
* http: add highWaterMark opt in http.createServerHinataKah02023-04-244-6/+22
* lib: improve esm resolve performanceYagiz Nizipli2023-04-231-22/+16
* test_runner: fix nested hooksMoshe Atlow2023-04-231-17/+14
* test_runner: add testNamePatterns to run apiatlowChemi2023-04-231-7/+32
* test_runner: support coverage of unnamed functionscjihrig2023-04-231-2/+2
* test_runner: move coverage collection to root.postRun()cjihrig2023-04-232-4/+6