summaryrefslogtreecommitdiff
path: root/test/addons
AgeCommit message (Expand)Author
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
2018-01-31test: move tmpdir to submodule of commonRich Trott
2018-01-29domain: further abstract usage in C++Anatoli Papirovski
2018-01-25Revert "build,test: make building addon tests less fragile"Rod Vagg
2018-01-21build,test: make building addon tests less fragileBen Noordhuis
2018-01-17build: refine static and shared lib buildYihong Wang
2018-01-13test: add common.crashOnUnhandledRejection to addons/callback-scopeSho Miyamoto
2018-01-05test: fix flaky test-resolve-asyncAnatoli Papirovski
2017-12-11test: remove unnecessary use of common.PORT in addons testRich Trott
2017-12-06test: add common.crashOnUnhandledRejection()IHsuan