| Commit message (Expand) | Author | Age | Files | Lines |
* | async_hooks,doc: some async_hooks improvements | James M Snell | 2017-09-15 | 2 | -6/+39 |
* | test: remove unused param in test-graph.pipe | Simon Brewster | 2017-08-29 | 1 | -1/+1 |
* | test: continue normalizing fixtures use | Miguel Angel Asencio Hurtado | 2017-08-27 | 3 | -11/+9 |
* | test: remove unused function args | Mohd Maqbool Alam | 2017-08-24 | 1 | -1/+1 |
* | test: fix async-hooks tests | Bartosz Sosnowski | 2017-08-24 | 2 | -2/+2 |
* | test: refactor async-hooks/test-httparser tests | Runite618 | 2017-08-16 | 2 | -3/+2 |
* | async_hooks: don't abort unnecessarily | Trevor Norris | 2017-08-14 | 3 | -18/+38 |
* | test: replace indexOf with includes | Miguel Angel Asencio Hurtado | 2017-08-08 | 1 | -2/+2 |
* | src: adjust windows abort behavior | Jared Kantrowitz | 2017-08-07 | 1 | -1/+1 |
* | test: refactor test-httpparser.response.js | erdun | 2017-07-27 | 1 | -5/+4 |
* | test: adjust indentation for stricter linting | Rich Trott | 2017-07-27 | 3 | -12/+13 |
* | test: replace concatenation with template literals | Song, Bintao Garfield | 2017-07-23 | 1 | -3/+3 |
* | lib,src: fix consistent spacing inside braces | Sebastiaan Deckers | 2017-07-21 | 1 | -1/+1 |
* | test: use path.join in async-hooks/test-tlswrap.js | Vincent Xue | 2017-07-21 | 1 | -4/+6 |
* | process: triggerAsyncId can be undefined | Matteo Collina | 2017-07-20 | 1 | -0/+5 |
* | test: replace string concatenation with path.join | jkzing | 2017-07-19 | 1 | -2/+3 |
* | test: use template literals in test-writewrap | vercent deng | 2017-07-17 | 1 | -2/+2 |
* | test: replace string concatenation with template | weiyuanyue | 2017-07-17 | 1 | -1/+1 |
* | test: use template literals as appropriate | blade254353074 | 2017-07-17 | 1 | -3/+3 |
* | async_hooks: make AsyncResource match emitInit | Andreas Madsen | 2017-07-13 | 1 | -2/+2 |
* | async_hooks: fix nested hooks mutation | Andreas Madsen | 2017-07-13 | 2 | -0/+45 |
* | test,async_hooks: match test-ttywrap.readstream | Trevor Norris | 2017-07-12 | 1 | -48/+31 |
* | test,async_hooks: skip whether TTY is available | Trevor Norris | 2017-07-12 | 1 | -6/+9 |
* | async_hooks: use common emitBefore and emitAfter | Andreas Madsen | 2017-07-06 | 2 | -13/+16 |
* | async_hooks: fix default nextTick triggerAsyncId | Andreas Madsen | 2017-07-05 | 3 | -8/+67 |
* | async-hooks,net: ensure asyncId=null if no handle | Matt Sergeant | 2017-07-05 | 1 | -0/+11 |
* | test: simplify test skipping | Vse Mozhet Byt | 2017-07-04 | 11 | -62/+41 |
* | src: fix process.abort() interaction with V8 | Anna Henningsen | 2017-07-02 | 1 | -21/+0 |
* | test,async_hooks: stabilize tests on Windows | Refael Ackermann | 2017-07-01 | 4 | -30/+39 |
* | test: improve async-hooks/test-callback-error | Refael Ackermann | 2017-06-21 | 2 | -36/+121 |
* | test: accommodate AIX by watching file | Rich Trott | 2017-06-20 | 1 | -2/+2 |
* | src,lib,test,doc: correct misspellings | Roman Reiss | 2017-06-17 | 3 | -3/+3 |
* | async_hooks: rename currentId and triggerId | Andreas Madsen | 2017-06-14 | 50 | -157/+162 |
* | zlib: improve performance | Brian White | 2017-06-13 | 1 | -1/+3 |
* | test: refactor async-hooks test-callback-error | Rich Trott | 2017-06-11 | 1 | -8/+7 |
* | test: increase coverage of async_hooks | David Cai | 2017-06-07 | 9 | -0/+167 |
* | test: improve async hooks test error messages | Anna Henningsen | 2017-06-03 | 36 | -306/+234 |
* | async_hooks: use parent promise as triggerId | JiaLi.Passion | 2017-06-03 | 3 | -1/+81 |
* | async_wrap: run destroy in uv_timer_t | Trevor Norris | 2017-06-02 | 1 | -1/+1 |
* | async_hooks: rename AsyncEvent to AsyncResource | Anna Henningsen | 2017-05-26 | 5 | -15/+15 |
* | async_wrap,src: promise hook integration | Matt Loring | 2017-05-25 | 1 | -0/+52 |
* | Revert "net: remove unnecessary process.nextTick()" | Evan Lucas | 2017-05-23 | 1 | -4/+7 |
* | src: rename CONNECTION provider to SSLCONNECTION | Daniel Bevenius | 2017-05-15 | 1 | -6/+6 |
* | src: add/move hasCrypto checks for async tests | Daniel Bevenius | 2017-05-12 | 2 | -8/+8 |
* | test: adding tests for initHooks API | Thorsten Lorenz | 2017-05-10 | 50 | -0/+3309 |