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