summaryrefslogtreecommitdiff
path: root/test/async-hooks
Commit message (Expand)AuthorAgeFilesLines
* http: move process.binding('http_parser') to internalBindingJames M Snell2018-08-182-12/+23
* test: mark async-hooks/test-callback-error as flakyJoyee Cheung2018-08-151-0/+2
* test: mark async-hooks/test-statwatcher as flakyJoyee Cheung2018-08-151-0/+4
* test,doc: adjust async-hooks coverage doc for lintRich Trott2018-08-121-1/+1
* src: rename PROVIDER_FSREQWRAP to PROVIDER_FSREQCALLBACKJon Moss2018-08-014-39/+39
* test: remove custom AsyncHooksTestConfigurationJon Moss2018-07-301-1/+1
* test: make crashOnUnhandleRejection opt-outMichaël Zasso2018-07-192-4/+0
* src: refactor timers to remove TimerWrapAnatoli Papirovski2018-06-247-128/+2
* test: improve statwatcher async_hooks testAnna Henningsen2018-06-141-15/+33
* test,tools: enable running tests under workersAnna Henningsen2018-06-0616-6/+52
* test: unmark test-zlib.zlib-binding.deflate flakyAnatoli Papirovski2018-06-031-1/+0
* test: fix flaky async-hooks/test-zlib.zlib-binding.deflateAnna Henningsen2018-06-021-7/+16
* test: mark test-zlib.zlib-binding.deflate as flakyMatheus Marchini2018-05-241-0/+22
* timers: use only a single TimerWrap instanceAnatoli Papirovski2018-05-222-21/+4
* test: add test for async hooks parity for async/awaitMaya Lekova2018-05-143-2/+106
* timers: reschedule interval even if it threwAnatoli Papirovski2018-04-291-4/+13
* timers: call destroy on interval errorAnatoli Papirovski2018-04-171-0/+37
* async_hooks,process: remove internalNextTickAnatoli Papirovski2018-03-083-55/+29
* test,benchmark: use new Buffer API where appropriateСковорода Никита Андреевич2018-03-041-1/+1
* net: use `_final` instead of `on('finish')`Anna Henningsen2018-02-211-5/+7
* async_hooks: clean up usage in internal codeAnatoli Papirovski2018-02-162-4/+4
* child_process: fix stdio sockets creationSantiago Gimeno2018-02-161-1/+1
* test: make sure WriteWrap tests are actually asyncAnna Henningsen2018-02-141-3/+24
* tls_wrap: use DoTryWrite()Anna Henningsen2018-02-141-24/+23
* async_hooks: deprecate unsafe emit{Before,After}Ali Ijaz Sheikh2018-02-091-0/+11
* timers: async track unref timersAnatoli Papirovski2018-02-081-0/+61
* test: move tmpdir to submodule of commonRich Trott2018-01-312-2/+4
* src,doc,test: Fix common misspellingsRoman Reiss2018-01-161-1/+1
* async_hooks,test: only use IPv6 in http testAndreas Madsen2018-01-141-1/+8
* tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen2018-01-142-141/+0
* async_hooks,http: set HTTPParser trigger to socketAndreas Madsen2018-01-121-0/+56
* test: fix spelling in test case commentsTobias Nießen2018-01-114-4/+4
* test: fix unreliable async-hooks/test-signalwrapRich Trott2017-12-251-1/+7
* test: replace assert.throws w/ common.expectsErrorAnatoli Papirovski2017-12-111-3/+3
* test: fix flaky async-hooks/test-graph.signalRich Trott2017-12-081-3/+5
* test: remove common.PORT from parallel testsRich Trott2017-12-054-6/+6
* async_wrap: add provider types for net serverAndreas Madsen2017-11-286-86/+91
* test: use common.crashOnUnhandledRejectionKurt Hsu2017-11-221-0/+3
* test: use common.crashOnUnhandledRejectionaryung chen2017-11-221-0/+1
* async_hooks: remove deprecated APIAndreas Madsen2017-11-221-1/+1
* src: remove async_hooks destroy timer handleAnna Henningsen2017-11-212-8/+12
* async_hooks: deprecate undocumented APIAndreas Madsen2017-11-203-24/+21
* async_hooks: add destroy event for gced AsyncResourcesSebastian Mayr2017-11-161-1/+1
* test: show incorrect value on test failureSean Karson2017-11-071-1/+1
* async_hooks: enable runtime checks by defaultAndreas Madsen2017-10-302-34/+1
* async_hooks: skip runtime checks when disabledAndreas Madsen2017-10-194-27/+86
* async_hooks: replace concat w template literalsRob Adelmann2017-10-121-9/+12
* test: fix flaky async-hooks/test-tlswrapRich Trott2017-10-041-0/+4
* test: remove `common.PORT` from test-tlswrapRich Trott2017-10-041-2/+2
* async_hooks,doc: some async_hooks improvementsJames M Snell2017-09-152-6/+39