index
:
tigervnc.git
1.0-branch
1.1-branch
1.10-branch
1.11-branch
1.12-branch
1.13-branch
1.14-branch
1.2-branch
1.3-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
1.9-branch
master
High performance, multi-platform VNC client and server: https://github.com/TigerVNC/tigervnc
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
rfb
/
CConnection.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use STL list for encoding list
Pierre Ossman
2018-11-01
1
-22
/
+21
*
Make arguments explicit in all message writer methods
Pierre Ossman
2018-11-01
1
-1
/
+76
*
Move update request handling in to CConnection
Pierre Ossman
2018-11-01
1
-0
/
+166
*
Let CMsgHandler::serverInit() handle initial set up
Pierre Ossman
2018-11-01
1
-1
/
+9
*
Stop requiring CConnection::serverInit() to be overridden
Pierre Ossman
2018-11-01
1
-3
/
+9
*
Split out ServerParams from ConnParams
Pierre Ossman
2018-11-01
1
-15
/
+16
*
Move version reading/writing out of ConnParams
Pierre Ossman
2018-10-26
1
-4
/
+19
*
Strongly bind security objects to connection object
Pierre Ossman
2018-09-21
1
-2
/
+2
*
Remove destroy functions
Pierre Ossman
2018-09-21
1
-1
/
+2
*
Make exception classes have clearer messages
Pierre Ossman
2017-10-12
1
-5
/
+3
*
Prevent leak of SecurityServer and ClientServer.
Michal Srb
2017-03-27
1
-3
/
+2
*
Client support for cursors with full alpha
Pierre Ossman
2017-02-22
1
-0
/
+8
*
Fix minor typo in framebuffer initialization
Brian P. Hinz
2016-09-05
1
-1
/
+1
*
Make the decoder multi-threaded
Pierre Ossman
2015-11-27
1
-0
/
+8
*
Let CConnection intercept more callbacks
Pierre Ossman
2015-11-27
1
-0
/
+23
*
Delegate decoder object management to a separate class
Pierre Ossman
2015-11-27
1
-1
/
+47
*
Clean out unused dependencies from CConnection.h
Pierre Ossman
2015-11-09
1
-0
/
+5
*
Remove unused deleteReaderAndWriter() method
Pierre Ossman
2015-11-09
1
-5
/
+0
*
Make sure Exceptions do not use unsafe format strings
Pierre Ossman
2015-03-03
1
-5
/
+4
*
Always log chosen security type
Pierre Ossman
2014-11-11
1
-1
/
+1
*
Merge the "V3" message classes into the normal ones
Pierre Ossman
2014-07-07
1
-4
/
+4
*
Fix unsafe usage of the logging functions.
Pierre Ossman
2012-04-26
1
-1
/
+1
*
Basic infrastructure to support fences.
Pierre Ossman
2011-11-14
1
-0
/
+14
*
[Bugfix] Honor server security type order instead of client's when negotiatin...
Adam Tkac
2011-02-21
1
-14
/
+13
*
[Development] Move Get{C,S}Security from Security class to separate classes.
Adam Tkac
2010-10-01
1
-1
/
+1
*
[Development] Extend Security class to allow different default sectypes for s...
Adam Tkac
2010-08-12
1
-1
/
+1
*
[Development] Client now uses security types from -SecurityTypes parameter in...
Adam Tkac
2010-07-20
1
-24
/
+23
*
[Cleanup] Remove unused CConnection::setClientSecTypeOrder function.
Adam Tkac
2010-07-20
1
-6
/
+2
*
[Development] Use enhanced Security class by both UNIX and Windows viewers.
Adam Tkac
2010-04-23
1
-6
/
+7
*
[Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.
Adam Tkac
2010-04-23
1
-1
/
+1
*
Revert previous commit (r3889). Windows code has to be cleaned before this
Adam Tkac
2009-09-04
1
-1
/
+1
*
Replace rfb::strDup by safe_strdup and remove rfb::strFree in favor of free()
Adam Tkac
2009-09-04
1
-1
/
+1
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
1
-0
/
+276
[prev]