VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21520   15 years vboxsync COM: missed pieces of scriptability support
(edit) @21465   15 years vboxsync fixed FramebufferImpl.h props
(edit) @21448   15 years vboxsync Main: FramebufferImpl
(edit) @21446   15 years vboxsync API/Machine+SystemProperties: get rid of the tri-state bool …
(edit) @21436   15 years vboxsync Main: make HostHardwareLinux use MiniString instead of std::string; …
(edit) @21395   15 years vboxsync Stop performance counter sampling when the host goes into suspend …
(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) @21387   15 years vboxsync DHCP server: fix bad ifdef block, optimize
(edit) @21292   15 years vboxsync svn:eol-style native
(edit) @21227   15 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21173   15 years vboxsync Console could not load two or more temporary shared folders from saved …
(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) @20964   15 years vboxsync typo
(edit) @20963   15 years vboxsync Main: Added stubs for Cd & CdUp.
(edit) @20961   15 years vboxsync fixed typo, it means occurred, not occured
(edit) @20932   15 years vboxsync Main/AutoLock: eliminate not entirely working custom windows …
(edit) @20928   15 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @20842   15 years vboxsync API and Frontends: change IVirtualBox::openHardDisk to allow modifying …
(edit) @20814   15 years vboxsync Main: prototyped screenshot usable for scripting languages
(edit) @20727   15 years vboxsync NetworkAttachment: removed global variable passing down to functions
(edit) @20631   15 years vboxsync NetworkAttachment: shifted the configuration to a new function …
(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) @20523   15 years vboxsync build fix
(edit) @20522   15 years vboxsync ConsoleImpl: Replaced the magic number 8 with …
(edit) @20521   15 years vboxsync NetworkAttachment: Allow changing the attachment between …
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20370   15 years vboxsync Misc: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20267   16 years vboxsync Main: completed scriptable changes Make VBox buildable on SMB share …
(edit) @20260   16 years vboxsync Main: added default audio driver method to ISystemProperties
(edit) @20220   16 years vboxsync Main: back out the IProgess::GetResultCode() parameter change
(edit) @20212   16 years vboxsync Main: changed the parameter of IProgress::GetResultCode() from …
(edit) @20082   16 years vboxsync Main: not needed anymore
(edit) @20081   16 years vboxsync Main: initial code for upload to cloud (second try)
(edit) @20045   16 years vboxsync Main-S3: backed out r47779 because of Win (mkdtemp)
(edit) @20044   16 years vboxsync Main-S3: initial code for the export of OVF's to an S3 server
(edit) @20042   16 years vboxsync Main: sketched 3D hardware support test in IHost
(edit) @20021   16 years vboxsync Main/Display: properly save/restore some important members, see …
(edit) @19968   16 years vboxsync HostDVD: Add basic support for FreeBSD. Passthrough is working quite …
(edit) @19844   16 years vboxsync HGSMI: post host VBVA commands to display; Video HW Accel: mechanism …
(edit) @19817   16 years vboxsync IFramebuffer cleanup next part: * removed obsolete internal …
(edit) @19798   16 years vboxsync removed long obsolete methods IFramebuffer::solidFill() and …
(edit) @19614   16 years vboxsync Main and Devices: absolute mouse support: do not send a mouse movement …
(edit) @19610   16 years vboxsync Main/Machine: add extradata key to suppress deleting saved state on …
(edit) @19433   16 years vboxsync #2957: Dynamic adding/removing host-only adapters via GUI/Main.
(edit) @19270   16 years vboxsync #3354: SubMetric instances leak fixed. No more leaks in metric …
(edit) @19242   16 years vboxsync Main: hopefully fixed Linux burns
(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) @19233   16 years vboxsync #2946 & #2954: Main API now supports dynamic adding/removing network …
(edit) @19134   16 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
(edit) @19116   16 years vboxsync Solaris build fix.
(edit) @19115   16 years vboxsync Enabling create/destroy host-only interfaces in Main API for all platforms.
(edit) @19069   16 years vboxsync Tiny descriptions of CollectorHAL methods.
(edit) @19036   16 years vboxsync Main/HardDisk: implement compact functionality
(edit) @19017   16 years vboxsync Main: Fixed deletion of metrics. Not doing this leads to memory leaks …
(edit) @18926   16 years vboxsync Main: do not attempt to load older versions of libdbus
(edit) @18829   16 years vboxsync undo 45832
(edit) @18826   16 years vboxsync Main: INetworkAdapter separate properties for hostonly & bridged …
(edit) @18645   16 years vboxsync VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return …
(edit) @18623   16 years vboxsync OVF: add support for writing OVF 0.9 instead of 1.0 and make it the …
(edit) @18594   16 years vboxsync Fixed the problem with vboxnet0 not getting static IP on VM start.
(edit) @18520   16 years vboxsync Main: #3548 VBoxSVC holds vm xml definition file open after VM is …
(edit) @18406   16 years vboxsync Main: add IProgress::GetTimeRemaining()
(edit) @18388   16 years vboxsync API/HardDisk: merge the functionality of cloneTo and flattenTo, and …
(edit) @18348   16 years vboxsync LsiLogic, BusLogic: Add Led support
(edit) @18313   16 years vboxsync Main: a different approach to opening images read-only for import …
(edit) @18304   16 years vboxsync OVF: common implementation for asynchronous disk progress; more …
(edit) @18275   16 years vboxsync Main: fix borkage introduced by r44866 which caused all hard disk to …
(edit) @18269   16 years vboxsync Main: rework IProgress internals to optionally handle weighted …
(edit) @18252   16 years vboxsync Main: performance header cleanup.
(edit) @18214   16 years vboxsync OVF: added AddDescription; return the created VirtualSystemDescription …
(edit) @18208   16 years vboxsync #3569: DHCP Server is now started from VBoxSVC and terminates with it.
(edit) @18201   16 years vboxsync OVF: header file changes missing
(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) @18115   16 years vboxsync Main/HardDisk: implement flattenTo() API. a bit code duplication left …
(edit) @18024   16 years vboxsync OVF: add GetDescriptionByType COM call
(edit) @18023   16 years vboxsync Dhcp->DHCP
(edit) @18014   16 years vboxsync Host-only static IP persistency and defaults for all platforms except …
(edit) @17982   16 years vboxsync Empty address handling + darwin fixes.
(edit) @17981   16 years vboxsync Empty address handling + darwin fixes.
(edit) @17970   16 years vboxsync API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base …
(edit) @17911   16 years vboxsync #3686: “Main: fix unused var warnings” - Garbage collect; use NOREF(); …
(edit) @17888   16 years vboxsync dhcp settings fixes
(edit) @17887   16 years vboxsync dhcp settings fixes
(edit) @17881   16 years vboxsync dhcp settings
(edit) @17875   16 years vboxsync export to OSE
(edit) @17872   16 years vboxsync partial dhcp settings impl
(edit) @17865   16 years vboxsync Main/dhcp API, E_NOTIMPL yet
(edit) @17856   16 years vboxsync composeIPv6PrefixLenghFromAddress fix (prefix len always returned as …
(edit) @17835   16 years vboxsync NetIf/win: DhcpRediscover
(edit) @17827   16 years vboxsync OVF: move warnings from IVirtualSystem to IAppliance; fix error …
(edit) @17825   16 years vboxsync API/HardDIsk: introduce parameter for specifying the image variant to …
(edit) @17768   16 years vboxsync export
(edit) @17759   16 years vboxsync Main/NetIf: IPv4 properties changed from ULONG to wstring, VBoxManage fixes
(edit) @17755   16 years vboxsync Main, OVF: add output IStorageController to …
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