syncthing/cmd/syncthing
Simon Frei b50039a920 cmd/syncthing, lib/api: Separate api/gui into own package (ref #4085) (#5529)
* cmd/syncthing, lib/gui: Separate gui into own package (ref #4085)

* fix tests

* Don't use main as interface name (make old go happy)

* gui->api

* don't leak state via locations and use in-tree config

* let api (un-)subscribe to config

* interface naming and exporting

* lib/ur

* fix tests and lib/foldersummary

* shorter URVersion and ur debug fix

* review

* model.JsonCompletion(FolderCompletion) -> FolderCompletion.Map()

* rename debug facility https -> api

* folder summaries in model

* disassociate unrelated constants

* fix merge fail

* missing id assignement
2019-03-26 19:53:58 +00:00
..
.gitignore Repair model tests 2014-03-30 21:59:40 +02:00
.stfolder Merge remote-tracking branch 'syncthing/pr/1577' 2015-04-06 20:53:32 +02:00
auditservice.go all: Revert the underscore sillyness 2019-02-02 12:16:27 +01:00
auditservice_test.go all: A few more interesting linter fixes (#5502) 2019-02-02 12:09:07 +01:00
blockprof.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
cpuusage.go cmd/syncthing: Start CPU usage monitoring not from init (fixes #4183) 2017-05-31 18:14:04 +00:00
cpuusage_solaris.go cmd/syncthing: Use a 10 second EWMA for CPU usage, refactor a little 2017-04-20 08:33:09 +00:00
cpuusage_unix.go all: Revert the underscore sillyness 2019-02-02 12:16:27 +01:00
cpuusage_windows.go cmd/syncthing: Process handle should be closed 2017-05-14 18:06:27 +02:00
debug.go cmd/syncthing, lib/api: Separate api/gui into own package (ref #4085) (#5529) 2019-03-26 19:53:58 +00:00
heapprof.go all: Revert the underscore sillyness 2019-02-02 12:16:27 +01:00
main.go cmd/syncthing, lib/api: Separate api/gui into own package (ref #4085) (#5529) 2019-03-26 19:53:58 +00:00
main_test.go all: Use new reflect based CLI (#5487) 2019-02-12 07:58:24 +01:00
monitor.go all: Get rid of fatal logging (#5537) 2019-02-14 20:29:14 +00:00
monitor_test.go all: Revert the underscore sillyness 2019-02-02 12:16:27 +01:00
openurl_unix.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
openurl_windows.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
perfstats_unix.go all: Fix some linter errors (#5499) 2019-02-02 10:11:42 +01:00
superuser_unix.go cmd/syncthing: Warn when running as a super user (fixes #4123) 2017-05-15 05:42:21 +00:00
superuser_windows.go cmd/syncthing: Warn when running as a super user (fixes #4123) 2017-05-15 05:42:21 +00:00
traceback.go all: Update license url to https (ref #3976) 2017-02-09 08:04:16 +01:00
usage.go all: Revert the underscore sillyness 2019-02-02 12:16:27 +01:00
verboseservice.go cmd/syncthing: Correct type assertion in verboseService (fixes #5270) (#5272) 2018-10-16 01:09:24 +02:00