# # ChangeLog for trunk/include/iprt in vbox # # Generated by Trac 1.4.3.2 # Feb 3, 2025 4:56:04 AM Mon, 10 Dec 2018 02:40:04 GMT vboxsync [76096] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/utf16.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/string/RTUtf16Chr.cpp (copied) IPRT: Added RTUtf16Chr. Mon, 10 Dec 2018 02:33:05 GMT vboxsync [76095] * trunk/include/iprt/mangling.h (modified) IPRT: Added RTPathFilenameUtf16[Ex]. Mon, 10 Dec 2018 02:30:29 GMT vboxsync [76094] * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/path/RTPathFilenameUtf16.cpp (copied) IPRT: Added RTPathFilenameUtf16[Ex]. Sun, 09 Dec 2018 22:56:21 GMT vboxsync [76090] * trunk/include/iprt/system.h (modified) * trunk/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp (modified) IPRT: Corrected RTSystemGetNtVersion return value type, must be 64-bit. Sat, 08 Dec 2018 19:55:23 GMT vboxsync [76073] * trunk/include/iprt/system.h (modified) * trunk/src/VBox/Runtime/r3/win/RTSystemQueryOSInfo-win.cpp (modified) IPRT: Added RTSystemGetNtVersion. Fri, 07 Dec 2018 15:13:22 GMT vboxsync [76061] * 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) IPRT: Add RTNetStrToIPv4Cidr() that is intended as a better API ... Wed, 05 Dec 2018 21:38:19 GMT vboxsync [75994] * trunk/include/VBox/err.mac (modified) * trunk/include/iprt/err.mac (modified) * trunk/include/iprt/x86.mac (modified) kmk incs Wed, 05 Dec 2018 21:38:00 GMT vboxsync [75993] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/HostServices/SharedFolders/mappings.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/service.cpp (modified) * trunk/src/VBox/HostServices/SharedFolders/shfl.h (modified) * trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp (modified) SharedFolders: Track mappings made by a client session so we can ... Tue, 04 Dec 2018 17:09:47 GMT vboxsync [75951] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp (modified) IPRT: Translation for STATUS_NO_MEDIA_IN_DEVICE. Mon, 03 Dec 2018 16:53:18 GMT vboxsync [75916] * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImplVmxInstr.cpp.h (modified) VMM/IEM: Nested VMX: bugref:9180 Pending debug exceptions bits. Sun, 02 Dec 2018 20:58:27 GMT vboxsync [75883] * trunk/include/iprt/shmem.h (modified) * trunk/src/VBox/Runtime/r3/posix/shmem-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/shmem-win.cpp (modified) IPRT/shmem: Make doxygen and scm happy. Sun, 02 Dec 2018 18:54:48 GMT vboxsync [75880] * trunk/include/iprt/shmem.h (modified) doxygen Sun, 02 Dec 2018 18:39:16 GMT vboxsync [75879] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/shmem.h (added) * trunk/include/iprt/types.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) * trunk/src/VBox/Runtime/r3/posix/shmem-posix.cpp (added) * trunk/src/VBox/Runtime/r3/win/shmem-win.cpp (added) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTShMem.cpp (added) Runtime: Introduce RTShMem* API for accessing shared memory objects ... Sun, 02 Dec 2018 18:32:02 GMT vboxsync [75878] * trunk/include/iprt/nt/nt.h (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) Runtime/r3/win: Made NtQuerySection accessible Wed, 28 Nov 2018 15:25:22 GMT vboxsync [75790] * trunk/include/iprt/err.h (modified) iprt/err.h: VERR_PROC_ELEVATION_REQUIRED. Wed, 28 Nov 2018 01:03:49 GMT vboxsync [75786] * trunk/include/iprt/err.h (modified) iprt/err.h: Added generic VERR_WRONG_PARAMETER_COUNT, ... Wed, 28 Nov 2018 01:03:40 GMT vboxsync [75785] * trunk/include/iprt/err.h (modified) iprt/err.h: Added generic VERR_WRONG_PARAMETER_COUNT, ... Sun, 25 Nov 2018 01:44:09 GMT vboxsync [75704] * trunk/include/iprt/semaphore.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/semevent-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r0drv/darwin/semeventmulti-r0drv-darwin.cpp (modified) IPRT/r0drv/darwin: RTSemEventSignal and RTSemEventMultiSignal seems ... Thu, 22 Nov 2018 14:08:09 GMT vboxsync [75665] * trunk/include/iprt/time.h (modified) * trunk/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c (modified) iprt: adjust time-r0drv-linux.c for Linux 4.20. bugref:4567: Linux ... Wed, 21 Nov 2018 21:00:31 GMT vboxsync [75652] * trunk/include/iprt/dir.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/include/internal/dir.h (modified) * trunk/src/VBox/Runtime/r3/nt/direnum-r3-nt.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/dir-posix.cpp (modified) IPRT/dir: Adding RTDirRewind for use with shared folders. Tue, 20 Nov 2018 12:29:58 GMT vboxsync [75618] * trunk/include/iprt/asm.h (modified) asm.h: do not use __typeof__ for old gcc versions in ... Fri, 09 Nov 2018 01:18:16 GMT vboxsync [75332] * trunk/include/iprt/err.h (modified) iprt/err.h: Added check for RTERR_NO_STRICT_RC before enabling ... Tue, 06 Nov 2018 18:21:40 GMT vboxsync [75294] * trunk/include/iprt/cdefs.h (modified) iprt/cdefs.h: Fixed RT_NOREF11. Sat, 03 Nov 2018 03:00:27 GMT vboxsync [75243] * trunk/include/iprt/mangling.h (modified) IPRT/dbg: Added RTDbgCfgOpenEx. Sat, 03 Nov 2018 02:54:26 GMT vboxsync [75239] * trunk/include/iprt/dbg.h (modified) * trunk/src/VBox/Runtime/common/dbg/dbgcfg.cpp (modified) IPRT/dbg: Added RTDbgCfgOpenEx. Sat, 03 Nov 2018 02:53:46 GMT vboxsync [75238] * trunk/Makefile.kmk (modified) * trunk/include/iprt/formats/dwarf.h (added) * trunk/include/iprt/formats/dwarf.mac (added) * trunk/src/VBox/Runtime/common/dbg/dbgmoddwarf.cpp (modified) IPRT: Moved the dwarf defines into iprt/formats/dwarf.h. Did some ... Fri, 02 Nov 2018 17:12:38 GMT vboxsync [75230] * trunk/include/iprt/mp.h (modified) iprt/mp.h: doc fix Mon, 29 Oct 2018 11:23:06 GMT vboxsync [75140] * trunk/Config.kmk (modified) * trunk/include/iprt/linux/symvers.h (modified) iprt/symvers.h, Config.kmk: build binary-compatible Additions on ... Sun, 28 Oct 2018 17:44:49 GMT vboxsync [75132] * trunk/include/iprt/asm-amd64-x86.h (modified) * trunk/include/iprt/asm.h (modified) * trunk/include/iprt/cdefs.h (modified) iprt/asm.h,cdefs.h: More watcom adjustments. Sun, 28 Oct 2018 17:33:38 GMT vboxsync [75131] * trunk/include/VBox/VMMDev.h (modified) * trunk/include/iprt/asm-amd64-x86-watcom-16.h (modified) * trunk/include/iprt/asm-amd64-x86-watcom-32.h (modified) * trunk/include/iprt/asm-amd64-x86.h (modified) * trunk/include/iprt/asm-watcom-x86-16.h (modified) * trunk/include/iprt/asm-watcom-x86-32.h (modified) * trunk/include/iprt/asm.h (modified) * trunk/include/iprt/cdefs.h (modified) iprt/asm*.h,VMMDev.h: Watcom adjustments. Fri, 26 Oct 2018 15:44:26 GMT vboxsync [75108] * trunk/include/iprt/http.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http: Extended RTHttpReset with a flag parameter so headers can ... Wed, 24 Oct 2018 16:06:42 GMT vboxsync [75049] * trunk/include/iprt/ldr.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrMemory.cpp (modified) * trunk/src/VBox/VMM/VMMR3/DBGFR3ModInMem.cpp (modified) IPRT,SUPDrv: Added cbImage parameter to FNRTLDRRDRMEMDTOR; sketched ... Wed, 24 Oct 2018 14:46:53 GMT vboxsync [75045] * trunk/include/iprt/file.h (modified) * trunk/src/VBox/Runtime/generic/RTFileReadAllByHandleEx-generic.cpp (modified) IPRT/RTFileReadAll*: Added RTFILE_RDALL_F_FAIL_ON_MAX_SIZE. bugref:9232 Wed, 24 Oct 2018 12:29:03 GMT vboxsync [75035] * trunk/include/iprt/ldr.h (modified) iprt/ldr.h: Forgot to remove RTLdrOpenkLdr prototype. bugref:9232 Tue, 23 Oct 2018 18:10:51 GMT vboxsync [75013] * trunk/include/iprt/linux/symvers.h (modified) Reverted r126046: iprt/symvers.h: fix for building back-compatible ... Tue, 23 Oct 2018 16:30:44 GMT vboxsync [75009] * trunk/include/iprt/linux/symvers.h (modified) iprt/symvers.h: fix for building back-compatible Additions with glibc ... Tue, 23 Oct 2018 16:08:44 GMT vboxsync [75008] * trunk/include/iprt/cpp/ministring.h (modified) * trunk/src/VBox/Runtime/testcase/tstIprtMiniString.cpp (modified) IPRT/RTCString: reserve(1) called on an empty string must allocate ... Mon, 22 Oct 2018 19:48:02 GMT vboxsync [74980] * trunk/include/iprt/dbg.h (modified) * trunk/src/VBox/Runtime/common/dbg/dbgas.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmod.cpp (modified) * trunk/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp (modified) IPRT/dbg: Added a few flags to RTDbg[Mod|As]SymbolAdd to deal with ... Mon, 15 Oct 2018 12:51:52 GMT vboxsync [74844] * trunk/include/iprt/formats/mach-o.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp (modified) IPRT/ldr: Working on applying fixups to non-object Mach-O binaries. ... Thu, 11 Oct 2018 11:25:24 GMT vboxsync [74760] * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/crypto/pkcs7.h (modified) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/ldr.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-cursor.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-asn1-decoder.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTLdrVerifyPeImage.cpp (modified) * trunk/src/VBox/Runtime/tools/RTSignTool.cpp (modified) IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 ... Wed, 10 Oct 2018 11:22:07 GMT vboxsync [74733] * trunk/include/iprt/crypto/applecodesign.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp (modified) IPRT/ldr: More Mach-O code signing validation hacking. bugref:9232 Tue, 09 Oct 2018 21:06:46 GMT vboxsync [74726] * trunk/include/iprt/crypto/applecodesign.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp (modified) IPRT/ldr: More hacking Mach-O code signatures. bugref:9232 Tue, 09 Oct 2018 16:04:49 GMT vboxsync [74721] * trunk/include/iprt/crypto/applecodesign.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) IPRT/ldr: More Mach-O signing hacking. bugref:9232 Tue, 09 Oct 2018 11:59:42 GMT vboxsync [74716] * trunk/include/iprt/crypto/pkcs7.h (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-template.h (modified) * trunk/src/VBox/Runtime/tools/RTSignTool.cpp (modified) IPRT/ldr: More Mach-O signing hacking. bugref:9232 Tue, 09 Oct 2018 10:02:18 GMT vboxsync [74712] * trunk/include/iprt/crypto/rc4.h (modified) * trunk/src/VBox/Runtime/common/crypto/rc4-openssl.cpp (modified) IPRT/crypto: 2nd attempt at dealing with system openssl where RC4_INT ... Tue, 09 Oct 2018 09:49:33 GMT vboxsync [74711] * trunk/include/iprt/crypto/rc4.h (modified) IPRT/crypto: deal with system openssl where RC4_INT is defined as ... Tue, 09 Oct 2018 09:22:34 GMT vboxsync [74708] * trunk/include/iprt/string.h (modified) * trunk/src/VBox/Runtime/common/string/strformatrt.cpp (modified) iprt/string.h: %RMpa - to percent-encode (a)ll reserved characters. Tue, 09 Oct 2018 08:36:39 GMT vboxsync [74707] * trunk/include/iprt/ldr.h (modified) * trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) * trunk/src/VBox/Runtime/tools/RTSignTool.cpp (modified) IPRT/ldr: Started on Mach-O code signature verification. bugref:9232 Mon, 08 Oct 2018 18:48:31 GMT vboxsync [74692] * trunk/include/iprt/crypto/applecodesign.h (modified) * trunk/include/iprt/crypto/pkcs7.h (modified) * trunk/src/VBox/Runtime/common/asn1/oiddb.cfg (modified) * trunk/src/VBox/Runtime/tools/RTSignTool.cpp (modified) IPRT/RTSignTool: Some adjustments for apple signatures. bugref:9232 Mon, 08 Oct 2018 12:08:51 GMT vboxsync [74672] * trunk/include/iprt/asn1-generator-pass.h (modified) * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/types.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-cursor.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/pkcs7-asn1-decoder.cpp (modified) * trunk/src/VBox/Runtime/tools/RTSignTool.cpp (modified) IPRT/asn1: Hacked code into handling the necessary indefinite length ... Sun, 07 Oct 2018 19:23:14 GMT vboxsync [74657] * trunk/include/iprt/asn1.h (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-cursor.cpp (modified) IPRT/asn1: Working on parsing Mach-O code signing structures... ... Sun, 07 Oct 2018 18:28:21 GMT vboxsync [74656] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/common/asn1/asn1-cursor.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp (modified) IPRT/ldr: Working on parsing Mach-O code signing structures... ... Sun, 07 Oct 2018 13:00:04 GMT vboxsync [74654] * trunk/include/iprt/ldr.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrFile.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrVfsFile.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrkStuff.cpp (deleted) * trunk/src/VBox/Runtime/testcase/tstLdr-4.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstLdr.cpp (modified) IPRT: More kStuff cleanup. bugref:9232 Sun, 07 Oct 2018 12:06:45 GMT vboxsync [74651] * trunk/include/iprt/nt/hyperv.h (modified) iprt/nt/hyperv.h: updates. bugref:9044 Sun, 07 Oct 2018 06:20:55 GMT vboxsync [74648] * trunk/include/VBox/vmm/cpum.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/iprt/x86.h (modified) * trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp (modified) * trunk/src/VBox/VMM/VMMAll/IEMAllCImpl.cpp.h (modified) * trunk/src/VBox/VMM/VMMR3/CPUM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) VMM/IEM, CPUM: Nested VMX: bugref:9180 VM-exit bits; Add TPR ... Sat, 06 Oct 2018 19:58:37 GMT vboxsync [74644] * trunk/include/iprt/formats/lx.h (modified) IPRT: More adjustments to the LX and Mach-O loader code from kStuff. ... Sat, 06 Oct 2018 18:33:17 GMT vboxsync [74639] * trunk/include/iprt/formats/lx.h (modified) IPRT: Initial adapting of the kstuff loader code. bugref:9232 Sat, 06 Oct 2018 18:31:59 GMT vboxsync [74638] * trunk/include/iprt/err.h (modified) * trunk/include/iprt/formats/lx.h (modified) * trunk/include/iprt/formats/mach-o.h (modified) * trunk/include/iprt/types.h (modified) * trunk/src/VBox/Runtime/.scm-settings (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrEx.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrLX.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrMachO.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrPE.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrkStuff.cpp (modified) * trunk/src/VBox/Runtime/include/internal/ldr.h (modified) * trunk/src/VBox/Runtime/r0drv/darwin/mp-r0drv-darwin.cpp (modified) * trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp (modified) IPRT: Initial adaption of the kstuff loader code. bugref:9232 Sat, 06 Oct 2018 18:29:16 GMT vboxsync [74637] * trunk/include/iprt/formats/lx.h (added) IPRT: Adding virgin of lx.h from kStuff revision 113. bugref:9232 Thu, 04 Oct 2018 15:30:26 GMT vboxsync [74614] * trunk/include/iprt/crypto/applecodesign.h (added) iprt/crypto: Some apple code signing structures. bugref:9232 Wed, 03 Oct 2018 13:19:30 GMT vboxsync [74594] * trunk/include/iprt/string.h (modified) iprt/string.h: Fix pasto in comment for RTStrToUInt32() Fri, 28 Sep 2018 11:24:47 GMT vboxsync [74517] * trunk/include/VBox/err.h (modified) * trunk/include/iprt/nt/vid.h (modified) * trunk/src/VBox/VMM/VMMAll/NEMAllNativeTemplate-win.cpp.h (modified) * trunk/src/VBox/VMM/VMMR0/NEMR0Native-win.cpp (modified) * trunk/src/VBox/VMM/VMMR3/NEMR3Native-win.cpp (modified) * trunk/src/VBox/VMM/include/NEMInternal.h (modified) NEM/win: Updates for new builds. bugref:9044 Thu, 27 Sep 2018 18:20:16 GMT vboxsync [74508] * trunk/include/iprt/nt/hyperv.h (modified) iprt/nt/hyperv.h: Document some new registers. Thu, 27 Sep 2018 13:49:29 GMT vboxsync [74500] * trunk/include/iprt/assert.h (modified) iprt/assert.h: Added AssertLogRelStmt. Tue, 25 Sep 2018 15:42:33 GMT vboxsync [74460] * trunk/include/iprt/path.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/r3/win/dir-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/direnum-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fileio-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/fs-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/localipc-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/path-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/pathint-win.cpp (added) * trunk/src/VBox/Runtime/r3/win/process-win.cpp (modified) * trunk/src/VBox/Runtime/r3/win/symlink-win.cpp (modified) IPRT: Implemented long filename support for windows (except for ... Tue, 25 Sep 2018 11:37:53 GMT vboxsync [74456] * trunk/include/iprt/asm.h (modified) iprt/asm.h: doxygen fix Tue, 25 Sep 2018 11:15:13 GMT vboxsync [74453] * trunk/include/iprt/asm.h (modified) * trunk/src/VBox/Devices/Serial/DrvChar.cpp (modified) DrvChar,asm.h: Added ASMAtomicXchgZ to get rid of 32-bit VCC ... Sun, 23 Sep 2018 16:11:44 GMT vboxsync [74428] * trunk/include/iprt/cpp/restclient.h (modified) IPRT/rest: doxygen fix. bugref:9167 Sun, 23 Sep 2018 15:41:48 GMT vboxsync [74425] * trunk/include/iprt/cpp/restanyobject.h (modified) * trunk/include/iprt/cpp/restarray.h (modified) * trunk/include/iprt/cpp/restbase.h (modified) * trunk/include/iprt/cpp/restclient.h (modified) * trunk/include/iprt/cpp/restoutput.h (modified) * trunk/include/iprt/cpp/reststringmap.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestAnyObject.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBaseOci.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientRequestBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestJsonPrimaryCursor.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputPrettyBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputPrettyToString.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputToString.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-binary.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding ... Sat, 22 Sep 2018 20:00:36 GMT vboxsync [74424] * trunk/include/iprt/uri.h (modified) * trunk/src/VBox/Runtime/common/misc/uri.cpp (modified) IPRT/uri: Better handling of empty port specifiers. bugref:9249 Fri, 21 Sep 2018 18:23:28 GMT vboxsync [74415] * trunk/include/iprt/cpp/restoutput.h (added) IPRT/rest: Reworked the JSON output classes a little, adding a pretty ... Fri, 21 Sep 2018 18:23:01 GMT vboxsync [74414] * trunk/include/iprt/cpp/restbase.h (modified) * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestAnyObject.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputBase.cpp (added) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputPrettyBase.cpp (added) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputPrettyToString.cpp (copied) * trunk/src/VBox/Runtime/common/rest/RTCRestOutputToString.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-binary.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: Reworked the JSON output classes a little, adding a pretty ... Fri, 21 Sep 2018 15:20:18 GMT vboxsync [74410] * trunk/include/iprt/cpp/restbase.h (modified) IPRT/rest: Fixed RTCRestStringEnum::clone override. bugref:9167 Fri, 21 Sep 2018 09:25:55 GMT vboxsync [74402] * trunk/include/iprt/cpp/restanyobject.h (modified) * trunk/include/iprt/cpp/restarray.h (modified) * trunk/include/iprt/cpp/restbase.h (modified) * trunk/include/iprt/cpp/reststringmap.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestAnyObject.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestStringMapBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-binary.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp (modified) IPRT/rest: Implemented array and string-map support for ... Thu, 20 Sep 2018 22:39:39 GMT vboxsync [74396] * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) IPRT/rest: Prepped for polymorphic body responses. bugref:9167 Thu, 20 Sep 2018 21:52:13 GMT vboxsync [74395] * trunk/include/iprt/err.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientRequestBase.cpp (modified) IPRT/rest: Implemented support for polymorphic parameters (requests). ... Thu, 20 Sep 2018 16:28:29 GMT vboxsync [74390] * trunk/include/iprt/cpp/restbase.h (modified) IPRT/rest: Replaced thrice duplicate enum wrapping code with a ... Thu, 20 Sep 2018 16:24:48 GMT vboxsync [74388] * trunk/include/iprt/x86.h (modified) x86.h: Added IA32_SMBASE MSR. Thu, 20 Sep 2018 15:51:35 GMT vboxsync [74387] * trunk/include/iprt/cpp/restanyobject.h (modified) * trunk/include/iprt/cpp/restarray.h (modified) * trunk/include/iprt/cpp/restbase.h (modified) * trunk/include/iprt/cpp/restclient.h (modified) * trunk/include/iprt/cpp/reststringmap.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) IPRT/rest: Early support for polymorphic data objects in the data ... Thu, 20 Sep 2018 00:39:24 GMT vboxsync [74378] * trunk/include/iprt/err.h (modified) IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in ... Thu, 20 Sep 2018 00:37:23 GMT vboxsync [74377] * trunk/include/iprt/http.h (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) IPRT/http: Added RTHttpSetProxyByUrl, deprecating RTHttpSetProxy in ... Wed, 19 Sep 2018 15:09:27 GMT vboxsync [74373] * trunk/include/iprt/critsect.h (modified) * trunk/src/VBox/Runtime/generic/critsect-generic.cpp (modified) IPRT:critsect: Corrected RTCritSectEnterMultipleDebug signature ... Tue, 18 Sep 2018 20:01:28 GMT vboxsync [74351] * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) IPRT/rest: Redid the previous attempt at making sense of the ... Tue, 18 Sep 2018 17:06:05 GMT vboxsync [74348] * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) IPRT/rest: Trying to make the basepath stuff more flexible. However, ... Tue, 18 Sep 2018 16:10:34 GMT vboxsync [74347] * trunk/include/iprt/cpp/restbase.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-gcc.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestAnyObject.cpp (modified) * trunk/src/VBox/Runtime/common/rest/rest-primary-object-types.cpp (modified) IPRT/rest: Implemented inheritance in the data model. Introducing a ... Tue, 18 Sep 2018 02:04:04 GMT vboxsync [74331] * trunk/include/iprt/mangling.h (modified) IPRt/mangling: We no longer have any RTMemLocked* APIs. Tue, 18 Sep 2018 02:03:25 GMT vboxsync [74330] * trunk/include/iprt/crypto/cipher.h (modified) scm fix Mon, 17 Sep 2018 16:05:03 GMT vboxsync [74317] * trunk/include/iprt/mangling.h (modified) IPRT/crypto: Simple symmetric cipher abstraction with just was we ... Mon, 17 Sep 2018 15:50:55 GMT vboxsync [74313] * trunk/include/iprt/crypto/cipher.h (added) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp (added) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) IPRT/crypto: Simple symmetric cipher abstraction with just was we ... Mon, 17 Sep 2018 14:47:59 GMT vboxsync [74312] * trunk/configure (modified) * trunk/include/iprt/crypto/misc.h (added) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/crypto/RTCrPkcs5Pbkdf2Hmac-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/RTCrRandBytes-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) IPRT/crypto: Added RTCrRandBytes and RTCrPkcs5Pbkdf2Hmac. The latter ... Mon, 17 Sep 2018 04:41:32 GMT vboxsync [74302] * trunk/include/iprt/crypto/ssl.h (modified) * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (modified) scm fixes Sun, 16 Sep 2018 15:43:42 GMT vboxsync [74297] * trunk/include/iprt/mangling.h (modified) IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added ... Sun, 16 Sep 2018 15:36:08 GMT vboxsync [74295] * trunk/include/iprt/asn1.h (modified) * trunk/include/iprt/crypto/key.h (modified) * trunk/include/iprt/crypto/rc4.h (added) * trunk/include/iprt/crypto/ssl.h (added) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp.def (modified) * trunk/src/VBox/Runtime/common/crypto/key-create-rsa-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/key.cpp (modified) * trunk/src/VBox/Runtime/common/crypto/rc4-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp (added) * trunk/src/VBox/Runtime/include/internal/magics.h (modified) * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) IPRT/crypto: Wrapped SSL, alleged RC4, and RSA key generation. Added ... Fri, 14 Sep 2018 12:53:18 GMT vboxsync [74263] * trunk/include/iprt/cpp/restbase.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IPRT/rest: Reimplement RTCRestArrayBase::fromString and adjusted ... Fri, 14 Sep 2018 12:49:31 GMT vboxsync [74262] * trunk/include/iprt/cpp/ministring.h (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def (modified) * trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def (modified) * trunk/src/VBox/Runtime/common/string/ministring.cpp (modified) IPRT/RTCString: Added find(char,size_t) and find(RTCString const ... Thu, 13 Sep 2018 17:22:06 GMT vboxsync [74253] * trunk/include/iprt/ldr.h (modified) * trunk/src/VBox/Runtime/r3/posix/ldrNative-posix.cpp (modified) IPRT/ldr: Added RTLDRLOAD_FLAGS_NO_SUFFIX flag for enabling loading ... Thu, 13 Sep 2018 16:33:17 GMT vboxsync [74250] * trunk/include/iprt/cpp/restbase.h (modified) * trunk/include/iprt/cpp/restclient.h (modified) * trunk/include/iprt/http.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientApiBase.cpp (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) * trunk/src/VBox/Runtime/generic/http-curl.cpp (modified) * trunk/src/VBox/Runtime/testcase/tstRTCRest-1.cpp (modified) IRPT/rest,http: Use header callbacks for capturing header values in ... Thu, 13 Sep 2018 14:01:07 GMT vboxsync [74241] * trunk/include/iprt/x86.h (modified) iprt/x86.h: dtrace doesn't grok RTUINT128U in X86XMMREG. Thu, 13 Sep 2018 13:58:58 GMT vboxsync [74240] * trunk/include/iprt/x86.h (modified) iprt/x86.h: Fixed duplicate MSR_IA32_VMX_VMFUNC definition (breaks ... Thu, 13 Sep 2018 00:30:51 GMT vboxsync [74232] * trunk/include/iprt/cpp/restclient.h (modified) * trunk/src/VBox/Runtime/common/rest/RTCRestClientResponseBase.cpp (modified) IPRT/rest: fix typo in method name