aboutsummaryrefslogtreecommitdiff
path: root/lib/syncthing
AgeCommit message (Expand)Author
2024-01-31lib/api: Improve folder summary event, verbose service (#9370)Jakob Borg
2024-01-04lib/api: Save session & CSRF tokens to database, add option to stay logged in...Jakob Borg
2023-12-11lib/model: Use a single lock (phase two: cleanup) (#9276)v1.27.2-rc.1Jakob Borg
2023-09-06all: Support multiple device connections (fixes #141) (#8918)Jakob Borg
2023-04-05lib/syncthing: Handle successful global migration (fixes #8851) (#8852)v1.23.4Jakob Borg
2023-03-12lib/protocol: Cache expensive key operations (fixes #8599) (#8820)Jakob Borg
2023-03-10lib: Correctly handle encrypted trailer size (fixes #8556) (#8563)Simon Frei
2022-08-23all: Fix various user-facing and non-user-facing typos (#8509)luzpaz
2022-08-16all: Modernize error wrapping (#8491)v1.21.0-rc.2v1.21.0Jakob Borg
2022-08-10gui, api: Show internal config and state paths (fixes #8323) (#8324)André Colomb
2022-07-28all: Remove unused method receivers (#8462)deepsource-autofix[bot]
2022-04-22lib/model: Improve remoteFolderState reporting (fixes #8266) (#8283)André Colomb
2022-04-10gui, lib/model: Mark folders unaccepted by remote device (fixes #8202) (#8201)André Colomb
2022-04-09lib: Removal global connection registry (#8254)Simon Frei
2022-04-05lib/fs, lib/model: Add warning about kqueue resource usage (fixes #7855) (#8249)Simon Frei
2022-01-07cmd/syncthing: Add --skip-port-probing (fixes #8090) (#8099)André Colomb
2021-12-22lib: Fix panic due to closed event subscriptions on shutdown (#8079)Gahl Saraf
2021-11-22all: Remove usage of deprecated io/ioutil (#7971)Jakob Borg
2021-11-18cmd/syncthing: Implement generate as a subcommand with optional API credentia...André Colomb
2021-11-07lib/syncthing: Clean up / refactor LoadOrGenerateCertificate() utility functi...André Colomb
2021-11-04Normalize CLI options to always use two dashes. (#8037)André Colomb
2021-09-10all: Clarify 'Cleaning data for folder' log message (#7937)jtagcat
2021-08-17all: Update build constraints to Go 1.17 style (#7894)Jakob Borg
2021-08-09lib/syncthing: Set system timezone on android (#7878)v1.18.2-rc.1Simon Frei
2021-05-10lib/suture: Use ServeBackground to start main supervisor (#7626)Simon Frei
2021-04-26all: Deprecate TLS 1.2 on sync connections (fixes #7594) (#7598)Jakob Borg
2021-02-20all: Fix Microsoft documentation links in code comments (#7387)tomasz1986
2021-02-10cmd/syncthing: Refactor command line parsing (#7330)Jakob Borg
2021-02-04all: Add configurable defaults (fixes #4224, fixes #6086) (#7131)Simon Frei
2021-01-16cmd/syncthing: Provide early startup for config service (ref #7188) (#7285)Jakob Borg
2021-01-15lib: Apply config changes sequentially (ref #5298) (#7188)Simon Frei
2020-12-22lib/ur: Send unreported failures on shutdown (#7164)Simon Frei
2020-12-21all: Handle errors opening db/creating file-set (ref #5907) (#7150)Simon Frei
2020-12-18lib: Consistently set suture logging (#7202)Simon Frei
2020-11-20all: Refactor preparing configuration (#7127)Simon Frei
2020-11-17all: Implement suture v4-api (#6947)Simon Frei
2020-10-07all: Add failure reporting (fixes #7028) (#6925)Simon Frei
2020-09-30lib/config, lib/syncthing: Only drop delta index on upgrade if so ordered (fi...Jakob Borg
2020-09-10lib/db, lib/syncthing: Don't repair DB on upgrade, but on error (fixes #6917)...v1.10.0-rc.1Simon Frei
2020-08-27lib/syncthing: Also cleanup on startup error (#6926)Simon Frei
2020-08-25all: Use protobuf to generate config structs (fixes #6734) (#6900)Audrius Butkevicius
2020-08-18all: Remove need to restart syncthing (#6883)Audrius Butkevicius
2020-04-12lib/db: Make database GC a service, stop on Stop() (#6518)Jakob Borg
2020-03-26lib/syncthing: Save version to db after upgrade ops are done (ref #6457) (#6458)Simon Frei
2020-03-24all: Pass db intervals as args not env vars (#6448)Simon Frei
2020-03-19lib/db, lib/syncthing: Repair db once on upgrade (ref #6425, #6427) (#6429)Simon Frei
2020-03-04gui, lib/api: Remove CPU & RAM measurements (fixes #6249) (#6393)Jakob Borg
2020-02-24lib: More contextification (#6343)Simon Frei
2020-01-20lib/syncthing: Wait for actual termination on Stop() (#6277)Simon Frei
2019-12-12lib/syncthing: Expose backend instead of lowlevel (#6224)Simon Frei