VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @31698   14 年 vboxsync Main, frontends: unsigned long long -> long long
(edit) @31539   14 年 vboxsync Main: use settings struct for machine user data; remove …
(edit) @31332   14 年 vboxsync Support passing cpu priority change to a running guest.
(edit) @31244   14 年 vboxsync Session::unlockMachine: Privately disabled annoying assertion.
(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) @30134   14 年 vboxsync Session::close: Seems E_ACCESSDENIED is returned by OnSessionEnd …
(edit) @29953   15 年 vboxsync SessionImpl.cpp: Don't use ComAssertComRC because it's evil - it …
(edit) @29853   15 年 vboxsync Session::AssignRemoteMachine: No it's not redundant because the …
(edit) @29363   15 年 vboxsync Added 'restart' parameter to OnVRDPServerChange notification.
(edit) @28835   15 年 vboxsync Main: live snapshot merging. initially limited to forward merging …
(edit) @28800   15 年 vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(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) @26186   15 年 vboxsync Main: coding style fixes
(edit) @26068   15 年 vboxsync back out Main/Session+Console hack introducing full/reduced console
(edit) @26067   15 年 vboxsync Main/Session+Console: By default, create a console with no sub-objects …
(edit) @25901   15 年 vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25860   15 年 vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25310   15 年 vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25149   15 年 vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @24493   15 年 vboxsync API/Machine,Session: add a force mount parameter to MountMedium and …
(edit) @24079   15 年 vboxsync Main: logging cleanup
(edit) @23675   15 年 vboxsync stringify Session state
(edit) @23223   15 年 vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22305   15 年 vboxsync Main: generic callback wrappers mechanism
(edit) @21961   15 年 vboxsync NetworkAttachment: trigger the network attachment change only when …
(edit) @21878   15 年 vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21697   15 年 vboxsync SessionImpl.cpp: missing macros added by iprt/stdint.h now.
(edit) @21643   15 年 vboxsync Main: fix Darwin burn
(edit) @20274   16 年 vboxsync Main/Session: add missing flow logging for GetRemoteConsole
(edit) @19239   16 年 vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @17669   16 年 vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17600   16 年 vboxsync Main: Reset mIPCSem when releasing IPC semaphore to avoid a rare …
(edit) @17180   16 年 vboxsync Main/Unix: redo SYSV semaphore key generation. The old solution was …
(edit) @16244   16 年 vboxsync Main: Use a non-zero proj_id in ftok() as suggested by the libc manual.
(edit) @15834   16 年 vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15140   16 年 vboxsync #3285: Improve error handling API to include unique error numbers …
(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) @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) @13835   16 年 vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13431   16 年 vboxsync Main: Fixed a bunch of assertions caused by the code that detects a …
(edit) @12658   16 年 vboxsync Main: Removed too strict assertion in Session::GetRemoteConsole().
(edit) @12014   16 年 vboxsync Main: accident
(edit) @11918   16 年 vboxsync Main: Don't assert when the OnShowWindow request gets delayed and …
(edit) @11083   16 年 vboxsync HostServices/GuestProperties, Main: implemented saving guest …
(edit) @11041   16 年 vboxsync Main: added guest property enumeration (currently only works when the …
(edit) @10797   16 年 vboxsync Guest properties: initial commit of new interface
(edit) @10305   16 年 vboxsync Main: Lock the object before switching on non-const data members.
(edit) @10233   16 年 vboxsync Main: clean up the guest property code - send accesses to the console …
(edit) @8155   17 年 vboxsync The Big Sun Rebranding Header Change
(edit) @8083   17 年 vboxsync Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
(edit) @8057   17 年 vboxsync Main: Fixed another self-deadlock (requesting write before releasing read).
(edit) @7207   17 年 vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(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) @4071   17 年 vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4041   17 年 vboxsync Main: Shared Folders (#2130): - Solved folder name unicity problems by …
(edit) @3668   17 年 vboxsync replace underscore symbols in Main/
(edit) @3652   17 年 vboxsync Parallel port support. Contributed by: Alexander Eichner
(edit) @3497   17 年 vboxsync Main/OS2: Close the mutex on session close.
(edit) @3494   17 年 vboxsync added support for serial ports to Main and VBoxManage
(edit) @3480   17 年 vboxsync Main: Use named mutexes for watching client processes on OS/2.
(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) @2540   18 年 vboxsync Main & All Frontends: Improved console window activation helper APIs …
(edit) @2463   18 年 vboxsync Main & All Frontends: Prototyped a bunch of Main API changes …
(edit) @678   18 年 vboxsync WIN32 -> WIN.
(edit) @630   18 年 vboxsync assert type size assumptions.
(edit) @606   18 年 vboxsync Initial darwin port. (Not tested on linux yet.)
(add) @1   55 年 vboxsync import
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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