Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-24async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-18async_hooks: replace concat w template literalsRob Adelmann
2017-10-11test: fix flaky async-hooks/test-tlswrapRich Trott
2017-10-11test: remove `common.PORT` from test-tlswrapRich Trott
2017-09-20lib,src: fix consistent spacing inside bracesJames M Snell
2017-09-20async_hooks,doc: some async_hooks improvementsJames M Snell
2017-09-12test: continue normalizing fixtures useMiguel Angel Asencio Hurtado
2017-09-12async_hooks: don't abort unnecessarilyTrevor Norris
2017-09-12test: remove unused param in test-graph.pipeSimon Brewster
2017-09-12test: remove unused function argsMohd Maqbool Alam
2017-09-12test: fix async-hooks testsBartosz Sosnowski
2017-09-12test: refactor async-hooks/test-httparser testsRunite618
2017-08-10test: replace indexOf with includesMiguel Angel Asencio Hurtado
2017-08-02src: fix process.abort() interaction with V8Anna Henningsen
2017-07-28test: adjust indentation for stricter lintingRich Trott
2017-07-28test: refactor test-httpparser.response.jserdun
2017-07-24test: replace concatenation with template literalsSong, Bintao Garfield
2017-07-24test: use path.join in async-hooks/test-tlswrap.jsVincent Xue
2017-07-24test: replace string concatenation with path.joinjkzing
2017-07-20process: triggerAsyncId can be undefinedMatteo Collina
2017-07-19test: use template literals in test-writewrapvercent deng
2017-07-19test: replace string concatenation with templateweiyuanyue
2017-07-19test: use template literals as appropriateblade254353074
2017-07-19async_hooks: make AsyncResource match emitInitAndreas Madsen
2017-07-19async_hooks: fix nested hooks mutationAndreas Madsen
2017-07-19test,async_hooks: match test-ttywrap.readstreamTrevor Norris
2017-07-19test,async_hooks: skip whether TTY is availableTrevor Norris
2017-07-19async_hooks: use common emitBefore and emitAfterAndreas Madsen
2017-07-19async_hooks: fix default nextTick triggerAsyncIdAndreas Madsen
2017-07-19async-hooks,net: ensure asyncId=null if no handleMatt Sergeant
2017-07-19test: simplify test skippingVse Mozhet Byt
2017-07-18test,async_hooks: stabilize tests on WindowsRefael Ackermann
2017-07-18test: improve async-hooks/test-callback-errorRefael Ackermann
2017-07-18src,lib,test,doc: correct misspellingsRoman Reiss
2017-07-11async_hooks: rename currentId and triggerIdAndreas Madsen
2017-06-21test: accommodate AIX by watching fileRich Trott
2017-06-12test: refactor async-hooks test-callback-errorRich Trott
2017-06-07test: increase coverage of async_hooksDavid Cai
2017-06-05test: improve async hooks test error messagesAnna Henningsen
2017-06-05async_hooks: use parent promise as triggerIdJiaLi.Passion
2017-06-05async_wrap: run destroy in uv_timer_tTrevor Norris
2017-05-28async_hooks: rename AsyncEvent to AsyncResourceAnna Henningsen
2017-05-28async_wrap,src: promise hook integrationMatt Loring
2017-05-28Revert "net: remove unnecessary process.nextTick()"Evan Lucas
2017-05-15src: rename CONNECTION provider to SSLCONNECTIONDaniel Bevenius
2017-05-12src: add/move hasCrypto checks for async testsDaniel Bevenius
2017-05-10test: adding tests for initHooks APIThorsten Lorenz