Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-07 | Improved /exec to support gdb execution. | 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. | 1 | -2/+1 | ||
2017-06-20 | Only call vendor when building all. | 1 | -2/+2 | ||
2017-06-20 | Fiw webapp/install rule. | 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 | 1 | -3/+1 | ||
2017-06-16 | Fix package generation. | 1 | -5/+6 | ||
2017-06-16 | Fix glide install detection | 1 | -3/+6 | ||
2017-06-16 | Used standard DESTDIR variable for make install | 1 | -11/+19 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-07 | Fix version / sub-version retrieval. | 1 | -1/+1 | ||
2017-06-07 | Bump version | 1 | -1/+1 | ||
2017-06-07 | Add windows and packaging build support. | 1 | -12/+61 | ||
2017-05-28 | Add script to get xds-agent tarballs. | 1 | -3/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-26 | Fix webapp location for install and startup. | 1 | -1/+1 | ||
2017-05-19 | Fix Makefile install commands | 1 | -1/+2 | ||
2017-05-18 | Update Makefile to be smarter with syncthing compilation. | 1 | -8/+12 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-18 | Bump to Syncthing 0.14.28 | 1 | -1/+1 | ||
2017-05-18 | Fix copy of agl directory in make install | 1 | -1/+1 | ||
2017-05-18 | Fix syncthing-inotify version and install rule. | 1 | -6/+10 | ||
2017-05-17 | Add AGL specfic scripts | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-17 | Auto start Syncthing and Syncthing-inotify. | 1 | -12/+17 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-16 | Use patched version of syncthing-inotify. | 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. | 1 | -9/+14 | ||
2017-05-15 | Cleanup | 1 | -10/+5 | ||
2017-05-12 | Add target to get Syncthing and start server script. | 1 | -24/+31 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-12 | Add install rule | 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 | 1 | -1/+1 | ||
2017-05-11 | Initial main commit. | 1 | -0/+118 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |