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
*
Capitalize even more logging and exceptions
Pierre Ossman
2024-11-22
14
-38
/
+38
*
Merge branch 'master' of https://github.com/madnicendio/tigervnc
Pierre Ossman
2024-11-22
29
-178
/
+178
|
\
|
*
Capitalize first letter in log, exception & error
Madeleine Nilsson
2024-11-21
22
-124
/
+124
|
*
Standardize log message prefix format
Madeleine Nilsson
2024-11-11
2
-7
/
+7
|
*
Standardize on sentence case in titles
Madeleine (ThinLinc team)
2024-11-11
10
-47
/
+47
*
|
Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervnc
Pierre Ossman
2024-11-18
4
-5
/
+5
|
\
\
|
*
|
Add server support for forward/back mouse buttons
Adam Halim
2024-10-22
4
-5
/
+5
*
|
|
Use standard library naming for exceptions
Pierre Ossman
2024-11-06
29
-104
/
+104
*
|
|
Replace base exception class with standard library
Pierre Ossman
2024-11-06
3
-1
/
+6
*
|
|
Use standard exception classes
Pierre Ossman
2024-11-06
15
-33
/
+35
*
|
|
Subclass exceptions from std::exception
Pierre Ossman
2024-11-06
16
-33
/
+33
*
|
|
Use what() to access exception description
Pierre Ossman
2024-11-06
14
-27
/
+27
|
|
/
|
/
|
*
|
Split SystemException to handle Windows
Pierre Ossman
2024-10-09
28
-100
/
+100
*
|
Consistently use SocketException for socket errors
Pierre Ossman
2024-10-09
1
-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
[next]