VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @39790   13 年 vboxsync tstGuestCtrlParseBuffer: Added routine for manual testing, some …
(edit) @38735   13 年 vboxsync %lS -> %ls.
(edit) @38636   13 年 vboxsync *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.
(edit) @38611   13 年 vboxsync Extended testcase with German umlauts.
(edit) @38437   13 年 vboxsync GuestCtrl: Update.
(edit) @38395   13 年 vboxsync GuestCtrl: Update.
(edit) @38269   13 年 vboxsync GuestCtrl: Update.
(edit) @38235   13 年 vboxsync GuestCtrl: Update.
(edit) @38214   13 年 vboxsync tstGuestCtrlParseBuffer: Update.
(edit) @38210   13 年 vboxsync Main: Testcase for guest control output buffer parsing now is using …
(edit) @38085   13 年 vboxsync GuestCtrl: Update of copy from guest (work in progress).
(edit) @37974   13 年 vboxsync Main: Extended testcase for guest control output buffer parsing (block …
(edit) @37903   13 年 vboxsync Main: Extended testcase for guest control output buffer parsing.
(edit) @37886   13 年 vboxsync Build fix.
(edit) @37884   13 年 vboxsync Build fix, drop COM dependencies.
(edit) @37883   13 年 vboxsync Main: Added testcase for guest control output buffer parsing.
(edit) @37862   13 年 vboxsync Main-OVF;FE/*: allow to specify if MAC addresses should be …
(edit) @37669   13 年 vboxsync Main/linux: remove tstHostHardwareLinux which mainly duplicates …
(edit) @37662   13 年 vboxsync eliminate unneeded include file
(edit) @37618   13 年 vboxsync Main/USB/linux: move USBProxyLinuxChooseMethod to USBGetDevices
(edit) @37617   13 年 vboxsync Main/USB/Linux: factor out the USBProxyService code for selecting the …
(edit) @37525   13 年 vboxsync Main/VirtualBox+Medium: resurrect the feature of changing the medium …
(edit) @37423   13 年 vboxsync Ran the source code massager (scm).
(edit) @37086   14 年 vboxsync Main/linux/USB: updates to testcase for r71611
(edit) @36997   14 年 vboxsync Main/linux/usb: no reason not to check root paths passed in the environment
(edit) @36996   14 年 vboxsync Main/linux/usb: additional tests, drop a couple of silly ones
(edit) @36995   14 年 vboxsync Main/linux/usb: more readable test code
(edit) @36994   14 年 vboxsync Main/linux/usb: make unit tests pass and fix one test
(edit) @36993   14 年 vboxsync Main/linux/USB: unit tests for the code changed in r71554 and r71557
(edit) @36958   14 年 vboxsync Main/linux/USB: better permissions checking and code cleanup
(edit) @36420   14 年 vboxsync Main/USB/Linux: extend environment variables for selecting USB probing …
(edit) @36419   14 年 vboxsync Main/USB/Linux: extend environment variables for selecting USB probing …
(edit) @36418   14 年 vboxsync Main/USB/Linux: extend environment variables for selecting USB probing …
(edit) @36348   14 年 vboxsync Main/USB/Linux: also show state in testcase device enumeration
(edit) @36128   14 年 vboxsync Main/Metrics: Hypervisor and guest metrics re-done (#5566)
(edit) @35368   14 年 vboxsync Main: source re-org.
(edit) @34341   14 年 vboxsync Main/linux/USB and RDP/client/vrdp: clean up the handling of the USB …
(edit) @33604   14 年 vboxsync tstVBoxAPILinux.cpp: typos
(edit) @33595   14 年 vboxsync src/*: more spelling fixes (logging), thanks Timeless!
(edit) @33540   14 年 vboxsync *: spelling fixes, thanks Timeless!
(edit) @33458   14 年 vboxsync Main: partial revert or r67042, bring back the overwrite parameter
(edit) @33451   14 年 vboxsync Main: change VirtualBox::createMachine() to accept arbitrary paths for …
(edit) @33386   14 年 vboxsync VRDE: API changes for the VRDP server separation.
(edit) @33294   14 年 vboxsync Main: API change, merge IVirtualBox::getMachine() with findMachine()
(edit) @33140   14 年 vboxsync Main: have Machine::MountMedium() behave like AttachDevice (use …
(edit) @32718   14 年 vboxsync com/string: Remove bool conversion operator and other convenience …
(edit) @32324   14 年 vboxsync Main/USBProxyServiceLinux: split out USB enumeration from …
(edit) @32299   14 年 vboxsync Main/USBProxyServiceLinux: move the implementation of the device …
(edit) @32262   14 年 vboxsync Main/linux/vector container: simplification
(edit) @32258   14 年 vboxsync Main/USB/linux: simplified the vector container and the code using it
(edit) @32190   14 年 vboxsync PDMDevHlpVMSuspendSaveAndPowerOff: More code.
(edit) @32142   14 年 vboxsync Main/linux/USB: moved a vector container-based implementation detail …
(edit) @31882   14 年 vboxsync export some OVF testcases to OSE
(edit) @31652   14 年 vboxsync re-applied r64780
(edit) @31648   14 年 vboxsync backed out r64780
(edit) @31644   14 年 vboxsync Main/HostHardwareLinux: switch the stl vectors to a C implementation
(edit) @31615   14 年 vboxsync Main: Implemenation of per-machine media registries; …
(edit) @31568   14 年 vboxsync Main: combine IVirtualBox::openHardDisk(), openDVDImage(), …
(edit) @31564   14 年 vboxsync Main/HostHardwareLinux: removed all the unused hal/DBus stuff
(edit) @31333   14 年 vboxsync Main: rework new implementation of Machine::Unregister() and …
(edit) @31070   14 年 vboxsync Main: rename ISession::close() to ISession::unlockMachine(); API …
(edit) @31019   14 年 vboxsync Main: rename LockForSession() API to LockMachine() and fix parameters; …
(edit) @31008   14 年 vboxsync Main: reorganize session APIs
(edit) @30956   14 年 vboxsync Main: move VirtualBox::UnregisterMachine() to Machine::Unregister(); …
(edit) @30931   14 年 vboxsync Main/OVF: add testcase for host-specific audio drivers
(edit) @30929   14 年 vboxsync Main: add option to UnregisterMachine() to automatically nuke all …
(edit) @30883   14 年 vboxsync compile fix
(edit) @30881   14 年 vboxsync Main/OVF: add Appliance::machines[] attribute so that caller can …
(edit) @30876   14 年 vboxsync Main/OVF: another testcase
(edit) @30714   14 年 vboxsync Main: remove SupportErrorInfo template magic
(edit) @30635   14 年 vboxsync tstOVF.cpp: two warnings about HRESULT (unsigned) vs. signed values (-1).
(edit) @30299   14 年 vboxsync Main/testcase/Makefile.kmk: OVF testcase fix.
(edit) @30269   14 年 vboxsync svn keywords fix
(edit) @30267   14 年 vboxsync OSE fix
(edit) @30266   14 年 vboxsync OSE fix
(edit) @30265   14 年 vboxsync OSE fix
(edit) @30260   14 年 vboxsync OVF: first testcase.
(edit) @29151   15 年 vboxsync tstHostHardwareLinux: non-pedantic
(edit) @28882   15 年 vboxsync Main/HostHardwareLinux: use inotify instead of FAM for USB hotplug …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28781   15 年 vboxsync Main/HostHardwareLinux: disable USB probing using hal/DBus by default
(edit) @28741   15 年 vboxsync Main/HostHardwareLinux: introduce an ifdef for building USB with raw …
(edit) @28617   15 年 vboxsync Main/HostHardwareLinux: fix the timeout-in-USB-probing test
(edit) @28553   15 年 vboxsync Main: add support for polling for USB devices on Linux hosts without …
(edit) @27930   15 年 vboxsync Metrics updates (untested)
(edit) @27885   15 年 vboxsync Metrics: work in progress
(edit) @27792   15 年 vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @27730   15 年 vboxsync Backed out 59261 & 59266
(edit) @27677   15 年 vboxsync Main/VirtualBox: new parameter for overriding VM file existence check …
(edit) @26562   15 年 vboxsync *: Added svn:keywords where missing.
(edit) @26498   15 年 vboxsync lots under src/VBox: whitespace cleanup.
(edit) @26186   15 年 vboxsync Main: coding style fixes
(edit) @26177   15 年 vboxsync *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
(edit) @26163   15 年 vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @24499   15 年 vboxsync Main/testcase: build fix
(edit) @24496   15 年 vboxsync Main/testcase: update to changed MountMedium method as well
(edit) @23848   15 年 vboxsync Main/D-Bus: Moved to VBox Runtime.
(edit) @23845   15 年 vboxsync VBoxClient/VBoxTray/VBgl: Reverted last check-ins to redo D-BUS movement.
(edit) @23819   15 年 vboxsync VBoxClient:
(edit) @23522   15 年 vboxsync Main/HostHardwareLinux: more rewriting of the Linux host drive code, …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette