VirtualBox

source: vbox/trunk/src/VBox/Main/USBControllerImpl.cpp

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @31539   14 年 vboxsync Main: use settings struct for machine user data; remove …
(edit) @30856   14 年 vboxsync OSE build fixes
(edit) @30854   14 年 vboxsync OSE build fix
(edit) @30764   14 年 vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30760   14 年 vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(edit) @30739   14 年 vboxsync Main: remove VirtualBoxSupportTranslation template, add translation …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27607   15 年 vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @26968   15 年 vboxsync introduced IUSBController::proxyAvailable() and use this method by …
(edit) @26753   15 年 vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26603   15 年 vboxsync Main: back out r57775
(edit) @26587   15 年 vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 年 vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 年 vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26235   15 年 vboxsync Main: coding style
(edit) @26186   15 年 vboxsync Main: coding style fixes
(edit) @26171   15 年 vboxsync Main: get rid of Backupable<>::hasActualChanges and the operator== in …
(edit) @26167   15 年 vboxsync Main: get rid of isModified() loops in Machine and subclasses; …
(edit) @26156   15 年 vboxsync Main: get rid of isReallyChanged() voodoo in Machine and subclasses; …
(edit) @26084   15 年 vboxsync Main: fix locking order violation when loading USB filters
(edit) @26046   15 年 vboxsync Main: move Auto*StateDependency templates out of MachineImpl.h
(edit) @25860   15 年 vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25346   15 年 vboxsync iprt/cpputils.h -> iprt/cpp/utils.h
(edit) @25310   15 年 vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25286   15 年 vboxsync Main: preparation for deadlock detection: remove AutoMultiLock* template
(edit) @25197   15 年 vboxsync Main: less includes
(edit) @25195   15 年 vboxsync Main: windows build fix
(edit) @25194   15 年 vboxsync Main: stop USBController from being a VirtualBoxBaseWithChildren; make …
(edit) @25149   15 年 vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @24989   15 年 vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @23271   15 年 vboxsync Main: duplicate NS_DECL_ISUPPORTS (already done as part of the COM map)
(edit) @22303   15 年 vboxsync Main/XML: fix USB filter data not being saved
(edit) @22173   15 年 vboxsync Main: the big XML settings rework. Move XML reading/writing out of …
(edit) @21878   15 年 vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21823   15 年 vboxsync Main: merge VirtualBoxBaseNEXT onto VirtualBoxBase, adjust Host …
(edit) @21686   15 年 vboxsync Main: back out r50147 until the locking is properly understood; will …
(edit) @21660   15 年 vboxsync Main: Build fix for when building without USB support
(edit) @21622   15 年 vboxsync Main: cleanup: merge VirtualBoxBase{WithTypedChildren}NEXT onto …
(edit) @20976   15 年 vboxsync Removed incorrect checks for USB product id Doxyfile.Main= 0. Some …
(edit) @20237   16 年 vboxsync win OSE fixes
(edit) @20206   16 年 vboxsync Main: OSE warnings
(edit) @17394   16 年 vboxsync #3551: “Main: Replace remaining collections with safe arrays” Convert …
(edit) @17341   16 年 vboxsync #3551: “Main: Replace remaining collections with safe arrays” Burn-fix …
(edit) @17336   16 年 vboxsync #3551: “Main: Replace remaining collections with safe arrays” …
(edit) @16560   16 年 vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @16558   16 年 vboxsync Main: back out r42503
(edit) @16557   16 年 vboxsync Main: do not include include/VBox/settings.h from other header files …
(edit) @15829   16 年 vboxsync #3285: Improve error handling API to include unique error numbers - …
(edit) @15762   16 年 vboxsync Main: Exmplicit machine state comparisons replaced with bool …
(edit) @15157   16 年 vboxsync Main: #3312: Fixed a wrong assertion in USBController triggered on a …
(edit) @15051   16 年 vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14972   16 年 vboxsync #3285: Improve error handling API to include unique error numbers The …
(edit) @14938   16 年 vboxsync Use CheckComArgStrNotEmptyOrNull where appropriate.
(edit) @14772   16 年 vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
(edit) @14715   16 年 vboxsync s/return E_NOTIMPL/ReturnComNotImplemented()/g Main/*.cpp as suggested …
(edit) @14579   16 年 vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @10535   16 年 vboxsync The OSE case (no USB) didn't compile
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @8083   17 年 vboxsync Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
(edit) @7992   17 年 vboxsync Main: Implemented true AutoReaderLock (#2768).
(edit) @7968   17 年 vboxsync Fixed OSE (USBController wasn't created when it should due to inverted …
(edit) @7964   17 年 vboxsync Attempt at making OSE build again.
(edit) @7852   17 年 vboxsync manual-cpp -DVBOX_WITH_USBFILTER. One worry, not sure why the Action …
(edit) @7829   17 年 vboxsync comments.
(edit) @7466   17 年 vboxsync Main/Settings: Applied all current XML settings format todos and …
(edit) @6076   17 年 vboxsync Merged dmik/s2 branch (r25959:26751) to the trunk.
(edit) @5999   17 年 vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5713   17 年 vboxsync Added an maskedInterface property to the USB filters. It is used to …
(edit) @5617   17 年 vboxsync Forgot to load and save the EnabledEhci setting
(edit) @5613   17 年 vboxsync EHCI: Added xml setting to enable the EHCI controller.
(edit) @5162   17 年 vboxsync Main: Removed extra logging.
(edit) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3758   17 年 vboxsync More USBFILTER changes.
(edit) @3756   17 年 vboxsync USBFILTER for darwin.
(edit) @3668   17 年 vboxsync replace underscore symbols in Main/
(edit) @3421   17 年 vboxsync Main: Fixed an assertion when closing the direct machine session after …
(edit) @3302   17 年 vboxsync Main: More Machine children use the AutoStateDependency template.
(edit) @3007   18 年 vboxsync Moved the template code out of cdefs.h, partly because it didn't …
(edit) @3001   18 年 vboxsync Main/Frontends: Next step to support asynchronous USB device flow.
(edit) @2981   18 年 vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2978   18 年 vboxsync Main: USB: Don't try to remove the filter we didn't insert (may happen …
(edit) @2845   18 年 vboxsync Main: Switched USBController to the new locking model.
(edit) @2805   18 年 vboxsync Main: Fixed: Machine-level USB filters are now inserted to the USB …
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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