Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-30 | Added Copyright header. | Sebastien Douheret | 1 | -2/+22 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Fixed subversion when tag doesn't include dash. | Sebastien Douheret | 1 | -6/+10 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Fixed double 'v' letter in package name | Sebastien Douheret | 1 | -2/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Check go version and print error if not >1.8.1 | Sebastien Douheret | 1 | -1/+14 | |
xds-common lib uses os.Executable function that has been introduced in go v1.8.1. | |||||
2017-11-06 | Always set sub-version | Sebastien Douheret | 1 | -0/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Extract version from git tag. | Sebastien Douheret | 1 | -17/+7 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Bump Syncthing 0.14.38 | Sebastien Douheret | 1 | -2/+2 | |
2017-11-06 | Moved web Dashboard to xds-agent | Sebastien Douheret | 1 | -7/+5 | |
Xds-Server now only provides a minimal page to get basic instructions. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-17 | Bump v0.3.2v0.3.2 | Sebastien Douheret | 1 | -1/+1 | |
2017-10-16 | Bump v0.3.1v0.3.1 | Sebastien Douheret | 1 | -1/+1 | |
2017-09-25 | Cosmetic fix | Sebastien Douheret | 1 | -0/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-21 | Disable compiler optimizations and inlining for debugging. | Sebastien Douheret | 1 | -3/+6 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Bump to 0.3.0 | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Set install dir to /opt/AGL and move conf to $HOME/.xds-server | Sebastien Douheret | 1 | -8/+12 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Add packaging files used by OBS. | Sebastien Douheret | 1 | -3/+4 | |
xds-server is now packaging in OBS: https://build.opensuse.org/package/show/isv:LinuxAutomotive:app-Development/agl-xds-server Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Remove Windows package generation (not supported) | Sebastien Douheret | 1 | -3/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-29 | Bump version v0.2.1 | Sebastien Douheret | 1 | -2/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-16 | Add folder interface and support native pathmap folder type. | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-07 | Improved /exec to support gdb execution. | Sebastien Douheret | 1 | -0/+4 | |
/exec now supports stdin and stdout/stderr tunneling over an websocket (socketio). This also supports redirection of inferior process output (stdout only) in particular case of gdb command (set gdb --tty option). | |||||
2017-06-23 | Set SUB_VERSION as current commit ID. | Sebastien Douheret | 1 | -2/+1 | |
2017-06-20 | Only call vendor when building all. | Sebastien Douheret | 1 | -2/+2 | |
2017-06-20 | Fiw webapp/install rule. | Sebastien Douheret | 1 | -1/+1 | |
test xxx && yyy doesn't work because "&&" characters seems interpreted by make. Workaround is to write test statement with if syntax. | |||||
2017-06-16 | Bump syncthing-inotify version to 0.8.6 | Sebastien Douheret | 1 | -3/+1 | |
2017-06-16 | Fix package generation. | Sebastien Douheret | 1 | -5/+6 | |
2017-06-16 | Fix glide install detection | Sebastien Douheret | 1 | -3/+6 | |
2017-06-16 | Used standard DESTDIR variable for make install | Sebastien Douheret | 1 | -11/+19 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-07 | Fix version / sub-version retrieval. | Sebastien Douheret | 1 | -1/+1 | |
2017-06-07 | Bump version | Sebastien Douheret | 1 | -1/+1 | |
2017-06-07 | Add windows and packaging build support. | Sebastien Douheret | 1 | -12/+61 | |
2017-05-28 | Add script to get xds-agent tarballs. | Sebastien Douheret | 1 | -3/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-26 | Fix webapp location for install and startup. | Sebastien Douheret | 1 | -1/+1 | |
2017-05-19 | Fix Makefile install commands | Sebastien Douheret | 1 | -1/+2 | |
2017-05-18 | Update Makefile to be smarter with syncthing compilation. | Sebastien Douheret | 1 | -8/+12 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-18 | Bump to Syncthing 0.14.28 | Sebastien Douheret | 1 | -1/+1 | |
2017-05-18 | Fix copy of agl directory in make install | Sebastien Douheret | 1 | -1/+1 | |
2017-05-18 | Fix syncthing-inotify version and install rule. | Sebastien Douheret | 1 | -6/+10 | |
2017-05-17 | Add AGL specfic scripts | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-17 | Auto start Syncthing and Syncthing-inotify. | Sebastien Douheret | 1 | -12/+17 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-16 | Use patched version of syncthing-inotify. | Sebastien Douheret | 1 | -1/+2 | |
Bug #164 has not been properly merged yet. So patch this bug manually. See also https://github.com/syncthing/syncthing-inotify/pull/165 | |||||
2017-05-15 | Rework Version and Sub-version setup. | Sebastien Douheret | 1 | -9/+14 | |
2017-05-15 | Cleanup | Sebastien Douheret | 1 | -10/+5 | |
2017-05-12 | Add target to get Syncthing and start server script. | Sebastien Douheret | 1 | -24/+31 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-12 | Add install rule | Sebastien Douheret | 1 | -15/+10 | |
Installation directory can be changed using INSTALL_DIR and INSTALL_WEBAPP_DIR env variables Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-12 | Fix distclean | Sebastien Douheret | 1 | -1/+1 | |
2017-05-11 | Initial main commit. | Sebastien Douheret | 1 | -0/+118 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |