aboutsummaryrefslogtreecommitdiff
path: root/test/fixtures
AgeCommit message (Expand)Author
2019-04-23inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-17src: allows escaping NODE_OPTIONS with backslashesMaël Nison
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-15util: highlight stack framesRuben Bridgewater
2019-04-13tools: python: update flake8 rulesRefael Ackermann
2019-04-08crypto: add support for RSA-PSS keysTobias Nießen
2019-04-01crypto: don't crash on unknown asymmetricKeyTypeFilip Skokan
2019-03-30crypto: decode missing passphrase errorsTobias Nießen
2019-03-28test: add test about unencrypted PKCS#8 private key for RSADaiki Ihara
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27module: throw an error for invalid package.json main entriesRuben Bridgewater
2019-03-25crypto: add support for x25119 and x448 KeyObjectsFilip Skokan
2019-03-12crypto: fix EdDSA support for KeyObjectBrian White
2019-03-07test: remove usage of `process.binding()`Anna Henningsen
2019-03-01module: fix stat cacheRuben Bridgewater
2019-02-21test: improve performance of test-crypto-timing-safe-equal-benchmarksRich Trott
2019-02-20src: only call .ReThrow() if not terminatingAnna Henningsen
2019-02-19module: revert module._compile to original state if module is patchedUjjwal Sharma
2019-02-15lib: improve error message for MODULE_NOT_FOUNDAli Ijaz Sheikh
2019-02-01test: pull html/webappapis/timers WPTJoyee Cheung
2019-01-30worker: export workerData to ESM workersAnna Henningsen
2019-01-25test: pull html/webappapis/microtask-queuing WPTJoyee Cheung
2019-01-17test: refactor min() in test-hash-seedRich Trott
2019-01-10lib: move DEP0028 to end of lifecjihrig
2019-01-10lib: move DEP0026 to end of lifecjihrig
2019-01-10test: pull enconding WPT test fixturesJoyee Cheung
2019-01-08test: clean up wasm fixturesGus Caplan
2019-01-05benchmark,test: add brotliAnna Henningsen
2019-01-03worker: use engine-provided deleter for `SharedArrayBuffer`sAnna Henningsen
2018-12-30test: remove `util.inherits()` usageZYSzys
2018-12-11test: test TLS client authenticationSam Roberts
2018-12-11module: don't search in require.resolve.pathscjihrig
2018-11-28test: test and docs for detached fork processtimothy searcy
2018-11-27tools,doc: fix version picker bug in html.jsRich Trott
2018-11-22tls: add min/max protocol version optionsSam Roberts
2018-11-16test: add independent multi-alg crypto identitiesSam Roberts
2018-11-16test: rename agent1-pfx.pem to agent1.pfxSam Roberts
2018-11-12test: esm loader unknown builtin moduleFran Herrero
2018-11-09test: use URL fixtures under test/fixtures/wpt/url/resourcesJoyee Cheung
2018-11-09test: use git node wpt to pull WPT into test/fixturesJoyee Cheung
2018-11-07crypto: add support for chacha20-poly1305 for AEADchux0519
2018-11-06test: remove unused catch bindingscjihrig
2018-11-03lib: make coverage work for Node.jsBenjamin
2018-11-01child_process: handle undefined/null for fork() argsShobhit Chittora
2018-10-12test: refactor common.ddCommand()Rich Trott
2018-10-08test: remove eslint-disable from fixturesRich Trott
2018-10-07test: add module require tests for certain package.json errorsTom White
2018-10-02repl: do not swallow errors in nested REPLsRich Trott
2018-09-22test: remove string literals for strictEquals/notStrictEqualsMaleDong