VirtualBox

source: vbox/trunk/src/VBox/Main/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26238   15 years vboxsync Main: remove more dead code
(edit) @26186   15 years vboxsync Main: coding style fixes
(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) @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) @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) @26088   15 years vboxsync Main: debugging notes, coding style
(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) @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) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25930   15 years vboxsync Main: remove separate snapshots tree lock, have snapshots list use …
(edit) @25903   15 years vboxsync Main: make restoreSnapshot() work with the lock validator; take …
(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) @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) @25861   15 years vboxsync Main: windows build fix
(edit) @25859   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(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) @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) @25826   15 years vboxsync VBoxNetAdpCtl, Main/NetIf: multiple vboxnet instance fixes for Solaris.
(edit) @25813   15 years vboxsync Main: move AutoLock classes to glue
(edit) @25809   15 years vboxsync Main: adjust lock validation code to use IPRT lock validation, first …
(edit) @25728   15 years vboxsync *: Use RTMSINTERVAL for timeouts.
(edit) @25698   15 years vboxsync FreeBSD: Use the old TAP code when bridging to a TAP device and set …
(edit) @25672   15 years vboxsync introduced VBoxManage modifyvm --rtcuseutc
(edit) @25642   15 years vboxsync DOXYGEN -> DOXYGEN_RUNNING.
(edit) @25408   15 years vboxsync Main/Locking: fix regression in AutoMultiWriteLock that caused …
(edit) @25349   15 years vboxsync iprt/ministring_cpp.h -> iprt/cpp/ministring.h
(edit) @25348   15 years vboxsync iprt/xml_cpp.h -> iprt/cpp/xml.h
(edit) @25326   15 years vboxsync Main/Machine+MediumAttachment: fix loading the passthrough setting
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25289   15 years vboxsync Main: preparation for deadlock detection: remove obsolete method
(edit) @25288   15 years vboxsync Main: preparation for deadlock detection: make lock instance data …
(edit) @25287   15 years vboxsync Main: preparation for deadlock detection: flatten LockHandle …
(edit) @25286   15 years vboxsync Main: preparation for deadlock detection: remove AutoMultiLock* template
(edit) @25285   15 years vboxsync Main: preparation for deadlock detection: convert AutoMultiWriteLock*: …
(edit) @25284   15 years vboxsync Main: preparation for deadlock detection: add AutoWriterLockBase in …
(edit) @25283   15 years vboxsync Main: preparation for deadlock detection: add handles vector to …
(edit) @25282   15 years vboxsync Main: preparation for deadlock detection: move more logic to AutoLockBase
(edit) @25281   15 years vboxsync Main: preparation for deadlock detection: make AutoLockBase data …
(edit) @25280   15 years vboxsync Main: preparation for deadlock detection: prohibit recursive locking …
(edit) @25279   15 years vboxsync Main: preparation for deadlock detection: clean up autolock classes
(edit) @25256   15 years vboxsync Main: MediumImpl must support IDispatch
(edit) @25203   15 years vboxsync Main: make SerialPort instance data private and make it use the XML …
(edit) @25202   15 years vboxsync Main: make ParallelPort instance data private and make it use the XML …
(edit) @25201   15 years vboxsync Main: make BIOSSettings instance data private and make it use the XML …
(edit) @25200   15 years vboxsync Main: make MediumAttachment instance data private
(edit) @25198   15 years vboxsync Main: make StorageController instance data private
(edit) @25197   15 years vboxsync Main: less includes
(edit) @25194   15 years vboxsync Main: stop USBController from being a VirtualBoxBaseWithChildren; make …
(edit) @25184   15 years vboxsync Main: bring back r55600 with fix for broken machine creation
(edit) @25182   15 years vboxsync Backed out 55600; unable to create new VMs
(edit) @25172   15 years vboxsync Main: export
(edit) @25170   15 years vboxsync Main: rework VirtualBox implemenation to no longer use …
(edit) @25152   15 years vboxsync Main: kill VirtualBoxBaseWithTypedChildren template and rework Medium …
(edit) @25151   15 years vboxsync Main: cleanup: std::list< ComOBjPtr<Medium> > typedefs
(edit) @25150   15 years vboxsync Main: build fix
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @25145   15 years vboxsync Main: remove dead assert macro code
(edit) @25098   15 years vboxsync Main/NetworkAdapter: fix NULL handling in NAT network attribute
(edit) @25069   15 years vboxsync HGSMI/VBVA: enable VRDP commands only if there are connected RDP …
(edit) @25052   15 years vboxsync HGSMI/VBVA: enable VRDP commands only if there are connected RDP clients.
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @24969   15 years vboxsync Main,VBoxManage: Check for timeout in the progress object (simple …
(edit) @24961   15 years vboxsync Main: Added a timeout property to IProgress that can be used to …
(edit) @24934   15 years vboxsync Main: Logging.
(edit) @24933   15 years vboxsync Main: Logging.
(edit) @24931   15 years vboxsync DisplayImpl: VBVA lock (xTracker 4463).
(edit) @24924   15 years vboxsync More VBVA lock code (disabled, xTracker 4463)
(edit) @24899   15 years vboxsync Main: Fixed VM power of during teleportation.
(edit) @24890   15 years vboxsync DisplayImpl: VBVA lock (incomplete, xTracker 4463).
(edit) @24874   15 years vboxsync Main,VMM,VBoxManage: Added a parameter to IConsole::Teleport for …
(edit) @24858   15 years vboxsync EFI: more bitness work
(edit) @24703   15 years vboxsync Main,GuestProperties: Moved the HGCM shutdown down after we've powered …
(edit) @24663   15 years vboxsync MachineImpl.cpp: Some reviewing / fussing / optimizing of the guest …
(edit) @24655   15 years vboxsync VirtualBoxBase.h: new may throw std::bad_alloc, so don't assing …
(edit) @24654   15 years vboxsync VirtualBoxBase.h: new may throw std::bad_alloc, so don't assing …
(edit) @24618   15 years vboxsync Added Global::vboxStatusCodeFromCOM (and Global::vboxStatusCodeToCOM), …
(edit) @24599   15 years vboxsync EFI: Main work for additional firmware types and presence checks
(edit) @24579   15 years vboxsync Main/Console: fix taking snapshots of a VM with several hard disk …
(edit) @24563   15 years vboxsync Main/MediumImpl: dead code
(edit) @24558   15 years vboxsync Main: Teleport to local process with disks attached. Delays the …
(edit) @24539   15 years vboxsync Saved state screenshot API (xTracker 4364).
(edit) @24526   15 years vboxsync OVF: fix import and export of floppy and DVD attachments broken by …
(edit) @24511   15 years vboxsync Main/MediumAttchment: back out API change which changed the return …
(edit) @24493   15 years vboxsync API/Machine,Session: add a force mount parameter to MountMedium and …
(edit) @24490   15 years vboxsync Saved state screenshot API stubs (xTracker 4364).
Note: See TracRevisionLog for help on using the revision log.

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