VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21243   16 years vboxsync Use normal priority for the power notification thread. (windows host)
(edit) @21227   16 years vboxsync VBoxGuest.h/VMMDev.h/VBoxGuestLib.h usage cleanup.
(edit) @21226   16 years vboxsync VMMDev.h: cleanup.
(edit) @21219   16 years vboxsync VBox/VBoxDev.h -> VBox/VMMDev.h
(edit) @21193   16 years vboxsync Forward all unhandled WM_POWERBROADCAST cases to the default window …
(edit) @21190   16 years vboxsync Main/ConsoleImpl: fix construction of hard disk config properties, …
(edit) @21188   16 years vboxsync Add hotplug flag to PDMR3DeviceAttach/Detach
(edit) @21179   16 years vboxsync xpcom: small double-slash fix for the special VBoxSVC launch logic on …
(edit) @21173   16 years vboxsync Console could not load two or more temporary shared folders from saved …
(edit) @21138   16 years vboxsync Main/Makefile.kmk: Fixed annoying remaking of VirtualBox_stripped.xidl …
(edit) @21090   16 years vboxsync Main/xpcom/server: Launch only kernel arch matching VBoxSVC for …
(edit) @21081   16 years vboxsync fix windows burn from r49339
(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) @21068   16 years vboxsync OVF: fix warnings and a wrong parameter possibly leading to bad config
(edit) @21061   16 years vboxsync API: fix documentation for a bunch of fixed NULL issues
(edit) @21031   16 years vboxsync API/HardDisk: implementation for cloning to existing image
(edit) @21026   16 years vboxsync API/HardDisk: tiny clarification of the cloneTo semantics when copying …
(edit) @21002   16 years vboxsync MachineImpl.cpp: Fix for another regression from the NULL string …
(edit) @20995   16 years vboxsync fix for Console::configConstructor hang
(edit) @20990   16 years vboxsync Main/MouseImpl: reverted c49200
(edit) @20988   16 years vboxsync Main/MouseImpl: fix unwanted empty mouse movement events
(edit) @20980   16 years vboxsync IDL: doxygen fixes
(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) @20976   16 years vboxsync Removed incorrect checks for USB product id Doxyfile.Main= 0. Some …
(edit) @20964   16 years vboxsync typo
(edit) @20963   16 years vboxsync Main: Added stubs for Cd & CdUp.
(edit) @20961   16 years vboxsync fixed typo, it means occurred, not occured
(edit) @20945   16 years vboxsync API/HardDisk: allow cloning to existing images. just a stub for now.
(edit) @20932   16 years vboxsync Main/AutoLock: eliminate not entirely working custom windows …
(edit) @20931   16 years vboxsync API: cleanup of previous changes
(edit) @20930   16 years vboxsync OVF: fix exporting of more than one disk
(edit) @20928   16 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @20926   16 years vboxsync Python: fixed typo, improvments for the shell
(edit) @20897   16 years vboxsync Python: cleanup, refactoring, don't fail on timed wait requests on …
(edit) @20896   16 years vboxsync SDK: API doc fixes.
(edit) @20890   16 years vboxsync Webservice: now that we can handle it (r49036), enable IGuest …
(edit) @20888   16 years vboxsync webservice: changes to allow for supporting IDisplay and other …
(edit) @20885   16 years vboxsync Main: Fix dead lock when mounting/umounting DVDs/Floppies if the guest …
(edit) @20882   16 years vboxsync Main: use IPRT semrw in AutoLock
(edit) @20852   16 years vboxsync Main: Don't assert when a DVD/Floppy image was unmounted at runtime.
(edit) @20851   16 years vboxsync Webservice: handle NULL pointer object arguments in methods and return …
(edit) @20849   16 years vboxsync API: typo fix
(edit) @20844   16 years vboxsync SDK: teach jax-ws glue bindings proper inheritance (respect 'extends' …
(edit) @20843   16 years vboxsync SDK: documentation updates
(edit) @20842   16 years vboxsync API and Frontends: change IVirtualBox::openHardDisk to allow modifying …
(edit) @20831   16 years vboxsync Main: refined docs on takeScreenShotSlow()
(edit) @20828   16 years vboxsync SDK: documentation updates
(edit) @20827   16 years vboxsync SDK: fix broken perl testcase
(edit) @20826   16 years vboxsync Main: fixed bug in metric names reading
(edit) @20818   16 years vboxsync Python: generate capitalized version of callbacks on Windows, now …
(edit) @20814   16 years vboxsync Main: prototyped screenshot usable for scripting languages
(edit) @20807   16 years vboxsync Python: better event wait routine, cleanup (callbacks still crash)
(edit) @20729   16 years vboxsync removed unused variable
(edit) @20727   16 years vboxsync NetworkAttachment: removed global variable passing down to functions
(edit) @20720   16 years vboxsync ConsoleImpl.cpp: VMR3ReqCall w/ cMillis=0 may return VERR_TIMEOUT or …
(edit) @20719   16 years vboxsync it's a psz not a sz
(edit) @20705   16 years vboxsync it's a psz not a sz.
(edit) @20704   16 years vboxsync NetworkAdapterImpl.cpp: completely useless file description.
(edit) @20693   16 years vboxsync Python: Windows waiting for event, additional shell command
(edit) @20690   16 years vboxsync NetworkAttachment: VMR3ReqCall should be on cpu 0
(edit) @20679   16 years vboxsync ACPI: fix problem with certain Windows ACPI impls (such as XP) …
(edit) @20677   16 years vboxsync NetworkAttachment: removed duplicate code which introduced regression
(edit) @20634   16 years vboxsync burnfix
(edit) @20631   16 years vboxsync NetworkAttachment: shifted the configuration to a new function …
(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 …
(edit) @20596   16 years vboxsync Corrected xml format change compared to 2.2.x.
(edit) @20579   16 years vboxsync Python: attempt to allow .run installer work with multiple Python …
(edit) @20576   16 years vboxsync OVF: fix wrong OVF 1.0 namespace, more OVF 1.0 fixes for problems …
(edit) @20560   16 years vboxsync ConsoleImpl.cpp: r=bird for network reattaching.
(edit) @20523   16 years vboxsync build fix
(edit) @20522   16 years vboxsync ConsoleImpl: Replaced the magic number 8 with …
(edit) @20521   16 years vboxsync NetworkAttachment: Allow changing the attachment between …
(edit) @20515   16 years vboxsync typo
(edit) @20514   16 years vboxsync OVF export: better handle the case when there is no USB controller …
(edit) @20512   16 years vboxsync OSE headers
(edit) @20503   16 years vboxsync grumble
(edit) @20501   16 years vboxsync Solaris/Audio: Boomer(OSS) support (disabled, requires snv_115+).
(edit) @20500   16 years vboxsync Main/generic/Open*.cpp: license header fix
(edit) @20499   16 years vboxsync OpenGLTest.cpp: Fixed RTProcCreate argument list and executable name …
(edit) @20495   16 years vboxsync indent.
(edit) @20481   16 years vboxsync #3773: Detection of primary NIC for bridging in Linux.
(edit) @20475   16 years vboxsync #3773: Detection of primary NIC for bridging in Darwin.
(edit) @20445   16 years vboxsync Python: generic callback creation mechanism, use like cb = …
(edit) @20384   16 years vboxsync LogRel() the amount of available host memory as well
(edit) @20382   16 years vboxsync LogRel() the amount of host memory
(edit) @20381   16 years vboxsync VirtualBox.xidl: UUID for r48138.
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20371   16 years vboxsync Misc: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20370   16 years vboxsync Misc: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20337   16 years vboxsync OVF: disabled internet based OVF export again
(edit) @20326   16 years vboxsync Main/MachineImpl: adapt variable name to current executable name
(edit) @20313   16 years vboxsync Frontends/VBoxManage, Main/Machine: implement new session type …
(edit) @20304   16 years vboxsync crOpenGL: change host opengl test to non console app to remove …
(edit) @20300   16 years vboxsync Windows implementation of RTProcCreate does not like empty argument lists
(edit) @20283   16 years vboxsync Main: move host opengl test to a separate app
(edit) @20274   16 years vboxsync Main/Session: add missing flow logging for GetRemoteConsole
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