Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Set up the ip server for working in localhost by default | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+1 | |
* | Create new object for creating dynamic json messages | Alvaro Neira Ayuso | 2020-01-19 | 1 | -12/+19 | |
* | (BUG) Handling command error | Alvaro Neira Ayuso | 2020-01-19 | 2 | -3/+13 | |
* | Modify Thread methods names | Alvaro Neira Ayuso | 2020-01-19 | 1 | -4/+4 | |
* | Blocks the program execution until a command is processing | Alvaro Neira Ayuso | 2020-01-19 | 1 | -4/+5 | |
* | Create ogThread class to move all thread functions | Alvaro Neira Ayuso | 2020-01-19 | 1 | -16/+17 | |
* | Execute command received using Threads | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+5 | |
* | (BUG) Fix crash when json message received is incomplete | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+6 | |
* | Avoid a broken pipe error on opengnsys | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+2 | |
* | Split the commands taking into account GET/POST operations | Alvaro Neira Ayuso | 2020-01-19 | 1 | -10/+16 | |
* | Add shell run and output commands | Alvaro Neira Ayuso | 2020-01-19 | 4 | -15/+72 | |
* | Merge ogRest and ogProcess to have only one class | Alvaro Neira Ayuso | 2020-01-19 | 3 | -52/+51 | |
* | Include disconnect and send function on client side | Alvaro Neira Ayuso | 2020-01-19 | 2 | -16/+26 | |
* | Add global variable to set up OpenGnsys path | Alvaro Neira Ayuso | 2020-01-19 | 1 | -2/+4 | |
* | Add ogRest class to generate API Rest Responses | Alvaro Neira Ayuso | 2020-01-19 | 3 | -9/+31 | |
* | Port program to Python 3 | Alvaro Neira Ayuso | 2020-01-19 | 4 | -20/+22 | |
* | Remove remote from cfg file | Alvaro Neira Ayuso | 2020-01-19 | 1 | -2/+0 | |
* | Remove unneeded logs | Alvaro Neira Ayuso | 2020-01-19 | 1 | -2/+0 | |
* | Include the reboot support in ogOperation | Alvaro Neira Ayuso | 2020-01-19 | 1 | -2/+4 | |
* | Include the poweroff support in ogOperation | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+7 | |
* | Add Probe HTTP Command | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+2 | |
* | Remove unneeded logs | Alvaro Neira Ayuso | 2020-01-19 | 1 | -3/+0 | |
* | Send bad request when the APIRest operation is not supported | Alvaro Neira Ayuso | 2020-01-19 | 2 | -3/+8 | |
* | Add new process support for reboot message | Alvaro Neira Ayuso | 2020-01-19 | 2 | -0/+11 | |
* | Execute socket loop on run socket function | Alvaro Neira Ayuso | 2020-01-19 | 2 | -19/+21 | |
* | Add ogProcess and ogOperation for linux | Alvaro Neira Ayuso | 2020-01-19 | 4 | -0/+28 | |
* | Add HTTP parser support | Alvaro Neira Ayuso | 2020-01-19 | 2 | -11/+58 | |
* | Modify Client state to use enum | Alvaro Neira Ayuso | 2020-01-19 | 2 | -12/+11 | |
* | Create new ogClient | Alvaro Neira Ayuso | 2020-01-19 | 6 | -0/+168 | |
* | Initial commit | Alvaro Neira Ayuso | 2020-01-19 | 2 | -0/+790 |