# # ChangeLog for trunk/src/VBox/Runtime in vbox # # Generated by Trac 1.4.3.2 # Dec 17, 2024 4:53:36 PM Tue, 27 Oct 2015 17:40:34 GMT vboxsync [58440] * trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp (modified) Runtime: pathint-nt.cpp Win32 to NT path prefix conversion fix Tue, 27 Oct 2015 16:30:34 GMT vboxsync [58438] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/net.h (modified) * trunk/src/VBox/Runtime/common/net/netaddrstr2.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTNetIPv4.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTNetIPv6.cpp (modified) IPRT/net: add RTNetStrIsIPv4AddrAny, RTNetStrIsIPv6AddrAny. Mon, 26 Oct 2015 12:20:35 GMT vboxsync [58419] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http-curl.cpp: Only call rtHttpUrlInNoProxyList if we found a ... Mon, 26 Oct 2015 12:17:33 GMT vboxsync [58418] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http-curl.cpp: Reverted r103649 - comletely wrong fix. Mon, 26 Oct 2015 09:49:48 GMT vboxsync [58409] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http-curl.cpp: Initialize temporary buffer in ... Fri, 23 Oct 2015 12:03:22 GMT vboxsync [58389] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/socket.h (modified) * trunk/src/VBox/Runtime/r3/socket.cpp (modified) IPRT: Added RTSocketWriteToNB for non-blocking writes to UDP sockets ... Tue, 20 Oct 2015 11:57:17 GMT vboxsync [58334] * trunk/src/VBox/Runtime/common/misc/sg.cpp (modified) Runtime/sg.cpp: Demote assertion to debug only and increase maximum ... Mon, 19 Oct 2015 19:49:26 GMT vboxsync [58322] * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) localipc-posix.cpp: Darwin does the POLLIN+POLLHUB thing too. Mon, 19 Oct 2015 19:32:16 GMT vboxsync [58320] * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) localipc-posix.cpp: OS/2 build fix. Mon, 19 Oct 2015 19:30:29 GMT vboxsync [58319] * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) localipc-posix.cpp: Turns out Linux also returns POLLIN+POLLHUP. ... Mon, 19 Oct 2015 18:58:35 GMT vboxsync [58318] * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) localipc-posix.cpp: Must disable SIGPIPE as there is no way to ... Mon, 19 Oct 2015 16:37:33 GMT vboxsync [58314] * trunk/src/VBox/Runtime/common/dbg/dbgmoddbghelp.cpp (modified) Runtime/dbghelp: Fix debugging logging Sun, 18 Oct 2015 23:41:37 GMT vboxsync [58305] * trunk/include/iprt/localipc.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxIPC.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp (modified) RTLocalIpcServerCreate: Dropped the RTLOCALIPC_FLAGS_MULTI_SESSION as ... Sun, 18 Oct 2015 22:46:41 GMT vboxsync [58304] * trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp (modified) tstRTLocalIpc: Use RTTestCreateChild. Sun, 18 Oct 2015 22:46:23 GMT vboxsync [58303] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/test.h (modified) * trunk/src/VBox/Runtime/r3/test.cpp (modified) RTTestCreateChild: Added new method for creating a test instance in a ... Sun, 18 Oct 2015 22:44:23 GMT vboxsync [58302] * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) localipc-posix.cpp: rtSocketListen should be done when creating the ... Sun, 18 Oct 2015 19:52:38 GMT vboxsync [58301] * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease. Sun, 18 Oct 2015 19:52:19 GMT vboxsync [58300] * trunk/include/iprt/localipc.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) RTLocalIpc: Added RTLocalIpcSessionRetain and RTLocalIpcSessionRelease. Sun, 18 Oct 2015 19:35:41 GMT vboxsync [58299] * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp (modified) localipc-win.cpp: Implemented RTLocalIpcSessionReadNB. Sun, 18 Oct 2015 19:19:52 GMT vboxsync [58298] * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) localipc-win.cpp: Fixes, improvments and cleanups. Highlights: - ... Sun, 18 Oct 2015 15:12:50 GMT vboxsync [58297] * trunk/include/iprt/localipc.h (modified) * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) RTLocalIpc: Added flag to the server and connection creation ... Sun, 18 Oct 2015 14:15:16 GMT vboxsync [58296] * trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp (modified) tstRTLocalIpc: Another ReadNB test. Sun, 18 Oct 2015 13:28:34 GMT vboxsync [58295] * trunk/include/iprt/localipc.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/socket.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp (modified) iprt: Added RTLocalIpcSessionReadNB on posix systems. Sat, 17 Oct 2015 22:39:09 GMT vboxsync [58294] * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) localipc-posix.cpp: Adjust cMillies on interrupt in ... Sat, 17 Oct 2015 22:30:41 GMT vboxsync [58293] * trunk/include/iprt/localipc.h (modified) * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) localipc.h: Correct read/write parameter names. Sat, 17 Oct 2015 22:04:46 GMT vboxsync [58292] * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) localipc-posix.cpp: VERR_BROKEN_PIPE fixes for RTLocalIpcSessionRead. Sat, 17 Oct 2015 21:59:59 GMT vboxsync [58291] * trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp (modified) tstRTLocalIpc.cpp: Extended the broken pipe test. Sat, 17 Oct 2015 21:52:28 GMT vboxsync [58290] * trunk/include/iprt/localipc.h (modified) * trunk/include/iprt/log.h (modified) * trunk/src/VBox/Additions/common/VBoxService/VBoxServiceVMInfo-win.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp (modified) RTLocalIpc fixes. Sat, 17 Oct 2015 19:40:40 GMT vboxsync [58289] * trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp (modified) tstRTLocalIpc: Added client thread test variants (all clients were ... Sat, 17 Oct 2015 19:05:46 GMT vboxsync [58288] * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) localipc-win.cpp: The RTLocalIpcSessionRead pcbRead parameter is a ... Fri, 16 Oct 2015 20:22:30 GMT vboxsync [58287] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Runtime/Makefile.kmk: Duh, forgot to add localipc-posix.cpp to the ... Fri, 16 Oct 2015 14:51:40 GMT vboxsync [58282] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTDeps.cpp (modified) * trunk/src/VBox/Runtime/include/internal/socket.h (modified) * trunk/src/VBox/Runtime/r3/posix/localipc-posix.cpp (added) * trunk/src/VBox/Runtime/r3/socket.cpp (modified) * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp (modified) localipc-posix.cpp: Partly debugged code. Fri, 16 Oct 2015 12:54:22 GMT vboxsync [58280] * trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp (modified) tstRTLocalIpc.cpp: You have to make it all the way to the ... Thu, 15 Oct 2015 21:48:08 GMT vboxsync [58278] * trunk/src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/memobj-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/memobj-r0drv.cpp (modified) r0drv: Make it possible to use RTMEM_WRAP_TO_EF_APIS in the VBOXR0DRV ... Thu, 15 Oct 2015 19:28:57 GMT vboxsync [58272] * trunk/src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp (modified) iprt/r0drv: electric fence fixes. Thu, 15 Oct 2015 18:41:14 GMT vboxsync [58270] * trunk/src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp (modified) iprt/r0drv: build fix Thu, 15 Oct 2015 18:29:21 GMT vboxsync [58269] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/include/internal/mem.h (modified) * trunk/src/VBox/Runtime/r0drv/alloc-ef-r0drv.cpp (copied) * trunk/src/VBox/Runtime/r0drv/initterm-r0drv.cpp (modified) iprt/r0drv: untested electrical heap alloc functions. Thu, 15 Oct 2015 18:18:17 GMT vboxsync [58268] * trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp (modified) r0drv/nt: Some rtR0MemObjNativeProtect sketches. Tue, 13 Oct 2015 15:36:47 GMT vboxsync [58217] * trunk/include/iprt/http.h (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) Runtime/http-curl: added RTHttpSetDownloadProgressCallback() Mon, 12 Oct 2015 17:09:51 GMT vboxsync [58206] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) Runtime/http-curl: fix for GetHeader* Mon, 12 Oct 2015 15:42:07 GMT vboxsync [58202] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) fix Mon, 12 Oct 2015 15:36:52 GMT vboxsync [58201] * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) cleanup Mon, 12 Oct 2015 15:27:00 GMT vboxsync [58199] * trunk/include/iprt/http.h (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) Runtime/http-curl: introduced RTHttpGetHeaderText() and ... Mon, 12 Oct 2015 09:30:58 GMT vboxsync [58171] * trunk/src/VBox/HostServices/GuestControl/testcase/tstGuestControlSvc.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/store-internal.h (modified) * trunk/src/VBox/Runtime/common/dbg/dbgas.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp (modified) * trunk/src/VBox/Runtime/r0drv/linux/memobj-r0drv-linux.c (modified) * trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp (modified) * trunk/src/VBox/Runtime/r3/stream.cpp (modified) * trunk/src/VBox/ValidationKit/utils/TestExecServ/TestExecServiceTcp.cpp (modified) * trunk/src/VBox/ValidationKit/utils/network/NetPerf.cpp (modified) doxygen: fixes. Mon, 12 Oct 2015 08:50:55 GMT vboxsync [58169] * trunk/src/VBox/Runtime/r3/xml.cpp (modified) Runtime: fixed another XML version check Mon, 12 Oct 2015 07:59:42 GMT vboxsync [58168] * trunk/src/VBox/Runtime/r3/xml.cpp (modified) Runtime: fixed XML version check Fri, 09 Oct 2015 15:09:24 GMT vboxsync [58155] * trunk/src/VBox/Runtime/r3/win/direnum-win.cpp (modified) check the index first Fri, 09 Oct 2015 11:27:48 GMT vboxsync [58139] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Runtime/Makefile.kmk: Build fix attempt Fri, 09 Oct 2015 11:22:38 GMT vboxsync [58137] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Runtime/Makefile.kmk: Build fix attempt Fri, 09 Oct 2015 10:17:40 GMT vboxsync [58136] * trunk/src/VBox/Runtime/Makefile.kmk (modified) Runtime/Makefile.kmk: Made doxygen warnings and errors stop the build. Fri, 09 Oct 2015 10:08:57 GMT vboxsync [58135] * trunk/src/VBox/Runtime/r3/xml.cpp (modified) Runtime: explicitly pass XML_PARSE_HUGE to lift the limit of 256 ... Wed, 07 Oct 2015 17:07:25 GMT vboxsync [58106] * trunk/Doxyfile.Core (modified) * trunk/include/VBox/GuestHost/clipboard-helper.h (modified) * trunk/include/VBox/HostServices/Service.h (modified) * trunk/include/VBox/VBoxTpG.h (modified) * trunk/include/VBox/com/AutoLock.h (modified) * trunk/include/VBox/com/ErrorInfo.h (modified) * trunk/include/VBox/com/MultiResult.h (modified) * trunk/include/VBox/com/VirtualBox.h (modified) * trunk/include/VBox/com/array.h (modified) * trunk/include/VBox/com/com.h (modified) * trunk/include/VBox/com/defs.h (modified) * trunk/include/VBox/com/errorprint.h (modified) * trunk/include/VBox/com/list.h (modified) * trunk/include/VBox/com/mtlist.h (modified) * trunk/include/VBox/com/string.h (modified) * trunk/include/VBox/dbg.h (modified) * trunk/include/VBox/dbggui.h (modified) * trunk/include/VBox/err.h (modified) * trunk/include/VBox/hgcmsvc.h (modified) * trunk/include/VBox/intnetinline.h (modified) * trunk/include/VBox/pci.h (modified) * trunk/include/VBox/sup.h (modified) * trunk/include/VBox/vd-ifs-internal.h (modified) * trunk/include/VBox/vd-ifs.h (modified) * trunk/include/VBox/vd.h (modified) * trunk/include/VBox/vddbg.h (modified) * trunk/include/VBox/vmm/cpum.h (modified) * trunk/include/VBox/vmm/cpumctx-v1_6.h (modified) * trunk/include/VBox/vmm/cpumctx.h (modified) * trunk/include/VBox/vmm/dbgf.h (modified) * trunk/include/VBox/vmm/dbgfcorefmt.h (modified) * trunk/include/VBox/vmm/dbgftrace.h (modified) * trunk/include/VBox/vmm/gmm.h (modified) * trunk/include/VBox/vmm/hm.h (modified) * trunk/include/VBox/vmm/patm.h (modified) * trunk/include/VBox/vmm/pdmblkcache.h (modified) * trunk/include/VBox/vmm/pdmdev.h (modified) * trunk/include/VBox/vmm/pdmdrv.h (modified) * trunk/include/VBox/vmm/pdmnetifs.h (modified) * trunk/include/VBox/vmm/pdmnetinline.h (modified) * trunk/include/VBox/vmm/pdmusb.h (modified) * trunk/include/VBox/vmm/stam.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vmcpuset.h (modified) * trunk/include/VBox/vmm/vmm.h (modified) * trunk/include/VBox/vscsi.h (modified) * trunk/include/VBox/vusb.h (modified) * trunk/include/iprt/asn1.h (modified) * trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstIprtList.cpp (modified) * trunk/src/VBox/VMM/VMMR3/PDMBlkCache.cpp (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) * trunk/src/VBox/VMM/include/PDMInternal.h (modified) * trunk/src/VBox/VMM/include/PGMInternal.h (modified) * trunk/src/VBox/VMM/include/TRPMInternal.h (modified) * trunk/src/VBox/VMM/include/VMMInternal.h (modified) * trunk/src/recompiler/VBoxRecompiler.c (modified) include,misc: Corrected a bunch of doxygen errors. Wed, 07 Oct 2015 00:05:47 GMT vboxsync [58069] * trunk/include/iprt/uri.h (modified) * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnDDataObject.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDDataObject_win.cpp (modified) * trunk/src/VBox/GuestHost/DragAndDrop/DnDURIList.cpp (modified) * trunk/src/VBox/GuestHost/DragAndDrop/DnDURIObject.cpp (modified) * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) IPRT,*: Simplified RTUriFilePath by removing the uFormat parameter. ... Tue, 06 Oct 2015 23:47:43 GMT vboxsync [58068] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/uri.h (modified) * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) IPRT: Added RTUriFilePathEx, removed RTUriFileNPath as we ignored the ... Tue, 06 Oct 2015 20:52:48 GMT vboxsync [58067] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/uri.h (modified) * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) IPRT: Added RTUriFileCreateEx and made RTUriFileCreate assume OS ... Tue, 06 Oct 2015 18:50:59 GMT vboxsync [58066] * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) RTUriFileCreate: NULL and empty input paths are invalid, period. Tue, 06 Oct 2015 18:49:19 GMT vboxsync [58065] * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) tstRTUri: Must duplicate stuff to deal with NULL returns. Tue, 06 Oct 2015 18:00:02 GMT vboxsync [58063] * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) tstRTUri: Added an actual UNC test, which fails, so it's disabled. Tue, 06 Oct 2015 17:53:47 GMT vboxsync [58062] * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) tstRTUri: Actually, there are no UNC tests here. Paths where misleading. Tue, 06 Oct 2015 17:43:43 GMT vboxsync [58061] * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) tstRTUri: Added two tests where we're not doing the right thing ... Tue, 06 Oct 2015 17:37:08 GMT vboxsync [58060] * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) tstRTUri.cpp: fixed the windows centric test strings used with ... Tue, 06 Oct 2015 17:26:45 GMT vboxsync [58059] * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) tstRTUri: Merged the windows reference results into g_aCreateFileURIs ... Tue, 06 Oct 2015 16:10:45 GMT vboxsync [58057] * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) tstRTUri.cpp: The windows API results aren't the documentation of the ... Tue, 06 Oct 2015 13:16:06 GMT vboxsync [58050] * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) uri.cpp: Reformatted the code and found decoding statement. Must ... Tue, 06 Oct 2015 13:06:34 GMT vboxsync [58049] * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) uri.cpp: r=bird: You need to decode the stuff, you cannot just copy ... Tue, 06 Oct 2015 10:09:56 GMT vboxsync [58047] * trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp (modified) typo Tue, 06 Oct 2015 09:12:23 GMT vboxsync [58041] * trunk/src/VBox/Runtime/testcase/tstRTFileAio.cpp (modified) tstRTFileAio: typo Tue, 06 Oct 2015 08:52:11 GMT vboxsync [58039] * trunk/src/VBox/Runtime/testcase/tstRTSemXRoads.cpp (modified) warning Thu, 01 Oct 2015 11:33:25 GMT vboxsync [57983] * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) Build fix. Thu, 01 Oct 2015 11:23:52 GMT vboxsync [57982] * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) Nits. Thu, 01 Oct 2015 11:20:52 GMT vboxsync [57981] * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) IPRT: misc/uri.cpp: Bugfixes, behave more like ... Wed, 30 Sep 2015 19:39:30 GMT vboxsync [57978] * trunk/include/iprt/critsect.h (modified) * trunk/include/iprt/list.h (modified) * trunk/include/iprt/mem.h (modified) * trunk/include/iprt/uint128.h (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmoddeferred.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/initterm-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/pathint-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/socket.cpp (modified) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) IPRT: Doxygen warning fixes (last ones, hopefully). Wed, 30 Sep 2015 19:25:47 GMT vboxsync [57976] * trunk/src/VBox/Runtime/Doxyfile (modified) Runtime/Doxyfile: updated the file and fixed the missing @endlink in ... Wed, 30 Sep 2015 18:28:20 GMT vboxsync [57975] * trunk/src/VBox/Runtime/common/log/log.cpp (modified) IPRT: Some more doxygen fixes. Wed, 30 Sep 2015 18:27:04 GMT vboxsync [57974] * trunk/include/iprt/list-off32.h (modified) * trunk/include/iprt/log.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/log-vbox.cpp (modified) * trunk/src/VBox/Runtime/VBox/logbackdoor-redirect.cpp (modified) * trunk/src/VBox/Runtime/common/checksum/manifest2.cpp (modified) * trunk/src/VBox/Runtime/common/checksum/x509.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmodexports.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmodldr.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrMemory.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrkStuff.cpp (modified) * trunk/src/VBox/Runtime/common/log/log.cpp (modified) * trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) * trunk/src/VBox/Runtime/include/internal/ldr.h (modified) * trunk/src/VBox/Runtime/r3/win/fs-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/init-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) IPRT: Some more doxygen fixes. Wed, 30 Sep 2015 14:56:34 GMT vboxsync [57970] * trunk/include/iprt/udp.h (modified) * trunk/src/VBox/Runtime/r3/udp.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTUdp-1.cpp (modified) Runtime: fixed parameters for RTUdpCreateClientSocket Wed, 30 Sep 2015 13:34:46 GMT vboxsync [57967] * trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp (modified) testcase: warning Tue, 29 Sep 2015 23:46:45 GMT vboxsync [57958] * trunk/src/VBox/Runtime/r3/udp.cpp (modified) Runtime/udp: use default connect. Tue, 29 Sep 2015 22:47:47 GMT vboxsync [57957] * trunk/include/iprt/udp.h (modified) * trunk/src/VBox/Runtime/r3/udp.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTUdp-1.cpp (modified) Runtime: Allow specifying the default destination address on the UDP ... Tue, 29 Sep 2015 22:27:13 GMT vboxsync [57956] * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTUdp-1.cpp (added) Runtime/testcase: Added a simple UDP socket testcase. Tue, 29 Sep 2015 22:26:31 GMT vboxsync [57955] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/udp.h (modified) * trunk/src/VBox/Runtime/r3/udp.cpp (modified) IPRT: Add RTUdpCreateClientSocket. Tue, 29 Sep 2015 18:03:17 GMT vboxsync [57949] * trunk/Config.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) VBOX_WITH_MORE_NT4_COMPAT_BINARIES fix. Tue, 29 Sep 2015 15:07:09 GMT vboxsync [57944] * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/cpp/list.h (modified) * trunk/include/iprt/cpp/ministring.h (modified) * trunk/include/iprt/cpp/mtlist.h (modified) * trunk/include/iprt/cpp/xml.h (modified) * trunk/include/iprt/dbg.h (modified) * trunk/include/iprt/getopt.h (modified) * trunk/include/iprt/ldr.h (modified) * trunk/include/iprt/mem.h (modified) * trunk/include/iprt/sort.h (modified) * trunk/include/iprt/tcp.h (modified) * trunk/include/iprt/test.h (modified) * trunk/include/iprt/udp.h (modified) * trunk/include/iprt/uint128.h (modified) * trunk/include/iprt/uri.h (modified) * trunk/include/iprt/vfs.h (modified) * trunk/include/iprt/vfslowlevel.h (modified) * trunk/src/VBox/Runtime/Doxyfile (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/dbg/dbgcfg.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmodcodeview.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmodexports.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmodldr.cpp (modified) * trunk/src/VBox/Runtime/common/math/bignum.cpp (modified) * trunk/src/VBox/Runtime/common/misc/aiomgr.cpp (modified) * trunk/src/VBox/Runtime/common/misc/lockvalidator.cpp (modified) * trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp (modified) * trunk/src/VBox/Runtime/common/string/strformat.cpp (modified) * trunk/src/VBox/Runtime/common/string/uniread.cpp (modified) * trunk/src/VBox/Runtime/common/string/utf-8.cpp (modified) * trunk/src/VBox/Runtime/common/time/timesup.cpp (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) * trunk/src/VBox/Runtime/include/internal/dbgmod.h (modified) * trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp (modified) * trunk/src/VBox/Runtime/r3/stream.cpp (modified) * trunk/src/VBox/Runtime/r3/tcp.cpp (modified) * trunk/src/VBox/Runtime/r3/test.cpp (modified) * trunk/src/VBox/Runtime/r3/udp.cpp (modified) * trunk/src/VBox/Runtime/r3/xml.cpp (modified) iprt: More doxygen corrections. Mon, 28 Sep 2015 14:08:06 GMT vboxsync [57928] * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) nits. Mon, 28 Sep 2015 14:05:58 GMT vboxsync [57926] * trunk/include/iprt/asm-amd64-x86.h (modified) * trunk/include/iprt/asm.h (modified) * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/assert.h (modified) * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/cdrom.h (modified) * trunk/include/iprt/condvar.h (modified) * trunk/include/iprt/coredumper.h (modified) * trunk/include/iprt/critsect.h (modified) * trunk/include/iprt/file.h (modified) * trunk/include/iprt/getopt.h (modified) * trunk/include/iprt/http.h (modified) * trunk/include/iprt/initterm.h (modified) * trunk/include/iprt/isofs.h (modified) * trunk/include/iprt/ldr.h (modified) * trunk/include/iprt/list-off32.h (modified) * trunk/include/iprt/list.h (modified) * trunk/include/iprt/lockvalidator.h (modified) * trunk/include/iprt/log.h (modified) * trunk/include/iprt/manifest.h (modified) * trunk/include/iprt/mem.h (modified) * trunk/include/iprt/memsafer.h (modified) * trunk/include/iprt/message.h (modified) * trunk/include/iprt/net.h (modified) * trunk/include/iprt/path.h (modified) * trunk/include/iprt/process.h (modified) * trunk/include/iprt/semaphore.h (modified) * trunk/include/iprt/sha.h (modified) * trunk/include/iprt/socket.h (modified) * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/Doxyfile (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-basics.cpp (modified) * trunk/src/VBox/Runtime/common/checksum/manifest2.cpp (modified) * trunk/src/VBox/Runtime/common/err/RTErrConvertFromErrno.cpp (modified) * trunk/src/VBox/Runtime/common/err/errmsg.cpp (modified) * trunk/src/VBox/Runtime/common/err/errmsgxpcom.cpp (modified) * trunk/src/VBox/Runtime/r0drv/solaris/semeventwait-r0drv-solaris.h (modified) * trunk/src/VBox/Runtime/r3/init.cpp (modified) * trunk/src/VBox/Runtime/r3/isofs.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/internal-r3-nt.h (modified) * trunk/src/VBox/Runtime/win/errmsgwin.cpp (modified) IPRT: Doxygen clenaups (mostly). Sun, 27 Sep 2015 23:39:09 GMT vboxsync [57919] * trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp (modified) * trunk/src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp (modified) direnum-r3-nt.cpp: Don't try FileIdBothDirectoryInformation on W2K ... Sun, 27 Sep 2015 23:37:26 GMT vboxsync [57918] * trunk/src/VBox/Runtime/r3/posix/process-posix.cpp (modified) process-posix.cpp: build fix. Sun, 27 Sep 2015 20:38:16 GMT vboxsync [57917] * trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp (modified) tstRTProcCreateEx: Use RTProcQueryUsernameA to get the the user name ... Sun, 27 Sep 2015 20:36:38 GMT vboxsync [57916] * trunk/include/iprt/process.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/posix/process-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTProcQueryUsername.cpp (modified) * trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp (modified) IPRT: More windows process creation hacking and cleaning up. Cleaned ... Fri, 25 Sep 2015 20:43:36 GMT vboxsync [57906] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp (modified) * trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp (modified) RTProc/win,RTErr: Avoid doing LogonUserW when we don't need to get ... Fri, 25 Sep 2015 20:39:56 GMT vboxsync [57905] * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) * trunk/src/VBox/Runtime/r3/win/RTSystemQueryTotalRam-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp (modified) * trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakesA.asm (modified) * trunk/src/VBox/Runtime/r3/win/vcc100-ntdll-fakes.cpp (added) * trunk/src/VBox/Runtime/r3/win/vcc100-ntdll-fakesA.asm (added) * trunk/src/VBox/Runtime/r3/win/vcc100-ws2_32-fakes.cpp (added) * trunk/src/VBox/Runtime/r3/win/vcc100-ws2_32-fakesA.asm (added) IPRT: More build for NT4 fun, but the VBoxRT.dll we build when ... Wed, 23 Sep 2015 14:06:36 GMT vboxsync [57872] * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) process-creation-posix.cpp: solaris build fix. Wed, 23 Sep 2015 13:59:12 GMT vboxsync [57871] * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) process-creation-posix.cpp: darwin build fix. Wed, 23 Sep 2015 13:53:53 GMT vboxsync [57869] * trunk/src/VBox/Runtime/r3/posix/process-creation-posix.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp (modified) process-creation-posix.cpp: Hacked up support for ... Wed, 23 Sep 2015 01:42:40 GMT vboxsync [57865] * trunk/Config.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/path/RTPathGlob.cpp (modified) * trunk/src/VBox/Runtime/r3/win/init-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/internal-r3-win.h (modified) * trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakes.cpp (modified) * trunk/src/VBox/Runtime/r3/win/vcc100-kernel32-fakesA.asm (modified) * trunk/src/libs/kStuff/Makefile.kmk (modified) * trunk/src/libs/liblzf-3.4/Makefile.kmk (modified) * trunk/src/libs/libxml2-2.6.31/Makefile.kmk (modified) * trunk/src/libs/zlib-1.2.6/Makefile.kmk (modified) IPRT,libs: Hacks for building IPRT testcases that can run on NT4. ... Wed, 23 Sep 2015 01:39:59 GMT vboxsync [57864] * trunk/src/VBox/Runtime/r3/win/VBoxRT-msvcp100-win32.def (added) * trunk/src/VBox/Runtime/r3/win/VBoxRT-msvcr100-win32.def (added) * trunk/src/VBox/Runtime/r3/win/vcc100-msvcrt-fakes.cpp (added) IPRT: Hacks for building IPRT testcases that can run on NT4. Mon, 21 Sep 2015 21:37:15 GMT vboxsync [57847] * trunk/src/VBox/Runtime/testcase/tstRTUri.cpp (modified) tstRTUri: a couple of more tests. Mon, 21 Sep 2015 16:33:36 GMT vboxsync [57845] * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) RTProcCreateEx/win: uninitialized rc fix and made the ... Mon, 21 Sep 2015 16:14:20 GMT vboxsync [57843] * trunk/include/iprt/process.h (modified) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTProcCreateEx.cpp (modified) RTProcCreateEx/win: Implemented RTPROC_FLAGS_PROFILE and ... Mon, 21 Sep 2015 12:46:34 GMT vboxsync [57838] * trunk/src/VBox/Runtime/testcase/tstRTSymlink.cpp (modified) tstRTSymlink: Warning.