summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* src: add C++-style sprintf utilityAnna Henningsen2020-01-231-0/+44
* crypto: improve errors in DiffieHellmanGroupTobias Nießen2020-01-231-1/+5
* crypto: assign and use ERR_CRYPTO_UNKNOWN_CIPHERTobias Nießen2020-01-232-1/+6
* test: add wasi test for freopen()cjihrig2020-01-234-0/+18
* module: drop support for extensionless main entry points in esmGeoffrey Booth2020-01-224-24/+38
* module: revert #31021Geoffrey Booth2020-01-223-83/+0
* test: remove bluebird remnants from test fixtureRich Trott2020-01-228-159/+19
* errors: make use of "cannot" consistentTobias Nießen2020-01-222-2/+2
* worker: move JoinThread() back into exit callbackAnna Henningsen2020-01-231-0/+8
* util: improve unicode supportRuben Bridgewater2020-01-226-60/+79
* report: add support for WorkersAnna Henningsen2020-01-212-3/+58
* lib,src: switch Buffer::kMaxLength to size_tBen Noordhuis2020-01-211-4/+7
* test: improve wasi stat testcjihrig2020-01-212-0/+10
* test: skip keygen tests on arm systemsTobias Nießen2020-01-211-0/+3
* crypto: add crypto.diffieHellmanTobias Nießen2020-01-211-0/+222
* crypto: add DH support to generateKeyPairTobias Nießen2020-01-211-0/+69
* fs: change streams to always emit close by defaultRobert Nagy2020-01-201-2/+2
* test,module: add test for exports cjs loader checkRich Trott2020-01-205-0/+177
* test: add wasi test for symlink() and readlink()cjihrig2020-01-203-0/+27
* fs: do not emit 'close' twice if emitClose enabledRobert Nagy2020-01-191-0/+21
* test: update postmortem test with v12 constantsMatheus Marchini2020-01-181-1/+3
* fs: unset FileHandle fd after closeAnna Henningsen2020-01-181-0/+25
* test: export public symbols in addons testsBen Noordhuis2020-01-174-5/+20
* stream: support passing generator functions into pipeline()Robert Nagy2020-01-171-0/+397
* deps,test: update to uvwasi 0.0.4cjihrig2020-01-161-4/+6
* test: add promises metadata to postmortem testMatheus Marchini2020-01-161-0/+2
* module: unflag conditional exportsGuy Bedford2020-01-151-27/+0
* module: add API for interacting with source mapsbcoe2020-01-142-0/+84
* n-api: return napi_invalid_arg on napi_create_bigint_wordslegendecas2020-01-131-2/+2
* stream: fix async iterator destroyed error propagationRobert Nagy2020-01-131-0/+17
* repl: do not preview while pasting codeRuben Bridgewater2020-01-135-134/+88
* vm: add code cache support for SourceTextModuleGus Caplan2020-01-121-0/+30
* fs: improve mode and flags validationRuben Bridgewater2020-01-126-31/+127
* repl: fix preview cursor positionRuben Bridgewater2020-01-123-20/+20
* test: stricten readline keypress failure test conditionRuben Bridgewater2020-01-121-4/+9
* tools: update JSON header parsing for backticksRich Trott2020-01-122-0/+81
* async_hooks: remove internal only error checkingAnatoli Papirovski2020-01-112-73/+15
* n-api: add napi_get_all_property_nameshimself652020-01-112-1/+36
* readline: improve unicode support and tab completionRuben Bridgewater2020-01-111-0/+68
* fs: add missing HandleScope to FileHandle.closeAnna Henningsen2020-01-111-0/+17
* test: allow disabling crypto testsShelley Vohr2020-01-102-1/+6
* process: allow monitoring uncaughtExceptionGerhard Stoebich2020-01-103-0/+90
* test: add repl tests to verify unicode support in previewsRuben Bridgewater2020-01-101-2/+114
* repl: activate previews for lines exceeding the terminal columnsRuben Bridgewater2020-01-101-0/+3
* readline,repl: support tabs properlyRuben Bridgewater2020-01-101-3/+3
* src: change GetStringWidth's expand_emoji_sequence option defaultRuben Bridgewater2020-01-101-41/+37
* readline: improve getStringWidth()Ruben Bridgewater2020-01-101-44/+16
* readline,repl: improve history up/previousRuben Bridgewater2020-01-104-24/+88
* readline,repl: skip history entries identical to the current lineRuben Bridgewater2020-01-101-4/+0
* readline,repl: add substring based history searchRuben Bridgewater2020-01-103-13/+104