aboutsummaryrefslogtreecommitdiff
path: root/lib/events
AgeCommit message (Expand)Author
2023-08-04all: Add Prometheus-style metrics to expose some internal performance counter...Jakob Borg
2022-07-28all: Remove unused method receivers (#8462)deepsource-autofix[bot]
2022-07-28all: Unused parameter should be replaced by underscore (#8464)deepsource-autofix[bot]
2022-05-02lib/events: Remove unused method noopLogger.Stop (#8312)greatroar
2022-04-22lib/model: Improve remoteFolderState reporting (fixes #8266) (#8283)André Colomb
2021-05-08build: List go:generate tools in tools.go (#7599)greatroar
2021-03-17all: Remove miscellaneous vestigial code (#7495)Jakob Borg
2021-03-12all: Truncate some timestamps (fixes #7457) (#7459)Jakob Borg
2021-03-03lib: Use counterfeiter to mock interfaces in tests (#7375)Simon Frei
2021-01-25lib/model: Forget pending folders no longer announced in ClusterConfig (fixes...André Colomb
2020-11-17all: Implement suture v4-api (#6947)Simon Frei
2020-10-07all: Add failure reporting (fixes #7028) (#6925)Simon Frei
2020-06-25lib/api, lib/model: Fixes around event request tracking (#6774)Simon Frei
2020-01-11lib/events, lib/model: Unflake test and prevent deadlock on event unsubscribi...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-02all: Revert the underscore sillynessJakob Borg
2018-12-13lib/events: Become a service (fixes #5372) (#5373)v0.14.55-rc.2Jakob Borg
2018-06-11all: Fix FS watcher restarting and web UI indication (fixes #4923) (#4962)v0.14.49-rc.1Simon Frei
2017-11-22lib/events: Fix unmarshaling of EventTypeThomas Hipp
2017-04-13cmd/syncthing: Allow custom event subscriptions (fixes #1879)Jakob Borg
2017-03-07lib/events, cmd/syncthing: Correct GlobalID in debug and mark "since" paramet...Simon Frei
2017-02-09all: Update license url to https (ref #3976)Jakob Borg
2017-02-07lib/events: Make test even less timing dependentv0.14.22Jakob Borg
2017-02-07lib/events: Overflow test should calculate average log timeJakob Borg
2017-02-07lib/events: Be more resilient against dropping events (fixes #3952)Jakob Borg
2017-02-04lib/events: Speed up event polling loop slightly (ref #3952)Jakob Borg
2017-01-31cmd/syncthing, lib/events, lib/sync: Add timeout to REST event API, remove Pi...Antony Male
2016-12-21all: Add folder pause, make pauses permanent (fixes #3407, fixes #215, fixes ...Audrius Butkevicius
2016-12-21all: Add a global change listNathan Morrison
2016-12-21build: Enable gometalinter "gosimple" check, improve build.goJakob Borg
2016-08-08lib/events: Hack to make test coverage stable from run to runJakob Borg
2016-06-28lib/events: Make events test less likely to failJakob Borg
2016-06-27lib/events: Introduce per-subscription event IDs (fixes #3335)Antony Male
2016-06-27lib/events: Add logging/receiving benchmarkJakob Borg
2016-05-22cmd/syncthing: Emit new RemoteDownloadProgress event to track remote download...Jakob Borg
2016-05-19cmd/syncthing: Rename event LocalDiskUpdated -> LocalChangeDetectedJakob Borg
2016-05-19lib/model: Emit LocalDiskUpdated events on detecting local changesNate Morrison
2016-05-14Revert "lib/model: Emit LocalDiskUpdated events on detecting local changes"Jakob Borg
2016-05-14lib/model: Emit LocalDiskUpdated events on detecting local changesNate Morrison
2016-05-04lib/connections: RefactorAudrius Butkevicius
2016-03-21cmd/syncthing: Extract interfaces for things the API depends onJakob Borg
2015-11-17Don't cause rare spurious event timeoutJakob Borg
2015-11-11Fix typos.Mike Boone
2015-11-10Audit logins with new LoginAttempt event (fixes #2377)Tyler Brazier
2015-10-03Implement facility based logger, debugging via REST APIJakob Borg
2015-09-29Subscribing to events should not bump event ID (fixes #2329)Jakob Borg
2015-09-20New global discovery protocol over HTTPS (fixes #628, fixes #1907)Jakob Borg
2015-09-13Add external address tracker objectJakob Borg