summaryrefslogtreecommitdiffstats
path: root/src/ogClient.py
Commit message (Expand)AuthorAgeFilesLines
* ogclient: add support for X-Sequence headerv1.3.0Jose M. Guisado2023-06-141-0/+3
* src: improve loggingJose M. Guisado2022-06-081-8/+11
* #1065 Init event socket according to modeJose M. Guisado2022-02-021-1/+3
* #1065 Use getattr when retrieving event socketJose M. Guisado2022-02-011-1/+1
* #1065 Init config_path according to platformJose M. Guisado2021-12-101-5/+1
* #1065 Add event datagram socketJose M. Guisado2021-11-291-1/+29
* #1065 Fix windows not reattempting refused connectionsJose M. Guisado2021-11-231-1/+5
* #1065 revisit config_path initializationJose M. Guisado2021-11-181-1/+4
* #1065 Add windows modeJose M. Guisado2021-11-181-1/+1
* #1065 src: add linux modeJose M. Guisado2021-11-151-1/+1
* #1056 stop thread if connection with server is lostOpenGnSys Support Team2021-11-111-0/+1
* #1056 stop request processing on connection closureOpenGnSys Support Team2021-07-151-1/+1
* #1056 add cleanup method and use itOpenGnSys Support Team2021-07-151-10/+8
* #1000 Fix HTTP request header length parsingJavier Sánchez Parra2021-07-131-3/+4
* ogClient is AGPLv3+OpenGnSys Support Team2021-05-141-3/+3
* #980 Broken TCP connection times out after 120 seconds through keepaliveOpenGnSys Support Team2021-04-231-0/+5
* #1000 Fix ogClient HTTP length handlingJavier Sánchez Parra2020-08-251-4/+9
* #999 Fix ogClient session commandJavier Sánchez Parra2020-08-211-0/+1
* Rename 'linux' mode to 'live' modeRoberto Hueso Gómez2020-06-051-1/+1
* Delete ogConfig.pyRoberto Hueso Gómez2020-06-051-0/+2
* remove platform checkOpenGnSys Support Team2020-05-131-3/+0
* Switch config file to jsonRoberto Hueso Gómez2020-05-131-10/+15
* Use samba for create and restore virtual partitionsRoberto Hueso Gómez2020-04-171-2/+7
* wait for 1 second if connection is refusedOpenGnSys Support Team2020-04-141-18/+6
* Sleep 1 second to avoid high CPU loadRoberto Hueso Gomez2020-04-141-0/+1
* Avoid connection status infinite print loopRoberto Hueso Gomez2020-04-141-7/+17
* Add mode selection for ogClientRoberto Hueso Gomez2020-04-081-2/+6
* Rename operation to methodOpenGnSys Support Team2020-02-261-1/+1
* (Clean-Up) Rename HTTPParser to restRequestAlvaro Neira Ayuso2020-01-191-4/+4
* Include License headerAlvaro Neira Ayuso2020-01-191-0/+8
* Fix ogClient socket.error typoRoberto Hueso Gómez2020-01-191-1/+2
* Change ogClient.py encoding from dos to unixRoberto Hueso gomez2020-01-191-123/+123
* Add session command to init the opengnsys sessionAlvaro Neira Ayuso2020-01-191-1/+1
* Add shell run and output commandsAlvaro Neira Ayuso2020-01-191-2/+2
* Merge ogRest and ogProcess to have only one classAlvaro Neira Ayuso2020-01-191-3/+3
* Include disconnect and send function on client sideAlvaro Neira Ayuso2020-01-191-2/+9
* Add ogRest class to generate API Rest ResponsesAlvaro Neira Ayuso2020-01-191-4/+5
* Port program to Python 3Alvaro Neira Ayuso2020-01-191-15/+17
* Remove unneeded logsAlvaro Neira Ayuso2020-01-191-3/+0
* Send bad request when the APIRest operation is not supportedAlvaro Neira Ayuso2020-01-191-3/+4
* Execute socket loop on run socket functionAlvaro Neira Ayuso2020-01-191-0/+20
* Add ogProcess and ogOperation for linuxAlvaro Neira Ayuso2020-01-191-0/+5
* Add HTTP parser supportAlvaro Neira Ayuso2020-01-191-11/+4
* Modify Client state to use enumAlvaro Neira Ayuso2020-01-191-6/+8
* Create new ogClientAlvaro Neira Ayuso2020-01-191-0/+95