VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @59807   9 years vboxsync backed out r105688
(edit) @59806   9 years vboxsync restored old vboxapi.py
(edit) @59798   9 years vboxsync re-applied the Python 3 changes which were backed out in r105674 sans …
(edit) @59795   9 years vboxsync temporarily back out the recent Python 3 changes (r105649, r105645, …
(edit) @59787   9 years vboxsync Main/include/ConsoleImpl.h: VMTask is a class, not a struct.
(edit) @59786   9 years vboxsync Warning.
(edit) @59769   9 years vboxsync PyXPCOM: port to make it compatible with Python 3 (minimum supported …
(edit) @59763   9 years vboxsync Main/USBIdDatabaseGenerator: gcc format warnings
(edit) @59760   9 years vboxsync Main: shadowed variable
(edit) @59758   9 years vboxsync ApplianceImplImport.cpp: Inserted read ahead threads into the source …
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59736   9 years vboxsync USBIdDatabaseGenerator: Turns out it's possible to parse usb.ids …
(edit) @59735   9 years vboxsync USBIdDatabaseGenerator: Inline the generated source code strings - …
(edit) @59734   9 years vboxsync USBIdDatabaseGenerator: Reduced the string copying during parsing.
(edit) @59733   9 years vboxsync USBIdDatabaseGenerator: Share code with oiddb2c.
(edit) @59691   9 years vboxsync ApplianceImplImport.cpp: Use RTCrPkixPubKeyVerifySignedDigest so we …
(edit) @59683   9 years vboxsync ApplianceImpl: Only warn if we cannot root a certificate (compare …
(edit) @59679   9 years vboxsync ApplianceImpl: Signature and certificate validation updates.
(edit) @59671   9 years vboxsync Main: Appliance::i_readTailProcessing: Sketched out how to validate …
(edit) @59669   9 years vboxsync ApplianceImplImport.cpp: started on certificate validation.
(edit) @59655   9 years vboxsync windows build fix
(edit) @59654   9 years vboxsync webservice: drop Weblog()
(edit) @59651   9 years vboxsync fix
(edit) @59650   9 years vboxsync webservice: cleanup
(edit) @59645   9 years vboxsync webservice/vboxweb: be a bit more verbose when logging AuthResult, …
(edit) @59626   9 years vboxsync ApplianceImplImport.cpp: Use RTCrPemFindFirstSectionInContent.
(edit) @59622   9 years vboxsync ApplianceImplImport.cpp: Solaris build fix.
(edit) @59621   9 years vboxsync ApplianceImplImport.cpp,++: Pushed the IPRT VFS stuff futher down, …
(edit) @59596   9 years vboxsync DisplayImpl: initialize mcRectVisibleRegion member
(edit) @59591   9 years vboxsync nit
(edit) @59590   9 years vboxsync Appliance::i_taskThreadImportOrExport: wrong status codes for …
(edit) @59589   9 years vboxsync Appliance::read: Simpler.
(edit) @59588   9 years vboxsync Appliance::read: Return errors, don't return S_OK and no progress …
(edit) @59587   9 years vboxsync Appliance::i_readImpl: task is always NULL in the catch.
(edit) @59586   9 years vboxsync Appliance::i_readImpl: Either throw errors or return them, don't do …
(edit) @59582   9 years vboxsync ApplianceImplImport.cpp: Simplifications.
(edit) @59578   9 years vboxsync Main: Removed the VBOX_WITH_S3 code because we haven't maintained it …
(edit) @59577   9 years vboxsync Main: Removed the VBOX_WITH_S3 code because we haven't maintained it …
(edit) @59576   9 years vboxsync i_readFSOVF,i_readFSImpl: Rewrote the digest detection in i_readFSOVF …
(edit) @59571   9 years vboxsync Main(bugref:7809): Moved driver version reporting from VBox.log to …
(edit) @59567   9 years vboxsync RTManifestSetAttr,RTManifestEntrySetAttr: Allow the attribute name to …
(edit) @59566   9 years vboxsync VBoxProxyStub.c: duh2
(edit) @59565   9 years vboxsync Appliance::i_importFSOVF: Typo, should use RTManifestEntrySetAttr not …
(edit) @59564   9 years vboxsync Appliance::i_importFSOVF: Typo, should use RTManifestEntrySetAttr not …
(edit) @59562   9 years vboxsync VBoxProxyStub.c: build fix.
(edit) @59561   9 years vboxsync VBoxProxyStub.c: Adjusted assertions to ignore ERROR_ACCESS_DENIED in …
(edit) @59555   9 years vboxsync ApplianceImpl: Use the other manifest API to do verification.
(edit) @59553   9 years vboxsync ovfreader.cpp: Adjusted AHCI acceptance weirdness so it can handle …
(edit) @59491   9 years vboxsync Main/webservice: Drop Python ZSI 1.x backwards compatibility. It is …
(edit) @59488   9 years vboxsync websrv-python.xsl: limit array handling in attribute setters to the …
(edit) @59487   9 years vboxsync websrv-python.xsl: improved fix of safearray handling in attribute setters
(edit) @59486   9 years vboxsync websrv-python.xsl: fixed safearray handling of attribute setters
(edit) @59485   9 years vboxsync Main/webservice: fix 5.0.0 regression breaking the python webservice …
(edit) @59475   9 years vboxsync Main: Fix crashes introduced after USB proxy service rework
(edit) @59473   9 years vboxsync FE/Qt: Qt5 migration (part 75): Preparing Qt5 tool: VBOXQT4GUI => …
(edit) @59464   9 years vboxsync Main: When refcounting NAT network usage, don't consider adapters …
(edit) @59454   9 years vboxsync bugref:7179. Added information about usage of ThreadTask class.
(edit) @59450   9 years vboxsync Main/Makefile.kmk: Wine/sdk build box workaround.
(edit) @59447   9 years vboxsync Main/Makefile.kmk: Corrected midl target version for non-proxy-stub …
(edit) @59438   9 years vboxsync Main/Makefile.kmk: oops, typo
(edit) @59437   9 years vboxsync Main/Makefile.kmk: Incremental build fix for VBOX_WITH_MIDL_PROXY_STUB.
(edit) @59436   9 years vboxsync iokit.cpp: Nits, try use IO_OBJECT_NULL.
(edit) @59424   9 years vboxsync VBoxCOM/VBoxProxyStub: Don't update COM registrations if there are …
(edit) @59422   9 years vboxsync VBoxProxyStub.c: Corrected VBPS_PROXY_STUB_FILE macro for 32-bit hosts.
(edit) @59419   9 years vboxsync DrvAudioVRDE.cpp: Fixed wrong casting (PVRDESTREAMIN -> …
(edit) @59418   9 years vboxsync Main,Installer/win: VBoxProxyStubLegacy for 32-bit windows as well - …
(edit) @59417   9 years vboxsync VBoxProxyStub.c: No 32-on-64 registration on 32-bit hosts. duh.
(edit) @59416   9 years vboxsync VBoxProxyStub.c: Corrected proxy stub dll name on 32-bit host.
(edit) @59407   9 years vboxsync Main/proxy: Build fix
(edit) @59393   9 years vboxsync VBoxProxyStub.c: Normal users aren't allowed to do COM registrations, …
(edit) @59392   9 years vboxsync VBoxProxyStub: Some adjustments to follow what MSI does rather than …
(edit) @59391   9 years vboxsync VBoxProxyStub.c: Ignore NdrDllUnregisterProxy return value …
(edit) @59389   9 years vboxsync Config.kmk,Main: VBOX_MIDL_PROXY_CLSID and corresponding …
(edit) @59387   9 years vboxsync Main/IDL: Move the IUSBDevice::backend attribute to the end. Though it …
(edit) @59385   9 years vboxsync VBoxProxyStub,comregister,glue: Added a second proxy dll for older …
(edit) @59383   9 years vboxsync IMachine: dropped the number of reservedAttributes from 14 to 12 in …
(edit) @59382   9 years vboxsync idl/midl.xsl: add 'proxy' attribute to the interfaces when …
(edit) @59381   9 years vboxsync Main,FE/Qt: Don't access the USB ID database for …
(edit) @59374   9 years vboxsync Main/iokit.cpp: Correctly determine the USB device state on El Capitan …
(edit) @59371   9 years vboxsync VBoxSVC: Don't include the registry changes when …
(edit) @59370   9 years vboxsync VBoxProxyStub.c: Redid the cleanup-registry-mess code that deals with …
(edit) @59369   9 years vboxsync VBoxC/dllmain,VBoxSVC/svcmain: Let VBoxProxyStub do all the …
(edit) @59368   9 years vboxsync VBoxCOM,VBoxSVC: Call VBoxProxyStub to gently update the MS COM …
(edit) @59367   9 years vboxsync VBoxProxyStub: Implemented the automatic registration update code.
(edit) @59365   9 years vboxsync comregister.cmd: Fixed another wow64 thing.
(edit) @59364   9 years vboxsync comregister.cmd: IF xx LSS y works differently in CMD and 4NT. Fixed a …
(edit) @59363   9 years vboxsync VBoxProxyStub: Work in progress.
(edit) @59353   9 years vboxsync vboxapi.py: s/type_/eType/g
(edit) @59341   9 years vboxsync Main/ExtPack: also mention that the version of the ExtPack might be …
(edit) @59340   9 years vboxsync ExtPackManagerImpl.cpp: Removed extpack version check as it is made …
(edit) @59339   9 years vboxsync ExtPackManagerImpl.cpp: Turns out there are more snaufs in the USB …
(edit) @59336   9 years vboxsync ExtPackManagerImpl.cpp: Refuse to load extpacks older than 4.3.16 …
(edit) @59332   9 years vboxsync nit
(edit) @59331   9 years vboxsync D'oh
(edit) @59330   9 years vboxsync Main/IOKit: Fixes for El Capitan, use the new IOUSBHostDevice class to …
(edit) @59327   9 years vboxsync Main/VBoxProxyStuf: Added a copy of the typelib to the proxy dlls. …
(edit) @59326   9 years vboxsync Main/Makefile.kmk: indent.
(edit) @59319   9 years vboxsync ExtPackManager.cpp/h: Fine to VMs running when installing an extpack, …
(edit) @59318   9 years vboxsync ThreadTask: Review/@todo
(edit) @59288   9 years vboxsync Main: fix for VBOX_WITH_VUSB disabled
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette