VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35368   14 years vboxsync Main: source re-org.
(edit) @34341   14 years vboxsync Main/linux/USB and RDP/client/vrdp: clean up the handling of the USB …
(edit) @33604   14 years vboxsync tstVBoxAPILinux.cpp: typos
(edit) @33595   14 years vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @33458   14 years vboxsync Main: partial revert or r67042, bring back the overwrite parameter
(edit) @33451   14 years vboxsync Main: change VirtualBox::createMachine() to accept arbitrary paths for …
(edit) @33386   14 years vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33294   14 years vboxsync Main: API change, merge IVirtualBox::getMachine() with findMachine()
(edit) @33140   14 years vboxsync Main: have Machine::MountMedium() behave like AttachDevice (use …
(edit) @32718   14 years vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32324   14 years vboxsync Main/USBProxyServiceLinux: split out USB enumeration from …
(edit) @32299   14 years vboxsync Main/USBProxyServiceLinux: move the implementation of the device …
(edit) @32262   14 years vboxsync Main/linux/vector container: simplification
(edit) @32258   14 years vboxsync Main/USB/linux: simplified the vector container and the code using it
(edit) @32190   14 years vboxsync PDMDevHlpVMSuspendSaveAndPowerOff: More code.
(edit) @32142   14 years vboxsync Main/linux/USB: moved a vector container-based implementation detail …
(edit) @31882   14 years vboxsync export some OVF testcases to OSE
(edit) @31652   14 years vboxsync re-applied r64780
(edit) @31648   14 years vboxsync backed out r64780
(edit) @31644   14 years vboxsync Main/HostHardwareLinux: switch the stl vectors to a C implementation
(edit) @31615   14 years vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31568   14 years vboxsync Main: combine IVirtualBox::openHardDisk(), openDVDImage(), …
(edit) @31564   14 years vboxsync Main/HostHardwareLinux: removed all the unused hal/DBus stuff
(edit) @31333   14 years vboxsync Main: rework new implementation of Machine::Unregister() and …
(edit) @31070   14 years vboxsync Main: rename ISession::close() to ISession::unlockMachine(); API …
(edit) @31019   14 years vboxsync Main: rename LockForSession() API to LockMachine() and fix parameters; …
(edit) @31008   14 years vboxsync Main: reorganize session APIs
(edit) @30956   14 years vboxsync Main: move VirtualBox::UnregisterMachine() to Machine::Unregister(); …
(edit) @30931   14 years vboxsync Main/OVF: add testcase for host-specific audio drivers
(edit) @30929   14 years vboxsync Main: add option to UnregisterMachine() to automatically nuke all …
(edit) @30883   14 years vboxsync compile fix
(edit) @30881   14 years vboxsync Main/OVF: add Appliance::machines[] attribute so that caller can …
(edit) @30876   14 years vboxsync Main/OVF: another testcase
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30635   14 years vboxsync tstOVF.cpp: two warnings about HRESULT (unsigned) vs. signed values (-1).
(edit) @30299   14 years vboxsync Main/testcase/Makefile.kmk: OVF testcase fix.
(edit) @30269   14 years vboxsync svn keywords fix
(edit) @30267   14 years vboxsync OSE fix
(edit) @30266   14 years vboxsync OSE fix
(edit) @30265   14 years vboxsync OSE fix
(edit) @30260   14 years vboxsync OVF: first testcase.
(edit) @29151   15 years vboxsync tstHostHardwareLinux: non-pedantic
(edit) @28882   15 years vboxsync Main/HostHardwareLinux: use inotify instead of FAM for USB hotplug …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28781   15 years vboxsync Main/HostHardwareLinux: disable USB probing using hal/DBus by default
(edit) @28741   15 years vboxsync Main/HostHardwareLinux: introduce an ifdef for building USB with raw …
(edit) @28617   15 years vboxsync Main/HostHardwareLinux: fix the timeout-in-USB-probing test
(edit) @28553   15 years vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @27930   15 years vboxsync Metrics updates (untested)
(edit) @27885   15 years vboxsync Metrics: work in progress
(edit) @27792   15 years vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @27730   15 years vboxsync Backed out 59261 & 59266
(edit) @27677   15 years vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @26562   15 years vboxsync *: Added svn:keywords where missing.
(edit) @26498   15 years vboxsync lots under src/VBox: whitespace cleanup.
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @26177   15 years vboxsync *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @24499   15 years vboxsync Main/testcase: build fix
(edit) @24496   15 years vboxsync Main/testcase: update to changed MountMedium method as well
(edit) @23848   15 years vboxsync Main/D-Bus: Moved to VBox Runtime.
(edit) @23845   15 years vboxsync VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.
(edit) @23819   15 years vboxsync VBoxClient:
(edit) @23522   15 years vboxsync Main/HostHardwareLinux: more rewriting of the Linux host drive code, …
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23249   15 years vboxsync medium: rename default IDE/FD storage controller names to IDE …
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21436   15 years vboxsync Main: make HostHardwareLinux use MiniString instead of std::string; …
(edit) @20977   15 years vboxsync API: weed out NULL strings, as many clients cannot use them
(edit) @20931   15 years vboxsync API: cleanup of previous changes
(edit) @20928   15 years vboxsync API/others: Renamed IConsole::discardSavedState to …
(edit) @20267   16 years vboxsync Main: completed scriptable changes Make VBox buildable on SMB share …
(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) @19477   16 years vboxsync tstVBoxAPIWin: Enhanced example for starting a VM via OpenRemoteSession.
(edit) @19429   16 years vboxsync Main/testcase: Fixed the paths in the makefile for tstVBoxAPILinux
(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) @18866   16 years vboxsync *: VBOX_WITHOUT_LINUX_COMPILER_H -> VBOX_WITH_LINUX_COMPILER_H. TODO: …
(edit) @18177   16 years vboxsync Main: turn read/write param in OpenHardDisk into an enum
(edit) @17970   16 years vboxsync API/HardDisk, Storage/VBoxHDD, Frontend/VBoxManage: eliminated base …
(edit) @17825   16 years vboxsync API/HardDIsk: introduce parameter for specifying the image variant to …
(edit) @17737   16 years vboxsync Main: rename IVirtualBox::machines2[] to machines[]
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @16867   16 years vboxsync Main: rename IHardDiskImage2 to IHardDiskImage; rename IFloppyImage2 …
(edit) @16853   16 years vboxsync Main: rename IDVDImage2 to IDVDImage
(edit) @16817   16 years vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @16734   16 years vboxsync Correct some bitrot: #include <iprt/thread.h> for RTThreadSleep().
(edit) @16712   16 years vboxsync Main: tstAPI: Fixed a couple of typos.
(edit) @16702   16 years vboxsync OVF: updated testcase
(edit) @16568   16 years vboxsync OVF: add warnings support; RAM is MB now
(edit) @16530   16 years vboxsync Main: rework error macros everywhere; make error messages much more …
(edit) @16507   16 years vboxsync OVF: changed test case as well
(edit) @16250   16 years vboxsync OVF: updated testcase to changed API
(edit) @16239   16 years vboxsync OVF: updated test case
(edit) @16198   16 years vboxsync HostNetIf API: added findHostNetworkInterfaceByName and …
(edit) @16188   16 years vboxsync Merge OVF branch.
(edit) @16178   16 years vboxsync Main/Linux: fixes and clean ups in the DBus code
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