filoozom
043dea760f
Set the right config and home dir for each OS
...
Use %AppData%\syncthing for the config files and %USERPROFILE%\Sync as sync folder for Windows.
2014-03-02 23:49:51 +01:00
filoozom
23593c3d20
Update getHomeDir() to use "os/user"
...
os.Getenv("HOME") doesn't work properly on Windows (and maybe other systems?) and the package "os/user" gives us a convenient way to find the home directory for every OS.
2014-03-02 16:07:12 +01:00
Jakob Borg
24b8f9211a
Open GUI on startup
2014-03-02 12:52:32 +01:00
Jakob Borg
e2fe57c440
deadcode
2014-02-24 13:34:24 +01:00
Jakob Borg
434a0ccf2a
golint
2014-02-24 13:29:30 +01:00
Jakob Borg
e7bf3ac108
go vet
2014-02-24 13:24:03 +01:00
Jakob Borg
5837277f8d
Rework XDR encoding
2014-02-20 17:42:17 +01:00
Jakob Borg
8f0a015abf
Find syncthing binary in $PATH when restarting ( fixes #68 )
2014-02-17 08:47:48 +01:00
Jakob Borg
21a7f3960a
Add multi-repository support to protocol (ref #35 )
2014-02-13 12:52:47 +01:00
Jakob Borg
6c8135126d
Initialize logging earlier (fix panic in tests)
2014-02-13 08:59:27 +01:00
Jakob Borg
91d5c4a1ae
Show warnings in GUI ( fixes #66 )
2014-02-12 23:18:41 +01:00
Jakob Borg
2cbe81f1c7
Restart from web gui ( fixes #50 )
2014-02-12 12:10:44 +01:00
Jakob Borg
3a5b816125
Allow setting a friendly name for the local node ( fixes #65 )
2014-02-10 20:54:57 +01:00
Jakob Borg
fc6eabea28
Enforce identical member configuration among nodes ( fixes #63 )
2014-02-09 23:13:06 +01:00
Jakob Borg
3cb7b8f22b
Allow multiple listenAddresses ( fixes #52 )
2014-02-05 23:17:17 +01:00
Jakob Borg
89c2f61b30
Reduce default verbosity now that the GUI is there
2014-02-03 16:22:15 +01:00
Jakob Borg
a1d575894a
Edit configuration in GUI; use XML configuration
2014-02-03 15:42:59 +01:00
Jakob Borg
5980952495
Actually load index cache again ( fixes #45 )
2014-01-29 22:02:38 +01:00
Jakob Borg
6d3f8a2c06
Parallell -> parallel (ref #13 )
2014-01-26 16:48:20 +01:00
Jakob Borg
81d5d1d4a6
Rework config/flags ( fixes #13 )
2014-01-26 14:45:03 +01:00
Jakob Borg
2ea3558283
Add Options message to protocol
2014-01-23 13:12:45 +01:00
Jakob Borg
20a47695fb
Create syncthing.ini template ( fixes #39 )
2014-01-22 14:28:14 +01:00
Jakob Borg
1dde9ec2d8
New file change suppression algorithm ( fixes #30 )
2014-01-22 12:52:27 +01:00
Jakob Borg
0841a46055
Don't crash on invalid options
2014-01-22 12:52:15 +01:00
Jakob Borg
d9ffd359e2
Tweak locking and integration test.
2014-01-20 22:22:27 +01:00
Jakob Borg
ba0e4ded65
Deadlock fix and cleanups
2014-01-13 10:29:23 -07:00
Jakob Borg
f0b18685a5
Show 'this node' in GUI
2014-01-12 15:19:03 -07:00
Jakob Borg
fc2b557ae6
Don't print help twice
2014-01-12 14:47:04 -07:00
Jakob Borg
45fcf4bc84
Implement new puller routine ( fixes #33 )
2014-01-12 11:02:16 -07:00
Jakob Borg
55f61ccb5e
Simple send rate limit
2014-01-12 10:19:22 -07:00
Jakob Borg
832c0ffad0
Report CPU/mem usage in GUI
2014-01-10 00:12:32 +01:00
Jakob Borg
b9af45bc6b
Prepopulate ignore patterns ( fixes #21 )
2014-01-09 22:46:01 +01:00
Jakob Borg
2935aebe53
Benchmarking
2014-01-09 14:11:55 +01:00
Jakob Borg
3e1194e5ff
Show web GUI address on startup ( fixes #27 )
2014-01-09 10:40:12 +01:00
Jakob Borg
211180108e
Tweak TLS settings (ref #23 )
2014-01-09 09:30:22 +01:00
Jakob Borg
17e78d6f7e
Option to show version ( fixes #24 )
2014-01-08 14:37:33 +01:00
Jakob Borg
884a7d6a1b
Default to running GUI on 127.0.0.1:8080
2014-01-08 13:56:29 +01:00
Jakob Borg
b4db177045
Allow deletes per default ( fixes #19 )
2014-01-07 16:15:18 +01:00
Jakob Borg
e769de9986
Announce read/write/delete status on startup ( fixes #14 )
2014-01-06 21:41:29 +01:00
Jakob Borg
986b15573a
Ignore files matching patterns in .stignore ( fixes #7 )
2014-01-06 21:17:18 +01:00
Jakob Borg
46d828e349
Expand tilde in repository path ( fixes #8 )
2014-01-06 19:37:26 +01:00
Jakob Borg
b64af73607
Dead code removal
2014-01-06 12:45:43 +01:00
Jakob Borg
c9cce9613e
Refactor out the model into a subpackage
2014-01-06 11:11:18 +01:00
Jakob Borg
ab8482a424
Add --trace-need
2014-01-06 06:12:40 +01:00
Jakob Borg
8c1996f7e5
Rudimentary HTTP GUI
2014-01-05 23:54:57 +01:00
Jakob Borg
6679c84cfb
Refactor statistics printing
2014-01-05 16:20:18 +01:00
Jakob Borg
63a05ff6fa
Command line option to ignore index cache
2014-01-01 16:31:35 -05:00
Jakob Borg
89a5aac6ea
Use gzip compression for index cache
2014-01-01 16:31:04 -05:00
Jakob Borg
232d715c37
Fix broken --cfg flag
2014-01-01 08:49:55 -05:00
Jakob Borg
7e0be89052
Simplify index sending, prevent ping timeout
2013-12-31 21:22:49 -05:00