Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [thrift] Add call for retrieving session data from access token | Simon Rettberg | 2023-02-23 | 1 | -1/+1157 | |
| | ||||||
* | NanoHTTPD: Honor client requesting Connection: Close | Simon Rettberg | 2023-02-21 | 1 | -6/+18 | |
| | ||||||
* | NanoHTTPD: Switch back to growing thread pool | Simon Rettberg | 2023-02-17 | 1 | -3/+3 | |
| | ||||||
* | NanoHTTPD: Add constructor to easily set thread limit and queue len | Simon Rettberg | 2023-02-14 | 1 | -2/+17 | |
| | ||||||
* | NanoHTTPD: Remove AsyncExecutor, move socket listen to constructor | Simon Rettberg | 2023-02-14 | 1 | -79/+28 | |
| | ||||||
* | Add NanoHTTPD | Simon Rettberg | 2023-02-14 | 1 | -0/+1200 | |
| | | | | We need it in master-server and dozmod now, don't duplicate the code. | |||||
* | [libvirt] Remove debug spam | Simon Rettberg | 2023-02-14 | 1 | -4/+0 | |
| | ||||||
* | [libvirt] Add method to add GVT-g override data | Simon Rettberg | 2023-02-01 | 2 | -1/+98 | |
| | ||||||
* | vmware: Add hwversion 20 | Simon Rettberg | 2023-01-17 | 1 | -1/+2 | |
| | ||||||
* | Thrift: Silence another exception | Simon Rettberg | 2023-01-17 | 1 | -1/+2 | |
| | ||||||
* | [vbox] Fix USB 2.0/1.1 detection | Simon Rettberg | 2022-11-11 | 2 | -6/+26 | |
| | ||||||
* | Formatting | Simon Rettberg | 2022-11-11 | 1 | -2/+8 | |
| | ||||||
* | [thrift] One more exception to suppress | Simon Rettberg | 2022-11-08 | 1 | -0/+4 | |
| | ||||||
* | [thrift] Ignore certain SSL and connection errors | Simon Rettberg | 2022-11-08 | 2 | -15/+40 | |
| | | | | | | | Bogus data from port scans/probes results in stack trace spam since the data obviously cannot properly be parsed as an SSL handshake. Ignore the most typical of those exceptions, while keeping more specific ones, e.g. about mismatch regarding ciphers/TLS version in place. | |||||
* | [thrift] Add vmSizeLimit to satellite config | Simon Rettberg | 2022-11-03 | 3 | -11/+2909 | |
| | ||||||
* | Add vmware virtualHW.version=19 and catch NPE | Steffen Ritter | 2022-06-28 | 2 | -2/+7 | |
| | ||||||
* | [AppUtil] logHeader: Print VM bitness | Simon Rettberg | 2022-03-24 | 1 | -0/+6 | |
| | ||||||
* | Print maximum VM memory in logHeader() | Simon Rettberg | 2022-03-22 | 1 | -0/+12 | |
| | ||||||
* | [FileTransfer] Log stack traces on error, some OOM handling | Simon Rettberg | 2022-03-21 | 3 | -8/+43 | |
| | | | | | | Try smaller buffers for uploading on OOM errors. Log error reason instead of just sending to peer, and also print a stack trace if applicable. | |||||
* | Add more log output to file transfer classes | Simon Rettberg | 2022-03-16 | 2 | -3/+39 | |
| | ||||||
* | Improve logging a bit, fix spelling | Simon Rettberg | 2022-03-16 | 2 | -5/+5 | |
| | ||||||
* | [vmware] Add svga.graphicsMemoryKB to whitelist | Simon Rettberg | 2022-03-01 | 1 | -3/+4 | |
| | ||||||
* | AppUtil: Fix opening jar file if running from network share | Simon Rettberg | 2022-02-14 | 1 | -23/+24 | |
| | | | | | | | | Turning the URL of the jar into either an URI, or the URI into a string results in a representation that the File constructor cannot turn back into a meaningful path to the file. Fix this by directly opening an InputStream from the URL instance, without the File detour. | |||||
* | Always pass charset in String constructor; don't treat strings as binary safe | Simon Rettberg | 2022-02-14 | 14 | -29/+57 | |
| | ||||||
* | Force Unix line endings for Libvirt XML files (even on Windows platforms) | Manuel Bentele | 2022-02-04 | 2 | -3/+2 | |
| | ||||||
* | Fix path separator for resource URLs on Windows platforms | Manuel Bentele | 2022-02-03 | 3 | -10/+29 | |
| | ||||||
* | [Util] Change Tar Dependence to apache commens-compress, fixes #3888 | ralph isenmann | 2022-01-27 | 1 | -15/+21 | |
| | ||||||
* | Add TarArchiveReader and TarArchiveWriter as Util classes. | ralph isenmann | 2022-01-27 | 2 | -45/+133 | |
| | | | | - Wraps the jtar dependency | |||||
* | Update generated Thrift API to version 0.15.0 | Manuel Bentele | 2021-12-17 | 53 | -16864/+17014 | |
| | ||||||
* | Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 31 | -67/+91 | |
| | ||||||
* | Add firmware loader lookup algorithm for Libvirt/QEMU machines | Manuel Bentele | 2021-11-30 | 4 | -0/+343 | |
| | ||||||
* | Add CPU topology functionality for Libvirt domain XML configs | Manuel Bentele | 2021-11-16 | 1 | -0/+84 | |
| | ||||||
* | Merge branch 'feature/docker-data-container' | ralph isenmann | 2021-11-10 | 1 | -9/+21 | |
|\ | ||||||
| * | Merge branch 'master' into feature/docker-data-containerfeature/docker-data-container | ralph isenmann | 2021-10-28 | 4 | -100/+93 | |
| |\ | ||||||
| * | | [virtualization.container] add mount_type to ContainerBindMount model | ralph isenmann | 2021-09-07 | 1 | -9/+21 | |
| | | | ||||||
* | | | Merge branch 'master' of git.openslx.org:bwlp/master-sync-shared | ralph isenmann | 2021-11-10 | 10 | -31/+361 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Enumerate target names of disk devices correctly | Manuel Bentele | 2021-11-10 | 2 | -7/+51 | |
| | | | ||||||
| * | | Remove specified Libvirt OS Nvram file during QEMU VM upload | Manuel Bentele | 2021-11-09 | 2 | -0/+35 | |
| | | | ||||||
| * | | Extend Libvirt domain XML to get/set OS firmware loader | Manuel Bentele | 2021-10-22 | 1 | -0/+20 | |
| | | | ||||||
| * | | Update QEMU hardware versions to available versions from QEMU 6.1 | Manuel Bentele | 2021-10-22 | 1 | -2/+6 | |
| | | | ||||||
| * | | Add graphic model configuration option for QEMU VMs | Manuel Bentele | 2021-10-15 | 2 | -3/+56 | |
| | | | ||||||
| * | | Remove unused variables | Manuel Bentele | 2021-10-15 | 1 | -2/+0 | |
| | | | ||||||
| * | | Remove empty lines and unused indentations | Manuel Bentele | 2021-10-15 | 1 | -10/+4 | |
| | | | ||||||
| * | | Add getter/setter for listen address and port of Libvirt SPICE graphics | Manuel Bentele | 2021-09-01 | 2 | -0/+75 | |
| | | | ||||||
| * | | Print debug output in transformation manager | Manuel Bentele | 2021-08-24 | 1 | -0/+11 | |
| | | | ||||||
| * | | Fix invalid XML paths and types in Libvirt's mediated devices | Manuel Bentele | 2021-08-16 | 2 | -6/+6 | |
| | | | ||||||
| * | | Add Libvirt support for QEMU command line options | Manuel Bentele | 2021-08-16 | 1 | -0/+76 | |
| | | | ||||||
| * | | Add 'ramfb' option to Libvirt's mediated device representation | Manuel Bentele | 2021-08-16 | 1 | -1/+21 | |
| |/ | ||||||
* | | [container] refactoring | ralph isenmann | 2021-10-26 | 4 | -56/+65 | |
| | | | | | | | | | | | | - rename enum ContainerBuildContextMethod to ContainerImageContext - rename enum values of ContainerImageContext - rename methods referncing ContainerBuildContextMethod | |||||
* | | [container] Add ContainerBuildContextMehtod, refactoring | ralph isenmann | 2021-10-15 | 2 | -45/+29 | |
|/ | | | | | - add docker-tar - only persist dockerfile and not the internals. |