| Commit message (Expand) | Author | Age | Files | Lines |
| * | *: doxygen corrections (mostly about removing @returns from functions returni... | vboxsync | 2023-05-11 | 1 | -1/+0 |
| * | VBoxManage: rc -> vrc/hrc. Make scm check. bugref:10223 | vboxsync | 2023-01-25 | 1 | -72/+69 |
| * | Copyright year updates by scm. | vboxsync | 2023-01-17 | 1 | -1/+1 |
| * | Frontends/VBoxManage: 'VBoxManage internalcommands createrawvmdk' no | vboxsync | 2022-10-26 | 1 | -19/+3 |
| * | Frontends/VBoxManage: 'VBoxManage internalcommands createrawvmdk' no | vboxsync | 2022-10-26 | 1 | -727/+116 |
| * | scm copyright and license note update | vboxsync | 2022-08-22 | 1 | -8/+18 |
| * | Frontends + Main: Adjust to the new rules wrt. to rc -> hrc,vrc usage. This a... | vboxsync | 2022-05-31 | 1 | -28/+28 |
| * | doc/manual,FE/VBoxManage: Make use of the general options from the refentry X... | vboxsync | 2022-03-17 | 1 | -20/+57 |
| * | FE/VBoxManage: Move stuff to VBoxInternalManage.cpp because it is only used t... | vboxsync | 2022-03-15 | 1 | -36/+105 |
| * | scm --update-copyright-year | vboxsync | 2022-01-01 | 1 | -1/+1 |
| * | Main: bugref:1909: Added translation into VBoxManage excluding built-in docbo... | vboxsync | 2021-11-25 | 1 | -4/+4 |
| * | Main: bugref:1909: Added translation marks around messages of VBoxManage output | vboxsync | 2021-11-11 | 1 | -229/+259 |
| * | Frontends/VBoxManage/VBoxInternalManage.cpp: fix forgotten field name adjustm... | vboxsync | 2021-06-24 | 1 | -2/+2 |
| * | VDISKRAWPARTDESC: Unconst some the pointers, it makes for ugly casts in new V... | vboxsync | 2020-08-26 | 1 | -1/+1 |
| * | VBoxInternalManager.cpp,vd.h: Use self documenting structure names in VDISKRA... | vboxsync | 2020-08-25 | 1 | -11/+13 |
| * | vd.h,VBoxInternalManager.cpp: It is certifiably insane to use 3 letter value ... | vboxsync | 2020-07-11 | 1 | -14/+11 |
| * | Copyright year updates by scm. | vboxsync | 2020-02-04 | 1 | -1/+1 |
| * | Runtime: Some renaming to stay consistent (*Get* always returns what is asked... | vboxsync | 2019-09-04 | 1 | -5/+5 |
| * | Storage: Added a desired format parameter to VDGetFormat() so Main can pass a... | vboxsync | 2019-07-24 | 1 | -5/+5 |
| * | VBoxManage: Re-do help category handling (command/sub-command specific help) ... | vboxsync | 2019-03-07 | 1 | -49/+52 |
| * | scm --update-copyright-year | vboxsync | 2019-01-01 | 1 | -1/+1 |
| * | VBoxManage: getopt includes errcore.h now, mostly no need for err.h any more.... | vboxsync | 2018-12-23 | 1 | -1/+0 |
| * | VBoxManage: Fix format string. ticketref:17236 | vboxsync | 2017-11-16 | 1 | -1/+1 |
| * | *: scm --update-copyright-year | vboxsync | 2017-10-28 | 1 | -1/+1 |
| * | backed out r118835 as it incorrectly updated the 'This file is based on' file... | vboxsync | 2017-10-28 | 1 | -1/+1 |
| * | *: scm --update-copyright-year | vboxsync | 2017-10-28 | 1 | -1/+1 |
| * | Storage,DrvVD,Main,VBoxManage: Rename VBOXHDD to VDISK, the VBoxHDD module is... | vboxsync | 2017-03-26 | 1 | -21/+21 |
| * | scm: cleaning up todos | vboxsync | 2016-08-16 | 1 | -1/+1 |
| * | Frontends: warnings (gcc) | vboxsync | 2016-08-12 | 1 | -0/+13 |
| * | VBoxManage: warnings | vboxsync | 2016-08-10 | 1 | -2/+4 |
| * | Use the iprt/win/windows.h wrapper for Windows.h | vboxsync | 2016-07-29 | 1 | -1/+1 |
| * | (C) 2016 | vboxsync | 2016-07-22 | 1 | -1/+1 |
| * | FE/VBoxManage: Committed too much | vboxsync | 2016-06-13 | 1 | -6/+8 |
| * | FE/VBoxManage: Add dumpgueststack subcommand for debugvm | vboxsync | 2016-06-13 | 1 | -8/+6 |
| * | VBoxManage: Tweak the rawdisk fix for nvme devices to be more versatile if ot... | vboxsync | 2016-03-15 | 1 | -3/+8 |
| * | VBoxManage: Support the different naming scheme for NVME devices on Linux whe... | vboxsync | 2016-03-14 | 1 | -3/+16 |
| * | VBoxManage: fix typo in usage for createrawvmdk. | vboxsync | 2015-12-02 | 1 | -1/+1 |
| * | DECLCALLBACK | vboxsync | 2015-08-18 | 1 | -1/+1 |
| * | *: scm cleanup run. | vboxsync | 2015-08-14 | 1 | -3/+3 |
| * | Frontends/VBoxManage+Storage/VMDK: introduce support for creating raw partiti... | vboxsync | 2015-07-23 | 1 | -3/+12 |
| * | Frontends/VBoxManage: take different partition numbering (MBR) on Windows int... | vboxsync | 2015-07-10 | 1 | -4/+20 |
| * | Frontends/VBoxManage: add -relative support for creating raw partition vmdk o... | vboxsync | 2015-07-10 | 1 | -4/+26 |
| * | Main/VBoxManage: cleanup in raw partition handling, eliminating redundant code | vboxsync | 2015-07-10 | 1 | -16/+10 |
| * | VBoxManage: don't hide the help for 'internalcommands gueststats' | vboxsync | 2015-06-12 | 1 | -1/+1 |
| * | VBoxManage: A quick command handler return-code cleanup that turned out to be... | vboxsync | 2015-05-27 | 1 | -151/+111 |
| * | FE/VBoxManage: Fix reading the partition table on Windows, ReadFile expects s... | vboxsync | 2015-05-18 | 1 | -27/+34 |
| * | VBoxManage: fixed unimportant memory leak | vboxsync | 2015-03-31 | 1 | -0/+1 |
| * | VBoxManage: split 'guestcontrol' help into sub categories | vboxsync | 2013-11-22 | 1 | -3/+3 |
| * | include/VBox/vd.h: de-C++ify the use of PARTITIONING_TYPE, and at the same ti... | vboxsync | 2013-10-04 | 1 | -2/+2 |
| * | VBoxManage/Help: unify help output regarding UUID and VM name | vboxsync | 2013-07-05 | 1 | -4/+4 |