VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @17737   16 years vboxsync Main: rename IVirtualBox::machines2[] to machines[]
(edit) @17713   16 years vboxsync NetIf/win: dhcp enabled property implementation
(edit) @17710   16 years vboxsync NetIf/win fixes
(edit) @17700   16 years vboxsync Main/NetIf: boolean dhcpEnabled property, NOTIMPL yet
(edit) @17697   16 years vboxsync NetIf/win fixes
(edit) @17690   16 years vboxsync Fixed the issue with composeIPv6PrefixLenghFromAddress always returning -1.
(edit) @17688   16 years vboxsync Main API: cosmetics only; no code changes.
(edit) @17685   16 years vboxsync Main: Rename the port paramter of the AttachHardDisk, GetHardDisk, …
(edit) @17684   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17679   16 years vboxsync Main/Hostonly: not specify name on Create
(edit) @17674   16 years vboxsync Main: Remove forgotten files
(edit) @17673   16 years vboxsync Main: Fix MachineImpl
(edit) @17671   16 years vboxsync Main: Try to fix Windows builds
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17651   16 years vboxsync Main: Reset differencing hard disks for which auto-reset is set to …
(edit) @17646   16 years vboxsync OVF: add actual image export
(edit) @17634   16 years vboxsync OVF: add export support for remaining description entry items (actual …
(edit) @17613   16 years vboxsync IHostNetworkInterface:: BSTR IPV6NetworkMask -> ULONG …
(edit) @17573   16 years vboxsync xml: separate element, attribute and content nodes
(edit) @17553   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17497   16 years vboxsync burn fix
(edit) @17494   16 years vboxsync NetIf/win: moved Create/Remove hostonly if to NetIf API, some API fixes
(edit) @17447   16 years vboxsync burn fix
(edit) @17444   16 years vboxsync setIpConfig: prefixLength2IPv6Address fix
(edit) @17419   16 years vboxsync VBoxManage interface to hostonly if basis
(edit) @17394   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Convert …
(edit) @17387   16 years vboxsync Main: net if API fixes
(edit) @17380   16 years vboxsync Main: net if API fixes
(edit) @17359   16 years vboxsync Main: Prototyped IHardDisk::autoReset and reset (including XML …
(edit) @17358   16 years vboxsync Main: ip setter API adjustment, implementation for win
(edit) @17343   16 years vboxsync OVF: preparations for export thread
(edit) @17337   16 years vboxsync burn fix
(edit) @17336   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @17333   16 years vboxsync Main: setIpConfig API, notimpl yet
(edit) @17315   16 years vboxsync export
(edit) @17309   16 years vboxsync Main: IHostNetworkInterfaceIpConfig added
(edit) @17291   16 years vboxsync OVF: rename config array items to have them make sense on export as well.
(edit) @17287   16 years vboxsync OVF: more export implementation.
(edit) @17280   16 years vboxsync Fix burns.
(edit) @17275   16 years vboxsync networking API renaming
(edit) @17260   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replace …
(edit) @17255   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Replaced …
(edit) @17238   16 years vboxsync 3551: “Main: Replace remaining collections with safe arrays” Converted …
(edit) @17218   16 years vboxsync Revert r43495 because everything locks forever.
(edit) @17217   16 years vboxsync make VBOX_WITH_NETFLT= compile on Linux hosts again
(edit) @17200   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” Take …
(edit) @17193   16 years vboxsync Revert r43482 which used a linux specific way to iterate over DVD drives.
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