summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Expand)AuthorAgeFilesLines
* Replace growing thread pool by cascaded oneHEADmasterSimon Rettberg2024-05-223-118/+116Star
* [Util] Fix formatBytes unit overflow; make work for negative valuesSimon Rettberg2024-05-221-3/+4
* Fix NPESimon Rettberg2024-05-151-1/+3
* Util: Fix tickCount()Simon Rettberg2024-05-081-1/+1
* Merge branch 'master' of git.openslx.org:bwlp/master-sync-sharedSimon Rettberg2024-05-0810-156/+405
|\
| * [libvirt] Update rng files (10.3.0)Steffen Ritter2024-05-0810-156/+405
* | HashCheck: Add flag to suppress overload warnings, rename flagsSimon Rettberg2024-05-082-28/+39
* | Minor javadoc fixupSimon Rettberg2024-05-081-2/+1Star
* | ChunkList: Add writeCrc32List methodSimon Rettberg2024-05-081-0/+18
* | Util: Add parseLong and formatBytesSimon Rettberg2024-05-081-0/+31
* | Remove empty javadoc tagSimon Rettberg2024-05-081-1/+0Star
* | NanoHTTPD: Support chunked transfer encoding for uploadsSimon Rettberg2024-05-082-126/+504
|/
* [Util] add tickCount() methodSimon Rettberg2024-04-081-0/+11
* [filetransfer] Set state to WORKING when using local copyingSimon Rettberg2024-02-071-0/+3
* Thrift: Avoid creating TWrapper for null-clientSimon Rettberg2024-01-161-1/+4
* Silence fileserver connection drop spamSimon Rettberg2024-01-161-1/+2
* filetransfer: 4s connect timeoutSimon Rettberg2023-09-261-1/+1
* filetransfer: Mute exceptionSimon Rettberg2023-09-261-1/+1
* [thrift] Add getter for sat ssl contextSimon Rettberg2023-09-221-0/+10
* [filetransfer] Don't print stack trace if handshake times outSimon Rettberg2023-09-211-0/+2
* [libvirt] If cpu mode is passtrough, pass through cpu cache info as wellSimon Rettberg2023-07-271-0/+7
* [virt] Add check if VM is suspended (VMware only currently)Simon Rettberg2023-07-272-4/+17
* [libvirt] Fix expression: Wrong variable usedSimon Rettberg2023-07-271-1/+1
* [libvirt] Add methods for setting CPU migratable and pinningSimon Rettberg2023-07-264-8/+61
* [libvirt] Extend setFeatureKvmHiddenState to fully fool WindowsSimon Rettberg2023-07-261-0/+10
* [spice] Switch default port to 59000 to lower risk of collisionSimon Rettberg2023-07-261-1/+1
* [filetransfer] Log when hashing/disk write is too slowSimon Rettberg2023-07-112-1/+16
* [filetransfer] Also check meta data error string in Up-/Download loopSimon Rettberg2023-07-103-5/+14
* [filetransfer] Improve error loggingSimon Rettberg2023-07-103-2/+28
* [libvirt] Catch non-critical exception in cleanupSimon Rettberg2023-07-101-14/+5Star
* Implement disabling USB in VMsSimon Rettberg2023-06-306-2/+27
* [libvirt] Fix buildSimon Rettberg2023-06-281-6/+3Star
* [libvirt] Allow setting PCI address on Device levelSimon Rettberg2023-06-264-56/+70
* [thrift] Ignore yet another socket exceptionSimon Rettberg2023-06-061-1/+3
* BFTP: Shorten thread nameSimon Rettberg2023-05-261-1/+1
* TBinaryProtocolSafe: Silence more annoying messagesSimon Rettberg2023-05-251-2/+4
* BFTP: Minor cleanup, comments, refactorSimon Rettberg2023-05-243-25/+36
* ThiriftHelper: Discard connections from pool after idling for too longSimon Rettberg2023-05-231-36/+99
* Fix 'content is not allowed in prolog'Steffen Ritter2023-05-122-6/+6
* [vbox] Handle the version-dependent StorageControllers path everywhereSimon Rettberg2023-05-122-19/+13Star
* vbox: Update testing, UUID replacement hack is not needed anymoreSimon Rettberg2023-05-111-1/+1
* vbox: Add special case for older vbox version filesSimon Rettberg2023-05-111-1/+7
* [vbox] Implement .transformPrivacy(), remove placeholder codeSimon Rettberg2023-05-102-102/+105
* Fix formattingSimon Rettberg2023-05-041-62/+68
* [libvirt] Reintroduce a very basic sanity check in Domain constructorSimon Rettberg2023-04-262-2/+31
* [qemu] Fix NPESimon Rettberg2023-04-261-0/+3
* [libvirt] Remove config validation on constructionSimon Rettberg2023-04-261-20/+8Star
* [libvirt] Update rng filesSimon Rettberg2023-04-267-126/+268
* [thrift] Show source IP address for "payload too big" failsSimon Rettberg2023-03-311-8/+39
* thrift wrapper: Only repeat calls if we get a transport/protocol exceptionSimon Rettberg2023-02-241-1/+3