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
2021-04-02test: improve clarity of ALS-enable-disable.jsDarkripper214
2021-04-02test: prepare for consistent comma-dangle lint ruleRich Trott
2021-03-22test: fix ibmi skip messageTobias Nießen
2021-02-13async_hooks: set unhandledRejection async contextSajal Khandelwal
2021-01-05lib,src: update cluster to use ParentMichael Dawson
2020-11-03doc: adjust table alignment for remark v13Nick Schonning
2020-10-07test: adjust comments for upcoming lint ruleRich Trott
2020-08-07async_hooks: avoid unneeded AsyncResource creationGerhard Stoebich
2020-08-03async_hooks: execute destroy hooks earlierGerhard Stoebich
2020-07-30async_hooks: don't reuse resource in HttpAgent when queuedAndrey Pechkurov
2020-07-20src: add callback scope for native immediatesAnna Henningsen
2020-06-24test: AsyncLocalStorage works with thenablesGerhard Stoebich
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-04-13async_hooks: merge run and exit methodsAndrey Pechkurov
2020-04-13async_hooks: prevent sync methods of async storage exiting outer contextStephen Belanger
2020-04-02http: fix incorrect headersTimeout measurementAlex R
2020-04-01net: wait for shutdown to complete before closingRobert Nagy
2020-03-29test: unflake async-hooks/test-statwatcherBartosz Sosnowski
2020-03-11async_hooks: avoid resource reuse by FileHandleGerhard Stoebich
2020-03-09async_hooks: add sync enterWith to ALSStephen Belanger
2020-03-06async_hooks: fix ctx loss after nested ALS callsAndrey Pechkurov
2020-03-05src: pass resource object along with InternalMakeCallbackAnna Henningsen
2020-03-03test: add GC test for disabled AsyncLocalStorageAndrey Pechkurov
2020-03-02test: improve disable AsyncLocalStorage testAndrey Pechkurov
2020-02-27async_hooks: add store arg in AsyncLocalStorageAndrey Pechkurov
2020-02-26async_hooks: executionAsyncResource matches in hooksGerhard Stoebich
2020-02-23async_hooks: introduce async-context APIvdeturckheim
2020-02-11async_hooks: add executionAsyncResourceMatteo Collina
2020-02-02test: mark additional tests as flaky on WindowsAnna Henningsen
2020-01-12async_hooks: remove internal only error checkingAnatoli Papirovski
2019-12-31test: refactor common.expectsErrorRuben Bridgewater
2019-12-26test: skip the unsupported test cases for IBM iXu Meng
2019-12-22test: unflake async hooks statwatcher testDenys Otrishko
2019-12-12test: work around ENOTEMPTY when cleaning tmp dirBen Noordhuis
2019-12-08test: mark tests as flakyJoão Reis
2019-12-02test: use arrow functions in async-hooks testsgarygsc
2019-10-10test: remove unnecessary --expose-internals flagsAnna Henningsen
2019-10-06dgram: use `uv_udp_try_send()`Anna Henningsen
2019-09-09test: disable core dumps before running crash testBen Noordhuis
2019-09-08test: permit test-signalwrap to work without test runnerRich Trott
2019-09-03test: remove flaky status for test-statwatcherRich Trott
2019-07-18test: use consistent test namingRich Trott
2019-06-28test: do not use fixed port in async-hooks/test-httparser-reuseAnna Henningsen
2019-06-22test: remove test-ttywrap.writestream.jsRich Trott
2019-06-22test: permit test-graph.signal to work without test runnerRich Trott
2019-06-20test: add logging to statwatcher testRich Trott
2019-06-19test: do not spawn rmdir in test-statwatcherJoão Reis
2019-06-10test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-09process: code cleanup for nextTickAnatoli Papirovski
2019-06-07test: shell out to `rmdir` first on WindowsRefael Ackermann