summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Refine active transfer detection and cancellationSimon Rettberg2019-04-092-24/+30
|
* [vmware] Whitelist additional VMX optionsSimon Rettberg2019-04-091-2/+3
|
* [vbox] fix bad detection of multiple hard drivesJonathan Bauer2019-02-281-12/+31
|
* Add predefined firewall rulesetsSimon Rettberg2019-02-266-517/+1657
|
* Add Server Side Copy setting to SatelliteConfigSimon Rettberg2019-02-223-5/+188
|
* [HashChecker] Fix unlimited spawning of check threadsSimon Rettberg2019-01-161-1/+3
| | | | | Stupid variable mixup resulted in endless spawning of new checker threads that wouldn't go away after they're done.
* DiskImage: Proper qcow2 detectionSimon Rettberg2018-12-121-5/+5
|
* DiskImage: Support split vmdk files with plain text headerSimon Rettberg2018-12-121-15/+23
| | | | Closes #3505
* RPC Version 5, MIN_VERSION 4Simon Rettberg2018-12-111-2/+2
|
* Partially Revert "Update to RPC version 5, break compat"Simon Rettberg2018-12-112-2/+31
| | | | | | Only increase MIN_VERSION to 4... This reverts commit f01a417c81a63b809ef788107c391f75c26ff99d.
* Redesign preset* handling to aim for backwards compatSimon Rettberg2018-12-112-92/+406
|
* add missing thrift generated classJonathan Bauer2018-12-111-0/+655
|
* Thrift: Add PresetRunScriptSimon Rettberg2018-12-084-271/+751
|
* Update to RPC version 5, break compatSimon Rettberg2018-12-074-36/+209
| | | | Add some stuff while we're at it..
* Unify JSON serializer thrift/nonthriftSimon Rettberg2018-12-051-37/+102
|
* [thrift] Sat interface for getting predefined shares/filtersSimon Rettberg2018-11-235-280/+2316
|
* Improve VM descriütion file detection and parsingSimon Rettberg2018-09-174-76/+55Star
|
* remove unused importJonathan Bauer2018-09-171-1/+0Star
|
* [vbox] actually zero the zerouuid arrayJonathan Bauer2018-09-171-1/+1
|
* Fix FindBugs complaintsSimon Rettberg2018-06-277-11/+39
|
* Move ResourceLoader to dozmod -- is client specificSimon Rettberg2018-06-263-181/+1499
|
* Move util methods from dozmod-server to m-s-sSimon Rettberg2018-06-181-18/+30
|
* Add support for (ldap)filters for lecturesSimon Rettberg2018-06-145-156/+993
|
* Fix formattingSimon Rettberg2018-06-131-2/+2
|
* More speedup: LZ4 and empty chunk detectionSimon Rettberg2018-05-167-8/+228
|
* Add PrioThreadFactorySimon Rettberg2018-05-141-0/+32
|
* Fix check for indexSimon Rettberg2018-05-141-1/+1
|
* Support copying existing chunks server sideSimon Rettberg2018-05-1110-62/+2391
| | | | Can speed up uploads if the storage backend is fast enough.
* Do what the javadoc says...Simon Rettberg2018-05-091-1/+1
|
* Update TransferStatusWrapper to return actual and estimated completenessSimon Rettberg2018-05-091-0/+27
|
* Fix CRC32 buffer race mutithread concurrent access violation usageSimon Rettberg2018-05-071-7/+16
|
* [vbox] validate vbox configs against xsd schemaJonathan Bauer2018-04-271-16/+26
|
* moved ResourceLoader from dozmod to mssJonathan Bauer2018-04-271-0/+176
|
* [vbox] do not filter <RemoteDisplay>Jonathan Bauer2018-04-261-1/+0Star
| | | | | | | since the absence of this node activates it. Also, if the lecturers would want this feature active for some reason, he could then just activate it and it wouldn't get filtered (obviously he'd need a complimentary netrule...)
* [vbox] minor optimizationJonathan Bauer2018-04-261-3/+1Star
|
* [vbox] new XmlHelper class + usage thereofJonathan Bauer2018-04-254-68/+135
|
* [vbox] more refactoringJonathan Bauer2018-04-252-67/+107
| | | | | | | | | | | | | Keep <Boot> for now, booting from the HDD should be forced in run-virt. Also note that virtualbox only allows controller named Floppy, SATA, IDE, SCSI etc. multiple entries with the same name are ignored (the first one takes precedence). Controller named differently are just ignored. Upon shutdown, virtualbox cleans it up from the xml. So assuming the uploader actually started and shut the machine down, we can be safe to assume that controller nodes are unique. Nevertheless we try to at least log these cases, to debug those corner cases should they occur. Thanks for reading that far :P
* [vbox] major refactor...Jonathan Bauer2018-04-242-405/+331Star
|
* Constants for virtIdSimon Rettberg2018-04-245-14/+31
|
* Tweak TimeoutHashMapSimon Rettberg2018-04-242-17/+36
|
* [vbox] more cleanup + formattingJonathan Bauer2018-04-232-31/+24Star
|
* New feature for multiple hypervisors supportJonathan Bauer2018-04-201-0/+5
|
* [*] add support for machine snapshot detectionJonathan Bauer2018-04-204-15/+39
|
* [vbox] blacklist VideoCapture and RemoteDisplayJonathan Bauer2018-04-201-2/+2
|
* [vbox] reworked VDI disk validationJonathan Bauer2018-04-172-39/+71
|
* [vbox] add support for VirtualBoxVictor Mocanu2018-04-168-193/+1804
|
* Remove unused proxy-vole classesSimon Rettberg2018-04-134-299/+0Star
|
* Filetransfer: Support calculating dnbd3 crc32 listSimon Rettberg2018-04-135-13/+132
|
* added mountpoint/drive and displaynames to netshareJonathan Bauer2017-09-082-7/+223
|
* remove unneeded GUEST_USER for NetShareJonathan Bauer2017-09-072-7/+3Star
| | | | | | | Shares mounted as guest require either no user/pass at all (like a unsecured NFS share) or a username only (without password, like CIFS). There is no need to differentiate between both, just need to accept non-empty username/passwords when the user sets the share credentials...