summaryrefslogtreecommitdiff
path: root/src/VBox/Storage/testcase/tstVDIo.cpp
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-5/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* Storage: Add VMDK resize. bugref:8707vboxsync2022-12-221-1/+11
* undo. bugref:8707vboxsync2022-12-201-11/+1
* Storage: Add VMDK resize. bugref:8707vboxsync2022-12-201-1/+11
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Runtime: Some renaming to stay consistent (*Get* always returns what is asked...vboxsync2019-09-041-1/+1
* Storage/QED+QCOW: It is not allowed to mix RTStrDup, RTMemAlloc and RTStrFree...vboxsync2019-02-091-1/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* Storage/tstVDIo: Move away from the old I/O log replay code and convert to us...vboxsync2018-05-251-120/+123
* Storage/tstVDIo: Allow loading plugins (like the crypto plugin) for testingvboxsync2018-01-281-0/+16
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* backed out r118835 as it incorrectly updated the 'This file is based on' file...vboxsync2017-10-281-1/+1
* *: scm --update-copyright-yearvboxsync2017-10-281-1/+1
* Storage/tstVDIo: Plugged another small memory leakvboxsync2017-04-241-0/+1
* Storage/tstVDIo: Cleanup leftovers when the test script forgets to free resou...vboxsync2017-04-241-1/+38
* tstVDIo: Fix checking the location for Windows hostsvboxsync2017-04-121-1/+2
* Storage/tstVDIo: Rename VDIOREQ to TSTVDIOREQ, VDIOREQ will be reused in the ...vboxsync2017-03-271-50/+50
* tstVDIo: build fixvboxsync2017-03-261-1/+1
* Storage,DrvVD,Main,VBoxManage: Rename VBOXHDD to VDISK, the VBoxHDD module is...vboxsync2017-03-261-21/+72
* tstVDIo: Missing breakvboxsync2017-02-071-0/+1
* src/VBox: Make the use of the iterator for RTListForEach()/RTListForEachSafe(...vboxsync2016-11-301-8/+8
* scm: cleaning up todosvboxsync2016-08-161-5/+5
* Storage: warnings.vboxsync2016-08-021-0/+2
* tstVDIo.cpp: This double initialization of variables gotta stop! It's hard to...vboxsync2016-07-301-131/+60
* Storage: warnings.vboxsync2016-07-301-9/+22
* (C) 2016vboxsync2016-07-221-1/+1
* missing ( )vboxsync2016-02-121-1/+1
* tstVDIo: don't crash on pfnSetAllocationSize()vboxsync2016-02-051-0/+6
* tstVDIo: Another build fix for x86vboxsync2016-01-081-1/+1
* tstVDIo: Build fixvboxsync2016-01-081-1/+1
* tstVDIo: Fix for the out of memory casevboxsync2015-08-251-5/+7
* More DECLCALLBACK fixes.vboxsync2015-08-181-5/+4
* Storage: More formatting fixes.vboxsync2015-07-181-1/+1
* Storage: More minor memory leak fixes in testcases, unused code or rare taken...vboxsync2015-07-021-0/+6
* Storage/tstVDIo: Avoid division by 0vboxsync2015-06-221-0/+4
* tstVDIo: Change the implementation to calculate the throughput in KB/s. Befor...vboxsync2015-06-181-1/+32
* tstVDIo: Hopefully fix errors on testboxes regarding to deep sub test nestingvboxsync2015-04-011-4/+6
* tstVDIo: Implement dumptofile action to dump memory backed files to diskvboxsync2014-09-111-1/+1
* tstVDIo: Fix bug in resize test handlervboxsync2014-09-081-1/+1
* tstVDIo: s/#ifdef foo == bar/#if foo == bar/vboxsync2014-08-251-1/+1
* tstVDIo: Disable builtin tests on 32bit hosts, the address space is too smallvboxsync2014-08-191-0/+6
* Storage/tstVDIo: make it build on Windows, excluding the I/O log replay funct...vboxsync2014-08-141-2/+14
* Storage/tstVDIo: Don't run builtin tests if there is not enough free RAM avai...vboxsync2014-08-141-0/+15
* Storage/tstVDIo: Plug leaks, modifications and start turning it into a proper...vboxsync2014-08-131-25/+64
* Storage/testcases: Include the tests scripts into tstVDIo for automated testingvboxsync2014-07-211-66/+101
* Storage/tstVDIo: Integrate runtime async I/O manager and add a file based sto...vboxsync2013-05-231-24/+66
* Storage/tstVDIo: Switch to VDScript interpretervboxsync2013-03-061-1412/+368