Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-30 | Used xds-common version 0.1.0 or more recent | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Set default xds-apikey when not set by config. | Sebastien Douheret | 1 | -0/+6 | |
2017-08-30 | Update Readme | Sebastien Douheret | 1 | -15/+35 | |
2017-08-29 | Fix subversion setting | Sebastien Douheret | 1 | -1/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-25 | Fixed xds-common version and use last one | Sebastien Douheret | 3 | -2/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-25 | Reset option to allow synthing restart | Sebastien Douheret | 1 | -1/+0 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-09 | Clarify that xds-agent is client tool. | Sebastien D | 1 | -1/+1 | |
2017-08-07 | Added missing quote in help | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-30 | Update README.md | Sebastien D | 1 | -2/+2 | |
Package name has no longer -bin suffix. | |||||
2017-06-27 | Update documentation | Ronan Le Martret | 1 | -2/+54 | |
* install xds-agent from packaging Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2017-06-26 | Use xds-common go library. | Sebastien Douheret | 8 | -341/+13 | |
2017-06-23 | Set SUB_VERSION as current commit ID. | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-23 | Add missing vendor dependency | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-23 | Add default Syncthing api in config.json example. | Sebastien Douheret | 1 | -1/+2 | |
2017-06-23 | Fix glide path for non Linux OSes | Sebastien Douheret | 1 | -4/+4 | |
2017-06-23 | Support $HOME on Windows host. | Sebastien Douheret | 1 | -1/+9 | |
2017-06-23 | Add workaround for Syncthing apikey setting. | Sebastien Douheret | 1 | -1/+33 | |
2017-06-23 | Fix glide path | Ronan Le Martret | 1 | -4/+4 | |
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2017-06-22 | Rework README | Sebastien Douheret | 3 | -50/+58 | |
2017-06-20 | Only execute vendor rule when building all. | Sebastien Douheret | 1 | -2/+2 | |
2017-06-16 | Bump xds-agent and syncthing-inotify version | Sebastien Douheret | 2 | -12/+17 | |
2017-06-16 | Fix glide install detection | Sebastien Douheret | 1 | -3/+6 | |
2017-06-16 | Used standard DESTDIR variable in make install | Sebastien Douheret | 2 | -5/+14 | |
2017-06-15 | Fix sub version setting | Sebastien Douheret | 1 | -1/+1 | |
2017-06-15 | Fix syncthing-inotify build error | Sebastien Douheret | 1 | -2/+12 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-15 | Add MacOs/darwin package generation | Sebastien Douheret | 2 | -9/+20 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-07 | Add package-all rule support. | Sebastien Douheret | 1 | -4/+25 | |
2017-05-31 | Increase timeout for Syncthing startup.v0.0.1-alpha | Sebastien Douheret | 1 | -2/+3 | |
Syncthing may take more time to start for example on slow network connection. | |||||
2017-05-26 | Add build release (REL=1 make all) | Sebastien Douheret | 1 | -2/+12 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-26 | Fix Syncthing package retrieval for Windows | Sebastien Douheret | 3 | -13/+34 | |
Note that cross compile for Windows required Go version 1.8 or higher. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-24 | Support Windows cross-build. | Sebastien Douheret | 2 | -4/+10 | |
Use following command cross build for Windows on a Linux machine: GOOS=windows GOARCH=amd64 make Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-23 | Add API KEY support to allow CORS requests. | Sebastien Douheret | 6 | -33/+106 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-22 | Fix incorrect import | Sebastien Douheret | 1 | -1/+1 | |
2017-05-19 | Fix missing tools path creation. | Sebastien Douheret | 1 | -0/+2 | |
2017-05-18 | Update Makefile to be smarter with syncthing compilation. | Sebastien Douheret | 1 | -10/+15 | |
2017-05-18 | Update config file model. | Sebastien Douheret | 1 | -3/+2 | |
2017-05-18 | Added prints on startup. | Sebastien Douheret | 2 | -2/+7 | |
2017-05-18 | Fix ResolveEnvVar when path is not set. | Sebastien Douheret | 1 | -1/+4 | |
2017-05-18 | Bump to Syncthing 0.14.28 et Syncthing-Inotify master. | Sebastien Douheret | 2 | -24/+9 | |
2017-05-18 | Fix ResolveEnvVar function and add support of tilde (~/...) | Sebastien Douheret | 2 | -23/+44 | |
2017-05-17 | Add logsDir setting and more | Sebastien Douheret | 10 | -79/+187 | |
- add logsDir setting in config.json - redirect Syncthing and Syncthing-inotify into log files - Use autogenerated Syncthing apikey if gui-apikey not set in config.json | |||||
2017-05-16 | Use patched version of syncthing-inotify | Sebastien Douheret | 2 | -2/+37 | |
Bug #164 has not been properly merged yet. So patch this bug manually. | |||||
2017-05-15 | Fix doc. | Sebastien Douheret | 1 | -2/+3 | |
2017-05-15 | Initial commit. | Sebastien Douheret | 22 | -0/+1994 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |