VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31747   14 years vboxsync ConsoleVRDPServer.cpp: An academical correctness exercise related to …
(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) @30871   14 years vboxsync Main: event names now in past tense
(edit) @30825   14 years vboxsync Main: callbacks removal
(edit) @30764   14 years vboxsync back out r63543, r63544 until windows build problems can be solved properly
(edit) @30760   14 years vboxsync Main: separate internal machine data structs into MachineImplPrivate.h …
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30681   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   14 years vboxsync Main: back out r63429
(edit) @30670   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @30628   14 years vboxsync Main: no need for array size
(edit) @30627   14 years vboxsync Main, some frontends: removing callbacks
(edit) @30335   14 years vboxsync VRDP: video channel: enable SunFlsh support by default (xTracker 4606).
(edit) @30245   14 years vboxsync VRDP: SunFlsh video channel: send frames, configuration (xTracker 4606).
(edit) @29518   15 years vboxsync Main: onMousePointerShapeChange reworked
(edit) @29386   15 years vboxsync compact headers
(edit) @29385   15 years vboxsync Main: cleaned up some pedantic warnings.
(edit) @29312   15 years vboxsync ConsoleVRDPServer.cpp: Don't assert when seeing …
(edit) @28802   15 years vboxsync VRDP video channel configuration API.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28302   15 years vboxsync Main/ConsoleVRDPServer: tiny cleanup
(edit) @27608   15 years vboxsync build fix
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @26782   15 years vboxsync Main, Frontends: added support for virtual pointing devices with no …
(edit) @26235   15 years vboxsync Main: coding style
(edit) @26186   15 years vboxsync Main: coding style fixes
(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) @25728   15 years vboxsync *: Use RTMSINTERVAL for timeouts.
(edit) @25634   15 years vboxsync VRDP: Main: only use AppPriv if the library name doesn't contain a …
(edit) @25632   15 years vboxsync Main: VRDP: search for external auth modules in the private …
(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) @25030   15 years vboxsync Removed ExtraData VRDPBindPort, etc. Now there is a proper API.
(edit) @23643   15 years vboxsync VRDP port range API.
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22864   15 years vboxsync TCP ports range for VRDP server: delete VRDPPortRange extra data on VM …
(edit) @22810   15 years vboxsync FE/Qt, Devices/Input, Main, FE/*: upgrade mouse device to an MS …
(edit) @22663   15 years vboxsync VRDP server port range: extra data keys.
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @21726   15 years vboxsync Suppress LogRel warning about missing VRDPAuth symbols.
(edit) @19134   16 years vboxsync Main: make VBox interfaces scriptable (that is, callable from Python …
(edit) @17669   16 years vboxsync Main: Rework storage controller handling to allow an arbitrary number …
(edit) @15916   16 years vboxsync Added a missed autoInitSpan.setSucceeded to the …
(edit) @15145   16 years vboxsync - Better wording and formatting for onMousePointerShapeChange.
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
(edit) @14579   16 years vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @13860   16 years vboxsync SharedClipboard (HostServices and Main): fixed a warning fix
(edit) @13847   16 years vboxsync SharedClipboard (HostServices and Main): fixed a warning by devious means
(edit) @13842   16 years vboxsync It's RTuuid not Ruuid.
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13607   16 years vboxsync Main: keywords space
(edit) @13606   16 years vboxsync Main: First bulk of classes transfered to the new locking scheme.
(edit) @12423   16 years vboxsync IPRT/SUP: Renamed RTLdrOpenAppSharedLib to RTLdrOpenAppPriv. Hardend …
(edit) @12127   16 years vboxsync Drop existing RDP connection and allow the new client to connect, …
(edit) @11820   16 years vboxsync made Qt4 the default GUI; VBOX_VRDP => VBOX_WITH_VRDP; VBOX_HGCM => …
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8083   17 years vboxsync Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
(edit) @7761   17 years vboxsync Use RTLdrLoadAppSharedLib for VRDP and HGCM libraries.
(edit) @7257   17 years vboxsync Load VRDP library from the vbox path.
(edit) @7256   17 years vboxsync LogRel the failure to load VRDP library.
(edit) @6658   17 years vboxsync VRDP server: fixed error handling if the VRDP library could not be loaded
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5994   17 years vboxsync VRDP cleanup: OSE fix.
(edit) @5993   17 years vboxsync VRDP cleanup: OSE fix.
(edit) @5992   17 years vboxsync VRDP cleanup: OSE fix.
(edit) @5991   17 years vboxsync VRDP cleanup: OSE fix.
(edit) @5982   17 years vboxsync Removed obsolete VRDP server interface that used COM.
(edit) @5782   17 years vboxsync Implemented NumLock state synch over VRDP.
(edit) @5616   17 years vboxsync Correctly process a NULL netAddress value.
(edit) @5611   17 years vboxsync Fixed querying netAddress property in VRDP server.
(edit) @4876   17 years vboxsync must include iprt/alloca.h when using alloca.
(edit) @4849   17 years vboxsync More release logging for the VRDP server startup failures.
(edit) @4632   17 years vboxsync don't try call USBClientResponseCallback unless we're building with …
(edit) @4404   17 years vboxsync Fixed the initialization of the remote USB channel.
(edit) @4363   17 years vboxsync Do not call the VRDP server when it is being terminated.
(edit) @4344   17 years vboxsync Removed debug code (should also fix the OSE build).
(edit) @4341   17 years vboxsync Do destroy VRDP server (forgot the variable).
(edit) @4340   17 years vboxsync Do destroy VRDP server.
(edit) @4325   17 years vboxsync Logging.
(edit) @4322   17 years vboxsync Debug code.
(edit) @4247   17 years vboxsync Main: Marked VRDPConsoleCallback as thread-safe to avoid assertions.
(edit) @4131   17 years vboxsync Main/Frontends: Added missing IConsoleCallback notifications …
(edit) @4093   17 years vboxsync Fixed missing black edge for Windows Vista alpha pointers over RDP.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4042   17 years vboxsync Main: Private logging (Log => LogSunlover).
(edit) @3823   17 years vboxsync GCC warnings.
(edit) @3817   17 years vboxsync LineSize -> BytesPerLine
(edit) @3761   17 years vboxsync Main/Frontends: Cleaned up IFramebuffer interface.
(edit) @3720   17 years vboxsync VRDP NO_COM code in Main.
(edit) @3692   17 years vboxsync VRDPAuth2 should be used when also the old VRDPAuth is available.
(edit) @3278   17 years vboxsync Removed some obsolete VRDP code.
(edit) @3153   17 years vboxsync Multimonitor support.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2527   18 years vboxsync Check VRDP multiconnection property. A new external authentication …
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