summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-17lib/model: Don't send symlinks to old devices that can't handle them (fixes #...v0.14.15Jakob Borg
2016-12-17lib/model: Accept scan requests of paths ending in slash (fixes #3804)Jakob Borg
2016-12-17gui: Avoid pause between event polls (ref #3527)Jakob Borg
2016-12-13gui, man: Update docs & translationsv0.14.14Jakob Borg
2016-12-13lib/model, lib/osutil: Verify target directory before pulling / requestingJakob Borg
2016-12-09lib/model: Add benchmark for model.Request()Jakob Borg
2016-12-09lib/model, lib/protocol, lib/scanner: Include symlink target in index, pull s...Jakob Borg
2016-12-09gui: Tweak wording (fixes #3769)Han Boetes
2016-12-09gui, lib/db: Correct space accounting of symlinks, for "out of sync" statusJakob Borg
2016-12-07vendor: Update github.com/gobwas/glob (bugfix)Jakob Borg
2016-12-06lib/model: Minor cleanupsLars K.W. Gohlke
2016-12-02cmd/strelaysrv: Use legacy dial (fixes #3753)Audrius Butkevicius
2016-12-02gui: Disable device removal when we know it will be reintroducedAudrius Butkevicius
2016-12-02lib/connections: Fix odd logging, forgot to call functionJakob Borg
2016-12-01lib/ignore: Add central check for internal files, used in scanning, pulling a...Jakob Borg
2016-12-01etc: Updated ufw firewall application preset with default GUI portStefan Kuntz
2016-12-01lib/protocol: Apply input filtering on file namesJakob Borg
2016-12-01lib/model: Double check results in filepath.Join where neededJakob Borg
2016-12-01lib/model: Prevent collisions in the progressemitter registryUnrud
2016-11-30lib/model: Temp names from all platforms should be recognized as suchJakob Borg
2016-11-30lib/model: Locking in the request testJakob Borg
2016-11-30lib/model: Add simple file syncing testJakob Borg
2016-11-30lib/connections, lib/model: Connection service should expose a single interfaceJakob Borg
2016-11-29gui, man: Update docs & translationsv0.14.13Jakob Borg
2016-11-27cmd/syncthing: Trigger usage message on extra CLI parametersStefan Tatschner
2016-11-24lib/fs: The interface and basicfsJakob Borg
2016-11-24lib/db: Fix ineffassign lint issueJakob Borg
2016-11-24build: Setup should insteall deadcode metalinterJakob Borg
2016-11-24build: Improve setup, add metalint ineffasignJakob Borg
2016-11-24lib/model: Remove ineffectual assignment in testJakob Borg
2016-11-24lib/sync: Remove unused struct fieldJakob Borg
2016-11-24lib/osutil: Fix lint warning on error formatting (fixes #3760)Jakob Borg
2016-11-24cmd/stdiscosrv: Fix lint warning on Context keys (fixes #3760)Jakob Borg
2016-11-24build: Setup should download latest version of linters etcJakob Borg
2016-11-23gui: bottom nav always behind dropdown (fixes #3758)Wulf Weich
2016-11-23lib/osutil: Don't chmod in atomic file creation (fixes #2472)Jakob Borg
2016-11-23lib/model: Fix test that relies on ignore reloadingJakob Borg
2016-11-22model: consistently use cfg when referring to config instance and not packageSimon Frei
2016-11-22lib/ignore: Don't slow down tests by sleepingJakob Borg
2016-11-22lib/ignore: Fast reload of unchanged ignores (fixes #3394)Jakob Borg
2016-11-22gui, man: Update docs & translationsv0.14.12Jakob Borg
2016-11-22cmd/syncthing: Make the default folder default againJakob Borg
2016-11-22lib/osutil: Remove unnecessary fsync in Copy()Unrud
2016-11-22lib/model, lib/protocol: Add Folder.Description() for logging (ref #3741)Jakob Borg
2016-11-22authors: Add further Unrud addressJakob Borg
2016-11-21lib/model: Log folder IDs and labels (fixes #3724)Roman Zaynetdinov
2016-11-21authors: Add zaynetroJakob Borg
2016-11-21lib/model: Add fsync of files and directories, option to disable (fixes #3711)Unrud
2016-11-21Add UnrudJakob Borg
2016-11-21gui: Convert URLs in warning messages to HTML links (fixes #3241)kwhite17