summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* NanoHTTPD: Add constructor to easily set thread limit and queue lenSimon Rettberg2023-02-141-2/+17
|
* NanoHTTPD: Remove AsyncExecutor, move socket listen to constructorSimon Rettberg2023-02-141-79/+28Star
|
* Add NanoHTTPDSimon Rettberg2023-02-141-0/+1200
| | | | We need it in master-server and dozmod now, don't duplicate the code.
* [libvirt] Remove debug spamSimon Rettberg2023-02-141-4/+0Star
|
* [libvirt] Add method to add GVT-g override dataSimon Rettberg2023-02-012-1/+98
|
* vmware: Add hwversion 20Simon Rettberg2023-01-171-1/+2
|
* Thrift: Silence another exceptionSimon Rettberg2023-01-171-1/+2
|
* [vbox] Fix USB 2.0/1.1 detectionSimon Rettberg2022-11-112-6/+26
|
* FormattingSimon Rettberg2022-11-111-2/+8
|
* [thrift] One more exception to suppressSimon Rettberg2022-11-081-0/+4
|
* [thrift] Ignore certain SSL and connection errorsSimon Rettberg2022-11-082-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 configSimon Rettberg2022-11-033-11/+2909
|
* Add vmware virtualHW.version=19 and catch NPESteffen Ritter2022-06-282-2/+7
|
* [AppUtil] logHeader: Print VM bitnessSimon Rettberg2022-03-241-0/+6
|
* Print maximum VM memory in logHeader()Simon Rettberg2022-03-221-0/+12
|
* [FileTransfer] Log stack traces on error, some OOM handlingSimon Rettberg2022-03-213-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 classesSimon Rettberg2022-03-162-3/+39
|
* Improve logging a bit, fix spellingSimon Rettberg2022-03-162-5/+5
|
* [vmware] Add svga.graphicsMemoryKB to whitelistSimon Rettberg2022-03-011-3/+4
|
* AppUtil: Fix opening jar file if running from network shareSimon Rettberg2022-02-141-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 safeSimon Rettberg2022-02-1414-29/+57
|
* Force Unix line endings for Libvirt XML files (even on Windows platforms)Manuel Bentele2022-02-042-3/+2Star
|
* Fix path separator for resource URLs on Windows platformsManuel Bentele2022-02-033-10/+29
|
* [Util] Change Tar Dependence to apache commens-compress, fixes #3888ralph isenmann2022-01-271-15/+21
|
* Add TarArchiveReader and TarArchiveWriter as Util classes.ralph isenmann2022-01-272-45/+133
| | | | - Wraps the jtar dependency
* Update generated Thrift API to version 0.15.0Manuel Bentele2021-12-1753-16864/+17014
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-1531-67/+91
|
* Add firmware loader lookup algorithm for Libvirt/QEMU machinesManuel Bentele2021-11-304-0/+343
|
* Add CPU topology functionality for Libvirt domain XML configsManuel Bentele2021-11-161-0/+84
|
* Merge branch 'feature/docker-data-container'ralph isenmann2021-11-101-9/+21
|\
| * Merge branch 'master' into feature/docker-data-containerfeature/docker-data-containerralph isenmann2021-10-284-100/+93Star
| |\
| * | [virtualization.container] add mount_type to ContainerBindMount modelralph isenmann2021-09-071-9/+21
| | |
* | | Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedralph isenmann2021-11-1010-31/+361
|\ \ \ | |_|/ |/| |
| * | Enumerate target names of disk devices correctlyManuel Bentele2021-11-102-7/+51
| | |
| * | Remove specified Libvirt OS Nvram file during QEMU VM uploadManuel Bentele2021-11-092-0/+35
| | |
| * | Extend Libvirt domain XML to get/set OS firmware loaderManuel Bentele2021-10-221-0/+20
| | |
| * | Update QEMU hardware versions to available versions from QEMU 6.1Manuel Bentele2021-10-221-2/+6
| | |
| * | Add graphic model configuration option for QEMU VMsManuel Bentele2021-10-152-3/+56
| | |
| * | Remove unused variablesManuel Bentele2021-10-151-2/+0Star
| | |
| * | Remove empty lines and unused indentationsManuel Bentele2021-10-151-10/+4Star
| | |
| * | Add getter/setter for listen address and port of Libvirt SPICE graphicsManuel Bentele2021-09-012-0/+75
| | |
| * | Print debug output in transformation managerManuel Bentele2021-08-241-0/+11
| | |
| * | Fix invalid XML paths and types in Libvirt's mediated devicesManuel Bentele2021-08-162-6/+6
| | |
| * | Add Libvirt support for QEMU command line optionsManuel Bentele2021-08-161-0/+76
| | |
| * | Add 'ramfb' option to Libvirt's mediated device representationManuel Bentele2021-08-161-1/+21
| |/
* | [container] refactoringralph isenmann2021-10-264-56/+65
| | | | | | | | | | | | - rename enum ContainerBuildContextMethod to ContainerImageContext - rename enum values of ContainerImageContext - rename methods referncing ContainerBuildContextMethod
* | [container] Add ContainerBuildContextMehtod, refactoringralph isenmann2021-10-152-45/+29Star
|/ | | | | - add docker-tar - only persist dockerfile and not the internals.
* [virtualizer] Get rid of Generics for VirtualizationConfigurationSimon Rettberg2021-08-1216-985/+802Star
|
* Add getter methods to query Libvirt graphic devicesManuel Bentele2021-08-111-0/+22
|
* Change Java access modifier for Libvirt graphics typesManuel Bentele2021-08-112-3/+3
|