summaryrefslogtreecommitdiff
path: root/test/async-hooks
Commit message (Expand)AuthorAgeFilesLines
* async_hooks,doc: some async_hooks improvementsJames M Snell2017-09-152-6/+39
* test: remove unused param in test-graph.pipeSimon Brewster2017-08-291-1/+1
* test: continue normalizing fixtures useMiguel Angel Asencio Hurtado2017-08-273-11/+9
* test: remove unused function argsMohd Maqbool Alam2017-08-241-1/+1
* test: fix async-hooks testsBartosz Sosnowski2017-08-242-2/+2
* test: refactor async-hooks/test-httparser testsRunite6182017-08-162-3/+2
* async_hooks: don't abort unnecessarilyTrevor Norris2017-08-143-18/+38
* test: replace indexOf with includesMiguel Angel Asencio Hurtado2017-08-081-2/+2
* src: adjust windows abort behaviorJared Kantrowitz2017-08-071-1/+1
* test: refactor test-httpparser.response.jserdun2017-07-271-5/+4
* test: adjust indentation for stricter lintingRich Trott2017-07-273-12/+13
* test: replace concatenation with template literalsSong, Bintao Garfield2017-07-231-3/+3
* lib,src: fix consistent spacing inside bracesSebastiaan Deckers2017-07-211-1/+1
* test: use path.join in async-hooks/test-tlswrap.jsVincent Xue2017-07-211-4/+6
* process: triggerAsyncId can be undefinedMatteo Collina2017-07-201-0/+5
* test: replace string concatenation with path.joinjkzing2017-07-191-2/+3
* test: use template literals in test-writewrapvercent deng2017-07-171-2/+2
* test: replace string concatenation with templateweiyuanyue2017-07-171-1/+1
* test: use template literals as appropriateblade2543530742017-07-171-3/+3
* async_hooks: make AsyncResource match emitInitAndreas Madsen2017-07-131-2/+2
* async_hooks: fix nested hooks mutationAndreas Madsen2017-07-132-0/+45
* test,async_hooks: match test-ttywrap.readstreamTrevor Norris2017-07-121-48/+31
* test,async_hooks: skip whether TTY is availableTrevor Norris2017-07-121-6/+9
* async_hooks: use common emitBefore and emitAfterAndreas Madsen2017-07-062-13/+16
* async_hooks: fix default nextTick triggerAsyncIdAndreas Madsen2017-07-053-8/+67
* async-hooks,net: ensure asyncId=null if no handleMatt Sergeant2017-07-051-0/+11
* test: simplify test skippingVse Mozhet Byt2017-07-0411-62/+41
* src: fix process.abort() interaction with V8Anna Henningsen2017-07-021-21/+0
* test,async_hooks: stabilize tests on WindowsRefael Ackermann2017-07-014-30/+39
* test: improve async-hooks/test-callback-errorRefael Ackermann2017-06-212-36/+121
* test: accommodate AIX by watching fileRich Trott2017-06-201-2/+2
* src,lib,test,doc: correct misspellingsRoman Reiss2017-06-173-3/+3
* async_hooks: rename currentId and triggerIdAndreas Madsen2017-06-1450-157/+162
* zlib: improve performanceBrian White2017-06-131-1/+3
* test: refactor async-hooks test-callback-errorRich Trott2017-06-111-8/+7
* test: increase coverage of async_hooksDavid Cai2017-06-079-0/+167
* test: improve async hooks test error messagesAnna Henningsen2017-06-0336-306/+234
* async_hooks: use parent promise as triggerIdJiaLi.Passion2017-06-033-1/+81
* async_wrap: run destroy in uv_timer_tTrevor Norris2017-06-021-1/+1
* async_hooks: rename AsyncEvent to AsyncResourceAnna Henningsen2017-05-265-15/+15
* async_wrap,src: promise hook integrationMatt Loring2017-05-251-0/+52
* Revert "net: remove unnecessary process.nextTick()"Evan Lucas2017-05-231-4/+7
* src: rename CONNECTION provider to SSLCONNECTIONDaniel Bevenius2017-05-151-6/+6
* src: add/move hasCrypto checks for async testsDaniel Bevenius2017-05-122-8/+8
* test: adding tests for initHooks APIThorsten Lorenz2017-05-1050-0/+3309