VirtualBox

source: vbox/trunk/src/VBox/Main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @21531   16 years vboxsync Solaris/USB: bits.
(edit) @21529   16 years vboxsync Main: fix length after substr
(edit) @21526   16 years vboxsync UUID for r48951
(edit) @21525   16 years vboxsync cbinding: added support for VBox 3.0
(edit) @21520   16 years vboxsync COM: missed pieces of scriptability support
(edit) @21492   16 years vboxsync Main/HostImpl: this code was moved into NetIf-solaris, remove from here.
(edit) @21465   16 years vboxsync fixed FramebufferImpl.h props
(edit) @21448   16 years vboxsync Main: FramebufferImpl
(edit) @21447   16 years vboxsync back out r49814 + 49855: obsoleted by r49854
(edit) @21446   16 years vboxsync API/Machine+SystemProperties: get rid of the tri-state bool …
(edit) @21439   16 years vboxsync OVF: fix #4100: accept ovf:/disk/ specifiers with a single slash in …
(edit) @21438   16 years vboxsync OVF: enable OVF remote export again
(edit) @21436   16 years vboxsync Main: make HostHardwareLinux use MiniString instead of std::string; …
(edit) @21432   16 years vboxsync Main: fix some exception handling
(edit) @21431   16 years vboxsync crOpenGL: turn 3d test back on
(edit) @21428   16 years vboxsync Main: remove ENoMemory exception class, replace with std::bad_alloc() …
(edit) @21426   16 years vboxsync Main: settings converter fix for hardware acceleration (fixes #4095)
(edit) @21421   16 years vboxsync Main/ConsoleImpl2: fixed crash when accessing pConsole's mpVM as it …
(edit) @21404   16 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21395   16 years vboxsync Stop performance counter sampling when the host goes into suspend …
(edit) @21394   16 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   16 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21387   16 years vboxsync DHCP server: fix bad ifdef block, optimize
(edit) @21384   16 years vboxsync Python: couple WS-related fixes
(edit) @21378   16 years vboxsync ConsoleImpl2.cpp: r=bird: Who is gonna catch that std:bad_alloc() thow?
(edit) @21370   16 years vboxsync Python: glue array naming typo
(edit) @21369   16 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21364   16 years vboxsync readability newline
(edit) @21362   16 years vboxsync backing out r49709 to fix windows burns for now
(edit) @21360   16 years vboxsync IPRT: hide ministring::operator bool() to force people to use …
(edit) @21301   16 years vboxsync webservice/Makefile.kmk: Restored spaces that r49593 removed and fixed …
(edit) @21299   16 years vboxsync #3953: Workaround for the problem of input arrays being returned as …
(edit) @21292   16 years vboxsync svn:eol-style native
(edit) @21288   16 years vboxsync Python: case-insensitive attribute lookup for MS COM
(edit) @21262   16 years vboxsync webservices: support newer ZSI tools
(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
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