VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31892   14 years vboxsync OSE header fixes
(edit) @31891   14 years vboxsync Main: export USBProxyService and USBFilter to OSE
(edit) @31818   14 years vboxsync added HWVirtEx force property to API
(edit) @31814   14 years vboxsync Main: cleanup medium objects from media registry when machine object …
(edit) @31777   14 years vboxsync Main/Medium: Resize operation
(edit) @31772   14 years vboxsync events: explicit uninit method
(edit) @31745   14 years vboxsync Guest::setSupportedFeatures should take uint32_t arguments not (U)LONG64.
(edit) @31742   14 years vboxsync FT password
(edit) @31725   14 years vboxsync Fix warning when compiling in win64
(edit) @31718   14 years vboxsync Main: PNG screenshoting API
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
(edit) @31692   14 years vboxsync Cleaned up IGuest page fusion api
(edit) @31686   14 years vboxsync FT api update
(edit) @31685   14 years vboxsync FT api
(edit) @31676   14 years vboxsync Main/FE/Qt4: add initial OVA support
(edit) @31663   14 years vboxsync Main: header fixes
(edit) @31652   14 years vboxsync re-applied r64780
(edit) @31651   14 years vboxsync Main/HostHardwareLinux: switch the stl vectors to a C implementation
(edit) @31648   14 years vboxsync backed out r64780
(edit) @31644   14 years vboxsync Main/HostHardwareLinux: switch the stl vectors to a C implementation
(edit) @31625   14 years vboxsync Main: add a getter in IProgress for getting the current operation weight
(edit) @31615   14 years vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31595   14 years vboxsync Main: remove deprecated VirtualBox::createLegacyMachine() and …
(edit) @31574   14 years vboxsync Main: bring back boolean argument to IConsole::discardSavedState()
(edit) @31572   14 years vboxsync events: vacation-time idea of reusable events (for perfomance-critical …
(edit) @31568   14 years vboxsync Main: combine IVirtualBox::openHardDisk(), openDVDImage(), …
(edit) @31562   14 years vboxsync Main: merge IVirtualBox::FindHardDisk, GetHardDisk, FindDVDImage, …
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31482   14 years vboxsync Main: less string copying with media paths
(edit) @31479   14 years vboxsync Main: add registry machine methods
(edit) @31436   14 years vboxsync Guest Additions version lookup/status: Moved actual version string …
(edit) @31370   14 years vboxsync Main: cleanup machine renames, remove dead code
(edit) @31358   14 years vboxsync Main: convert more Medium and MediumFormat internals to Utf8Str
(edit) @31337   14 years vboxsync Main/Solaris: New DVD drive enumeration, works on Solaris 10 & Nevada. …
(edit) @31333   14 years vboxsync Main: rework new implementation of Machine::Unregister() and …
(edit) @31332   14 years vboxsync Support passing cpu priority change to a running guest.
(edit) @31308   14 years vboxsync Main: storage controller/attachment cleanup
(edit) @31307   14 years vboxsync Main: remove unused arg
(edit) @31306   14 years vboxsync Main: optimization
(edit) @31301   14 years vboxsync More resource control changes
(edit) @31300   14 years vboxsync Main: fix floppy/dvd breakage
(edit) @31296   14 years vboxsync Main: cleanup host drives management: do not return different IMedium …
(edit) @31287   14 years vboxsync Initial API changes for resource control (storage/network/cpu)
(edit) @31281   14 years vboxsync Main: one function instead of two for finding DVD and floppy images
(edit) @31279   14 years vboxsync Display: replaced floating point implementation of screenshot scaling …
(edit) @31273   14 years vboxsync Main: remove unused code
(edit) @31268   14 years vboxsync Main: fix for r63809
(edit) @31241   14 years vboxsync Removed use of interface version for IGuest::getAdditionsVersion, some …
(edit) @31236   14 years vboxsync Main: rename internal medium attach/detach methods
(edit) @31228   14 years vboxsync Main: beginnings of deleting all snapshots in Machine::Unregister() -- …
(edit) @31220   14 years vboxsync Main: rename IConsole::forgetSavedState() to discardSavedState()
(edit) @31219   14 years vboxsync Backed out r64225 for now.
(edit) @31218   14 years vboxsync Main: extend Machine::unregister() to no longer fail with machines in …
(edit) @31217   14 years vboxsync VBox/InterfaceVersion: Added IGuest methods.
(edit) @31098   14 years vboxsync iSCSI: First part for async I/O. Move I/O into a separate thread and …
(edit) @31070   14 years vboxsync Main: rename ISession::close() to ISession::unlockMachine(); API …
(edit) @31063   14 years vboxsync Main/Medium: Implement medium type Shareable, and along the way added …
(edit) @31019   14 years vboxsync Main: rename LockForSession() API to LockMachine() and fix parameters; …
(edit) @31008   14 years vboxsync Main: reorganize session APIs
(edit) @31002   14 years vboxsync First support for auto-mounted Shared Folders (Windows only yet).
(edit) @30956   14 years vboxsync Main: move VirtualBox::UnregisterMachine() to Machine::Unregister(); …
(edit) @30950   14 years vboxsync Main: use settings::SystemProperties in SystemPropertiesImpl.h
(edit) @30940   14 years vboxsync Main: fix medium detachment quirks during machine register
(edit) @30938   14 years vboxsync Main: add option to VirtualBox::findMachine() whether it should find …
(edit) @30934   14 years vboxsync Main: automatically fix host-specific audio drivers when loading …
(edit) @30929   14 years vboxsync Main: add option to UnregisterMachine() to automatically nuke all …
(edit) @30881   14 years vboxsync Main/OVF: add Appliance::machines[] attribute so that caller can …
(edit) @30847   14 years vboxsync Main/Machine+Performance+VirtualBox: move deleting the performance …
(edit) @30832   14 years vboxsync Main: win burns
(edit) @30825   14 years vboxsync Main: callbacks removal
(edit) @30782   14 years vboxsync Main: fix confusion in new DebugBreakThrow macro
(edit) @30781   14 years vboxsync Main: fix confusion in new DebugBreakThrow macro
(edit) @30778   14 years vboxsync Guest Additions status: Use more enums.
(edit) @30764   14 years vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30763   14 years vboxsync Main/OVF: add DebugThrow macro to ease debugging
(edit) @30760   14 years vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(edit) @30758   14 years vboxsync More fine grained Guest Additions status; now marks Additions as …
(edit) @30739   14 years vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @30716   14 years vboxsync release build fixes
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30627   14 years vboxsync Main, some frontends: removing callbacks
(edit) @30553   14 years vboxsync Main: console events, sample of veto events use (enabled by default, …
(edit) @30534   14 years vboxsync Main: uninit, correct COM map for veto event
(edit) @30523   14 years vboxsync temp burn fix
(edit) @30521   14 years vboxsync Main: veto event class, more events
(edit) @30510   14 years vboxsync Main: events work, firing of events enabled
(edit) @30477   14 years vboxsync Main: finer events locks
(edit) @30381   14 years vboxsync Main: generic events (disabled)
(edit) @30380   14 years vboxsync Main: make calculateRelativePath methods a bit smarter and rename them …
(edit) @30345   14 years vboxsync Main: more events
(edit) @30331   14 years vboxsync Main: further event work
(edit) @30324   14 years vboxsync Main, Runtime: refined file system check to warn for disabled host …
(edit) @30311   14 years vboxsync forgotten couple
(edit) @30289   14 years vboxsync improved r62816: only show a warning now, not an error; enable the …
(edit) @30207   14 years vboxsync Main: console COM events, cleanup, locking
(edit) @30157   14 years vboxsync OVF: added OS types from CIM 2.25.0, including Windows 7 and Oracle; …
(edit) @30075   14 years vboxsync Guest Control: Use maps instead of lists; should boost performance a bit.
(edit) @30020   15 years vboxsync Guest Control/Main: Get rid of busy waiting, use multi stage progress …
(edit) @30013   15 years vboxsync scm cleanup.
(edit) @30008   15 years vboxsync Main/OVF: fix 3.2.2 regression that OVFs with a VM description …
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