Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ogclient: add support for X-Sequence headerv1.3.0 | Jose M. Guisado | 2023-06-14 | 1 | -22/+27 |
* | src: remove unused legacy software inventory code | Jose M. Guisado | 2023-05-17 | 1 | -11/+7 |
* | live: rewrite hardware inventory command | Jose M. Guisado | 2023-04-18 | 1 | -6/+4 |
* | ogRest: improve error logging when executing operationsv1.2.6 | Jose M. Guisado | 2023-03-10 | 1 | -32/+23 |
* | ogRest: remove root logger constant | Jose M. Guisado | 2023-03-10 | 1 | -7/+6 |
* | legacy: rewrite ogGetImageInfo | Jose M. Guisado | 2023-03-02 | 1 | -4/+4 |
* | src: improve logging | Jose M. Guisado | 2022-06-08 | 1 | -2/+2 |
* | #1065 Add event datagram socket | Jose M. Guisado | 2021-11-29 | 1 | -0/+3 |
* | #1065 Add windows mode | Jose M. Guisado | 2021-11-18 | 1 | -1/+3 |
* | #1065 Use logging module instead of syslog | Jose M. Guisado | 2021-11-18 | 1 | -14/+13 |
* | #1065 src: add linux mode | Jose M. Guisado | 2021-11-15 | 1 | -0/+3 |
* | ogClient is AGPLv3+ | OpenGnSys Support Team | 2021-05-14 | 1 | -3/+3 |
* | #995 Add link speed in probe responses | Jose M. Guisado | 2021-05-04 | 1 | -5/+9 |
* | Rename 'linux' folder and operations to 'live' | Jose M. Guisado | 2020-12-03 | 1 | -2/+2 |
* | #1010 Change POST /software to GET | Javier Sánchez Parra | 2020-12-02 | 1 | -2/+2 |
* | #1000 ogRest: set idle state after processing bad request | Jose M. Guisado | 2020-12-01 | 1 | -0/+3 |
* | #1004 Send datasize in bytes | Javier Sánchez Parra | 2020-09-29 | 1 | -1/+4 |
* | #1004 Add new fields to /image/create response | Javier Sánchez Parra | 2020-09-10 | 1 | -1/+7 |
* | #999 Fix ogClient session command | Javier Sánchez Parra | 2020-08-21 | 1 | -1/+1 |
* | Add Virtual status | Javier Sánchez Parra | 2020-06-26 | 1 | -1/+4 |
* | Add syslog logs for HTTP requests and responses | Roberto Hueso Gómez | 2020-06-26 | 1 | -0/+21 |
* | Import OgLinuxOperations only when necessary | Roberto Hueso Gómez | 2020-06-08 | 1 | -2/+1 |
* | Rename 'linux' mode to 'live' mode | Roberto Hueso Gómez | 2020-06-05 | 1 | -1/+1 |
* | Move check_vm_state_loop() into OgVirtualOperations | Roberto Hueso Gómez | 2020-05-26 | 1 | -14/+3 |
* | Only import virtual functions when needed. | Javier Sánchez Parra | 2020-05-20 | 1 | -1/+2 |
* | Adapt ogLinuxOperation to work with json config file | Javier Sánchez Parra | 2020-05-18 | 1 | -1/+1 |
* | Wait before polling QMP for host poweroff | Roberto Hueso Gómez | 2020-05-14 | 1 | -2/+2 |
* | Rename operation 'execCMD' to 'shellrun' | Roberto Hueso Gómez | 2020-05-13 | 1 | -1/+1 |
* | Switch config file to json | Roberto Hueso Gómez | 2020-05-13 | 1 | -4/+5 |
* | Poweroff when no VM and no jobs are running | Roberto Hueso Gómez | 2020-05-11 | 1 | -1/+14 |
* | Avoid killing ogclient in virtual mode | Roberto Hueso Gómez | 2020-04-20 | 1 | -8/+8 |
* | Avoid writting /software output to a file | Roberto Hueso Gómez | 2020-04-17 | 1 | -5/+4 |
* | Use samba for create and restore virtual partitions | Roberto Hueso Gómez | 2020-04-17 | 1 | -1/+2 |
* | Fix reboot and poweroff threads args | Roberto Hueso Gomez | 2020-04-13 | 1 | -2/+2 |
* | Add mode selection for ogClient | Roberto Hueso Gomez | 2020-04-08 | 1 | -17/+25 |
* | rename getURI to get_uri in restRequest | OpenGnSys Support Team | 2020-03-09 | 1 | -1/+1 |
* | rename execcmd to shellrun | OpenGnSys Support Team | 2020-03-09 | 1 | -2/+2 |
* | Put state to IDLE after run/schedule | Roberto Hueso Gómez | 2020-03-03 | 1 | -0/+1 |
* | Send complete HTTP header when response has no body | Roberto Hueso Gómez | 2020-03-02 | 1 | -1/+2 |
* | Rename operation to method | OpenGnSys Support Team | 2020-02-26 | 1 | -4/+4 |
* | Modify way to close PID process | Alvaro Neira Ayuso | 2020-02-24 | 1 | -12/+17 |
* | Use state machine to avoid race condition problems | Alvaro Neira Ayuso | 2020-02-23 | 1 | -11/+63 |
* | pep-0008 cleanup | OpenGnSys Support Team | 2020-02-21 | 1 | -38/+38 |
* | Use 'with' keyword for file reading | Roberto Hueso Gómez | 2020-02-05 | 1 | -9/+4 |
* | Fix /image/restore execution and response | Roberto Hueso Gómez | 2020-02-05 | 1 | -0/+5 |
* | Fix /image/create execution and response | Roberto Hueso Gómez | 2020-02-05 | 1 | -5/+2 |
* | Fix /setup execution and response | Roberto Hueso Gómez | 2020-02-03 | 1 | -8/+2 |
* | Fix parseGetConf(...) configuration parsing | Roberto Hueso Gómez | 2020-02-03 | 1 | -5/+6 |
* | add space after Content-Length and Content-Type | OpenGnSys Support Team | 2020-01-28 | 1 | -2/+2 |
* | Change POST /refresh to GET /refresh | Roberto Hueso Gómez | 2020-01-21 | 1 | -2/+2 |