aboutsummaryrefslogtreecommitdiffstats
path: root/lib/syncthing
AgeCommit message (Expand)AuthorFilesLines
2019-04-07Use go module as dependency tool instead of glidehalibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/7.99.3halibut/7.99.2halibut/7.99.17.99.37.99.27.99.1Sebastien Douheret2-4/+4
2018-01-10Fixed go linter warnings.Sebastien Douheret1-9/+21
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret3-6/+6
2017-12-22Added SDKs management support.Sebastien Douheret1-1/+1
2017-12-16Fixed and improved events management.Sebastien Douheret2-22/+39
2017-12-11Standardized XDS config file name and location.Sebastien Douheret1-1/+1
2017-11-30Added Copyright header.Sebastien Douheret3-0/+51
2017-11-29Refit source files to have a public xs-apiv1 lib package.Sebastien Douheret2-220/+7
2017-11-24Add folder update support and ClientData field.Sebastien Douheret1-0/+9
2017-11-06Fixed folder ID and label generation.Sebastien Douheret1-1/+5
2017-11-06Add Server UUID and use it build CmdID.Sebastien Douheret1-1/+1
2017-11-06Kill right Syncthing (same url) in DEBUG modeSebastien Douheret2-10/+11
2017-11-06Bump Syncthing 0.14.38Sebastien Douheret1-5/+5
2017-11-06Fix syncthing loggerSebastien Douheret1-5/+5
2017-11-06Cleanup and improvementsSebastien Douheret2-3/+0
2017-10-17Delete folders on disk (Server side and for Syncthing folder only)Sebastien Douheret1-1/+10
2017-10-12Used non default syncthing port to avoid confict.Sebastien Douheret1-1/+1
2017-09-18Fix syncthing binary path detection.Sebastien Douheret1-11/+21
2017-09-13Set install dir to /opt/AGL and move conf to $HOME/.xds-serverSebastien Douheret1-1/+1
2017-08-29Fixed path convertion/mapping for in/out and for command args.Sebastien Douheret1-1/+24
2017-08-24Take care of ST connection lost in ST event monitor.Sebastien Douheret2-6/+33
2017-08-24Redirect HTTP and Gin server logs into a file (xds-server-verbose.log).Sebastien Douheret1-1/+4
2017-08-18Add folder synchronization status.Sebastien Douheret4-8/+331
2017-08-16Add folder interface and support native pathmap folder type.Sebastien Douheret3-54/+216
2017-06-26Use xds-common go library.Sebastien Douheret1-1/+1
2017-06-23Prevent Syncthing auto-upgrade and restart.Sebastien Douheret1-0/+2
2017-06-20Remove duplicate fields and set default SDK dir.Sebastien Douheret1-1/+1
2017-05-27Wait folder insync before sending exit event.Sebastien Douheret1-0/+90
2017-05-22Allow to set Syncthing rescanInterval parameter.Sebastien Douheret1-0/+4
2017-05-18Add Cross SDKs support (part 2)Sebastien Douheret2-11/+5
2017-05-17Use autogenerated Synchting apikey.Sebastien Douheret1-3/+24
2017-05-17Add SDKs support.Sebastien Douheret1-5/+41
2017-05-17Auto start Syncthing and Syncthing-inotify.Sebastien Douheret1-14/+190
2017-05-11Initial main commit.Sebastien Douheret2-0/+192