Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ogclient: add support for X-Sequence headerv1.3.0 | Jose M. Guisado | 2023-06-14 | 1 | -0/+3 |
* | src: improve logging | Jose M. Guisado | 2022-06-08 | 1 | -8/+11 |
* | #1065 Init event socket according to mode | Jose M. Guisado | 2022-02-02 | 1 | -1/+3 |
* | #1065 Use getattr when retrieving event socket | Jose M. Guisado | 2022-02-01 | 1 | -1/+1 |
* | #1065 Init config_path according to platform | Jose M. Guisado | 2021-12-10 | 1 | -5/+1 |
* | #1065 Add event datagram socket | Jose M. Guisado | 2021-11-29 | 1 | -1/+29 |
* | #1065 Fix windows not reattempting refused connections | Jose M. Guisado | 2021-11-23 | 1 | -1/+5 |
* | #1065 revisit config_path initialization | Jose M. Guisado | 2021-11-18 | 1 | -1/+4 |
* | #1065 Add windows mode | Jose M. Guisado | 2021-11-18 | 1 | -1/+1 |
* | #1065 src: add linux mode | Jose M. Guisado | 2021-11-15 | 1 | -1/+1 |
* | #1056 stop thread if connection with server is lost | OpenGnSys Support Team | 2021-11-11 | 1 | -0/+1 |
* | #1056 stop request processing on connection closure | OpenGnSys Support Team | 2021-07-15 | 1 | -1/+1 |
* | #1056 add cleanup method and use it | OpenGnSys Support Team | 2021-07-15 | 1 | -10/+8 |
* | #1000 Fix HTTP request header length parsing | Javier Sánchez Parra | 2021-07-13 | 1 | -3/+4 |
* | ogClient is AGPLv3+ | OpenGnSys Support Team | 2021-05-14 | 1 | -3/+3 |
* | #980 Broken TCP connection times out after 120 seconds through keepalive | OpenGnSys Support Team | 2021-04-23 | 1 | -0/+5 |
* | #1000 Fix ogClient HTTP length handling | Javier Sánchez Parra | 2020-08-25 | 1 | -4/+9 |
* | #999 Fix ogClient session command | Javier Sánchez Parra | 2020-08-21 | 1 | -0/+1 |
* | Rename 'linux' mode to 'live' mode | Roberto Hueso Gómez | 2020-06-05 | 1 | -1/+1 |
* | Delete ogConfig.py | Roberto Hueso Gómez | 2020-06-05 | 1 | -0/+2 |
* | 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 |