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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Flush entire JPEG buffer, ignoring state
Pierre Ossman
2015-10-16
1
-1
/
+1
*
Don't shadow member variable
Pierre Ossman
2015-09-29
1
-1
/
+1
*
Track statistics for CopyRect
Pierre Ossman
2015-09-22
2
-0
/
+32
*
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
*
Fix some bad signed/unsigned mismatches
Pierre Ossman
2015-06-17
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
2
-17
/
+27
*
Change fillRect() to take a buffer instead of a pixel
Pierre Ossman
2015-06-05
8
-20
/
+24
*
Only include syslog logger on Unix systems
Pierre Ossman
2015-05-04
1
-1
/
+4
*
-
.
Merge branches 'noreset' and 'syslog' of https://github.com/michalsrb/tigervnc
Pierre Ossman
2015-05-04
4
-4
/
+115
|
\
\
|
|
*
Remove hardcoded "Xvnc" in syslog logger.
Michal Srb
2015-04-24
1
-1
/
+1
|
|
*
Add syslog logger.
Michal Srb
2015-04-10
3
-0
/
+106
|
|
*
Expose log levels from LogWriter.
Michal Srb
2015-04-10
1
-4
/
+9
|
|
/
*
/
Remove parameter "hasBeenSet" logic
Pierre Ossman
2015-04-27
2
-16
/
+1
|
/
*
Merge branch 'upreqs' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2015-03-12
6
-28
/
+71
|
\
|
*
Add parameter to override GnuTLS priority
Pierre Ossman
2015-01-29
4
-21
/
+48
|
*
Raise GnuTLS requirements to 3.x
Pierre Ossman
2015-01-29
4
-27
/
+43
*
|
Give CharArray a printf style method to ease automatic allocation
Pierre Ossman
2015-03-03
2
-0
/
+31
*
|
The PAM callback is slightly different on Solaris
Pierre Ossman
2015-03-03
1
-1
/
+6
*
|
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
2
-4
/
+5
*
|
Make Rect::area() signed, just like Rect::width()/height()
Pierre Ossman
2015-03-03
1
-1
/
+1
*
|
Fix mismatches between format string and arguments
Pierre Ossman
2015-03-03
1
-1
/
+1
*
|
Shorten stats from EncodeManager using SI/IEC prefixes
Pierre Ossman
2015-03-03
3
-8
/
+60
*
|
A switch() needs to handle every value in an enum
Pierre Ossman
2015-03-03
1
-0
/
+4
*
|
Switch to unsigned parameters for ExtendedDesktopSize handler
Pierre Ossman
2015-03-03
2
-3
/
+3
*
|
Fix bad signed/unsigned comparisons
Pierre Ossman
2015-03-03
3
-4
/
+4
*
|
Make sure Exceptions do not use unsafe format strings
Pierre Ossman
2015-03-03
4
-12
/
+12
*
|
Remove unused variables
Pierre Ossman
2015-03-03
5
-8
/
+1
*
|
Default compression level should be interpreted as high
Pierre Ossman
2015-02-13
1
-1
/
+1
*
|
Be more aggressive in finding solid rectangles
Pierre Ossman
2015-02-13
2
-74
/
+96
*
|
Move encoder statistics into EncodeManager from SMsgWriter
Pierre Ossman
2015-02-13
4
-47
/
+168
*
|
Optimise fillRect()
Pierre Ossman
2015-02-13
1
-6
/
+26
*
|
rfb::Region uses the Xregion library
Pierre Ossman
2015-02-13
1
-1
/
+1
*
|
No need for this array to be writeable
Pierre Ossman
2015-02-13
4
-4
/
+4
*
|
Move reverse connection information into VNCSConnectionST
Pierre Ossman
2015-02-13
4
-5
/
+4
*
|
These methods aren't critical so no need for them to be pure
Pierre Ossman
2015-02-13
2
-2
/
+10
*
|
Give subclasses the ability to overwrite the reader and writer
Pierre Ossman
2015-02-13
2
-0
/
+6
*
|
SConnection internals should be private, just like for CConnection
Pierre Ossman
2015-02-13
1
-0
/
+2
*
|
Make the calls to va_list logging functions more explicit
Pierre Ossman
2015-01-30
1
-1
/
+1
|
/
*
More debug logging for screen layout changes
Pierre Ossman
2015-01-26
1
-7
/
+13
*
Remove logging of each Timer firing
Pierre Ossman
2015-01-26
1
-1
/
+0
*
Restructure Xvnc/libvnc.so code to avoid C++ header hacks
Pierre Ossman
2015-01-26
4
-4
/
+18
*
Allow LogWriter objects to be used with va_list argument
Pierre Ossman
2015-01-26
1
-0
/
+4
*
Make sure attributes propagate through security wrappers
Pierre Ossman
2014-12-02
4
-2
/
+34
*
Limit access to non-shared mode
Pierre Ossman
2014-12-02
3
-1
/
+4
*
Merge branch 'readonlypassword' of https://github.com/michalsrb/tigervnc into...
Pierre Ossman
2014-12-02
10
-46
/
+80
|
\
|
*
Update comment of VncAuthPasswdGetter::getVncAuthPasswd.
Michal Srb
2014-11-24
1
-2
/
+2
|
*
Add AccessSetDesktopSize right.
Michal Srb
2014-11-24
5
-14
/
+24
[next]