VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31698   14 years vboxsync Main, frontends: unsigned long long -> long long
(edit) @31539   14 years vboxsync Main: use settings struct for machine user data; remove …
(edit) @31332   14 years vboxsync Support passing cpu priority change to a running guest.
(edit) @31244   14 years vboxsync Session::unlockMachine: Privately disabled annoying assertion.
(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) @30134   14 years vboxsync Session::close: Seems E_ACCESSDENIED is returned by OnSessionEnd …
(edit) @29953   15 years vboxsync SessionImpl.cpp: Don't use ComAssertComRC because it's evil - it …
(edit) @29853   15 years vboxsync Session::AssignRemoteMachine: No it's not redundant because the …
(edit) @29363   15 years vboxsync Added 'restart' parameter to OnVRDPServerChange notification.
(edit) @28835   15 years vboxsync Main: live snapshot merging. initially limited to forward merging …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @26753   15 years vboxsync Main: Bstr makeover (third attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @26068   15 years vboxsync back out Main/Session+Console hack introducing full/reduced console
(edit) @26067   15 years vboxsync Main/Session+Console: By default, create a console with no sub-objects …
(edit) @25901   15 years vboxsync CPU hotplug: Merge 4th patch. Implements the Main API and a VBoxManage …
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @24493   15 years vboxsync API/Machine,Session: add a force mount parameter to MountMedium and …
(edit) @24079   15 years vboxsync Main: logging cleanup
(edit) @23675   15 years vboxsync stringify Session state
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22305   15 years vboxsync Main: generic callback wrappers mechanism
(edit) @21961   15 years vboxsync NetworkAttachment: trigger the network attachment change only when …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21697   15 years vboxsync SessionImpl.cpp: missing macros added by iprt/stdint.h now.
(edit) @21643   15 years vboxsync Main: fix Darwin burn
(edit) @20274   16 years vboxsync Main/Session: add missing flow logging for GetRemoteConsole
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @17600   16 years vboxsync Main: Reset mIPCSem when releasing IPC semaphore to avoid a rare …
(edit) @17180   16 years vboxsync Main/Unix: redo SYSV semaphore key generation. The old solution was …
(edit) @16244   16 years vboxsync Main: Use a non-zero proj_id in ftok() as suggested by the libc manual.
(edit) @15834   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15140   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14972   16 years vboxsync #3285: Improve error handling API to include unique error numbers The …
(edit) @14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
(edit) @14715   16 years vboxsync s/return E_NOTIMPL/ReturnComNotImplemented()/g Main/*.cpp as suggested …
(edit) @14579   16 years vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13431   16 years vboxsync Main: Fixed a bunch of assertions caused by the code that detects a …
(edit) @12658   16 years vboxsync Main: Removed too strict assertion in Session::GetRemoteConsole().
(edit) @12014   16 years vboxsync Main: accident
(edit) @11918   16 years vboxsync Main: Don't assert when the OnShowWindow request gets delayed and …
(edit) @11083   16 years vboxsync HostServices/GuestProperties, Main: implemented saving guest …
(edit) @11041   16 years vboxsync Main: added guest property enumeration (currently only works when the …
(edit) @10797   16 years vboxsync Guest properties: initial commit of new interface
(edit) @10305   16 years vboxsync Main: Lock the object before switching on non-const data members.
(edit) @10233   16 years vboxsync Main: clean up the guest property code - send accesses to the console …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8083   17 years vboxsync Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
(edit) @8057   17 years vboxsync Main: Fixed another self-deadlock (requesting write before releasing read).
(edit) @7207   17 years vboxsync Main: Reworked enums to avoid 1) weird duplication of enum name when …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5713   17 years vboxsync Added an maskedInterface property to the USB filters. It is used to …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4041   17 years vboxsync Main: Shared Folders (#2130): - Solved folder name unicity problems by …
(edit) @3668   17 years vboxsync replace underscore symbols in Main/
(edit) @3652   17 years vboxsync Parallel port support. Contributed by: Alexander Eichner
(edit) @3497   17 years vboxsync Main/OS2: Close the mutex on session close.
(edit) @3494   17 years vboxsync added support for serial ports to Main and VBoxManage
(edit) @3480   17 years vboxsync Main: Use named mutexes for watching client processes on OS/2.
(edit) @3001   18 years vboxsync Main/Frontends: Next step to support asynchronous USB device flow.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2540   18 years vboxsync Main & All Frontends: Improved console window activation helper APIs …
(edit) @2463   18 years vboxsync Main & All Frontends: Prototyped a bunch of Main API changes …
(edit) @678   18 years vboxsync WIN32 -> WIN.
(edit) @630   18 years vboxsync assert type size assumptions.
(edit) @606   18 years vboxsync Initial darwin port. (Not tested on linux yet.)
(add) @1   55 years vboxsync import
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