<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/VirtualBox-svn.git/src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp, branch master</title>
<subtitle>www.virtualbox.org: svn/vbox
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/'/>
<entry>
<title>*: doxygen corrections (mostly about removing @returns from functions returning void).</title>
<updated>2023-05-11T01:01:08+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2023-05-11T01:01:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=e70d817fc58fe57d35cc482f775d14867d9a3829'/>
<id>e70d817fc58fe57d35cc482f775d14867d9a3829</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99739 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@99739 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>VBoxManage: rc -&gt; vrc/hrc. Make scm check. bugref:10223</title>
<updated>2023-01-25T02:23:33+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2023-01-25T02:23:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=a68c26380727650d0ada0826bd95bc7f549b7d38'/>
<id>a68c26380727650d0ada0826bd95bc7f549b7d38</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98298 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98298 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year updates by scm.</title>
<updated>2023-01-17T14:15:46+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2023-01-17T14:15:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=97e624abe52a1e2ba5974a92df631a9b821d3530'/>
<id>97e624abe52a1e2ba5974a92df631a9b821d3530</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@98103 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>Frontends/VBoxManage: 'VBoxManage internalcommands createrawvmdk' no</title>
<updated>2022-10-26T18:47:49+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-10-26T18:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=ed6aea7514ccc9466e3b4ae7191d136cabf5d858'/>
<id>ed6aea7514ccc9466e3b4ae7191d136cabf5d858</id>
<content type='text'>
longer works after the implementation was moved to the API as part of
xTracker #9224.  

Follow-up build fix to address a left-behind orphaned function
(appendPartDesc()) whose only caller in VBoxInternalManage.cpp was
removed (flagged as 'defined but not used' by [-Werror=unused-function]).
Also, avoid assigning a size_t to an int which is flagged as 'possible
loss of data' by the Windows compiler.

bugref:9224 ticketref:21125


git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97314 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
longer works after the implementation was moved to the API as part of
xTracker #9224.  

Follow-up build fix to address a left-behind orphaned function
(appendPartDesc()) whose only caller in VBoxInternalManage.cpp was
removed (flagged as 'defined but not used' by [-Werror=unused-function]).
Also, avoid assigning a size_t to an int which is flagged as 'possible
loss of data' by the Windows compiler.

bugref:9224 ticketref:21125


git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97314 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>Frontends/VBoxManage: 'VBoxManage internalcommands createrawvmdk' no</title>
<updated>2022-10-26T18:27:37+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-10-26T18:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=1ba49c68a99555e5184c3152301d1a4448350de5'/>
<id>1ba49c68a99555e5184c3152301d1a4448350de5</id>
<content type='text'>
longer works after the implementation was moved to the API as part of
xTracker #9224.  Update the 'createrawvmdk' subcommand to maps its
arguments to the equivalent 'VBoxManage createmedium disk --Variant
Rawdisk ...' invocation and invoke that command instead.  Also include
a warning message that the 'createrawvmdk' subcommand is deprecated and
'VBoxManage createmedium' should be used instead.  bugref:9224
ticketref:21125


git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97313 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
longer works after the implementation was moved to the API as part of
xTracker #9224.  Update the 'createrawvmdk' subcommand to maps its
arguments to the equivalent 'VBoxManage createmedium disk --Variant
Rawdisk ...' invocation and invoke that command instead.  Also include
a warning message that the 'createrawvmdk' subcommand is deprecated and
'VBoxManage createmedium' should be used instead.  bugref:9224
ticketref:21125


git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@97313 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>scm copyright and license note update</title>
<updated>2022-08-22T17:43:14+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-08-22T17:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=de5d9b63b0f67ae594cc926945cf531a25ef6e8c'/>
<id>de5d9b63b0f67ae594cc926945cf531a25ef6e8c</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96407 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>Frontends + Main: Adjust to the new rules wrt. to rc -&gt; hrc,vrc usage. This also fixes quite a few bugs wrt shadow variables, wrong return values and output error translations / exit codes. Also see @todos added. ​​bugref:10223</title>
<updated>2022-05-31T09:11:39+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-05-31T09:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=c4fd8b767b06d3429986c542fa4afd7b73caf791'/>
<id>c4fd8b767b06d3429986c542fa4afd7b73caf791</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@95140 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@95140 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/manual,FE/VBoxManage: Make use of the general options from the refentry XML files when printing the help text and some more cleanups getting rid of all the legacy help code, bugref:9186</title>
<updated>2022-03-17T12:47:49+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-03-17T12:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=83fc64a82b09d8eab197dd0b70eaad5f1efbf817'/>
<id>83fc64a82b09d8eab197dd0b70eaad5f1efbf817</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94290 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94290 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>FE/VBoxManage: Move stuff to VBoxInternalManage.cpp because it is only used there now, ​bugref:9186</title>
<updated>2022-03-15T10:10:24+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-03-15T10:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=a7d250d6012f6c4ac87eb93ca3b4919d02042f87'/>
<id>a7d250d6012f6c4ac87eb93ca3b4919d02042f87</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94240 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@94240 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>scm --update-copyright-year</title>
<updated>2022-01-01T11:31:46+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-01-01T11:31:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=66b9474c82d2164a3fd5224bbe0886b858c1ffa8'/>
<id>66b9474c82d2164a3fd5224bbe0886b858c1ffa8</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93115 cfe28804-0f27-0410-a406-dd0f0b0b656f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@93115 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
</feed>
