VirtualBox

source: vbox/trunk/src/VBox/Main/VirtualBoxImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @30207   15 years vboxsync Main: console COM events, cleanup, locking
(edit) @30159   15 years vboxsync Main: generic Java glue works (including callbacks on Win)
(edit) @30156   15 years vboxsync Main: COM events work (smth along those lines could be done for …
(edit) @30070   15 years vboxsync Main/VirtualBox: handle objects with limited functionality …
(edit) @30055   15 years vboxsync VBoxSVC: Lock order fixes (+assert) for weird shutdown case where we …
(edit) @29937   15 years vboxsync Main: Reapplied r62200 with bug fixes.
(edit) @29934   15 years vboxsync reverted r62200 as it breaks powerup
(edit) @29932   15 years vboxsync Main: Rewrote ProgressProxyImpl.cpp to proxy at the most one progress …
(edit) @29874   15 years vboxsync first draft of OLE events support
(edit) @29864   15 years vboxsync Main: Make it possible to cancel the starting of a teleporation target.
(edit) @29849   15 years vboxsync Main: events for callbacks on Windows (disabled)
(edit) @28955   15 years vboxsync VirtualBox::RegisterCallback,Console::RegisterCallback: Explicitly …
(edit) @28950   15 years vboxsync VBox/com/defs.h,VirtualBoxImpl.cpp: Implemented …
(edit) @28944   15 years vboxsync Main/VirtualBox: Sketched out automatic removal of dead callbacks. No …
(edit) @28930   15 years vboxsync Main/IVirtualBoxCallback: Added and implemented handling of …
(edit) @28825   15 years vboxsync Make SATA the default harddisk controller for Windows guests (Vista …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28304   15 years vboxsync Main: free some bytes in destructors
(edit) @28205   15 years vboxsync Main/VirtualBoxCallback: rename OnSnapshotDiscard to OnSnapshotDeleted …
(edit) @28091   15 years vboxsync Main: clean up Machine::init() and instance data
(edit) @27796   15 years vboxsync Main: attempt at USB locking fixes
(edit) @27792   15 years vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @27730   15 years vboxsync Backed out 59261 & 59266
(edit) @27681   15 years vboxsync build fix
(edit) @27677   15 years vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @27668   15 years vboxsync VBoxManage, Main: fixed creating VM, Bstr fixes.
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @27257   15 years vboxsync Main: fix regression from today: assertion when creating VM
(edit) @27256   15 years vboxsync Main: fix regressions with renaming VMs; as a welcome side effect, …
(edit) @27179   15 years vboxsync Main: rename internal method
(edit) @26946   15 years vboxsync VirtualBox::OpenHardDisk: take tree lock when calling …
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26511   15 years vboxsync Main: tabs -> spaces.
(edit) @26389   15 years vboxsync review feedback of #2187
(edit) @26235   15 years vboxsync Main: coding style
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @26156   15 years vboxsync Main: get rid of isReallyChanged() voodoo in Machine and subclasses; …
(edit) @26042   15 years vboxsync Main: fix assertion and locking order violation registering ISO/RAW images
(edit) @25903   15 years vboxsync Main: make restoreSnapshot() work with the lock validator; take …
(edit) @25894   15 years vboxsync Main: less locks: use the same lock for several lists
(edit) @25880   15 years vboxsync Main: more locking order validation fixes
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25842   15 years vboxsync Main: lock validation adjustments
(edit) @25809   15 years vboxsync Main: adjust lock validation code to use IPRT lock validation, first …
(edit) @25647   15 years vboxsync Some more doxygen fixes, now for Core.docs.
(edit) @25348   15 years vboxsync iprt/xml_cpp.h -> iprt/cpp/xml.h
(edit) @25346   15 years vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(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) @25170   15 years vboxsync Main: rework VirtualBox implemenation to no longer use …
(edit) @25151   15 years vboxsync Main: cleanup: std::list< ComOBjPtr<Medium> > typedefs
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @24858   15 years vboxsync EFI: more bitness work
(edit) @24841   15 years vboxsync VirtualBox::CheckFirmwarePresent: Keep the gcc warning so the method …
(edit) @24837   15 years vboxsync gcc warning
(edit) @24602   15 years vboxsync EFI: firmware check API in Main
(edit) @24599   15 years vboxsync EFI: Main work for additional firmware types and presence checks
(edit) @24555   15 years vboxsync Main/VirtualBox: fix a bunch of error messages which weren't converted …
(edit) @24345   15 years vboxsync Main: make backrefs code a bit more readable + add backrefs logging, …
(edit) @24298   15 years vboxsync Main: snapshots code cleanup, renames, documentation, coding style
(edit) @24273   15 years vboxsync Main: change Medium member variables from Bstr to Utf8 for better …
(edit) @24079   15 years vboxsync Main: logging cleanup
(edit) @23911   15 years vboxsync Main: fix for fix for tiny memory leak in GetExtraData
(edit) @23909   15 years vboxsync Main: fix tiny memory leak in GetExtraData
(edit) @23327   15 years vboxsync Main: more header cleanup; move VirtualBox instance data to cpp …
(edit) @23319   15 years vboxsync Main: more header cleanup
(edit) @23304   15 years vboxsync Main: make backups before overwriting old XML files; remove obsolete …
(edit) @23235   15 years vboxsync API: fix opening new dvd/floppy images, introduce fallback format
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22624   15 years vboxsync Main: cosmetics
(edit) @22562   15 years vboxsync Main,VBoxControl,VBoxManage,VBoxNetDHCP,VBoxNetNAT: Use RTBldCfg for …
(edit) @22304   15 years vboxsync Main: fix broken deletion of extradata
(edit) @22295   15 years vboxsync Main: more readable XML errors
(edit) @22294   15 years vboxsync Main: gcc warnings
(edit) @22228   15 years vboxsync Main: fix both SetExtraData() implementations to call …
(edit) @22209   15 years vboxsync Main: fix exception handling around VirtualBox.xml parser
(edit) @22188   15 years vboxsync Main: fix crash if VirtualBox.xml is not present.
(edit) @22187   15 years vboxsync Main: remove some obsolete files
(edit) @22183   15 years vboxsync Main: fix more windows warnings + burns
(edit) @22173   15 years vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21607   15 years vboxsync Main: Enable a serial port for OS/2 guests by default.
(edit) @21404   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21394   15 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21079   16 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   16 years vboxsync back out r49329, r49331, will start over
(edit) @21073   16 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @20978   16 years vboxsync tiny cleanup, don't create unneeded Bstr temp objects
(edit) @20977   16 years vboxsync API: weed out NULL strings, as many clients cannot use them
(edit) @20842   16 years vboxsync API and Frontends: change IVirtualBox::openHardDisk to allow modifying …
(edit) @20630   16 years vboxsync Python: moved waiting on client side, removed main API for event …
(edit) @20598   16 years vboxsync Main: implmented waitForEvents(aTimeout) API for XPCOM targets, added …
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