Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-29 | Refit source files to have a public xs-apiv1 lib package. | 1 | -416/+0 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-28 | Defined structures for /exec and /signal response. | 1 | -9/+14 | ||
2017-11-24 | Fixed SDK ID resolution for /exec api. | 1 | -0/+1 | ||
2017-11-21 | Always close gdb pty/tty even if an error rises. | 1 | -8/+10 | ||
2017-11-17 | Merge remote-tracking branch 'origin/master' into wip | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> Conflicts: Makefile webapp/package.json | |||||
2017-11-17 | Fixed spaces handling in RPath - SPEC1116 | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Added short project ID name support if not ambiguous. | 1 | -5/+9 | ||
2017-11-06 | Add Server UUID and use it build CmdID. | 1 | -4/+7 | ||
2017-08-29 | Fixed path convertion/mapping for in/out and for command args. | 1 | -14/+29 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-24 | Fixed /exec command (don't prefix command with exec binary). | 1 | -3/+6 | ||
adding 'exec' prevents to use "script" syntax: xds-exec -c xds-config.env -- "cd build && cmake .." But 'exec' binary is mandatory to allow to pass correctly signals to subprocess such as gdb. As workaround, exec is set for now on client side (eg. in xds-gdb). | |||||
2017-08-16 | Add folder interface and support native pathmap folder type. | 1 | -10/+12 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-07 | Improved /exec to support gdb execution. | 1 | -96/+216 | ||
/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-08-07 | Add stdin support to /exec | 1 | -7/+54 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-07-04 | Report an error when sdkid not found. | 1 | -0/+6 | ||
2017-06-26 | Use xds-common go library. | 1 | -1/+1 | ||
2017-06-15 | Auto add var named CLIENT_PROJECT_DIR to environment. | 1 | -0/+3 | ||
2017-05-27 | Wait folder insync before sending exit event. | 1 | -8/+34 | ||
By default wait folder insync. Set ExitImmediate param to true to send exit event immedialty without waiting folder synchronization. | |||||
2017-05-25 | Rework development page: Pre-build, Build, Populate. | 1 | -9/+32 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-17 | Auto start Syncthing and Syncthing-inotify. | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-15 | Fix invalid json encoding definition | 1 | -3/+5 | ||
2017-05-11 | Initial main commit. | 1 | -0/+154 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |