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
/
CMsgHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused setPixelFormat() callback
Pierre Ossman
2024-08-12
1
-5
/
+0
*
Consistently use uint8_t for data buffers
Pierre Ossman
2023-03-18
1
-1
/
+1
*
Remove unused rfb/util.h includes
Pierre Ossman
2023-02-04
1
-0
/
+1
*
Return std::string instead of dynamic allocations
Pierre Ossman
2023-02-04
1
-4
/
+1
*
Use stdint types
Pierre Ossman
2023-02-01
1
-6
/
+6
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-6
/
+7
*
Stop supplying flags to clipboard peek handler
Pierre Ossman
2023-01-04
1
-1
/
+1
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+5
*
Log client/server clipboard capabilities
Pierre Ossman
2021-01-04
1
-0
/
+41
*
Support extended clipboard transfers
Pierre Ossman
2019-07-01
1
-1
/
+24
*
Do proper logging rather than fprintf(stderr, ...)
Pierre Ossman
2019-04-29
1
-0
/
+3
*
Let CMsgHandler::serverInit() handle initial set up
Pierre Ossman
2018-11-01
1
-0
/
+9
*
Split out ServerParams from ConnParams
Pierre Ossman
2018-11-01
1
-9
/
+9
*
Encapsulate screen layout storage in ConnParams
Pierre Ossman
2018-11-01
1
-8
/
+2
*
Basic support for QEMU Extended Key Events
Pierre Ossman
2017-08-28
1
-0
/
+5
*
Add client support for LED state sync
Pierre Ossman
2017-08-24
1
-0
/
+5
*
Switch to unsigned parameters for ExtendedDesktopSize handler
Pierre Ossman
2015-03-03
1
-2
/
+2
*
These methods aren't critical so no need for them to be pure
Pierre Ossman
2015-02-13
1
-0
/
+8
*
Basic infrastructure for continuous updates.
Pierre Ossman
2011-11-14
1
-0
/
+5
*
Basic infrastructure to support fences.
Pierre Ossman
2011-11-14
1
-1
/
+5
*
Eliminate another GCC signed/unsigned warning:
Peter Åstrand
2010-02-10
1
-1
/
+1
*
Declare virtual methods with empty body as pure virtual methods in rfb::CMsgH...
Adam Tkac
2009-06-16
1
-51
/
+0
*
Remove file transfer callback that was left behind.
Pierre Ossman
2009-03-20
1
-6
/
+0
*
Properly parse the ExtendedDesktopSize rects in the client.
Pierre Ossman
2009-03-20
1
-1
/
+11
*
Minimal client side support for the extended desktop size protocol.
Pierre Ossman
2009-03-20
1
-0
/
+11
*
[Bugfix] Use rdr::U32 type for length of strings handled by *CutText functions.
Adam Tkac
2009-02-13
1
-1
/
+1
*
Migrating to new directory structure adopted from the RealVNC's source tree. ...
Constantin Kaplinsky
2006-05-25
1
-0
/
+103