summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-04-18lib/model: Drop incoming updates for ignored items (fixes #1701)Jakob Borg
2016-04-18gui: Downgrade Angular 1.5.3 -> 1.2.9 (fixes #2961)Jakob Borg
2016-04-17cmd/stvanity: New utility to create vanity device IDsJakob Borg
2016-04-17cmd/stdisco: New utility to debug local discoveryJakob Borg
2016-04-16lib/upnp: Fix port orderAudrius Butkevicius
2016-04-16lib/{nat,pmp}: Fix shadowing and nil IPsAudrius Butkevicius
2016-04-15lib/versioner: Refactor for testing, speed up testJakob Borg
2016-04-15Update docs & translationsv0.13.0-beta.3Jakob Borg
2016-04-15lib/model: Test should pass go vet inspectionsJakob Borg
2016-04-15lib/model, lib/protocol: Implement temporary indexes (fixes #950)AudriusButkevicius
2016-04-15build: Clean up "go vet" and "go lint" stepsJakob Borg
2016-04-13lib/pmp: Add NAT-PMP support (ref #698)Audrius Butkevicius
2016-04-13lib/connections: Silence vet and lint warningsJakob Borg
2016-04-10lib/nat: Add a nat package and service to track mappings on multiple IGDsAudrius Butkevicius
2016-04-10lib/protocol: Comment the bit numbers for flags in IndexMessageJakob Borg
2016-04-10unifySubs: add two trivial test casesMichael Ploujnikov
2016-04-09gui: Update translations for previous commitJakob Borg
2016-04-09gui: Some browsers force lowercase attributesAudrius Butkevicius
2016-04-09lib/model: Scanning unknown items is OK as long as the parent is known (fixes...Michael Ploujnikov
2016-04-09lib/db: Empty slice is not nil (fixes #2872)Audrius Butkevicius
2016-04-09lib/model: Add option for overwriting names on connect (fixes #2912)Audrius Butkevicius
2016-04-09all: Dead code cleanupAudrius Butkevicius
2016-04-09cmd/syncthing: Listening on a 0 port is not valid (fixes #2926)Audrius Butkevicius
2016-04-08build: Archives should have release name as first file name componentv0.13.0-beta.2Jakob Borg
2016-04-08gui, man: Update docs & translationsJakob Borg
2016-04-08build: go vet is now included in the distributionJakob Borg
2016-04-07lib/ignore: Implement deletable ignores using (?d) prefix (fixes #1362)Audrius Butkevicius
2016-04-06build: Parameterize build targetsJakob Borg
2016-04-05gui: Show Javascript error indicator on dev builds, remove logging of missing...Lars K.W. Gohlke
2016-04-05lib/ignore: Correct case insensitive matching on Mac/WindowsJakob Borg
2016-04-05cmd/syncthing: Skip a calculation if timediff is zero (fixes #2854)Audrius Butkevicius
2016-04-04lib/ignore: Remove pattern for foo/** which is already covered by foo/Jakob Borg
2016-04-04lib/model: Correctly detect deleted but previously ignored files as deletedJakob Borg
2016-04-03lib/config: Disable cacheIgnoredFiles, new default is disabledJakob Borg
2016-04-03cmd/syncthing: Fix handler ordering so CORS middleware wraps all the others b...Laurent Etiemble
2016-04-02lib/ignore: Replace lib/fnmatch with github.com/gobwas/globJakob Borg
2016-04-02gui: Improve header and footer layout on small screensLars K.W. Gohlke
2016-04-01gui: Update translations and documentationv0.13.0-beta.1Jakob Borg
2016-04-01lib/discovery: Receiving a new announcement should be non-blockingJakob Borg
2016-04-01lib/connections: Increase lock periods to prevent races (fixes #2899)Audrius Butkevicius
2016-03-31lib: Use bytes.Equal instead of bytes.Compare where possibleJakob Borg
2016-03-31build: Clean up environment handlingJakob Borg
2016-03-30lib/model: Refactor out scanning method from rwfolder.Serve loopMichael Ploujnikov
2016-03-29vendor: Update calmh/xdr to avoid unexpected string behavior (fixes #2882)Jakob Borg
2016-03-28gui: Update lang-en with new strings from GUIJakob Borg
2016-03-28gui: Update Bootstrap (v3.3.6), non-minifiedJakob Borg
2016-03-28gui: Upgrade jQuery (v2.2.2), non-minifiedJakob Borg
2016-03-28gui: Upgrade Angular (v1.5.3 plus various), non-minifiedJakob Borg
2016-03-28gui: Upgrade Font Awesome (v4.5.0), non-minifiedJakob Borg
2016-03-28build: Generate gui.files.go on the fly, remove from repoJakob Borg