# # ChangeLog for trunk/src/VBox/Main in vbox # # Generated by Trac 1.4.3.2 # Apr 30, 2025 2:29:26 AM Mon, 14 Jul 2014 12:31:48 GMT vboxsync [52016] * trunk/src/VBox/Main/include/objectslist.h (modified) Main/include/objectslist.h: fix synchronization (lock order ... Mon, 14 Jul 2014 05:27:31 GMT vboxsync [52009] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMMinimal.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/include/GIMHvInternal.h (modified) * trunk/src/VBox/VMM/include/GIMInternal.h (modified) Comments and nits. Sat, 12 Jul 2014 07:37:31 GMT vboxsync [52004] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/src-client: Fix passing the right OS-type for minimal provider ... Fri, 11 Jul 2014 21:04:44 GMT vboxsync [51997] * trunk/include/VBox/shflsvc.h (modified) * trunk/src/VBox/Additions/WINNT/SharedFolders/driver/info.c (modified) * trunk/src/VBox/Additions/WINNT/SharedFolders/driver/net.c (modified) * trunk/src/VBox/Additions/WINNT/SharedFolders/driver/path.c (modified) * trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsf.c (modified) * trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfhlp.c (modified) * trunk/src/VBox/Additions/WINNT/SharedFolders/driver/vbsfhlp.h (modified) * trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibSharedFolders.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) include,Main,Additions: SHFLSTRING cleanup. Fri, 11 Jul 2014 10:51:20 GMT vboxsync [51984] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main: fix mode switch issue Fri, 11 Jul 2014 02:57:40 GMT vboxsync [51978] * trunk/include/VBox/sup.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) * trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp (modified) Need to initialize the SUPR3HardenedVerify* bits in the extension ... Thu, 10 Jul 2014 13:13:59 GMT vboxsync [51971] * trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp (modified) VBoxExtPackHelperApp.cpp: Must initialize SUPLib before using it to ... Thu, 10 Jul 2014 10:37:15 GMT vboxsync [51965] * trunk/src/VBox/Main/testcase/tstCollector.cpp (modified) tstCollector: ignore empty disk lists for now Tue, 08 Jul 2014 11:13:51 GMT vboxsync [51925] * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Console,DrvVD: Clear the encryption keys on suspend Mon, 07 Jul 2014 13:03:49 GMT vboxsync [51903] * trunk/src/VBox/Main/Makefile.kmk (modified) * trunk/src/VBox/Main/include/AutoCaller.h (modified) * trunk/src/VBox/Main/include/ObjectState.h (copied) * trunk/src/VBox/Main/include/VirtualBoxBase.h (modified) * trunk/src/VBox/Main/src-all/AutoCaller.cpp (copied) * trunk/src/VBox/Main/src-all/VirtualBoxBase.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) * trunk/src/VBox/Main/src-server/HostImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SnapshotImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) * trunk/src/VBox/Main/testcase/Makefile.kmk (modified) Main: AutoCaller/VirtualBoxBase refactoring, cleanly splitting out ... Mon, 07 Jul 2014 10:34:49 GMT vboxsync [51899] * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Console,DrvVD: Make disk encryption completely configurable through ... Sun, 06 Jul 2014 19:38:04 GMT vboxsync [51888] * trunk/src/VBox/Main/include/MediumImpl.h (modified) * trunk/src/VBox/Main/src-server/MediumImpl.cpp (modified) * trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp (modified) * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main: Add possibility to add medium properties for filters in a way ... Sun, 06 Jul 2014 19:35:16 GMT vboxsync [51887] * trunk/include/VBox/com/string.h (modified) * trunk/src/VBox/Main/glue/string.cpp (modified) Utf8Str: Fix assignEx with a_offSrc != 0 Thu, 03 Jul 2014 13:31:25 GMT vboxsync [51848] * trunk/src/VBox/Main/src-server/NetworkAdapterImpl.cpp (modified) Main/NetworkAdapterImpl: fixed NAT network refcount regression ... Thu, 03 Jul 2014 09:40:21 GMT vboxsync [51836] * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.cpp (modified) * trunk/src/VBox/Devices/Graphics/DevVGA.h (modified) * trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DevVGA, Main: fFailOnResize parameter for pfnUpdateDisplayAll Wed, 02 Jul 2014 10:28:42 GMT vboxsync [51804] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) Main/src-client: Fix GIM provider for default/legacy OS X VMs. Wed, 02 Jul 2014 08:23:58 GMT vboxsync [51799] * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) Main/GuestDnD: warings Wed, 02 Jul 2014 06:09:31 GMT vboxsync [51797] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/cpum.h (modified) * trunk/include/VBox/vmm/gim.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMMinimal.cpp (modified) * trunk/src/VBox/VMM/include/GIMInternal.h (modified) * trunk/src/VBox/VMM/include/GIMMinimalInternal.h (modified) VMM/GIM/Minimal: OS X bits. Tue, 01 Jul 2014 18:14:02 GMT vboxsync [51770] * trunk (modified) * trunk/Config.kmk (modified) * trunk/Makefile.kmk (modified) * trunk/include/Makefile.kmk (modified) * trunk/include/VBox/err.h (modified) * trunk/include/VBox/sup.h (modified) * trunk/include/iprt/asm-math.h (modified) * trunk/include/iprt/asn1-generator-asn1-decoder.h (added) * trunk/include/iprt/asn1-generator-core.h (added) * trunk/include/iprt/asn1-generator-init.h (added) * trunk/include/iprt/asn1-generator-internal-header.h (added) * trunk/include/iprt/asn1-generator-pass.h (added) * trunk/include/iprt/asn1-generator-sanity.h (added) * trunk/include/iprt/asn1.h (added) * trunk/include/iprt/base64.h (modified) * trunk/include/iprt/bignum.h (added) * trunk/include/iprt/cdefs.h (modified) * trunk/include/iprt/crypto (added) * trunk/include/iprt/crypto/Makefile.kup (added) * trunk/include/iprt/crypto/digest.h (added) * trunk/include/iprt/crypto/pem.h (added) * trunk/include/iprt/crypto/pkcs7.h (added) * trunk/include/iprt/crypto/pkix.h (added) * trunk/include/iprt/crypto/rsa.h (added) * trunk/include/iprt/crypto/spc.h (added) * trunk/include/iprt/crypto/store.h (added) * trunk/include/iprt/crypto/taf.h (added) * trunk/include/iprt/crypto/x509.h (added) * trunk/include/iprt/err.h (modified) * trunk/include/iprt/formats/asn1.h (added) * trunk/include/iprt/ldr.h (modified) * trunk/include/iprt/log.h (modified) * trunk/include/iprt/mangling.h (modified) * trunk/include/iprt/manifest.h (modified) * trunk/include/iprt/md2.h (added) * trunk/include/iprt/memsafer.h (added) * trunk/include/iprt/nt/Makefile.kup (added) * trunk/include/iprt/nt/nt.h (modified) * trunk/include/iprt/process.h (modified) * trunk/include/iprt/stream.h (modified) * trunk/include/iprt/string.h (modified) * trunk/include/iprt/time.h (modified) * trunk/include/iprt/types.h (modified) * trunk/include/iprt/uni.h (modified) * trunk/src/VBox (modified) * trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPVdma.cpp (modified) * trunk/src/VBox/Frontends (modified) * trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk (modified) * trunk/src/VBox/Frontends/VirtualBox/src/main.cpp (modified) * trunk/src/VBox/HostDrivers/Support/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrv.c (modified) * trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLib.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibInternal.h (modified) * trunk/src/VBox/HostDrivers/Support/SUPLibLdr.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedMain.cpp (modified) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedNoCrt.cpp (added) * trunk/src/VBox/HostDrivers/Support/SUPR3HardenedVerify.cpp (modified) * trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp (modified) * trunk/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.c (modified) * trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c (modified) * trunk/src/VBox/HostDrivers/Support/os2/SUPDrv-os2.cpp (modified) * trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c (modified) * trunk/src/VBox/HostDrivers/Support/testcase/Makefile.kmk (modified) * trunk/src/VBox/HostDrivers/Support/testcase/tstNtQueryStuff.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/Certificates (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/Makefile.kup (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/NtRoot-MicrosoftCodeVerificationRoot-729404101f3e0ca347837fca175a8438.cer (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/NtRoot-MicrosoftCodeVerificationRoot-729404101f3e0ca347837fca175a8438.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftAuthenticodeTmRootAuthority-01.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftDigitalMediaAuthority2005-6eff330eb6e7569740680870104baaba.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftRootAuthority-00c1008b3c3c8811d13ef663ecdf40.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftRootCertificateAuthority-79ad16a14aa0a5ad4c7358f407132e65.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftRootCertificateAuthority2010-28cc3a25bfba44ac449a9b586b4339aa.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/SpcRoot-MicrosoftRootCertificateAuthority2011-3f8bc8b5fc9fb29643b569d66c42e144.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/Timestamp-CopyrightC1997MicrosoftCorp-01.taf (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/Trusted-OracleCorporationVirtualBox-51ca009816fdbd80f120e015ee75823e.cer (added) * trunk/src/VBox/HostDrivers/Support/win/Certificates/Trusted-OracleCorporationVirtualBox-51ca009816fdbd80f120e015ee75823e.taf (added) * trunk/src/VBox/HostDrivers/Support/win/NtCreateSection-template-amd64-syscall-type-1.h (added) * trunk/src/VBox/HostDrivers/Support/win/NtCreateSection-template-x86-syscall-type-1.h (added) * trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPDrvA-win.asm (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerify-win.h (added) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp (added) * trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp (added) * trunk/src/VBox/HostDrivers/Support/win/SUPLib-win.cpp (modified) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp (added) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMainA-win.asm (added) * trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedNoCrt-win.cpp (added) * trunk/src/VBox/HostDrivers/Support/win/VBoxSupLib-win.cpp (added) * trunk/src/VBox/Installer/win/VBoxMergeApp.wxi (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/NetworkServices/DHCP/Makefile.kmk (modified) * trunk/src/VBox/NetworkServices/NAT/Makefile.kmk (modified) * trunk/src/VBox/RDP/client/Makefile.in (modified) * trunk/src/VBox/RDP/client/Makefile.kmk (modified) * trunk/src/VBox/Runtime/Makefile.kmk (modified) * trunk/src/VBox/Runtime/common/asn1 (added) * trunk/src/VBox/Runtime/common/asn1/Makefile.kup (added) * trunk/src/VBox/Runtime/common/asn1/asn1-basics.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-cursor.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-default-allocator.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-dump.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-encode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-bitstring-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-bitstring-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-bitstring.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-boolean-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-boolean-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-boolean.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-core-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-core-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-core.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-dyntype-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-dyntype.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-integer-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-integer-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-integer.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-null-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-null.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-objid-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-objid-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-objid.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-octetstring-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-octetstring-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-octetstring.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-string-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-string-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-string-template2.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-string.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-decode.cpp (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-template.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-time-template2.h (added) * trunk/src/VBox/Runtime/common/asn1/asn1-ut-time.cpp (added) * trunk/src/VBox/Runtime/common/checksum/md2.cpp (added) * trunk/src/VBox/Runtime/common/checksum/md2str.cpp (added) * trunk/src/VBox/Runtime/common/crypto (added) * trunk/src/VBox/Runtime/common/crypto/Makefile.kup (added) * trunk/src/VBox/Runtime/common/crypto/RTCrStoreCertAddFromFile.cpp (added) * trunk/src/VBox/Runtime/common/crypto/digest-builtin.cpp (added) * trunk/src/VBox/Runtime/common/crypto/digest-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/iprt-openssl.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pemfile.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-asn1-decoder.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-init.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-sanity.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-template.h (added) * trunk/src/VBox/Runtime/common/crypto/pkcs7-verify.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkix-signature-builtin.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkix-signature-builtin.h (added) * trunk/src/VBox/Runtime/common/crypto/pkix-signature-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkix-signature-rsa.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkix-util.cpp (added) * trunk/src/VBox/Runtime/common/crypto/pkix-verify.cpp (added) * trunk/src/VBox/Runtime/common/crypto/rsa-asn1-decoder.cpp (added) * trunk/src/VBox/Runtime/common/crypto/rsa-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/rsa-init.cpp (added) * trunk/src/VBox/Runtime/common/crypto/rsa-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/rsa-sanity.cpp (added) * trunk/src/VBox/Runtime/common/crypto/rsa-template.h (added) * trunk/src/VBox/Runtime/common/crypto/spc-asn1-decoder.cpp (added) * trunk/src/VBox/Runtime/common/crypto/spc-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/spc-init.cpp (added) * trunk/src/VBox/Runtime/common/crypto/spc-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/spc-sanity.cpp (added) * trunk/src/VBox/Runtime/common/crypto/spc-template.h (added) * trunk/src/VBox/Runtime/common/crypto/store-inmem.cpp (added) * trunk/src/VBox/Runtime/common/crypto/store-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/store.cpp (added) * trunk/src/VBox/Runtime/common/crypto/taf-asn1-decoder.cpp (added) * trunk/src/VBox/Runtime/common/crypto/taf-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/taf-init.cpp (added) * trunk/src/VBox/Runtime/common/crypto/taf-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/taf-sanity.cpp (added) * trunk/src/VBox/Runtime/common/crypto/taf-template.h (added) * trunk/src/VBox/Runtime/common/crypto/x509-asn1-decoder.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-certpaths.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-core.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-file.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-init.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-internal.h (added) * trunk/src/VBox/Runtime/common/crypto/x509-sanity.cpp (added) * trunk/src/VBox/Runtime/common/crypto/x509-template.h (added) * trunk/src/VBox/Runtime/common/crypto/x509-verify.cpp (added) * trunk/src/VBox/Runtime/common/err/errinfo-alloc.cpp (added) * trunk/src/VBox/Runtime/common/err/errinfo.cpp (modified) * trunk/src/VBox/Runtime/common/err/errmsg.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/Makefile.kup (modified) * trunk/src/VBox/Runtime/common/ldr/ldr.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrELF.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrELFRelocatable.cpp.h (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/ldrMemory.cpp (modified) * trunk/src/VBox/Runtime/common/ldr/ldrNative.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/math/bignum.cpp (added) * trunk/src/VBox/Runtime/common/misc/sg.cpp (modified) * trunk/src/VBox/Runtime/common/string/RTStrPrintHexBytes.cpp (modified) * trunk/src/VBox/Runtime/common/string/RTUtf16Cat.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16CatAscii.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16CmpAscii.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16Copy.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16CopyAscii.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16End.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16ICmpAscii.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16NLen.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16NLenEx.cpp (added) * trunk/src/VBox/Runtime/common/string/RTUtf16PrintHexBytes.cpp (added) * trunk/src/VBox/Runtime/common/string/base64.cpp (modified) * trunk/src/VBox/Runtime/common/string/strncmp.asm (added) * trunk/src/VBox/Runtime/common/string/unidata-flags.cpp (added) * trunk/src/VBox/Runtime/common/string/unidata-lower.cpp (added) * trunk/src/VBox/Runtime/common/string/unidata-upper.cpp (added) * trunk/src/VBox/Runtime/common/string/unidata.cpp (deleted) * trunk/src/VBox/Runtime/common/string/uniread.cpp (modified) * trunk/src/VBox/Runtime/common/string/utf-16-case.cpp (added) * trunk/src/VBox/Runtime/common/string/utf-16-latin-1.cpp (added) * trunk/src/VBox/Runtime/common/string/utf-16.cpp (modified) * trunk/src/VBox/Runtime/common/string/utf-8-case.cpp (modified) * trunk/src/VBox/Runtime/common/string/utf-8-case2.cpp (added) * trunk/src/VBox/Runtime/generic/memsafer-generic.cpp (added) * trunk/src/VBox/Runtime/include/internal/iprt-openssl.h (added) * trunk/src/VBox/Runtime/include/internal/ldr.h (modified) * trunk/src/VBox/Runtime/include/internal/ldrPE.h (modified) * trunk/src/VBox/Runtime/nt/RTErrConvertFromNtStatus.cpp (modified) * trunk/src/VBox/Runtime/r0drv/nt/toxic-chkstk-r0drv-nt.asm (added) * trunk/src/VBox/Runtime/r3/nt/RTProcQueryParent-r3-nt.cpp (added) * trunk/src/VBox/Runtime/r3/posix/process-posix.cpp (modified) * trunk/src/VBox/Runtime/r3/stream.cpp (modified) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.c (deleted) * trunk/src/VBox/Runtime/r3/win/ntdll-mini-implib.def (modified) * trunk/src/VBox/Runtime/testcase/Makefile.kmk (modified) * trunk/src/VBox/Runtime/testcase/tstRTBigNum.cpp (added) * trunk/src/VBox/Runtime/testcase/tstRTLdrVerifyPeImage.cpp (added) * trunk/src/VBox/Runtime/tools/Makefile.kmk (modified) * trunk/src/VBox/Runtime/tools/RTSignTool.cpp (added) * trunk/src/VBox/Runtime/win/RTErrConvertFromWin32.cpp (modified) * trunk/src/VBox/Runtime/win/errmsgwin.cpp (modified) * trunk/src/bldprogs/bin2c.c (modified) * trunk/src/recompiler/Makefile.kmk (modified) * trunk/tools/bin/gen-slickedit-workspace.sh (modified) Merged in iprt++ dev branch. Mon, 30 Jun 2014 18:14:13 GMT vboxsync [51765] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main/src-client: fix SEGFAULT when returning USB devices and Shared ... Mon, 30 Jun 2014 12:14:09 GMT vboxsync [51764] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) don't insist on the presence of the crypt lib Mon, 30 Jun 2014 09:31:20 GMT vboxsync [51762] * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: legacy video accel lock fixes, do not call VGA under the ... Fri, 27 Jun 2014 22:38:09 GMT vboxsync [51754] * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Storage/VD.cpp (modified) Main,DrvVD,VD: Implement support for VD plugins from extension packs Fri, 27 Jun 2014 21:03:59 GMT vboxsync [51753] * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) Fix comment Fri, 27 Jun 2014 20:59:43 GMT vboxsync [51752] * trunk/include/VBox/vd-ifs.h (modified) * trunk/include/VBox/vmm/pdmifs.h (modified) * trunk/src/VBox/Devices/Storage/DrvVD.cpp (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Storage,DrvVD,Main: Redo the way secret keys are passed from Main to ... Fri, 27 Jun 2014 12:05:33 GMT vboxsync [51745] * trunk/src/VBox/Main/src-server/VirtualBoxImpl.cpp (modified) Main: skip invalid Machine records when walking over VirtualBox.xml. Fri, 27 Jun 2014 09:16:05 GMT vboxsync [51743] * trunk/src/VBox/Main/src-server/win/USBProxyServiceWindows.cpp (modified) Main/src-server/win/USBProxyServiceWindows.cpp: delete commented out ... Thu, 26 Jun 2014 11:04:00 GMT vboxsync [51737] * trunk/src/VBox/Main/src-server/win/svcmain.cpp (modified) Main/src-server/win/svcmain.cpp: on Windows (with working file ... Wed, 25 Jun 2014 08:33:37 GMT vboxsync [51724] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: removed obsolete g_StatDisplayRefresh. Mon, 23 Jun 2014 11:23:59 GMT vboxsync [51687] * trunk/include/VBox/com/Guid.h (modified) * trunk/src/VBox/Main/include/ProgressImpl.h (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) * trunk/src/VBox/Main/src-all/ProgressImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-server/ProgressProxyImpl.cpp (modified) Main/Guid+Progress: big cleanup of Guid.h and some Progress cleanup, ... Fri, 20 Jun 2014 14:17:09 GMT vboxsync [51678] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: disabled source bitmap update, need to fix locking first. Thu, 19 Jun 2014 15:12:30 GMT vboxsync [51670] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h (modified) * trunk/src/VBox/GuestHost/OpenGL/include/cr_server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserver/crservice.cpp (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server.h (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c (modified) * trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_presenter.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main,Frontends: use safearray for IFramebuffer::Notify3DEvent Wed, 18 Jun 2014 21:43:22 GMT vboxsync [51656] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: workaround for a deadlock in AttachFramebuffer Wed, 18 Jun 2014 11:06:06 GMT vboxsync [51643] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/vmm/gim.h (modified) * trunk/include/VBox/vmm/hm_vmx.h (modified) * trunk/include/VBox/vmm/tm.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/src/VBox/Devices/GIMDev/GIMDev.cpp (modified) * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) * trunk/src/VBox/VMM/Makefile.kmk (modified) * trunk/src/VBox/VMM/VMMAll/EMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/GIMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp (modified) * trunk/src/VBox/VMM/VMMAll/PGMAllPhys.cpp (modified) * trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GIMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GIMR0Hv.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp (modified) * trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/HM.cpp (modified) * trunk/src/VBox/VMM/include/GIMHvInternal.h (modified) * trunk/src/VBox/VMM/include/GIMInternal.h (modified) * trunk/src/VBox/VMM/include/HMInternal.h (modified) * trunk/src/VBox/VMM/testcase/tstVMStructSize.cpp (modified) VMM/GIM: More bits for Hyper-V implementation. Wed, 18 Jun 2014 04:18:05 GMT vboxsync [51642] * trunk/src/VBox/Devices/Network/slirp/slirp_dns.c (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Main/src-client/VMMDevInterface.cpp (modified) LogRel nits. Wed, 18 Jun 2014 04:02:46 GMT vboxsync [51639] * trunk/src/VBox/Devices/Audio/audio.c (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) LogRel cosmetics/consistency. Tue, 17 Jun 2014 12:52:44 GMT vboxsync [51630] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) Main/Console: fix severe BSTR vs. Bstr related regressions from ... Tue, 17 Jun 2014 10:33:46 GMT vboxsync [51627] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) IDisplay::SetFramebufferUpdateMode and IFramebuffer::NotifyUpdateImage. Mon, 16 Jun 2014 10:20:15 GMT vboxsync [51620] * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD: Autocallers, locking. Fri, 13 Jun 2014 08:07:30 GMT vboxsync [51616] * trunk/src/VBox/Main/testcase/tstMouseImpl.cpp (modified) tstMouseImpl: another fix Fri, 13 Jun 2014 08:01:09 GMT vboxsync [51615] * trunk/src/VBox/Main/testcase/tstMouseImpl.cpp (modified) repaired tstMouseImpl Thu, 12 Jun 2014 17:00:55 GMT vboxsync [51614] * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) 6813 Use of server side API wrapper code - ConsoleImpl.cpp - vn3 Thu, 12 Jun 2014 16:54:08 GMT vboxsync [51613] * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/xpcom/module.cpp (modified) 6813 Use of server side API wrapper code - ConsoleImpl.cpp - vn2 Thu, 12 Jun 2014 16:46:20 GMT vboxsync [51612] * trunk/src/VBox/Main/include/BusAssignmentManager.h (modified) * trunk/src/VBox/Main/include/ConsoleImpl.h (modified) * trunk/src/VBox/Main/src-all/ExtPackManagerImpl.cpp (modified) * trunk/src/VBox/Main/src-client/AudioSnifferInterface.cpp (modified) * trunk/src/VBox/Main/src-client/BusAssignmentManager.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleImplTeleporter.cpp (modified) * trunk/src/VBox/Main/src-client/ConsoleVRDPServer.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestCtrlPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestSessionImplTasks.cpp (modified) * trunk/src/VBox/Main/src-client/KeyboardImpl.cpp (modified) * trunk/src/VBox/Main/src-client/MouseImpl.cpp (modified) * trunk/src/VBox/Main/src-client/Nvram.cpp (modified) * trunk/src/VBox/Main/src-client/PCIRawDevImpl.cpp (modified) * trunk/src/VBox/Main/src-client/RemoteUSBBackend.cpp (modified) * trunk/src/VBox/Main/src-client/SessionImpl.cpp (modified) * trunk/src/VBox/Main/src-client/UsbCardReader.cpp (modified) * trunk/src/VBox/Main/src-client/UsbWebcamInterface.cpp (modified) * trunk/src/VBox/Main/src-client/VMMDevInterface.cpp (modified) * trunk/src/VBox/Main/src-client/xpcom/module.cpp (modified) 6813 Use of server side API wrapper code - ConsoleImpl.cpp Thu, 12 Jun 2014 11:40:18 GMT vboxsync [51611] * trunk/src/VBox/Main/src-all/win/comregister.cmd (modified) Old 4NT versions cannot handle ProgramFiles(x86), changed the test. Thu, 12 Jun 2014 10:40:59 GMT vboxsync [51610] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Reverted r94341: too early. Wed, 11 Jun 2014 15:07:56 GMT vboxsync [51607] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) gcc warning Wed, 11 Jun 2014 14:54:11 GMT vboxsync [51606] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main,Frontends: IFramebuffer::NotifyUpdateImage Wed, 11 Jun 2014 12:57:05 GMT vboxsync [51605] * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp (modified) * trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.h (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp (modified) * trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.h (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main,Frontends: removed obsolete IFramebuffer methods: Address, ... Wed, 11 Jun 2014 12:16:51 GMT vboxsync [51604] * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: removed obsolete mLast* fields. Wed, 11 Jun 2014 11:59:20 GMT vboxsync [51603] * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: removed obsolete framebuffer resize handling. Wed, 11 Jun 2014 09:44:55 GMT vboxsync [51601] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/idl/apiwrap-server.xsl (modified) Main/Machine: fix regression (lack of AutoLimitedCaller) due to ... Mon, 09 Jun 2014 09:45:16 GMT vboxsync [51578] * trunk/src/VBox/Devices/Storage/DrvHostBase.cpp (modified) * trunk/src/VBox/Main/src-server/darwin/iokit.cpp (modified) Mac OS X host: improve support for host optical drives; add support ... Sat, 07 Jun 2014 19:25:04 GMT vboxsync [51572] * trunk/src/VBox/Main/src-all/win/comregister.cmd (modified) comregister.cmd: don't install the proxy stub on XP and W2K3. Fri, 06 Jun 2014 11:51:41 GMT vboxsync [51567] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) 6813 MachineImpl.cpp server side com wrapper API useage - further fix Fri, 06 Jun 2014 05:17:02 GMT vboxsync [51560] * trunk/include/VBox/err.h (modified) * trunk/include/VBox/log.h (modified) * trunk/include/VBox/vmm/gim.h (modified) * trunk/include/VBox/vmm/hm.h (modified) * trunk/include/VBox/vmm/vm.h (modified) * trunk/include/VBox/vmm/vm.mac (modified) * trunk/src/VBox/Devices/GIMDev (added) * trunk/src/VBox/Devices/Makefile.kmk (modified) * trunk/src/VBox/Devices/build/VBoxDD.cpp (modified) * trunk/src/VBox/Devices/build/VBoxDD.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp (modified) * trunk/src/VBox/VMM/VMMAll/GIMAll.cpp (modified) * trunk/src/VBox/VMM/VMMAll/GIMAllHv.cpp (modified) * trunk/src/VBox/VMM/VMMAll/HMAll.cpp (modified) * trunk/src/VBox/VMM/VMMR0/GIMR0.cpp (added) * trunk/src/VBox/VMM/VMMR0/GIMR0Hv.cpp (added) * trunk/src/VBox/VMM/VMMR0/HMR0.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIM.cpp (modified) * trunk/src/VBox/VMM/VMMR3/GIMHv.cpp (modified) * trunk/src/VBox/VMM/VMMR3/VM.cpp (modified) * trunk/src/VBox/VMM/include/GIMHvInternal.h (modified) * trunk/src/VBox/VMM/include/GIMInternal.h (modified) VMM/GIM: Mapping of GIM MMIO2 regions and Hyper-V provider work. Thu, 05 Jun 2014 14:38:31 GMT vboxsync [51556] * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp (modified) * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/GuestDirectoryImpl.h (modified) * trunk/src/VBox/Main/include/GuestDnDPrivate.h (modified) * trunk/src/VBox/Main/include/GuestDnDSourceImpl.h (modified) * trunk/src/VBox/Main/include/GuestDnDTargetImpl.h (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDSourceImpl.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDTargetImpl.cpp (modified) DnD: Added support for dynamically managing formats on the host. Thu, 05 Jun 2014 13:17:41 GMT vboxsync [51553] * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main: removed obsolete SetFramebuffer method. Thu, 05 Jun 2014 12:33:13 GMT vboxsync [51552] * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main: removed obsolete GetFramebuffer, updateDisplayData methods. Thu, 05 Jun 2014 12:09:12 GMT vboxsync [51551] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) Main: removed obsolete RequestResize, ResizeCompleted methods. Thu, 05 Jun 2014 08:35:17 GMT vboxsync [51545] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: notify framebuffer about VM shutdown, reuse current values. Wed, 04 Jun 2014 20:23:09 GMT vboxsync [51538] * trunk/src/VBox/Main/src-all/Global.cpp (modified) Main/OSType: fixed typo for Win81 OS types Wed, 04 Jun 2014 15:46:56 GMT vboxsync [51534] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) main/crOpenGL: fix racing Wed, 04 Jun 2014 12:11:43 GMT vboxsync [51529] * trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDnD.cpp (modified) * trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp (modified) * trunk/src/VBox/Main/src-client/GuestDnDPrivate.cpp (modified) DnD: Removed obsolete COMPOUND_TEXT; spaces. Wed, 04 Jun 2014 10:50:38 GMT vboxsync [51527] * trunk/src/VBox/Main/idl/VirtualBox.xidl (modified) Main: Documentation. Wed, 04 Jun 2014 08:32:22 GMT vboxsync [51525] * trunk/src/VBox/Main/include/DisplayImpl.h (modified) * trunk/src/VBox/Main/src-client/ConsoleImpl.cpp (modified) * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: notify framebuffer about VM shutdown. Tue, 03 Jun 2014 14:36:21 GMT vboxsync [51513] * trunk/src/VBox/Main/src-client/DisplayImpl.cpp (modified) DisplayImpl: should work without attached framebuffer. Tue, 03 Jun 2014 14:25:50 GMT vboxsync [51512] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) 6813 - MachineImpl use of server side wrappers - vn 4 - bugfix Tue, 03 Jun 2014 09:28:52 GMT vboxsync [51506] * trunk/src/VBox/Main/src-server/MachineImpl.cpp (modified) 6813 - MachineImpl use of server side wrappers - vn 3 - ... Mon, 02 Jun 2014 21:55:05 GMT vboxsync [51502] * trunk/src/VBox/Main/idl/doxygen.xsl (modified) same for


Mon, 02 Jun 2014 21:48:07 GMT vboxsync [51501]
	* trunk/src/VBox/Main/idl/doxygen.xsl (modified)

	Main/doxygen: fix 
    /