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
2022-04-13http: refactor headersTimeout and requestTimeout logicPaolo Insogna
2022-01-19process: ignore asyncId 0 in exception handlerAnatoli Papirovski
2022-01-05tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott
2021-12-21async_hooks: fix AsyncLocalStorage in unhandledRejection casesBradley Farias
2021-11-29lib,test,tools: use consistent JSDoc typesRich Trott
2021-11-18Revert "async_hooks: merge resource_symbol with owner_symbol"Darshan Sen
2021-11-18test: add AsyncLocalStorage tests using udp, tcp and tls socketsDarshan Sen
2021-11-13async_hooks: expose async_wrap providersRafael Gonzaga
2021-10-05doc: format markdown files in test directoryRich Trott
2021-08-31async_hooks: use resource stack for AsyncLocalStorage runStephen Belanger
2021-08-31test: use `assert.match` instead of `regexp.test`Michaël Zasso
2021-07-28async_hooks: merge resource_symbol with owner_symbolDarshan Sen
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