VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19244   16 years vboxsync API: updated docs, Java sample
(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) @19235   16 years vboxsync gcc-4.4 compile fix
(edit) @19233   16 years vboxsync #2946 & #2954: Main API now supports dynamic adding/removing network …
(edit) @19230   16 years vboxsync Allow configuration of multiple VCPUs
(edit) @19222   16 years vboxsync Main: remove debugging signal handler from VBoxSVC that prevented it …
(edit) @19218   16 years vboxsync NetIf/win: ipconfig fix
(edit) @19176   16 years vboxsync VBoxHDD/generic+VDI: implemented and documented
(edit) @19165   16 years vboxsync Main-OVF: always use the VBox default network adapter if the OVF is …
(edit) @19161   16 years vboxsync #3860: SEGFAULT fix. Metric unregistration re-written.
(edit) @19160   16 years vboxsync NetAdp/win: static config fixes for Vista
(edit) @19138   16 years vboxsync cbinding: tab to spaces
(edit) @19134   16 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
(edit) @19130   16 years vboxsync NetAdp/win: static ip settings by default, dynamic calculation
(edit) @19124   16 years vboxsync ConsoleImpl2.cpp: anything goes for VBoxInternal2/UseEFI.
(edit) @19119   16 years vboxsync ConsoleImpl2.cpp: VBoxInternal/Devices/SupportExtHwProfile -> …
(edit) @19118   16 years vboxsync ConsoleImpl2.cpp: VBoxInternal/Devices/SupportExtHwProfile -> …
(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) @19108   16 years vboxsync Main: fix discarding snapshots when the corresponding disk images …
(edit) @19107   16 years vboxsync Cbinding: removed the unwanted header
(edit) @19106   16 years vboxsync Cbinding: return IVirtualBox and ISession objects only if they match …
(edit) @19098   16 years vboxsync VBoxXPCOMC: fixed memory leak as ppSession & ppVirtualBox were not …
(edit) @19094   16 years vboxsync gcc-4 fixes
(edit) @19086   16 years vboxsync ConsoleImpl.cpp: Don't crash on VM create or restore errors.
(edit) @19085   16 years vboxsync cbinding: updated sample
(edit) @19083   16 years vboxsync NetAdp/win: static IP config on install
(edit) @19081   16 years vboxsync Main/cbindings: VBOXXPCOMC::pfnComInitialize needs to know which …
(edit) @19078   16 years vboxsync Main/cbindings: Updated VBoxGetXPCOMCFunctions to support the old …
(edit) @19070   16 years vboxsync Main,VBoxManage: Implemented IHost::OperatingSystem and …
(edit) @19069   16 years vboxsync Tiny descriptions of CollectorHAL methods.
(edit) @19067   16 years vboxsync Main/PerformanceFreeBSD.cpp: Seems getHostMemoryUsage is supposed to …
(edit) @19063   16 years vboxsync cbinding: trailing whitespace
(edit) @19062   16 years vboxsync Main/Makefile.kmk: Reformatted todo + some cleanup.
(edit) @19059   16 years vboxsync ConsoleImpl2.cpp: ditto.
(edit) @19058   16 years vboxsync AudioAdapterImpl.cpp: There might be more OSS users, so join them up.
(edit) @19055   16 years vboxsync cbinding: trailing whitespace
(edit) @19052   16 years vboxsync VBoxXPCOMCGlue.c: dlopen errors are less important than the other ones.
(edit) @19046   16 years vboxsync Main: fixed potential deadlock during VM creation (internal ticket #3851)
(edit) @19045   16 years vboxsync ConsoleImpl2.cpp: wrong cRamMBs calc in disabled debug code.
(edit) @19036   16 years vboxsync Main/HardDisk: implement compact functionality
(edit) @19035   16 years vboxsync API: document error codes for compact operation
(edit) @19028   16 years vboxsync Main/cbindins,libvirt/*glue: Bought back g_szVBoxErrMsg and change the …
(edit) @19020   16 years vboxsync webservice/Makefile.kmk: some cleanup.
(edit) @19017   16 years vboxsync Main: Fixed deletion of metrics. Not doing this leads to memory leaks …
(edit) @19007   16 years vboxsync Main: centralized control for extended device profiles, ACPI cleanup
(edit) @19004   16 years vboxsync Main/Performance: Implement memory statistics for FreeBSD. The Qt …
(edit) @19003   16 years vboxsync Main: Workaround for the linker problem on FreeBSD with release builds
(edit) @19002   16 years vboxsync Audio: Add support for FreeBSD
(edit) @18998   16 years vboxsync cbinding: added event queues for callback support
(edit) @18971   16 years vboxsync Main/NetIf-freebsd.cpp: export.
(edit) @18927   16 years vboxsync Big step to separate VMM data structures for guest SMP. (pgm, em)
(edit) @18926   16 years vboxsync Main: do not attempt to load older versions of libdbus
(edit) @18924   16 years vboxsync Main: Stub host networking stuff for FreeBSD to make it possible to …
(edit) @18923   16 years vboxsync CBinding: Add case for FreeBSD
(edit) @18896   16 years vboxsync Cbinding: pushed to OSE, else OSE will fail during compilation
(edit) @18895   16 years vboxsync Cbinding: Update version to 2.5
(edit) @18894   16 years vboxsync Cbinding: removed the staic variable
(edit) @18891   16 years vboxsync VBoxXPCOMCGlue: removed the static variable as per the suggestion on …
(edit) @18887   16 years vboxsync SDK, Knut compatibility: cleanup of SDK generation
(edit) @18884   16 years vboxsync Main/Makefile.kmk: build fix (=> not =)
(edit) @18883   16 years vboxsync Main/Makefile.kmk: install .so symlinks in components for hardened builds.
(edit) @18871   16 years vboxsync VBoxXPCOMCGlue.c: Use parameters for passing stuff down to the worker …
(edit) @18866   16 years vboxsync *: VBOX_WITHOUT_LINUX_COMPILER_H -> VBOX_WITH_LINUX_COMPILER_H. TODO: …
(edit) @18856   16 years vboxsync SDK: missed resource versioning
(edit) @18853   16 years vboxsync VBoxXPCOMGlue: fixed a bug in path detection logic
(edit) @18838   16 years vboxsync Main/Appliance: windows build fix
(edit) @18833   16 years vboxsync OVF: add an OS type description to the OVF on export
(edit) @18831   16 years vboxsync XPCOM glue: added extra search paths
(edit) @18829   16 years vboxsync undo 45832
(edit) @18826   16 years vboxsync Main: INetworkAdapter separate properties for hostonly & bridged …
(edit) @18821   16 years vboxsync Cbinding: this_ => pThis
(edit) @18818   16 years vboxsync Main/Machine: fix returned error code if opening the vm config file …
(edit) @18817   16 years vboxsync OVF: NAT is a known network type also
(edit) @18816   16 years vboxsync OVF: allow E10000 as network card on import
(edit) @18813   16 years vboxsync Main/IMedium,IHardDisk: fix error handling so that VBOX_E_FILE_ERROR …
(edit) @18806   16 years vboxsync tstXPCOMCCall.c: adjustments.
(edit) @18804   16 years vboxsync API: clarify return value definitions for openHardDisk, openDVDImage, …
(edit) @18801   16 years vboxsync webservices: allow to override VBOX_GSOAP_CXX_SOURCES and …
(edit) @18799   16 years vboxsync OVF: don't use return if we are in a try catch block
(edit) @18786   16 years vboxsync CBinding: sample program for callbacks.
(edit) @18785   16 years vboxsync API/MachineImpl: double-dash command line options and support starting …
(edit) @18758   16 years vboxsync additional comment
(edit) @18755   16 years vboxsync ConsoleImpl.cpp/powerUpThread: Deregister the error VMSetError …
(edit) @18749   16 years vboxsync Stopping the build when doxygen is unhappy is not yet ready for prime …
(edit) @18743   16 years vboxsync kmk doc: stop when doxygen is unhappy with VirtualBox.xidl
(edit) @18738   16 years vboxsync Main/docs: #3780: “Errors/Warnings when building docs” Make it hard to …
(edit) @18732   16 years vboxsync NetIfList-* -> renamed to NetIf-*, tapinit_solaris.sh removed
(edit) @18715   16 years vboxsync Main/Makefile.kmk: r=bird: questions about the …
(edit) @18710   16 years vboxsync Updated dirty hack to use slot 0x11 instead of 11.
(edit) @18704   16 years vboxsync rename TAP to NetAdp, remove abandoned tap win code
(edit) @18702   16 years vboxsync OVF: enable the I/O APIC on import of Windows machines.
(edit) @18701   16 years vboxsync ConsoleImpl2/win: cleaned old tap init code
(edit) @18698   16 years vboxsync OVF: this was for r45536
(edit) @18697   16 years vboxsync OVF: this was for r45633
(edit) @18696   16 years vboxsync Ugly hack to swap slots 11 and 3 so 82545EM ends up in slot 11 (as in …
(edit) @18695   16 years vboxsync OVF: reserve a miscellaneous config item for later string config when …
(edit) @18694   16 years vboxsync SDK licensing
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