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.15-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
/
VNCSConnectionST.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add keyboard debug log to servers
Pierre Ossman
2015-08-31
1
-4
/
+21
*
Fix infinite update caused by b64dbf2
Pierre Ossman
2015-06-23
1
-1
/
+1
*
Avoid losing updates on partial requests
Pierre Ossman
2015-06-09
1
-1
/
+4
*
Clean up server rendered cursor logic
Pierre Ossman
2015-06-09
1
-15
/
+25
*
Add extra parentheses to avoid and/or priority ambiguity
Pierre Ossman
2015-03-03
1
-1
/
+1
*
Reorder class initialiser list to match what actually happens
Pierre Ossman
2015-03-03
1
-2
/
+3
*
Remove unused variables
Pierre Ossman
2015-03-03
1
-1
/
+0
*
Move reverse connection information into VNCSConnectionST
Pierre Ossman
2015-02-13
1
-1
/
+1
*
Restructure Xvnc/libvnc.so code to avoid C++ header hacks
Pierre Ossman
2015-01-26
1
-3
/
+10
*
Limit access to non-shared mode
Pierre Ossman
2014-12-02
1
-1
/
+2
*
Add AccessSetDesktopSize right.
Michal Srb
2014-11-24
1
-0
/
+3
*
Move image encoding logic into a central EncodeManager class
Pierre Ossman
2014-07-14
1
-66
/
+8
*
Use PixelBuffer objects as the interface for encoders and decoders
Pierre Ossman
2014-07-14
1
-15
/
+15
*
Store the mouse cursor in the ConnParams object
Pierre Ossman
2014-07-14
1
-43
/
+9
*
Add helper class for a rendered cursor
Pierre Ossman
2014-07-14
1
-6
/
+2
*
Get rid of the direct access abuse of FullFramePixelBuffer's data
Pierre Ossman
2014-07-07
1
-5
/
+11
*
Encoders/decoders should track the connection object
Pierre Ossman
2014-07-07
1
-1
/
+1
*
Push encoder and decoder handling down into the connection objects
Pierre Ossman
2014-07-07
1
-24
/
+42
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-29
/
+0
*
Remove partial update functionality
Pierre Ossman
2014-07-07
1
-5
/
+3
*
We were not handling the "sync next" fence properly as we sent the response
Pierre Ossman
2012-07-20
1
-5
/
+9
*
Comment where the mysterious 0xFFFF number of rectangles comes from.
Pierre Ossman
2012-02-28
1
-0
/
+4
*
We need to explicitly trigger a framebuffer update for server side rendered
Pierre Ossman
2011-12-21
1
-1
/
+3
*
Make the comparing update tracker a bit more flexible. It can now be in an
Pierre Ossman
2011-11-20
1
-0
/
+10
*
Cork the connection around updates to better use the congestion window
Pierre Ossman
2011-11-15
1
-3
/
+11
*
Server implementation of continuous updates, including advanced flow control.
Pierre Ossman
2011-11-15
1
-10
/
+272
*
Implement proper support for fences in the server.
Pierre Ossman
2011-11-14
1
-1
/
+56
*
Reimplement the deferred update handling, this time in a more robust and
Pierre Ossman
2011-11-08
1
-1
/
+5
*
Cork the outgoing TCP stream while we still have messages to process. This
Pierre Ossman
2011-11-08
1
-0
/
+8
*
Avoid some unnecessary processing when server side cursor isn't used (which
Pierre Ossman
2011-11-08
1
-2
/
+4
*
Clean up the interface for VNCSConnectionST. Entry points are more apparent
Pierre Ossman
2011-11-07
1
-56
/
+83
*
Fix compiler warnings uncovered with -Wall
DRC
2011-11-03
1
-2
/
+0
*
Don't try to push out another update if the socket is already full. This
Pierre Ossman
2011-10-25
1
-2
/
+31
*
Ported encoding optimizations from TurboVNC. The changes to the Tight parame...
DRC
2011-08-11
1
-2
/
+8
*
Split out the pixel format conversion magic to its own class and make
Pierre Ossman
2011-03-08
1
-1
/
+1
*
[Bugfix] Use bitwise NOT instead of logical NOT when working with
Adam Tkac
2011-02-07
1
-2
/
+2
*
[Development] Replace SSecurityFactoryStandard class by simplier Security class.
Adam Tkac
2010-04-23
1
-1
/
+1
*
[Development] Rename common/rfb/secTypes.{h,cxx} to common/rfb/Security.{h,cxx}.
Adam Tkac
2010-04-23
1
-1
/
+1
*
Reverted the second part of 3971. I suspect that this code is actually
Peter Åstrand
2010-02-10
1
-1
/
+1
*
Eliminated two GCC warnings:
Peter Åstrand
2010-02-10
1
-4
/
+3
*
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
*
We should only send ExtendedDesktopSize to a client supporting both it and
Pierre Ossman
2009-05-28
1
-4
/
+6
*
Remove debugging output that wasn't supposed to be committed.
Pierre Ossman
2009-04-24
1
-3
/
+0
*
Send desktop layout changes separately
Pierre Ossman
2009-04-23
1
-7
/
+17
*
UltraVNC sends a new non-incr. FUR when it gets a DesktopSize rect, and
Pierre Ossman
2009-04-22
1
-2
/
+8
*
Implement server side support for SetDesktopSize.
Pierre Ossman
2009-03-23
1
-2
/
+47
*
Properly parse the SetDesktopSize message.
Pierre Ossman
2009-03-21
1
-1
/
+2
*
Basic book keeping of screen layout on server.
Pierre Ossman
2009-03-20
1
-0
/
+2
*
Make the server a little less DoS:able by validating update regions.
Pierre Ossman
2009-03-20
1
-0
/
+13
[next]