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
/
CMsgReader.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
1
-6
/
+6
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-1
/
+1
*
Clean up string encoding handling
Pierre Ossman
2023-06-30
1
-4
/
+19
*
Consistently use uint8_t for data buffers
Pierre Ossman
2023-03-18
1
-4
/
+4
*
Remove unused rfb/util.h includes
Pierre Ossman
2023-02-04
1
-0
/
+1
*
Use std::vector for temporary char arrays
Pierre Ossman
2023-02-04
1
-12
/
+11
*
Return std::string instead of dynamic allocations
Pierre Ossman
2023-02-04
1
-2
/
+2
*
Use std::vector for basic data arrays
Pierre Ossman
2023-02-01
1
-35
/
+36
*
Use stdint types
Pierre Ossman
2023-02-01
1
-28
/
+29
*
Stop supplying flags to clipboard peek handler
Pierre Ossman
2023-01-04
1
-1
/
+1
*
Safely discard large (extended) clipboard contents
Pierre Ossman
2022-06-28
1
-4
/
+20
*
Fix handling of VMware cursors
Pierre Ossman
2022-01-18
1
-2
/
+2
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+4
*
Support the VMware Cursor Position extension on vncviewer
lhchavez
2021-03-11
1
-0
/
+4
*
Fix some incorrect data waits
Pierre Ossman
2021-03-02
1
-7
/
+7
*
Change streams to be asynchronous
Pierre Ossman
2020-05-21
1
-63
/
+262
*
Remove readString()/writeString()
Pierre Ossman
2020-05-21
1
-5
/
+9
*
Make ZlibInStream more robust against failures
Pierre Ossman
2019-11-15
1
-1
/
+2
*
Support extended clipboard transfers
Pierre Ossman
2019-07-01
1
-3
/
+109
*
Clean up internal clipboard handling
Pierre Ossman
2019-07-01
1
-1
/
+1
*
Make sure clipboard uses \n line endings
Pierre Ossman
2019-07-01
1
-3
/
+3
*
Do proper logging rather than fprintf(stderr, ...)
Pierre Ossman
2019-04-29
1
-6
/
+9
*
Merge branch 'vmware' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-12-10
1
-0
/
+107
|
\
|
*
Add support for VMware LED status
Pierre Ossman
2018-12-10
1
-0
/
+16
|
*
Add support for VMware cursors
Pierre Ossman
2018-12-10
1
-0
/
+91
*
|
Merge branch 'connparams' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2018-12-10
1
-12
/
+10
|
\
|
|
*
Let CMsgHandler::serverInit() handle initial set up
Pierre Ossman
2018-11-01
1
-4
/
+1
|
*
Split out ServerParams from ConnParams
Pierre Ossman
2018-11-01
1
-8
/
+9
|
*
Encapsulate screen layout storage in ConnParams
Pierre Ossman
2018-11-01
1
-2
/
+2
*
|
Remove variable length arrays
Pierre Ossman
2018-11-07
1
-6
/
+6
|
/
*
Avoid compiler "use of uninitialised variable" warnings
Pierre Ossman
2018-09-13
1
-32
/
+33
*
Fix "int-in-bool-context" compile errors
Brian P. Hinz
2017-11-16
1
-1
/
+1
*
Keep alpha in cursor alpha conversion
Pierre Ossman
2017-10-02
1
-1
/
+0
*
Basic support for QEMU Extended Key Events
Pierre Ossman
2017-08-28
1
-0
/
+2
*
Add client support for LED state sync
Pierre Ossman
2017-08-24
1
-0
/
+12
*
Limit size of cursor accepted by client.
Michal Srb
2017-04-06
1
-0
/
+9
*
Client support for cursors with full alpha
Pierre Ossman
2017-02-22
1
-0
/
+50
*
Client support for X Cursor
Pierre Ossman
2017-02-22
1
-0
/
+58
*
Change cursor API to use RGBA data
Pierre Ossman
2017-02-22
1
-2
/
+27
*
Remove CMsgReader::getImageBuf() as nothing uses it
Pierre Ossman
2015-11-27
1
-23
/
+1
*
Encoders/decoders should track the connection object
Pierre Ossman
2014-07-07
1
-5
/
+0
*
Push encoder and decoder handling down into the connection objects
Pierre Ossman
2014-07-07
1
-23
/
+1
*
Handle CopyRect like any other encoding
Pierre Ossman
2014-07-07
1
-20
/
+8
*
Merge the "V3" message classes into the normal ones
Pierre Ossman
2014-07-07
1
-5
/
+144
*
Also check for negative encodings, in case the server is throwing unexpected
Pierre Ossman
2012-07-19
1
-1
/
+1
*
Eliminate GCC signed/unsigned warnings related to encodings: The
Peter Åstrand
2010-02-10
1
-3
/
+3
*
Move the SetDesktopName parser into CMsgReaderV3 to keep with the separation
Pierre Ossman
2009-03-20
1
-13
/
+0
*
[Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.
Adam Tkac
2009-02-13
1
-1
/
+1
*
Implemented support for DesktopName pseudo encoding, which allows
Peter Åstrand
2009-01-15
1
-0
/
+13
*
[Bugfix] Backported patch from RealVNC 4.1.3. FYI it is not security related.
Adam Tkac
2008-11-18
1
-0
/
+6
[next]