VirtualBox

source: vbox/trunk/src/VBox/Storage/testcase

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @90802   3 years vboxsync Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90785   3 years vboxsync *: AssertReturn(VALID_PTR(),...) -> AssertPtrReturn
(edit) @87239   4 years vboxsync Storage: Adjusted tstVD. bugref:9898
(edit) @87050   4 years vboxsync Main: bugref:9224: Added device and partition paths checks for Solaris
(edit) @87002   4 years vboxsync Main: bugref:9224: Added device and partition paths checks for FreeBSD
(edit) @86430   4 years vboxsync Storage/testcase/Makefile.kmk: deal with system libxml2 on Solaris
(edit) @85941   4 years vboxsync Main: bugref:9224: VD.cpp: Added assertions checking for NULL pointer. …
(edit) @85378   4 years vboxsync /Config.kmk, libs/Makefile.kmk, Runtime/Makefile.kmk, …
(edit) @85121   4 years vboxsync iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as …
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82755   5 years vboxsync Storage/testcase: Cleanup fix.
(edit) @80585   5 years vboxsync Runtime: Some renaming to stay consistent (*Get* always returns what …
(edit) @80205   5 years vboxsync Runtime/aiomgr.cpp: Get rid of the RTFileAioMgr* API because it was …
(edit) @80204   5 years vboxsync Runtime/aiomgr.cpp: Get rid of the RTFileAioMgr* API because it was …
(edit) @79965   5 years vboxsync Storage: Added a desired format parameter to VDGetFormat() so Main can …
(edit) @79019   5 years vboxsync *.kmk: Don't link against libcrypt on linux, we resolve crypt_r …
(edit) @77242   6 years vboxsync Storage/testcase/Makefile.kmk: nit
(edit) @77232   6 years vboxsync Storage/QED+QCOW: It is not allowed to mix RTStrDup, RTMemAlloc and …
(edit) @77137   6 years vboxsync Storage/testcase/Makefile.kmk: FreeBSD fix
(edit) @76578   6 years vboxsync Storage: scm --guard-relative-to-dir {parent}
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76530   6 years vboxsync Storage: scm --fix-header-guards. bugref:9344
(edit) @76474   6 years vboxsync scm --fix-err-h src/ (bugref:9344)
(edit) @76346   6 years vboxsync *: Preparing for iprt/string.h, iprt/json.h and iprt/serialport.h no …
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72364   7 years vboxsync comment typos
(edit) @72340   7 years vboxsync Storage/testcase/Makefile.kmk: Don't link against StorageDbgLib for …
(edit) @72337   7 years vboxsync Storage/tstVDIo: Move away from the old I/O log replay code and …
(edit) @71249   7 years vboxsync Storage: Fix typo in a comment. From René Genz.
(edit) @70777   7 years vboxsync Storage/tstVDIo: Allow loading plugins (like the crypto plugin) for testing
(edit) @69844   7 years vboxsync IPRT: VFS IsRangeInUse cleanup. * Renamed to RTVfsQueryRangeState / …
(edit) @69841   7 years vboxsync build fix
(edit) @69840   7 years vboxsync IPRT: VFS volume mouning cleanup, replacing RTFilesystemVfsFromFile …
(edit) @69616   7 years vboxsync DVM: Got a working pseudo vfs. It's now possible to do stuff like: …
(edit) @69611   7 years vboxsync iprt/dvm: Some API adjusting to VFS - work in progress. [build fix]
(edit) @69609   7 years vboxsync iprt/dvm: Some API adjusting to VFS - work in progress.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69229   7 years vboxsync Storage/testcase/vdkeystoremgr.*: export
(edit) @69111   7 years vboxsync (C) year
(edit) @69046   7 years vboxsync Global: replace fall-through comments with RT_FALL_THRU(). …
(edit) @68520   7 years vboxsync Storage/testcase: Fix typo
(edit) @67455   7 years vboxsync Storage: Hacked up a virtual image format around the IPRT ISO maker …
(edit) @67349   7 years vboxsync vbox-img: Added 'createiso' command.
(edit) @66693   8 years vboxsync vbox-img: Added createfloppy command for testing the FAT12 formatting code.
(edit) @66666   8 years vboxsync Storage/tstVDIo: Plugged another small memory leak
(edit) @66664   8 years vboxsync Storage/testcase/*.vd: Add a few forgottin close() calls to delete all …
(edit) @66663   8 years vboxsync Storage/tstVDIo: Cleanup leftovers when the test script forgets to …
(edit) @66528   8 years vboxsync tstVDIo: Fix checking the location for Windows hosts
(edit) @66378   8 years vboxsync Storage/VD: Some cleanup (part 1), move the code related to plugin and …
(edit) @66263   8 years vboxsync Storage/tstVDIo: Rename VDIOREQ to TSTVDIOREQ, VDIOREQ will be reused …
(edit) @66251   8 years vboxsync tstVDIo: build fix
(edit) @66250   8 years vboxsync Storage,DrvVD,Main,VBoxManage: Rename VBOXHDD to VDISK, the VBoxHDD …
(edit) @66249   8 years vboxsync Storage/vbox-img: Add option to create sparse files
(edit) @66213   8 years vboxsync Missing file
(edit) @66140   8 years vboxsync Storage: Add backend to handle CUE/BIN images (not yet working as the …
(edit) @65919   8 years vboxsync gcc 7: fall thru
(edit) @65812   8 years vboxsync vbox-img: fixed 2 tiny memory leaks
(edit) @65638   8 years vboxsync tstVDIo: Missing break
(edit) @64766   8 years vboxsync src/VBox: Make the use of the iterator for …
(edit) @64532   8 years vboxsync more typos
(edit) @63567   8 years vboxsync scm: cleaning up todos
(edit) @63499   8 years vboxsync Better way of dealing with unused sizes in bin2c output.
(edit) @62873   8 years vboxsync Storage: warnings.
(edit) @62758   8 years vboxsync Storage: warnings.
(edit) @62735   8 years vboxsync tstVDIo.cpp: This double initialization of variables gotta stop! It's …
(edit) @62734   8 years vboxsync Storage: warnings.
(edit) @62733   8 years vboxsync Storage: warnings.
(edit) @62732   8 years vboxsync Storage: warnings - careful with mixing 'unsigned int' with 'size_t' …
(edit) @62731   8 years vboxsync Storage: warnings.
(edit) @62729   8 years vboxsync Storage: warnings.
(edit) @62535   8 years vboxsync (C) 2016
(edit) @62482   8 years vboxsync (C) 2016
(edit) @62471   8 years vboxsync Misc: scm
(edit) @61731   8 years vboxsync Storage/tstVDFill: Add flag for stream optimized variants
(edit) @61710   8 years vboxsync Storage/tstVDFill: properties
(edit) @61709   8 years vboxsync Storage: Simple tool to fill an image up to a certain size
(edit) @60954   9 years vboxsync vbox-img.cpp: Uninitialized variable hVolNext (oversight not helped by …
(edit) @59823   9 years vboxsync Storage/vdkeystoremgr: build fixes
(edit) @59822   9 years vboxsync Storage/vdkeystoremgr: build fixes
(edit) @59820   9 years vboxsync Storage: Utility to create keystores from a given DEK, password and …
(edit) @59661   9 years vboxsync missing ( )
(edit) @59593   9 years vboxsync tstVDIo: don't crash on pfnSetAllocationSize()
(edit) @59404   9 years vboxsync Forward-ported r104938, r104943, r104950, r104952, r104953, r104987, …
(edit) @59297   9 years vboxsync tstVDIo: Another build fix for x86
(edit) @59296   9 years vboxsync tstVDIo: Build fix
(edit) @57534   9 years vboxsync Missing file
(edit) @57533   9 years vboxsync tstVDIo: Fix for the out of memory case
(edit) @57532   9 years vboxsync Storage/testcase: Remove unused testcases which have a counterpart in …
(edit) @57531   9 years vboxsync Storage: Remove vditool as it is completely useless by now and was …
(edit) @57530   9 years vboxsync Storage: Remove vditool as it is completely useless by now and was …
(edit) @57415   9 years vboxsync More DECLCALLBACK fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57214   9 years vboxsync vbox-img: for most errors print both, the cleartext error message as …
(edit) @57004   9 years vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @56999   9 years vboxsync Storage: More formatting fixes.
(edit) @56754   9 years vboxsync Storage: More minor memory leak fixes in testcases, unused code or …
(edit) @56573   9 years vboxsync Storage/tstVDIo: Avoid division by 0
(edit) @56529   9 years vboxsync tstVDIo: Change the implementation to calculate the throughput in …
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette