Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #1059 virtual: replace qmp polling for event listening | Jose M. Guisado | 2021-09-01 | 3 | -8/+322 | |
* | #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 | |
* | #1037 Add disk type | Javier Sánchez Parra | 2021-05-26 | 1 | -0/+1 | |
* | ogClient is AGPLv3+ | OpenGnSys Support Team | 2021-05-14 | 19 | -69/+51 | |
* | #995 Add link speed in probe responses | Jose M. Guisado | 2021-05-04 | 3 | -5/+41 | |
* | #980 Broken TCP connection times out after 120 seconds through keepalive | OpenGnSys Support Team | 2021-04-23 | 1 | -0/+5 | |
* | #1000 live: check imageCreate for non-zero return codev1.2.0 | Jose M. Guisado | 2020-12-15 | 1 | -0/+3 | |
* | Rename 'linux' folder and operations to 'live' | Jose M. Guisado | 2020-12-03 | 4 | -4/+4 | |
* | #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 | |
* | #1008 Add support to work with GPT table | Javier Sánchez Parra | 2020-11-27 | 1 | -1/+2 | |
* | #1008 Adapt virtual disk setup JSON format | Javier Sánchez Parra | 2020-11-19 | 1 | -3/+5 | |
* | #1008 Add support for several disks | Javier Sánchez Parra | 2020-11-18 | 1 | -2/+2 | |
* | Fix license name in setup.py | Jose M. Guisado | 2020-11-06 | 1 | -1/+1 | |
* | #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 | 2 | -2/+21 | |
* | #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 | 2 | -1/+2 | |
* | 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 | |
* | rename main.py to ogclient | OpenGnSys Support Team | 2020-06-26 | 3 | -2/+2 | |
* | fix shebang | OpenGnSys Support Team | 2020-06-26 | 1 | -1/+1 | |
* | Check return code on restore image command | Javier Sánchez Parra | 2020-06-23 | 1 | -0/+2 | |
* | Rename LICENSE to COPYING | OpenGnSys Support Team | 2020-06-18 | 1 | -0/+0 | |
* | Add setup.py installation script | Roberto Hueso Gómez | 2020-06-16 | 1 | -0/+13 | |
* | 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 | 4 | -4/+4 | |
* | Delete ogConfig.py | Roberto Hueso Gómez | 2020-06-05 | 4 | -52/+19 | |
* | Refresh partitions.json after image restore | Roberto Hueso Gómez | 2020-05-29 | 1 | -0/+1 | |
* | Move check_vm_state_loop() into OgVirtualOperations | Roberto Hueso Gómez | 2020-05-26 | 2 | -14/+15 | |
* | Add virtual config example file | Roberto Hueso Gómez | 2020-05-25 | 1 | -0/+19 | |
* | Fix OgLinuxOperations class params | Javier Sánchez Parra | 2020-05-20 | 1 | -15/+15 | |
* | Only import virtual functions when needed. | Javier Sánchez Parra | 2020-05-20 | 1 | -1/+2 | |
* | Handle other exceptions on virtual /refresh | Roberto Hueso Gómez | 2020-05-19 | 1 | -0/+3 | |
* | Refactor OgQMP and adapt operations | Roberto Hueso Gómez | 2020-05-19 | 1 | -55/+54 | |
* | Update filesystems on /refresh | Roberto Hueso Gómez | 2020-05-18 | 1 | -0/+9 | |
* | Use virtio-vga to run VMs | Roberto Hueso Gómez | 2020-05-18 | 1 | -2/+2 | |
* | Adapt ogLinuxOperation to work with json config file | Javier Sánchez Parra | 2020-05-18 | 2 | -7/+5 | |
* | Fix typo in configuration json | Roberto Hueso Gómez | 2020-05-15 | 1 | -1/+1 | |
* | Wait before polling QMP for host poweroff | Roberto Hueso Gómez | 2020-05-14 | 1 | -2/+2 | |
* | Fix typo on linux shellrun operation | Roberto Hueso Gómez | 2020-05-14 | 1 | -1/+1 | |
* | Rename operation 'execCMD' to 'shellrun' | Roberto Hueso Gómez | 2020-05-13 | 3 | -5/+4 | |
* | remove platform check | OpenGnSys Support Team | 2020-05-13 | 1 | -3/+0 | |
* | Change permissions on virtual images for /refresh | Roberto Hueso Gómez | 2020-05-13 | 1 | -1/+1 | |
* | Add VNC support for virtual mode VMs | Roberto Hueso Gómez | 2020-05-13 | 1 | -7/+33 | |
* | Switch config file to json | Roberto Hueso Gómez | 2020-05-13 | 5 | -47/+51 | |
* | Extend use of OG_PARTITIONS_CFG_PATH for /setup and /refresh | Roberto Hueso Gómez | 2020-05-11 | 1 | -7/+4 | |
* | Poweroff when no VM and no jobs are running | Roberto Hueso Gómez | 2020-05-11 | 2 | -1/+40 |