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
/
SMsgWriter.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify code using range-based for loops
Pierre Ossman
2024-06-24
1
-3
/
+2
*
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
-5
/
+5
*
Consistently use uint8_t for data buffers
Pierre Ossman
2023-03-18
1
-6
/
+9
*
Use std::vector for basic data arrays
Pierre Ossman
2023-02-01
1
-8
/
+9
*
Use stdint types
Pierre Ossman
2023-02-01
1
-20
/
+21
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+5
*
Add support for notifying clients about pointer movements
lhchavez
2021-03-02
1
-1
/
+40
*
Remove readString()/writeString()
Pierre Ossman
2020-05-21
1
-2
/
+4
*
Support extended clipboard transfers
Pierre Ossman
2019-07-01
1
-1
/
+112
*
Clean up internal clipboard handling
Pierre Ossman
2019-07-01
1
-2
/
+5
*
Make sure clipboard uses \n line endings
Pierre Ossman
2019-07-01
1
-0
/
+3
*
Add support for VMware LED status
Pierre Ossman
2018-12-10
1
-4
/
+11
*
Add support for VMware cursors
Pierre Ossman
2018-12-10
1
-1
/
+28
*
Require all SMsgWriter caller to check capabilities
Pierre Ossman
2018-12-10
1
-13
/
+8
*
Abstract sending cursor and resizing the desktop
Pierre Ossman
2018-12-10
1
-125
/
+68
*
Always send current screen layout to client
Pierre Ossman
2018-12-10
1
-7
/
+3
*
Make arguments explicit in all message writer methods
Pierre Ossman
2018-11-01
1
-5
/
+6
*
Remove indirect capability attributes
Pierre Ossman
2018-11-01
1
-19
/
+19
*
Rename ConnParams to ClientParams
Pierre Ossman
2018-11-01
1
-40
/
+40
*
Encapsulate screen layout storage in ConnParams
Pierre Ossman
2018-11-01
1
-5
/
+5
*
Avoid integer overflows in pixel size calculations
Pierre Ossman
2018-07-25
1
-1
/
+1
*
Fix "int-in-bool-context" compile errors
Brian P. Hinz
2017-11-16
1
-1
/
+1
*
Basic support for QEMU Extended Key Events
Pierre Ossman
2017-08-28
1
-1
/
+34
*
Send lock LED state from server to client
Pierre Ossman
2017-08-24
1
-1
/
+41
*
Prevent double free by crafted fences.
Michal Srb
2017-03-27
1
-1
/
+3
*
Server support for cursor with alpha
Pierre Ossman
2017-02-22
1
-2
/
+52
*
Change cursor API to use RGBA data
Pierre Ossman
2017-02-22
1
-30
/
+26
*
Flush socket after ever rect
Pierre Ossman
2016-04-29
1
-0
/
+1
*
Remove unused variables
Pierre Ossman
2015-03-03
1
-1
/
+0
*
Move encoder statistics into EncodeManager from SMsgWriter
Pierre Ossman
2015-02-13
1
-28
/
+2
*
Remove unused assert.h include
Pierre Ossman
2014-10-10
1
-1
/
+0
*
Move image encoding logic into a central EncodeManager class
Pierre Ossman
2014-07-14
1
-24
/
+2
*
Store the mouse cursor in the ConnParams object
Pierre Ossman
2014-07-14
1
-54
/
+111
*
Encoders/decoders should track the connection object
Pierre Ossman
2014-07-07
1
-6
/
+1
*
Push encoder and decoder handling down into the connection objects
Pierre Ossman
2014-07-07
1
-56
/
+0
*
Remove full support for colour maps
Pierre Ossman
2014-07-07
1
-7
/
+6
*
Remove partial update functionality
Pierre Ossman
2014-07-07
1
-16
/
+7
*
Move serialisation of pseudorects into separate functions
Pierre Ossman
2014-07-07
1
-69
/
+66
*
Merge the "V3" message classes into the normal ones
Pierre Ossman
2014-07-07
1
-6
/
+347
*
Remove unsused, commented out code
Pierre Ossman
2014-07-07
1
-12
/
+0
*
Add support for TurboVNC pseudo-encodings and Grayscale JPEG compression so t...
DRC
2011-08-19
1
-0
/
+3
*
Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overf...
DRC
2011-08-19
1
-1
/
+1
*
Further optimizations to the Tight encoder to eliminate getImage() overhead. ...
DRC
2011-08-17
1
-3
/
+3
*
Eliminate GCC signed/unsigned warnings related to encodings: The
Peter Åstrand
2010-02-10
1
-5
/
+5
*
Send desktop layout changes separately
Pierre Ossman
2009-04-23
1
-6
/
+16
*
Remove the "video" feature and its associated custom JPEG handling.
Pierre Ossman
2009-03-05
1
-15
/
+0
*
Do not use JPEG if not requested by the client.
Constantin Kaplinsky
2007-12-07
1
-2
/
+3
*
Using JpegEncoder for video only with proper pixel formats.
Constantin Kaplinsky
2007-10-17
1
-1
/
+6
*
Passing image quality level to JpegEncoder.
Constantin Kaplinsky
2007-09-03
1
-0
/
+1
[next]