summaryrefslogtreecommitdiff
path: root/test/addons
AgeCommit message (Expand)Author
2019-11-30test: use arrow functions in addons testsgarygsc
2019-11-30buffer: release buffers with free callbacks on env exitAnna Henningsen
2019-11-19src: add file name to 'Module did not self-register' errorJeremy Apthorp
2019-11-19src: mark ArrayBuffers with free callbacks as untransferableAnna Henningsen
2019-11-12src: migrate off ArrayBuffer::GetContentsAnna Henningsen
2019-11-07test: remove AtExit() addon testAnna Henningsen
2019-11-05src: deprecate two- and one-argument AtExit()Anna Henningsen
2019-10-25test: use arrow functions for callbacksmpark86
2019-10-09test: debug output for dlopen-ping-pong testSam Roberts
2019-09-29test: simplify force-context-aware testcjihrig
2019-09-27tls: add option for private keys for OpenSSL enginesAnton Gerasimov
2019-09-24test: --force-context-aware cli flagShelley Vohr
2019-08-15test: make exported method staticRainer Poisel
2019-08-10test: clean tmpdir on process exitJoão Reis
2019-07-27test: specialize OOM check for AIXSam Roberts
2019-07-12report: modify getReport() to return an ObjectChristopher Hiller
2019-07-04test: skip stringbytes-external-exceed-max on AIXSam Roberts
2019-07-02test: skip tests related to CI failures on AIXSam Roberts
2019-06-14test: add addon tests for `RegisterSignalHandler()`Anna Henningsen
2019-06-07test: make sure vtable is generated in addon test with LTOAnna Henningsen
2019-05-03test: add mustCall to openssl-client-cert-engineBoxuan Li
2019-04-24test: fix ineffective error testsMasashi Hirano
2019-03-27esm: phase two of new esm implementationguybedford
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-22worker: improve integration with native addonsAnna Henningsen
2019-02-16test: silence compiler warning in openssl-bindingDaniel Bevenius
2019-02-14test: replaced anonymous fn with arrow syntaxPushkal B
2019-02-11build: export deprecated OpenSSL symbols on WindowsRichard Lau
2019-02-01test, tools: suppress addon function cast warningsDaniel Bevenius
2019-01-23src: restrict unloading addons to Worker threadsAnna Henningsen
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2019-01-03test: replace internals with public APIRich Trott
2018-12-19src: unload addons when environment quitsGabriel Schulhof
2018-12-19test,doc: add tests and docs for addon unloadingAnna Henningsen
2018-11-13async_hooks: add HandleScopes to C++ embedder/addon APIAnna Henningsen
2018-11-11test: fix v8 Set/Get compiler warningsDaniel Bevenius
2018-11-09test: fix NewFromUtf8 compiler warningDaniel Bevenius
2018-11-03buffer: throw exception when creating from non-Node.js ContextAnna Henningsen
2018-10-25test: verify `performance.timerify()` works w/ non-Node ContextsAnna Henningsen
2018-10-15buffer: move process.binding('buffer') to internalBindingWeijia Wang
2018-10-14test: inline common module booleanashleysimpson
2018-10-13test: flip assertion arguments for make-callback/test.jsTim Cheung
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-07test: remove usage of deprecated V8 APIs in addonsMichaël Zasso
2018-09-07test: fix flaky addons/callback-scope/test-resolve-asyncAnna Henningsen
2018-08-14test: call gc() explicitly to avoid OOMRefael Ackermann
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-07-03src: add context-aware init macro and docGabriel Schulhof
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski