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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CharArray: pre-fill empty array with zeroes
Jan Grulich
2021-06-07
1
-0
/
+1
*
-
.
Merge branches 'vmware-cursor-position' and 'vmware-cursor-position-vncviewer...
Pierre Ossman
2021-03-11
14
-9
/
+115
|
\
\
|
|
*
Support the VMware Cursor Position extension on vncviewer
lhchavez
2021-03-11
7
-3
/
+30
|
|
/
|
/
|
|
*
Add support for notifying clients about pointer movements
lhchavez
2021-03-02
10
-7
/
+104
|
/
*
Revert "Support TCP_NOPUSH as alternative to TCP_CORK"
Pierre Ossman
2021-03-02
1
-4
/
+0
*
Fix some incorrect data waits
Pierre Ossman
2021-03-02
2
-17
/
+17
*
Support TCP_NOPUSH as alternative to TCP_CORK
Pierre Ossman
2021-03-02
1
-0
/
+4
*
Add missing headers for TCP_CORK
Pierre Ossman
2021-03-02
1
-0
/
+2
*
Merge branch 'autoclip' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2021-02-03
11
-26
/
+202
|
\
|
*
Update desktop if clipboard client goes away
Pierre Ossman
2021-01-05
1
-1
/
+1
|
*
Add debug logging for ignored clipboard events
Pierre Ossman
2021-01-05
3
-7
/
+21
|
*
Fix clipboard state tracking in server
Pierre Ossman
2021-01-05
1
-2
/
+7
|
*
Handle clipboard peek with missing data
Pierre Ossman
2021-01-05
2
-6
/
+2
|
*
Handle unsolicited clipboard transfers
Pierre Ossman
2021-01-04
8
-10
/
+86
|
*
Log client/server clipboard capabilities
Pierre Ossman
2021-01-04
2
-0
/
+85
*
|
Fix overloaded function signature
Pierre Ossman
2021-01-26
2
-2
/
+2
*
|
Remove unused attributes
Pierre Ossman
2021-01-26
1
-3
/
+0
*
|
Merge branch 'noblock' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2021-01-19
81
-1259
/
+1808
|
\
\
|
*
|
Change streams to be asynchronous
Pierre Ossman
2020-05-21
58
-516
/
+1037
|
*
|
Remove readString()/writeString()
Pierre Ossman
2020-05-21
9
-76
/
+37
|
*
|
Don't read invalid TLS auth reason
Pierre Ossman
2020-05-21
1
-9
/
+2
|
*
|
Improved bandwidth monitoring
Pierre Ossman
2020-05-21
2
-60
/
+2
|
*
|
Make direct stream API a bit safer
Pierre Ossman
2020-05-21
7
-38
/
+42
|
*
|
Make sure TLS is allowed to terminate gracefully
Pierre Ossman
2020-05-21
5
-17
/
+39
|
*
|
Log I/O errors from TLS streams
Pierre Ossman
2020-05-21
2
-1
/
+10
|
*
|
Separate query and authentication handling
Pierre Ossman
2020-05-21
1
-6
/
+6
|
*
|
Check buffer usage with a simply boolean
Pierre Ossman
2020-05-21
3
-12
/
+14
|
*
|
Dynamically allocate stream buffers
Pierre Ossman
2020-05-21
4
-28
/
+132
|
*
|
Don't shuffle input buffer unless actually needed
Pierre Ossman
2020-05-21
1
-4
/
+6
|
*
|
Generalise corking to all output streams
Pierre Ossman
2020-05-21
16
-51
/
+78
|
*
|
Remove unused bufSize argument from streams
Pierre Ossman
2020-05-21
17
-35
/
+28
|
*
|
Remove special functions from JPEG compressor
Pierre Ossman
2020-05-21
2
-7
/
+1
|
*
|
Simplify stream availability handling
Pierre Ossman
2020-05-21
19
-116
/
+66
|
*
|
Create common base classes for buffered streams
Pierre Ossman
2020-05-21
19
-397
/
+413
|
*
|
Add stream avail() methods
Pierre Ossman
2020-05-21
13
-22
/
+38
|
*
|
Remove OutStream::skip()
Pierre Ossman
2020-05-21
2
-9
/
+1
|
*
|
Remove unused stream methods
Pierre Ossman
2020-05-21
3
-35
/
+1
|
*
|
Throw more descriptive error on decode error
Pierre Ossman
2020-05-21
1
-2
/
+7
|
*
|
Use proper constants for socket shutdown()
Pierre Ossman
2020-05-21
1
-2
/
+5
|
*
|
Flush data on close
Pierre Ossman
2020-05-21
1
-0
/
+11
|
*
|
Fix connection close log
Pierre Ossman
2020-05-19
2
-2
/
+4
|
*
|
Move auth failure delay to SConnection
Pierre Ossman
2020-05-19
4
-46
/
+54
|
*
|
Support calling methods from timers
Pierre Ossman
2020-05-19
1
-0
/
+15
*
|
|
Fix handling of bad update requests
Pierre Ossman
2021-01-14
1
-1
/
+1
|
|
/
|
/
|
*
|
Correctly clear out output UTF-16 buffer
Pierre Ossman
2020-10-05
1
-1
/
+1
*
|
Correctly handle invalid UTF-16 code points
Pierre Ossman
2020-10-05
1
-1
/
+1
*
|
Fix conversion of latin-1 to UTF-8
Pierre Ossman
2020-10-05
1
-2
/
+2
*
|
Fix UTF-16 encoding/decoding of high code points
Pierre Ossman
2020-10-05
1
-3
/
+4
*
|
Return the correct number of consumed UTF-8 bytes
Pierre Ossman
2020-10-05
1
-0
/
+2
*
|
Merge branch 'tlstofu' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2020-09-08
1
-90
/
+73
|
\
\
[next]