VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26193   15 years vboxsync Main: fix r56875 which broke Machine::GetSnapshot(NULL) which is …
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @26177   15 years vboxsync *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
(edit) @26176   15 years vboxsync VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, …
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26171   15 years vboxsync Main: get rid of Backupable<>::hasActualChanges and the operator== in …
(edit) @26167   15 years vboxsync Main: get rid of isModified() loops in Machine and subclasses; …
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @26156   15 years vboxsync Main: get rid of isReallyChanged() voodoo in Machine and subclasses; …
(edit) @26154   15 years vboxsync Main/Debugger: set a meaningful error message if machine is not running.
(edit) @26128   15 years vboxsync Main/Performance: Another burn fix.
(edit) @26126   15 years vboxsync Main/Performance: Burn fix.
(edit) @26122   15 years vboxsync Main/Performance: Use iprt::MiniString instead of std::string.
(edit) @26118   15 years vboxsync Main/ConsoleImpl2: Include pdmapi.h.
(edit) @26112   15 years vboxsync PDM,UsbMsd,++: Resumed hacking the MSD code.
(edit) @26109   15 years vboxsync EFI: allow passing boot args via extradata
(edit) @26098   15 years vboxsync Branding: two more (C) year
(edit) @26089   15 years vboxsync Branding: Moved the Product & Vendor strings to kBuild, so it could be …
(edit) @26088   15 years vboxsync Main: debugging notes, coding style
(edit) @26084   15 years vboxsync Main: fix locking order violation when loading USB filters
(edit) @26068   15 years vboxsync back out Main/Session+Console hack introducing full/reduced console
(edit) @26067   15 years vboxsync Main/Session+Console: By default, create a console with no sub-objects …
(edit) @26051   15 years vboxsync Main: fix assertion while taking offline snapshot
(edit) @26046   15 years vboxsync Main: move Auto*StateDependency templates out of MachineImpl.h
(edit) @26044   15 years vboxsync Main: move Host::Get{DVD|Floppy}Drives implementation into …
(edit) @26043   15 years vboxsync Enable nested paging by default for new VMs
(edit) @26042   15 years vboxsync Main: fix assertion and locking order violation registering ISO/RAW images
(edit) @26034   15 years vboxsync VBOX_VENDOR, VBOX_PRODUCT
(edit) @26030   15 years vboxsync Main/Media: fix construction of CFGM tree when taking snapshots
(edit) @26023   15 years vboxsync webservices: some warnings.
(edit) @26004   15 years vboxsync png_write_data_fn: another (uint32_t) cast to shut up MSC, added …
(edit) @26002   15 years vboxsync build fix.
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25998   15 years vboxsync Extra comment (todo)
(edit) @25997   15 years vboxsync Fixed assumption that GetSnapshot by name would fail; previous broken …
(edit) @25991   15 years vboxsync iokit.cpp: -Wshadow
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25981   15 years vboxsync pdmifs.h: yet another batch of refactored interface ID code.
(edit) @25974   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25973   15 years vboxsync Prevent HGCM thread leak (xTracker 4617)
(edit) @25971   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25969   15 years vboxsync pdmifs.h: Converted the mouse interface ids. Committing early to see …
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25950   15 years vboxsync $(QUIET)
(edit) @25946   15 years vboxsync *: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
(edit) @25944   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25939   15 years vboxsync Main: remove LOCKCLASS_USBPROXYSERVICE
(edit) @25936   15 years vboxsync Main: make deleteSnapshot() work with the lock validator
(edit) @25930   15 years vboxsync Main: remove separate snapshots tree lock, have snapshots list use …
(edit) @25927   15 years vboxsync OVF: rework of r56747
(edit) @25919   15 years vboxsync Main/ApplianceImpl: fixed incorrect throw
(edit) @25913   15 years vboxsync Main: fix missing cleanup of snapshots in Machine destructor (causes …
(edit) @25907   15 years vboxsync Main: fix regression from today that media registry was not saved …
(edit) @25906   15 years vboxsync Main: remove the evil Auto*Lock*::maybeEnter() function which is no …
(edit) @25905   15 years vboxsync Main: build fix
(edit) @25904   15 years vboxsync Use settings version 1.10 for CPU hotplugging
(edit) @25903   15 years vboxsync Main: make restoreSnapshot() work with the lock validator; take …
(edit) @25902   15 years vboxsync Build fix
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25894   15 years vboxsync Main: less locks: use the same lock for several lists
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25892   15 years vboxsync Main/xml: always write passthrough setting to xml, even if it's false
(edit) @25890   15 years vboxsync AutoLock.cpp: build fix
(edit) @25888   15 years vboxsync Main: split up huge Medium task thread function, part 4 (done)
(edit) @25887   15 years vboxsync Main: split up huge Medium task thread function, part 3
(edit) @25886   15 years vboxsync Main: split up huge Medium task thread function, part 2
(edit) @25882   15 years vboxsync Main: split up huge Medium task thread function, part 1
(edit) @25881   15 years vboxsync Main: remove unused and broken autolock code
(edit) @25880   15 years vboxsync Main: more locking order validation fixes
(edit) @25867   15 years vboxsync try to fix mac-ose
(edit) @25861   15 years vboxsync Main: windows build fix
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25859   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25843   15 years vboxsync Main: fix deadlock candidates detected by lock validator
(edit) @25842   15 years vboxsync Main: lock validation adjustments
(edit) @25841   15 years vboxsync VBoxNet (host-only): Revised version of r56609, GUI now uses proper …
(edit) @25839   15 years vboxsync Main: Process extra data keys after the ACPI device was created …
(edit) @25836   15 years vboxsync Main: locking order fixes; GUI comes up now with strict locking enabled
(edit) @25834   15 years vboxsync Main: finish integration of Main lock validation with IPRT; only …
(edit) @25829   15 years vboxsync Solaris/Main/VBoxNet: use different network for auto vboxnet IP assigning.
(edit) @25827   15 years vboxsync ConsoleImpl2: comment typo.
(edit) @25826   15 years vboxsync VBoxNetAdpCtl, Main/NetIf: multiple vboxnet instance fixes for Solaris.
(edit) @25819   15 years vboxsync FreeBSD: Add support for PulseAudio. Contributed by Noriyoshi Kawano …
(edit) @25813   15 years vboxsync Main: move AutoLock classes to glue
(edit) @25812   15 years vboxsync Main: back out r56580 partially which broke VirtualBox startup
(edit) @25810   15 years vboxsync OSE build fix
(edit) @25809   15 years vboxsync Main: adjust lock validation code to use IPRT lock validation, first …
(edit) @25789   15 years vboxsync Main: build fix
(edit) @25786   15 years vboxsync Main: fix broken rollback in OVF error handling code (any error in …
(edit) @25783   15 years vboxsync typo.
(edit) @25761   15 years vboxsync webserivces/Makefile.kmk: More -Wno-shadow.
(edit) @25758   15 years vboxsync webservice/Makefile.kmk: -Wno-shadow for soapC-*.cpp
(edit) @25749   15 years vboxsync Main: removed obsolete code
(edit) @25748   15 years vboxsync iprt/cdefs,*: Use RT_LOCK_STRICT and RT_LOCK_STRICT_ORDER for …
(edit) @25746   15 years vboxsync NetIf-win.cpp: Removed dead code.
(edit) @25736   15 years vboxsync Main: Forward locking location info to the IPRT API. Added a todo with …
(edit) @25729   15 years vboxsync Main/XML: always write localOrUTC attribute
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