aboutsummaryrefslogtreecommitdiff
path: root/lib/watchaggregator
AgeCommit message (Expand)Author
9 dayslib/config, lib/watchaggregator: Add config for max FS watcher delay (#9558)Jakob Borg
2023-03-18lib/config: Allow sub-second watcher delay (fixes #7859) (#7864)tomasz1986
2022-08-23all: Fix various user-facing and non-user-facing typos (#8509)luzpaz
2022-07-28all: Add build constants for runtime.GOOS comparisons (#8442)Jakob Borg
2022-07-28all: Unused parameter should be replaced by underscore (#8464)deepsource-autofix[bot]
2021-12-22lib: Fix panic due to closed event subscriptions on shutdown (#8079)Gahl Saraf
2021-11-22lib/config: Decouple VerifyConfiguration from Committer (#7939)greatroar
2021-08-01lib/watchaggregator: Replace counter map by two integers (#7856)greatroar
2020-11-20all: Refactor preparing configuration (#7127)Simon Frei
2020-11-17all: Implement suture v4-api (#6947)Simon Frei
2019-11-21lib: Replace done channel with contexts in and add names to util services (#6...Simon Frei
2019-10-04all, lib/logger: Refactor SetDebug calls (#6054)Lukas Lihotzki
2019-08-15all: Remove global events.Default (ref #4085) (#5886)Simon Frei
2019-02-26all: Hide implementations behind interfaces for mocked testing (#5548)Simon Frei
2019-02-02all: A few more interesting linter fixes (#5502)Jakob Borg
2019-02-02all: Even more boring linter fixes (#5501)Jakob Borg
2018-12-13lib/watchaggregator: Properly unsubscribe from events when stopping (ref #537...Jakob Borg
2018-08-13lib/watchaggregator: Don't delay mixed events only (#5094)Simon Frei
2018-05-26 lib/watchaggregator: Speedup propagation of removals (fixes #4953) (#4955)Simon Frei
2018-05-24lib/watchaggregator: Prevent race on config update (#4938)Simon Frei
2017-11-10lib/watchaggregator: Don't care about timings during testing on darwinSimon Frei
2017-10-26lib/watchaggregator: Relax test timing requirement for the benefit of macosSimon Frei
2017-10-20all: Add filesystem notification supportMichael Ploujnikov