aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-06Revert "Use a monitor process to handle panics and restarts (fixes #586)"v0.9.12v0.9-nomonitorJakob Borg
This reverts commit 10f071325726e8de1d44ec9ea1a7a9741f885c6d. Conflicts: cmd/syncthing/monitor.go
2014-09-06Revert "Proper signal handling in monitor process"Jakob Borg
This reverts commit 33e9a88b56395130873a4052381baa7d90486779.
2014-09-05Translation update (add Catalan)v0.9.11Jakob Borg
2014-09-05Update assetsJakob Borg
2014-09-05Merge remote-tracking branch 'origin/pr/634'Jakob Borg
* origin/pr/634: Removed unused `optionEditor` directive from app.js Removed unused `clean` filter from app.js. Removed unused `shortPath` filter from app.js. Removed unused `short` filter from app.js.
2014-09-05Add pyfischJakob Borg
2014-09-05Removed unused `optionEditor` directive from app.jsPyfisch
2014-09-05Removed unused `clean` filter from app.js.Pyfisch
2014-09-05Removed unused `shortPath` filter from app.js.Pyfisch
2014-09-05Removed unused `short` filter from app.js.Pyfisch
2014-09-05Merge pull request #631 from AudriusButkevicius/upnpJakob Borg
Check if we had successfully acquired a UPnP mapping before (fixes #627)
2014-09-04Check if we had successfully acquired a UPnP mapping before (fixes #627)Audrius Butkevicius
2014-09-04Autogen warning in lang dirJakob Borg
2014-09-04Proper signal handling in monitor processJakob Borg
2014-09-04Pesky copyright is peskyJakob Borg
2014-09-04Rework .stignore functionality (fixes #561) (...)Jakob Borg
- Only one .stignore is supported, at the repo root - Negative patterns (!) are supported - Ignore patterns affect sent and received indexes, not only scanning
2014-09-04Merge pull request #626 from alex2108/masterJakob Borg
staggered versioner: count directories as files (fixes #607)
2014-09-04Trim dead bits of codeJakob Borg
2014-09-04Woops, close the right fdJakob Borg
2014-09-04count directories as files (fixes #607)Alexander Graf
2014-09-04Clean up GUI directoryJakob Borg
2014-09-04Use woff instead of ttf fontJakob Borg
2014-09-04Dead code cleanupJakob Borg
2014-09-04Copyright cleanupJakob Borg
2014-09-04Don't trust mime.TypeByExtension for the easy stuff (fixes #598)Jakob Borg
2014-09-03Merge pull request #619 from marcindziadus/sorting-orderJakob Borg
Change sorting order (fix #618)
2014-09-03change sorting orderMarcin
2014-09-02Limit number of open db files (fixes #587)Jakob Borg
2014-09-02Use a monitor process to handle panics and restarts (fixes #586)Jakob Borg
2014-09-02Only create assets map on demandJakob Borg
2014-09-02Integration tests should use v4 localhostJakob Borg
2014-09-02Update goleveldbJakob Borg
2014-09-01Show IPv6 GUI URL correctlyJakob Borg
2014-09-01Use more compact base64 encoding for assetsJakob Borg
2014-09-01Merge pull request #589 from AudriusButkevicius/includeJakob Borg
Add #include directive to .stignore (fixes #424)
2014-09-01Don't fake indexes for stopped reposJakob Borg
2014-09-01Warn on startup for stopped repositoriesJakob Borg
2014-09-01Don't fail build on SolarisJakob Borg
2014-09-01If all instances of the global version is invalid, the file should not be on ↵Jakob Borg
the need list
2014-08-31Fix testsAudrius Butkevicius
2014-08-31Handle recursive includesAudrius Butkevicius
2014-08-31Translation updatev0.9.10Jakob Borg
2014-08-31Don't clobber staggeredMaxAge = 0 (fixes #604)Jakob Borg
2014-08-31Merge pull request #603 from AudriusButkevicius/restartJakob Borg
Fix GUI breaking during restarts (fixes #577)
2014-08-31Fix GUI breaking during restarts (fixes #577)Audrius Butkevicius
2014-08-31Try not to crash the box with failing testsJakob Borg
2014-08-31Test cases for ignore #includeJakob Borg
2014-08-31Add #include directive to .stignore (fixes #424)Audrius Butkevicius
Though breaks #502 in a way, as .stignore is not the only place where stuff gets defined anymore. Though it never was, as .stignore can be placed in each dir, but I think we should phase that out in favor of globbing which means that we can then have a single file, which means that we can have a UI for editing that. Alternative would be as suggested to include a .stglobalignore which is then synced as a normal file, but gets included by default. Then when the UI would have two editors, a local ignore, and a global ignore.
2014-08-31Hold rmut read lock when looking at nodeStatRefsJakob Borg
2014-08-31Don't crash under suspicious circumstances... (fixes #602)Jakob Borg