aboutsummaryrefslogtreecommitdiff
path: root/lib/ur
AgeCommit message (Expand)Author
2023-08-21all: Remove lib/util package (#9049)Jakob Borg
2023-07-22lib/ur: Don't report uptime if start time is in the past (fixes #7698) (#8996)tomasz1986
2023-03-24lib/ur: Fix custom releases URL comparisonJakob Borg
2023-03-18lib/config: Allow sub-second watcher delay (fixes #7859) (#7864)tomasz1986
2022-08-03lib/ur: Properly initialize map in failure data (fixes #8479) (#8480)Jakob Borg
2022-07-28all: Remove unused method receivers (#8462)deepsource-autofix[bot]
2022-07-28all: Fix check for empty string (#8456)deepsource-autofix[bot]
2022-07-26cmd/syncthing, lib/config: Remove restartOnWakeup option & functionality (fix...Jakob Borg
2021-11-22lib/config: Decouple VerifyConfiguration from Committer (#7939)greatroar
2021-08-25lib/ur: Fix panic build goroutines for failures (#7903)xjtdy888
2021-08-17all: Update build constraints to Go 1.17 style (#7894)Jakob Borg
2021-08-16lib/ur: Fix panic getting goroutines for failures (ref #7785) (#7890)Simon Frei
2021-07-27all: Send deadlocks as failures, crash only as a last resort (#7785)Simon Frei
2021-03-22lib/ur: Prevent panic when blocksResult is nil (ref #7495) (#7515)Simon Frei
2021-03-17all: Remove miscellaneous vestigial code (#7495)Jakob Borg
2021-03-12all: Truncate some timestamps (fixes #7457) (#7459)Jakob Borg
2021-03-10cmd/ursrv, lib/ur: Collect and present encryption usage (#7448)Simon Frei
2021-03-02all: Use crypt/rand through its buffered version, but not in benchmarks (#7420)greatroar
2021-02-05all: Failure reporting fixes (#7331)Simon Frei
2021-02-04all: Add configurable defaults (fixes #4224, fixes #6086) (#7131)Simon Frei
2021-01-15lib: Apply config changes sequentially (ref #5298) (#7188)Simon Frei
2021-01-11lib/ur: Plug file descriptor leak in Linux memorySize (#7266)v1.13.1v1.13.0-rc.1v1.13.0greatroar
2020-12-22lib/ur: Send unreported failures on shutdown (#7164)Simon Frei
2020-11-28lib/ur: Reset timer when there's nothing to report (#7169)Simon Frei
2020-11-17all: Implement suture v4-api (#6947)Simon Frei
2020-11-09all: Add untrusted folders behind feature flag (ref #62) (#7055)Simon Frei
2020-11-03lib/ur: Fix panics in failure-reporting (fixes #7090) (#7091)Simon Frei
2020-10-07all: Add failure reporting (fixes #7028) (#6925)Simon Frei
2020-10-02all: Move remaining protos to use the vanity plugin (#7009)Audrius Butkevicius
2020-08-18all: Remove need to restart syncthing (#6883)Audrius Butkevicius
2020-07-28lib/fs: Properly handle case insensitive systems (fixes #1787, fixes #2739, f...Simon Frei
2020-06-28lib/ur: Track new folder feature usage (#6803)Audrius Butkevicius
2020-06-23lib/ur: Zero our the value before unmarshal (#6790)Audrius Butkevicius
2020-06-23lib/ur: Normalise contract between syncthing and ursrv (#6770)Audrius Butkevicius
2020-04-06lib/ur: Correct freaky error handling (fixes #6499) (#6500)Jakob Borg
2020-03-29lib/ur: Use sysctl syscall to get RAM size on Mac (#6468)greatroar
2020-02-24lib: More contextification (#6343)Simon Frei
2020-01-21all: Transactionalize db.FileSet (fixes #5952) (#6239)Simon Frei
2019-12-04lib: Consistently unsubscribe from config-wrapper (fixes #6133) (#6205)Simon Frei
2019-11-26lib/config, lib/connections: Remove ListenAddresses hack (#6188)Simon Frei
2019-11-26all: Use context in lib/dialer (#6177)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-25lib/ur: Prevent trivial race in CPU benchJakob Borg
2019-07-09lib: Add util.Service as suture.Service template (fixes #5801) (#5806)Simon Frei
2019-06-11lib/ur: Implement crash (panic) reporting (fixes #959) (#5702)Jakob Borg
2019-03-26cmd/syncthing, lib/api: Separate api/gui into own package (ref #4085) (#5529)Simon Frei