summaryrefslogtreecommitdiff
path: root/include/VBox/vd.h
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-3/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Storage: More VALID_PTR -> RT_VALID_PTR/AssertPtr.vboxsync2021-08-231-4/+4
* VDISKRAWPARTDESC: Unconst some the pointers, it makes for ugly casts in new V...vboxsync2020-08-261-2/+2
* VBoxInternalManager.cpp,vd.h: Use self documenting structure names in VDISKRA...vboxsync2020-08-251-17/+15
* vd.h,VBoxInternalManager.cpp: It is certifiably insane to use 3 letter value ...vboxsync2020-07-111-2/+2
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-4/+3
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* Storage: Added a desired format parameter to VDGetFormat() so Main can pass a...vboxsync2019-07-241-1/+3
* Changes per #5899 / Comment #14vboxsync2019-07-121-0/+3
* Storage/VD: Move the TCP/NET implementation from DrvVD to a separate file in ...vboxsync2019-03-231-2/+32
* *: scm --fix-header-guard-endifvboxsync2019-01-011-1/+1
* include/VBox: Use VBOX_INCLUDED_ rather than ___vbox_ as header guard prefix,...vboxsync2019-01-011-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* /include: scm --fix-header-guards. bugref:9344vboxsync2018-12-301-0/+3
* VBox/vd.h: Don't include VBox/err.h for no good reason. bugref:9344vboxsync2018-12-231-1/+0
* include file build fixes (kmk -C include)vboxsync2017-09-061-2/+2
* Storage/VD: Lay out public I/O iterator and buffer API, modify queue API to u...vboxsync2017-03-291-38/+276
* Storage/VD: Sketch out a new I/O queue based API for async I/O which will rep...vboxsync2017-03-271-1/+167
* Storage,DrvVD,Main,VBoxManage: Rename VBOXHDD to VDISK, the VBoxHDD module is...vboxsync2017-03-261-71/+71
* VD,pdmstorageifs.h: Move media descriptor related definitions to an extra hea...vboxsync2017-03-221-138/+2
* vd.h: Typovboxsync2017-03-161-1/+1
* Storage/VD: Implement infrastructure for region lists to be able to support C...vboxsync2017-03-151-0/+125
* Storage: Doxygen fixesvboxsync2016-10-141-11/+11
* Main+Storage/VD: add a capability which marks preferred medium format backendsvboxsync2016-04-201-1/+3
* Another tryvboxsync2016-01-081-1/+1
* Build fixvboxsync2016-01-081-1/+1
* include,misc: More Doxygen grouping adjustments.vboxsync2015-10-071-0/+1
* include,misc: Corrected a bunch of doxygen errors.vboxsync2015-10-071-95/+94
* Frontends/VBoxManage+Storage/VMDK: introduce support for creating raw partiti...vboxsync2015-07-231-2/+17
* include: Updated (C) year.vboxsync2015-06-091-1/+1
* VBox/vd.h: Removed what to me seemed like excessive prediction (RT_UNLIKELY) ...vboxsync2015-05-201-12/+11
* Encryption: Add a way to retrieve the encryption settings without providing t...vboxsync2015-03-181-1/+3
* Storage/VD: Add API to prepare a chain of images for use with filtersvboxsync2015-03-041-1/+12
* Storage/VD: Allow different filter chains for reads and writes (required by d...vboxsync2015-02-201-3/+19
* Main: missing MediumVariant.vboxsync2014-09-241-0/+1
* Storage/VD + Main/ExtPackManager+VirtualBox+SystemProperties: handle unloadin...vboxsync2014-09-031-1/+17
* VD: Add API to query information about a filtervboxsync2014-07-061-0/+34
* Storage/VD: Add methods to load a plugin from a given path/file. Preparation ...vboxsync2014-06-271-0/+16
* Storage: Add support for filter pluginsvboxsync2014-04-081-0/+28
* include/VBox/vd.h: de-C++ify the use of PARTITIONING_TYPE, and at the same ti...vboxsync2013-10-041-4/+4
* Storage/VD: Add support for different sector sizes (only opening and reading ...vboxsync2013-09-271-0/+10
* Added VDIfCreateVfsStream for OVA importing/exporting - completely untested.vboxsync2013-07-231-1/+2
* Storage/VD: stop sabotaging the resize of diff imagesvboxsync2013-01-281-2/+4
* Storage: Introduce new flag to skip unnecessary consistency checks in the VMD...vboxsync2012-11-131-5/+11
* added new enum PARTITIONING_TYPE - Auxiliary data structure for difference be...vboxsync2012-08-171-0/+14
* Storage: New return status code when a free block is readvboxsync2012-07-061-1/+8
* Storage: Add VFS file glue for the VD libraryvboxsync2012-06-051-0/+22