<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/VirtualBox-svn.git/src/VBox/HostDrivers/VBoxNetFlt/win/tools/VBoxNetLwfUninstall.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>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>HostDrives,Installer/win: Reworked the windows installer related code for no-CRT mode, where applicable, and changed the XxxxInstall.exe/XxxxUninstall.exe utilities to link against VBoxRT.dll instead of being statically linked.  Lot's of cleanup.  The change is uncomfortably large, but difficult to detangle these things.  bugref:10261</title>
<updated>2022-09-01T20:36:22+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2022-09-01T20:36:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=8347f754e9f6f66fdbce0851851a6a18180ce92c'/>
<id>8347f754e9f6f66fdbce0851851a6a18180ce92c</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@96572 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@96572 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>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>
<entry>
<title>iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLBACKMEMBER to wrap the whole expression, similar to the DECLR?CALLBACKMEMBER macros.  This allows adding a throw() at the end when compiling with the VC++ compiler to indicate that the callbacks won't throw anything, so we can stop supressing the C5039 warning about passing functions that can potential throw C++ exceptions to extern C code that can't necessarily cope with such (unwind,++).  Introduced a few _EX variations that allows specifying different/no calling convention too, as that's handy when dynamically resolving host APIs.  Fixed numerous places missing DECLCALLBACK and such.  Left two angry @todos regarding use of CreateThread.   bugref:9794</title>
<updated>2020-07-08T19:33:26+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2020-07-08T19:33:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=f8c4c168fb40727fc4d123eac39b925d6ce48749'/>
<id>f8c4c168fb40727fc4d123eac39b925d6ce48749</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@85121 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@85121 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>VBoxNetFlt: VC++ 14.1 warnings and some cleanups. bugref:8489</title>
<updated>2020-04-18T23:08:25+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2020-04-18T23:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=bf64cf8ea0c5b9f9765ed96cebf22a2cfa92fb57'/>
<id>bf64cf8ea0c5b9f9765ed96cebf22a2cfa92fb57</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@83805 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@83805 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright year updates by scm.</title>
<updated>2020-02-04T10:35:17+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2020-02-04T10:35:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=747901c043b9edcc890cc827990426b40eb8f3bd'/>
<id>747901c043b9edcc890cc827990426b40eb8f3bd</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@82968 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@82968 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>scm --update-copyright-year</title>
<updated>2019-01-01T01:45:53+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2019-01-01T01:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=7f155ddb158d63ffde60b32c00156f5d8e41e35f'/>
<id>7f155ddb158d63ffde60b32c00156f5d8e41e35f</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@76553 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@76553 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>*: scm --update-copyright-year</title>
<updated>2017-10-28T15:14:05+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2017-10-28T15:14:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=d3050c8a6dbec2e956a111c68733b6baec75d0e0'/>
<id>d3050c8a6dbec2e956a111c68733b6baec75d0e0</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69500 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@69500 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
<entry>
<title>backed out r118835 as it incorrectly updated the 'This file is based on' file headers.</title>
<updated>2017-10-28T15:07:25+00:00</updated>
<author>
<name>vboxsync</name>
<email>vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f</email>
</author>
<published>2017-10-28T15:07:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/VirtualBox-svn.git/commit/?id=8a4c994475b8c475a9d9141ff177f0d1a35c6f82'/>
<id>8a4c994475b8c475a9d9141ff177f0d1a35c6f82</id>
<content type='text'>
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@69498 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@69498 cfe28804-0f27-0410-a406-dd0f0b0b656f
</pre>
</div>
</content>
</entry>
</feed>
