Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove platform check | OpenGnSys Support Team | 2020-05-13 | 1 | -3/+0 |
* | Switch config file to json | Roberto Hueso Gómez | 2020-05-13 | 1 | -10/+15 |
* | Use samba for create and restore virtual partitions | Roberto Hueso Gómez | 2020-04-17 | 1 | -2/+7 |
* | wait for 1 second if connection is refused | OpenGnSys Support Team | 2020-04-14 | 1 | -18/+6 |
* | Sleep 1 second to avoid high CPU load | Roberto Hueso Gomez | 2020-04-14 | 1 | -0/+1 |
* | Avoid connection status infinite print loop | Roberto Hueso Gomez | 2020-04-14 | 1 | -7/+17 |
* | Add mode selection for ogClient | Roberto Hueso Gomez | 2020-04-08 | 1 | -2/+6 |
* | Rename operation to method | OpenGnSys Support Team | 2020-02-26 | 1 | -1/+1 |
* | (Clean-Up) Rename HTTPParser to restRequest | Alvaro Neira Ayuso | 2020-01-19 | 1 | -4/+4 |
* | Include License header | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+8 |
* | Fix ogClient socket.error typo | Roberto Hueso Gómez | 2020-01-19 | 1 | -1/+2 |
* | Change ogClient.py encoding from dos to unix | Roberto Hueso gomez | 2020-01-19 | 1 | -123/+123 |
* | Add session command to init the opengnsys session | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+1 |
* | Add shell run and output commands | Alvaro Neira Ayuso | 2020-01-19 | 1 | -2/+2 |
* | Merge ogRest and ogProcess to have only one class | Alvaro Neira Ayuso | 2020-01-19 | 1 | -3/+3 |
* | Include disconnect and send function on client side | Alvaro Neira Ayuso | 2020-01-19 | 1 | -2/+9 |
* | Add ogRest class to generate API Rest Responses | Alvaro Neira Ayuso | 2020-01-19 | 1 | -4/+5 |
* | Port program to Python 3 | Alvaro Neira Ayuso | 2020-01-19 | 1 | -15/+17 |
* | 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 | 1 | -3/+4 |
* | Execute socket loop on run socket function | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+20 |
* | Add ogProcess and ogOperation for linux | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+5 |
* | Add HTTP parser support | Alvaro Neira Ayuso | 2020-01-19 | 1 | -11/+4 |
* | Modify Client state to use enum | Alvaro Neira Ayuso | 2020-01-19 | 1 | -6/+8 |
* | Create new ogClient | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+95 |