| Commit message (Expand) | Author | Age | Files | Lines |
* | http: move process.binding('http_parser') to internalBinding | James M Snell | 2018-08-18 | 2 | -12/+23 |
* | test: mark async-hooks/test-callback-error as flaky | Joyee Cheung | 2018-08-15 | 1 | -0/+2 |
* | test: mark async-hooks/test-statwatcher as flaky | Joyee Cheung | 2018-08-15 | 1 | -0/+4 |
* | test,doc: adjust async-hooks coverage doc for lint | Rich Trott | 2018-08-12 | 1 | -1/+1 |
* | src: rename PROVIDER_FSREQWRAP to PROVIDER_FSREQCALLBACK | Jon Moss | 2018-08-01 | 4 | -39/+39 |
* | test: remove custom AsyncHooksTestConfiguration | Jon Moss | 2018-07-30 | 1 | -1/+1 |
* | test: make crashOnUnhandleRejection opt-out | Michaël Zasso | 2018-07-19 | 2 | -4/+0 |
* | src: refactor timers to remove TimerWrap | Anatoli Papirovski | 2018-06-24 | 7 | -128/+2 |
* | test: improve statwatcher async_hooks test | Anna Henningsen | 2018-06-14 | 1 | -15/+33 |
* | test,tools: enable running tests under workers | Anna Henningsen | 2018-06-06 | 16 | -6/+52 |
* | test: unmark test-zlib.zlib-binding.deflate flaky | Anatoli Papirovski | 2018-06-03 | 1 | -1/+0 |
* | test: fix flaky async-hooks/test-zlib.zlib-binding.deflate | Anna Henningsen | 2018-06-02 | 1 | -7/+16 |
* | test: mark test-zlib.zlib-binding.deflate as flaky | Matheus Marchini | 2018-05-24 | 1 | -0/+22 |
* | timers: use only a single TimerWrap instance | Anatoli Papirovski | 2018-05-22 | 2 | -21/+4 |
* | test: add test for async hooks parity for async/await | Maya Lekova | 2018-05-14 | 3 | -2/+106 |
* | timers: reschedule interval even if it threw | Anatoli Papirovski | 2018-04-29 | 1 | -4/+13 |
* | timers: call destroy on interval error | Anatoli Papirovski | 2018-04-17 | 1 | -0/+37 |
* | async_hooks,process: remove internalNextTick | Anatoli Papirovski | 2018-03-08 | 3 | -55/+29 |
* | test,benchmark: use new Buffer API where appropriate | Сковорода Никита Андреевич | 2018-03-04 | 1 | -1/+1 |
* | net: use `_final` instead of `on('finish')` | Anna Henningsen | 2018-02-21 | 1 | -5/+7 |
* | async_hooks: clean up usage in internal code | Anatoli Papirovski | 2018-02-16 | 2 | -4/+4 |
* | child_process: fix stdio sockets creation | Santiago Gimeno | 2018-02-16 | 1 | -1/+1 |
* | test: make sure WriteWrap tests are actually async | Anna Henningsen | 2018-02-14 | 1 | -3/+24 |
* | tls_wrap: use DoTryWrite() | Anna Henningsen | 2018-02-14 | 1 | -24/+23 |
* | async_hooks: deprecate unsafe emit{Before,After} | Ali Ijaz Sheikh | 2018-02-09 | 1 | -0/+11 |
* | timers: async track unref timers | Anatoli Papirovski | 2018-02-08 | 1 | -0/+61 |
* | test: move tmpdir to submodule of common | Rich Trott | 2018-01-31 | 2 | -2/+4 |
* | src,doc,test: Fix common misspellings | Roman Reiss | 2018-01-16 | 1 | -1/+1 |
* | async_hooks,test: only use IPv6 in http test | Andreas Madsen | 2018-01-14 | 1 | -1/+8 |
* | tls: make deprecated tls.createSecurePair() use public API | Anna Henningsen | 2018-01-14 | 2 | -141/+0 |
* | async_hooks,http: set HTTPParser trigger to socket | Andreas Madsen | 2018-01-12 | 1 | -0/+56 |
* | test: fix spelling in test case comments | Tobias Nießen | 2018-01-11 | 4 | -4/+4 |
* | test: fix unreliable async-hooks/test-signalwrap | Rich Trott | 2017-12-25 | 1 | -1/+7 |
* | test: replace assert.throws w/ common.expectsError | Anatoli Papirovski | 2017-12-11 | 1 | -3/+3 |
* | test: fix flaky async-hooks/test-graph.signal | Rich Trott | 2017-12-08 | 1 | -3/+5 |
* | test: remove common.PORT from parallel tests | Rich Trott | 2017-12-05 | 4 | -6/+6 |
* | async_wrap: add provider types for net server | Andreas Madsen | 2017-11-28 | 6 | -86/+91 |
* | test: use common.crashOnUnhandledRejection | Kurt Hsu | 2017-11-22 | 1 | -0/+3 |
* | test: use common.crashOnUnhandledRejection | aryung chen | 2017-11-22 | 1 | -0/+1 |
* | async_hooks: remove deprecated API | Andreas Madsen | 2017-11-22 | 1 | -1/+1 |
* | src: remove async_hooks destroy timer handle | Anna Henningsen | 2017-11-21 | 2 | -8/+12 |
* | async_hooks: deprecate undocumented API | Andreas Madsen | 2017-11-20 | 3 | -24/+21 |
* | async_hooks: add destroy event for gced AsyncResources | Sebastian Mayr | 2017-11-16 | 1 | -1/+1 |
* | test: show incorrect value on test failure | Sean Karson | 2017-11-07 | 1 | -1/+1 |
* | async_hooks: enable runtime checks by default | Andreas Madsen | 2017-10-30 | 2 | -34/+1 |
* | async_hooks: skip runtime checks when disabled | Andreas Madsen | 2017-10-19 | 4 | -27/+86 |
* | async_hooks: replace concat w template literals | Rob Adelmann | 2017-10-12 | 1 | -9/+12 |
* | test: fix flaky async-hooks/test-tlswrap | Rich Trott | 2017-10-04 | 1 | -0/+4 |
* | test: remove `common.PORT` from test-tlswrap | Rich Trott | 2017-10-04 | 1 | -2/+2 |
* | async_hooks,doc: some async_hooks improvements | James M Snell | 2017-09-15 | 2 | -6/+39 |