summaryrefslogtreecommitdiffstats
path: root/lib/agent/xdsserver.go
AgeCommit message (Collapse)AuthorFilesLines
2017-11-06Update api routes name (plural nouns)Sebastien Douheret1-3/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-06Fixed parameter processing for passthrough api.Sebastien Douheret1-2/+14
2017-11-06Moved all structs exposed by API into apiv1 packageSebastien Douheret1-11/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-16Add sanity check when adding a new pathmap project/folderSebastien Douheret1-5/+7
2017-10-11Fixed Syncthing folder status events and exec command.Sebastien Douheret1-77/+208
2017-10-09Used patched (my) version of go-socket.io.Sebastien Douheret1-1/+1
This version fixes crash when client disconnects unexpectedly.
2017-10-06Added webapp Dashboard + logic to interact with server.Sebastien Douheret1-0/+472
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>