aboutsummaryrefslogtreecommitdiff
path: root/cmd/syncthing
AgeCommit message (Expand)Author
2024-02-27all: Use own automaxprocs package that doesn't log (ref #9436) (#9437)v1.27.4-rc.2v1.27.4Jakob Borg
2024-02-26all: Use Linux container CPU quota (fixes #9357, fixes #9435) (#9436)Thomas
2024-02-26cmd/syncthing: Remove legacy GOMAXPROCS handling (ref #9436)Jakob Borg
2024-01-04cmd/syncthing: Add CLI completion functionality (fixes #8616) (#9226)Daniel Padrta
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-12-11cmd/syncthing: Better cli stdin handling (ref #9166) (#9281)Jakob Borg
2023-12-11cmd/syncthing: Mostly replace urfave/cli command line parser with alecthomas/...cjc7373
2023-09-24lib/config: Accept pre-hashed password (fixes #9123) (#9124)Jakob Borg
2023-07-16cmd/syncthing: Mention STVERSIONEXTRA in --help output (ref #8980)Jakob Borg
2023-06-28cmd/syncthing: Add environment variables for --home, --conf, and --data (fixe...Jakob Borg
2023-06-02cmd/syncthing: Use correct binary when restarting monitor (#8919)Jakob Borg
2023-03-12lib/protocol: Cache expensive key operations (fixes #8599) (#8820)Jakob Borg
2022-11-20cmd/syncthing: Use main logger in generate subcommand (fixes #8682) (#8685)Jakob Borg
2022-09-26cmd/syncthing: Fix incorrect cli help text (#8557)v1.22.0-rc.2Nick Busey
2022-08-23all: Fix various user-facing and non-user-facing typos (#8509)luzpaz
2022-08-17cmd/syncthing: Use os.executable in monitor, only fallback to PATH (#8502)Simon Frei
2022-08-16all: Modernize error wrapping (#8491)v1.21.0-rc.2v1.21.0Jakob Borg
2022-08-14cmd/syncthing: Work around binary in current dir restriction (fixes #8499) (#...Simon Frei
2022-08-10gui, api: Show internal config and state paths (fixes #8323) (#8324)André Colomb
2022-08-07cmd/syncthing: Refactor CLI code to allow passing CLI arguments via function ...Martchus
2022-07-28all: Add build constants for runtime.GOOS comparisons (#8442)Jakob Borg
2022-07-28cmd/syncthing: Incorrect error handlingJakob Borg
2022-07-28all: Unused parameter should be replaced by underscore (#8464)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
2022-07-13cmd/syncthing/cli: Add show discovery command (fixes #8007) (#8378)sec65
2022-07-04cmd/syncthing: Apply file permissions and modtimes when decrypting (#8412)Jakob Borg
2022-04-27all: Clean up fmt.Errorf usage (#8309)greatroar
2022-04-15cmd/syncthing, lib/logger: Add date to default log format (fixes #8272) (#8273)v1.20.0-rc.1Jakob Borg
2022-04-15all: use T.TempDir to create temporary test directory (#8280)Eng Zer Jun
2022-04-02all: Comments and cosmetics (#8218)André Colomb
2022-03-03Rename environment variable STCPUPROFILE for consistency. (#8200)André Colomb
2022-01-30cmd/syncthing/cli: Add showing pending folders for given device (fixes #8130)...Daniel Barczyk
2022-01-13lib, gui: Default ignores for new folders (fixes #7428) (#7530)Simon Frei
2022-01-07cmd/syncthing: Error capitalizationJakob Borg
2022-01-07cmd/syncthing: Add --skip-port-probing (fixes #8090) (#8099)André Colomb
2022-01-07cmd/syncthing: Always update config.xml with generate subcommand (ref #8090) ...André Colomb
2021-12-09cmd/syncthing/cli: Add command to show pending devices/folders (fixes #8068) ...v1.18.6-rc.1ignacy123
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-10-29cmd/syncthing/cli: indexDumpSize doesn't need a heap (#8024)greatroar
2021-09-08all: Unused args, retvals, assignments (#7926)greatroar
2021-08-17all: Update build constraints to Go 1.17 style (#7894)Jakob Borg
2021-06-05cmd/syncthing: Wording on error return in "cli debug file"Jakob Borg
2021-06-05cmd/syncthing: Improve "cli debug file" handlingJakob Borg
2021-05-18cmd/syncthing/cli: Update recli, fix stdin handling (fixes #7685, fixes #7673...Audrius Butkevicius
2021-05-03lib/fs, lib/api, lib/model: Expose mtime remappings as part of /db/file (#7624)Audrius Butkevicius