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-11-01fs: add recursive watch to linuxYagiz Nizipli
2020-11-27test: fix flaky sequential/test-fs-watchRich Trott
2020-03-05test: add coverage for FSWatcher exceptionRich Trott
2020-03-05test: remove common.expectsInternalAssertionRich Trott
2019-12-26test: skip the unsupported test cases for IBM iXu Meng
2019-04-25lib: throw a special error in internal/assertJoyee Cheung
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-06-14lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen
2018-06-06test,tools: enable running tests under workersAnna Henningsen
2018-03-19fs: improve errors in watchFile and unwatchFileJoyee Cheung
2018-03-07fs: improve errors thrown from fs.watch()Joyee Cheung
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-02-01test: move tmpdir to submodule of commonRich Trott
2017-08-01test: refactor test/sequential/test-fs-watch.jsRich Trott
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-16test: change isAix to isAIX章礼平
2017-06-13test: use mustNotCall() in test-fs-watchRich Trott
2017-04-26test: cleanup test-fs-watch.jsRobotMermaid
2017-04-24test: remove flaky designation for test on AIXRich Trott
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2016-12-23test: refactor the code in test-fs-watch.jssivaprasanna
2016-08-18test: fix flaky fs-watch testsSantiago Gimeno
2016-07-27test: use common platform helpers everywhereSantiago Gimeno
2016-05-09tools: lint for object literal spacingRich Trott
2016-01-22test: refactor test-fs-watchRich Trott
2015-10-28test: split independent tests into separate filesRich Trott
2015-10-02fs: include filename in watch errorscharlierudolph
2015-07-30test: use common.isWindows consistentlySakthipriyan Vairamani
2015-06-14test: only refresh tmpDir for tests that need itRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-03-27test: reduce sequential/test-fs-watch flakinessRoman Reiss
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny