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
/
win
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add server support for forward/back mouse buttons
Adam Halim
2024-10-22
4
-5
/
+5
*
Remove fake framebuffer update request call
Pierre Ossman
2024-08-12
1
-1
/
+0
*
Better type for pointer button mask
Pierre Ossman
2024-08-12
4
-4
/
+4
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
8
-41
/
+39
*
Simplify code using range-based for loops
Pierre Ossman
2024-06-24
1
-6
/
+4
*
Mark overridden virtual functions
Pierre Ossman
2024-06-24
28
-79
/
+79
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
58
-278
/
+285
*
Merge branch 'present' of github.com:CendioOssman/tigervnc
Pierre Ossman
2024-06-19
4
-12
/
+15
|
\
|
*
Maintain a constant VNCServer/SDesktop connection
Pierre Ossman
2024-06-19
2
-6
/
+9
|
*
Stop treating "0" as "no timeouts"
Pierre Ossman
2024-06-19
2
-4
/
+6
|
*
Remove unneeded iteration
Pierre Ossman
2024-06-19
1
-3
/
+1
*
|
Remove the network::SocketServer interface.
Carlos Santos
2024-04-26
4
-21
/
+31
*
|
Move the AccessRights type and constants to the rfb namespace
Carlos Santos
2024-04-23
1
-15
/
+15
|
/
*
Update copyright year to 2024
Samuel Mannehed
2024-01-09
2
-2
/
+2
*
Prevent incorrect cmake usage
Pierre Ossman
2023-12-28
1
-0
/
+4
*
Update copyright year to 2023
Samuel Mannehed
2023-07-20
2
-2
/
+2
*
Prefer target_include_directories()
Pierre Ossman
2023-03-31
3
-6
/
+6
*
Use operator overloading for comparison
Pierre Ossman
2023-02-04
4
-5
/
+5
*
Remove unused rfb/util.h includes
Pierre Ossman
2023-02-04
6
-2
/
+4
*
Remove "str" prefix from string helpers
Pierre Ossman
2023-02-04
6
-9
/
+9
*
Use std::string for string memory management
Pierre Ossman
2023-02-04
1
-6
/
+5
*
Use std::string instead of CharArray
Pierre Ossman
2023-02-04
25
-144
/
+135
*
Use std::vector for temporary char arrays
Pierre Ossman
2023-02-04
2
-19
/
+19
*
Free char buffer directly
Pierre Ossman
2023-02-04
4
-16
/
+24
*
Make strSplit() simpler and safer
Pierre Ossman
2023-02-04
5
-31
/
+20
*
Return std::string instead of dynamic allocations
Pierre Ossman
2023-02-04
11
-81
/
+64
*
Use fixed size character buffer
Pierre Ossman
2023-02-04
3
-17
/
+16
*
Return static char buffer from some methods
Pierre Ossman
2023-02-04
7
-19
/
+18
*
Use string literal instead of dynamic buffer
Pierre Ossman
2023-02-04
2
-8
/
+8
*
Remove unneeded CharArray:s
Pierre Ossman
2023-02-04
2
-10
/
+9
*
Use StringParameters directly
Pierre Ossman
2023-02-04
4
-19
/
+15
*
Get rid of TCHAR magic
Pierre Ossman
2023-02-04
63
-685
/
+447
*
Return std::vector instead of dynamic allocation
Pierre Ossman
2023-02-04
3
-19
/
+12
*
Move hex conversion helpers to util
Pierre Ossman
2023-02-04
2
-5
/
+7
*
Use std::vector for basic data arrays
Pierre Ossman
2023-02-01
3
-30
/
+31
*
Use stdint types
Pierre Ossman
2023-02-01
11
-41
/
+42
*
Work around -Wcast-function-type
Pierre Ossman
2023-01-05
2
-10
/
+10
*
Fix incorrect types
Pierre Ossman
2023-01-05
1
-1
/
+1
*
Remove useless checks
Pierre Ossman
2023-01-05
1
-1
/
+1
*
Explicitly mark switch case fall through
Pierre Ossman
2023-01-05
1
-0
/
+1
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
16
-20
/
+21
*
Don't do access checks on early clients
Pierre Ossman
2022-11-07
1
-3
/
+5
*
Avoid temporary cmake variables
Pierre Ossman
2022-06-07
1
-4
/
+2
*
Enable stream sanity checks in debug builds
Pierre Ossman
2022-04-06
1
-4
/
+0
*
Remove 32-/64-bit distinctions
Pierre Ossman
2022-01-21
2
-14
/
+4
*
Update copyright year to 2022
Pierre Ossman
2022-01-05
2
-2
/
+2
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
39
-0
/
+156
*
Add support for notifying clients about pointer movements
lhchavez
2021-03-02
1
-1
/
+1
*
Update copyright year to 2021
Pierre Ossman
2021-01-25
2
-2
/
+2
*
Merge branch 'noblock' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2021-01-19
1
-5
/
+32
|
\
[next]