VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28304   15 years vboxsync Main: free some bytes in destructors
(edit) @28302   15 years vboxsync Main/ConsoleVRDPServer: tiny cleanup
(edit) @28300   15 years vboxsync Burn fix.
(edit) @28297   15 years vboxsync Guest Control: Update (update on contexts for callbacks).
(edit) @28296   15 years vboxsync Main: cosmetical fixes, mostly spaces
(edit) @28295   15 years vboxsync Main: saving NAT Engine states while network switches.
(edit) @28292   15 years vboxsync Python: OSX SDK searching
(edit) @28290   15 years vboxsync Devices, Main, FE/Qt: reverted r60036 for now
(edit) @28289   15 years vboxsync Main: docs updated
(edit) @28288   15 years vboxsync solaris build fix
(edit) @28287   15 years vboxsync Devices, Main, FE/Qt: added support for VDE virtual network switches …
(edit) @28286   15 years vboxsync Guest Control: Update (introducing contexts for callbacks).
(edit) @28282   15 years vboxsync 2d: disable Assert
(edit) @28270   15 years vboxsync Main/glue/AutoLock: add a wrapper for checking whether any lock of a …
(edit) @28264   15 years vboxsync VideoModeSupported for multimonitor. (xTracker 4655)
(edit) @28256   15 years vboxsync Main/DisplayImpl.cpp: gcc warnings
(edit) @28245   15 years vboxsync IDisplay::TakeScreenshot for multimonitor. (xTracker 4655)
(edit) @28243   15 years vboxsync Guest Control: Update (callback + error handling, --verbose for …
(edit) @28240   15 years vboxsync IDisplay::InvalidateAndUpdate for multimonitor, DrawToScreen fix for …
(edit) @28235   15 years vboxsync IDisplay::DrawToScreen for multimonitor, update rectangle, fixed typo …
(edit) @28233   15 years vboxsync Guest Control: Update.
(edit) @28227   15 years vboxsync Main and FE/Qt: enable the USB tablet device by default for most Linux …
(edit) @28220   15 years vboxsync IDisplay::DrawToScreen for multimonitor (xTracker 4655)
(edit) @28218   15 years vboxsync Guest Control: Update (HGCM low level callbacks, bugfixes).
(edit) @28215   15 years vboxsync IDisplay API changes for multimonitor (xTracker 4655)
(edit) @28214   15 years vboxsync Main/Machine: correctly release the lock
(edit) @28212   15 years vboxsync Main/Machine: in ReadLog: release lock early, as the file read can …
(edit) @28210   15 years vboxsync increase VBOX_MAX_ALLOC_PAGE_COUNT to 256MB / PAGE_SIZE, set the new …
(edit) @28207   15 years vboxsync Guest Control: Fix service name.
(edit) @28206   15 years vboxsync Guest Control: Update (first code for low level HGCM callback).
(edit) @28205   15 years vboxsync Main/VirtualBoxCallback: rename OnSnapshotDiscard to OnSnapshotDeleted …
(edit) @28204   15 years vboxsync Main: docs
(edit) @28200   15 years vboxsync Main/HGCM: Comment/Docu.
(edit) @28195   15 years vboxsync Main/OVF: add vbox settings version to vbox:Machine element
(edit) @28194   15 years vboxsync Main/Machine: implement IMachine::readLog, and fix log file deletion …
(edit) @28193   15 years vboxsync Main/idl: clarification for IMachine::readLog
(edit) @28189   15 years vboxsync Main: OVF crash fix, settings::ConfigFileBase must not be copyable
(edit) @28179   15 years vboxsync Main: raised the maximum amount of VRAM to 512MB
(edit) @28165   15 years vboxsync Main/OVF: import vbox:machine with disks, the rest. Todo some bugfixing.
(edit) @28162   15 years vboxsync Main/OVF: isolate disk import code from other import code; clean up …
(edit) @28152   15 years vboxsync Main/OVF: optimizations, cleanup
(edit) @28150   15 years vboxsync Main/OVF: use readable disk names instead of UUIDs on export, better …
(edit) @28149   15 years vboxsync Main/OVF: write vbox:uuid attribute for each disk on export
(edit) @28138   15 years vboxsync Main,NAT: Always pass the NAT network via CFGM. Use the network …
(edit) @28132   15 years vboxsync Guest Control: Update (fixed leak in host service, --wait option for …
(edit) @28130   15 years vboxsync Main/ConsoleImpl2.cpp: some missing RC_CHECK; cosmetical fixes
(edit) @28128   15 years vboxsync ConsoleImpl2.cpp: cosmetics.
(edit) @28127   15 years vboxsync bumpSettingsVersionIfNeeded: ulBootPriority != 0 -> v1.10.
(edit) @28111   15 years vboxsync Main: added missing header
(edit) @28110   15 years vboxsync Main: more Machine::init() work to get OVF vbox:Machine import …
(edit) @28109   15 years vboxsync Removed incorrect assertion.
(edit) @28107   15 years vboxsync Typo fix.
(edit) @28106   15 years vboxsync Main: Added machinery to query, set and use NIC boot priority.
(edit) @28098   15 years vboxsync Main: don't export snapshots in OVF, separate OVF import from …
(edit) @28091   15 years vboxsync Main: clean up Machine::init() and instance data
(edit) @28058   15 years vboxsync Main: warnings
(edit) @28051   15 years vboxsync Another attempt to initialize the balloon correct during startup
(edit) @28049   15 years vboxsync Pass on memory balloon property to the vmm device during startup.
(edit) @28046   15 years vboxsync IMachine's MemoryBalloonSize property now affects running guests as well.
(edit) @28040   15 years vboxsync Fixes
(edit) @28038   15 years vboxsync Wrong units
(edit) @28036   15 years vboxsync More metrics changes
(edit) @28033   15 years vboxsync Main/solaris: Network interfaces, added nfo driver description.
(edit) @28032   15 years vboxsync Guest Control/Main: Renamed IGuest::ExecuteProgram to …
(edit) @28029   15 years vboxsync Guest Control/VBoxService+Main: Bugfix for multiple environment blocks.
(edit) @28012   15 years vboxsync Use PGMR3QueryFreeMemory instead
(edit) @28007   15 years vboxsync whitespace
(edit) @28005   15 years vboxsync Metrics updates
(edit) @28004   15 years vboxsync Metrics updates
(edit) @27998   15 years vboxsync Dropped Guest/Pagefile/Usage/Free
(edit) @27996   15 years vboxsync Guest Control: Update (Main: argument as array, SDK docs).
(edit) @27985   15 years vboxsync Metrics documentation formatting.
(edit) @27980   15 years vboxsync Improved documentation on non-persistent nature of metrics.
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27971   15 years vboxsync VMMDevInterface.cpp: Added remark about what looks like a missing …
(edit) @27950   15 years vboxsync #4790: Metrics: Fixed preCollect for Windows and Linux
(edit) @27949   15 years vboxsync VirtualBox.xidl: Hacked up documentation for Guest Control/executeProgram.
(edit) @27946   15 years vboxsync VirtualBox.xidl: Indent.
(edit) @27945   15 years vboxsync Guest Control: Update (added dummy IProgress, update to host service).
(edit) @27942   15 years vboxsync whitespace
(edit) @27939   15 years vboxsync Main/Performance warnings
(edit) @27931   15 years vboxsync Wrong unit
(edit) @27930   15 years vboxsync Metrics updates (untested)
(edit) @27918   15 years vboxsync Main/OVF: import vbox:Machine XML within OVF, first batch (XML is …
(edit) @27914   15 years vboxsync Main: fix initialization order in machine
(edit) @27913   15 years vboxsync Main: bugfix found by gcc
(edit) @27911   15 years vboxsync API: line breaks and some more comments
(edit) @27908   15 years vboxsync Main/OVF: add c++ ovf namespace
(edit) @27905   15 years vboxsync Main: coding style
(edit) @27904   15 years vboxsync Main/OVF: forgot another error code
(edit) @27903   15 years vboxsync Main/OVF: docs
(edit) @27900   15 years vboxsync Main/OVF: move another method
(edit) @27898   15 years vboxsync Main: API docs
(edit) @27896   15 years vboxsync Metrics updates
(edit) @27895   15 years vboxsync Main/OVF: cleanup: share thread code, fix error code confusion, less …
(edit) @27893   15 years vboxsync Init
(edit) @27889   15 years vboxsync crOpenGL: more code for multiscreen support
(edit) @27888   15 years vboxsync Compile fix
(edit) @27886   15 years vboxsync Main/OVF: document import code
(edit) @27885   15 years vboxsync Metrics: work in progress
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