summaryrefslogtreecommitdiff
path: root/test/addons
AgeCommit message (Expand)Author
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
2018-06-13worker,src: display remaining handles if `uv_loop_close` failsAnna Henningsen
2018-05-14src: make `AsyncResource` destructor virtualAnna Henningsen
2018-04-23src: cover extra load-via-special-symbol scenarioGabriel Schulhof
2018-04-14test: fix warning in dlopen-ping-pong/binding.ccDaniel Bevenius
2018-04-10src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONGJoyee Cheung
2018-04-08test: verify multiple init via well-known symbolGabriel Schulhof
2018-04-07src: migrate string_bytes.cc to throw errors with codeJoyee Cheung
2018-03-11test: fix compiler warnings in callback-scopeDaniel Bevenius
2018-03-01test: specify 'dir' for directory symlinksKyle Farnung
2018-03-01src: make process.dlopen() load well-known symbolBen Noordhuis
2018-02-22test: fix deprecation warning in binding.ccDaniel Bevenius
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-16test: fix warnings in addon testsAli Ijaz Sheikh
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-02-09domain: runtime deprecate MakeCallbackAndreas Madsen
2018-02-08test: properly tag anonymous namespacesMichael Dawson
2018-02-01build: make gyp user defined variables lowercaseDaniel Bevenius