| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | 2 | -3/+5 | |
| | | ||||||
| * | 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 | 12 | -55/+113 | |
| | | ||||||
| * | Fix resource path for virtualizer config tests on Windows platforms | Manuel Bentele | 2022-02-03 | 1 | -5/+7 | |
| | | ||||||
| * | Fix resource path for disk tests on Windows platforms | Manuel Bentele | 2022-02-03 | 1 | -2/+4 | |
| | | ||||||
| * | Fix path separator for resource URLs on Windows platforms | Manuel Bentele | 2022-02-03 | 5 | -19/+43 | |
| | | ||||||
| * | Downgrade Maven assembly plugin for Java 8 compatibility | Manuel Bentele | 2022-01-28 | 1 | -1/+1 | |
| | | ||||||
| * | [Util] Change Tar Dependence to apache commens-compress, fixes #3888 | ralph isenmann | 2022-01-27 | 3 | -18/+69 | |
| | | ||||||
| * | Add TarArchiveReader and TarArchiveWriter as Util classes. | ralph isenmann | 2022-01-27 | 2 | -45/+133 | |
| | | | | | - Wraps the jtar dependency | |||||
| * | Update log4j because of the CVE-2021-45105 security flaw | Manuel Bentele | 2021-12-20 | 1 | -3/+3 | |
| | | ||||||
| * | Update generated Thrift API to version 0.15.0 | Manuel Bentele | 2021-12-17 | 54 | -16865/+17015 | |
| | | ||||||
| * | Add Maven profile to generate Thrift API | Manuel Bentele | 2021-12-17 | 1 | -0/+38 | |
| | | | | | | | | | | The Thrift API can be generated with the following command: mvn -P thrift:generate The generated output files are copied over the old files and can be modified before a manual commit takes place. | |||||
| * | Update version of build dependencies | Manuel Bentele | 2021-12-17 | 1 | -8/+12 | |
| | | ||||||
| * | Remove deprecated Maven build plugin | Manuel Bentele | 2021-12-17 | 1 | -9/+0![]() | |
| | | ||||||
| * | Update version of Maven build plugins | Manuel Bentele | 2021-12-17 | 1 | -1/+2 | |
| | | ||||||
| * | Update log4j because of the CVE-2021-45046 security flaw | Manuel Bentele | 2021-12-17 | 1 | -3/+3 | |
| | | ||||||
| * | Update log4j because of the CVE-2021-44228 security flaw | Manuel Bentele | 2021-12-15 | 40 | -97/+127 | |
| | | ||||||
| * | Add firmware loader lookup algorithm for Libvirt/QEMU machines | Manuel Bentele | 2021-11-30 | 15 | -58/+843 | |
| | | ||||||
| * | Add CPU topology functionality for Libvirt domain XML configs | Manuel Bentele | 2021-11-16 | 3 | -0/+318 | |
| | | ||||||
| * | 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 | 14 | -31/+915 | |
| |\ \ \ | |_|/ |/| | | ||||||
| | * | | 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 | 4 | -0/+235 | |
| | | | | ||||||
| | * | | Add Libvirt non-persistent config for UEFI transformation tests | Manuel Bentele | 2021-11-09 | 1 | -0/+165 | |
| | | | | ||||||
| | * | | 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 | 3 | -0/+265 | |
| | | | | ||||||
| | * | | 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. | |||||
| * | [virtualizer] Get rid of Generics for VirtualizationConfiguration | Simon Rettberg | 2021-08-12 | 23 | -1137/+829![]() | |
| | | ||||||
| * | Remove invalid XML tag from Libvirt VNC graphic test config | Manuel Bentele | 2021-08-11 | 1 | -1/+0![]() | |
| | | ||||||
| * | Add non-persistent test config with Libvirt VNC graphics | Manuel Bentele | 2021-08-11 | 1 | -0/+164 | |
| | | ||||||
| * | Add getter methods to query Libvirt graphic devices | Manuel Bentele | 2021-08-11 | 1 | -0/+22 | |
| | | ||||||
| * | Change Java access modifier for Libvirt graphics types | Manuel Bentele | 2021-08-11 | 2 | -3/+3 | |
| | | ||||||
| * | Add compression and listen types to Libvirt graphics devices | Manuel Bentele | 2021-08-11 | 2 | -1/+251 | |
| | | ||||||
| * | Add unit tests for Libvirt mediated device addresses | Manuel Bentele | 2021-08-11 | 2 | -0/+246 | |
| | | ||||||

