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) @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   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   15 years vboxsync back out r49329, r49331, will start over
(edit) @21073   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @20978   15 years vboxsync tiny cleanup, don't create unneeded Bstr temp objects
(edit) @20977   15 years vboxsync API: weed out NULL strings, as many clients cannot use them
(edit) @20842   15 years vboxsync API and Frontends: change IVirtualBox::openHardDisk to allow modifying …
(edit) @20630   15 years vboxsync Python: moved waiting on client side, removed main API for event …
(edit) @20598   15 years vboxsync Main: implmented waitForEvents(aTimeout) API for XPCOM targets, added …
(edit) @19750   16 years vboxsync Main: Added todo/review comment on unsafe interface handling in …
(edit) @19283   16 years vboxsync removed debugging code
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @19236   16 years vboxsync Main: Added first step for ability to run VBox with read-only …
(edit) @19017   16 years vboxsync Main: Fixed deletion of metrics. Not doing this leads to memory leaks …
(edit) @18520   16 years vboxsync Main: #3548 VBoxSVC holds vm xml definition file open after VM is …
(edit) @18518   16 years vboxsync Installer/win: remove hostonly on uninstall; Main/win: default DHCP …
(edit) @18484   16 years vboxsync VirtualBoxImpl.cpp: size_t/DWORD warning.
(edit) @18265   16 years vboxsync config file cleanup + small copyright year update
(edit) @18208   16 years vboxsync #3569: DHCP Server is now started from VBoxSVC and terminates with it.
(edit) @18177   16 years vboxsync Main: turn read/write param in OpenHardDisk into an enum
(edit) @18162   16 years vboxsync Main: add read/write param to OpenHardDisk to allow for opening disk …
(edit) @18049   16 years vboxsync Fix "unused variable cnt" warnings for the release build.
(edit) @18023   16 years vboxsync Dhcp->DHCP
(edit) @18013   16 years vboxsync win DHCP server de-consoled
(edit) @17991   16 years vboxsync default Dhcp server settings for non-windows platforms
(edit) @17990   16 years vboxsync default dhcp server
(edit) @17930   16 years vboxsync Main: fix win
(edit) @17929   16 years vboxsync Main: enabled -Wunused; fixed some warnings
(edit) @17913   16 years vboxsync Fix burn; can't use NOREF() here.
(edit) @17911   16 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
(edit) @17893   16 years vboxsync dhcp settings uninit fix
(edit) @17888   16 years vboxsync dhcp settings fixes
(edit) @17886   16 years vboxsync VBoxManage: dhcp settings help + list impl
(edit) @17881   16 years vboxsync dhcp settings
(edit) @17876   16 years vboxsync more dhcp settings impl
(edit) @17874   16 years vboxsync more dhcp settings
(edit) @17872   16 years vboxsync partial dhcp settings impl
(edit) @17865   16 years vboxsync Main/dhcp API, E_NOTIMPL yet
(edit) @17810   16 years vboxsync Main: fix IVirtualBox::GetNextExtraDataKey to accept empty strings as …
(edit) @17737   16 years vboxsync Main: rename IVirtualBox::machines2[] to machines[]
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