summaryrefslogtreecommitdiff
path: root/test/async-hooks
AgeCommit message (Expand)Author
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-13test: refactor test-enable-in-initMitch Hankins
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-11-28http,https: protect against slow headers attackMatteo Collina
2018-11-18test: remove unused function arguments in async-hooks testsSimon Bruce
2018-11-16test: use destructuring and remove unused argumentsJulia
2018-11-16test: remove unused function arguments in async-hooks testsRich Trott
2018-11-12test: remove unused parameters in function definitionPaul Hodgson
2018-11-10test: fix uses of deprecated assert.fail with multiple argsivan.filenko
2018-10-15test: move tick.js from test/async-hooks to test/commonArtur Hayrapetyan
2018-10-12zlib: move process.binding('zlib') to internalBindingAnna Henningsen
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-09-23lib: implement queueMicrotaskGus Caplan
2018-09-16test: remove string literal message in assertionsRich Trott
2018-09-05Revert "test: mark async-hooks/test-callback-error as flaky"Anna Henningsen
2018-09-05test: fix flaky async-hooks/test-callback-errorAnna Henningsen
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-08-15test: mark async-hooks/test-callback-error as flakyJoyee Cheung
2018-08-15test: mark async-hooks/test-statwatcher as flakyJoyee Cheung
2018-08-12test,doc: adjust async-hooks coverage doc for lintRich Trott
2018-08-01src: rename PROVIDER_FSREQWRAP to PROVIDER_FSREQCALLBACKJon Moss
2018-07-30test: remove custom AsyncHooksTestConfigurationJon Moss
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-14test: improve statwatcher async_hooks testAnna Henningsen
2018-06-06test,tools: enable running tests under workersAnna Henningsen
2018-06-03test: unmark test-zlib.zlib-binding.deflate flakyAnatoli Papirovski
2018-06-02test: fix flaky async-hooks/test-zlib.zlib-binding.deflateAnna Henningsen
2018-05-24test: mark test-zlib.zlib-binding.deflate as flakyMatheus Marchini
2018-05-22timers: use only a single TimerWrap instanceAnatoli Papirovski
2018-05-14test: add test for async hooks parity for async/awaitMaya Lekova
2018-04-29timers: reschedule interval even if it threwAnatoli Papirovski
2018-04-17timers: call destroy on interval errorAnatoli Papirovski
2018-03-08async_hooks,process: remove internalNextTickAnatoli Papirovski
2018-03-04test,benchmark: use new Buffer API where appropriateСковорода Никита Андреевич
2018-02-21net: use `_final` instead of `on('finish')`Anna Henningsen
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-02-16child_process: fix stdio sockets creationSantiago Gimeno
2018-02-14test: make sure WriteWrap tests are actually asyncAnna Henningsen
2018-02-14tls_wrap: use DoTryWrite()Anna Henningsen
2018-02-09async_hooks: deprecate unsafe emit{Before,After}Ali Ijaz Sheikh
2018-02-08timers: async track unref timersAnatoli Papirovski
2018-01-31test: move tmpdir to submodule of commonRich Trott
2018-01-16src,doc,test: Fix common misspellingsRoman Reiss
2018-01-14async_hooks,test: only use IPv6 in http testAndreas Madsen
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2018-01-12async_hooks,http: set HTTPParser trigger to socketAndreas Madsen
2018-01-11test: fix spelling in test case commentsTobias Nießen