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.15-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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix incorrect removal of config parameters
Pierre Ossman
2025-01-27
1
-1
/
+1
*
-
-
-
.
Merge branches 'argparse', 'nothread' and 'config' of https://github.com/Cend...
Pierre Ossman
2025-01-10
19
-422
/
+195
|
\
\
\
|
|
|
*
Use "on"/"off" when displaying bool parameters
Pierre Ossman
2025-01-10
1
-3
/
+3
|
|
|
*
Sort parameters in -help and man pages
Pierre Ossman
2025-01-07
1
-0
/
+3
|
|
|
*
Use normal iterators for parameters
Pierre Ossman
2025-01-07
1
-25
/
+5
|
|
|
*
Use std::list for config parameters
Pierre Ossman
2025-01-07
2
-33
/
+34
|
|
|
*
Remove server and viewer config types
Pierre Ossman
2025-01-07
8
-111
/
+39
|
|
|
*
Don't save parameters with default values
Pierre Ossman
2025-01-07
2
-0
/
+6
|
|
|
*
Remove legacy StringParameter code/comment
Pierre Ossman
2025-01-07
2
-6
/
+0
|
|
|
*
Remove unused config isBool() method
Pierre Ossman
2025-01-07
2
-15
/
+0
|
|
_
|
/
|
/
|
|
|
|
*
Remove Logger_File mutex
Pierre Ossman
2025-01-10
2
-9
/
+0
|
|
*
Remove Configuration mutex
Pierre Ossman
2025-01-10
2
-16
/
+0
|
|
*
Avoid logging in H.264 decoder
Pierre Ossman
2025-01-10
4
-53
/
+14
|
|
*
Use normal constructor/destructor for H.264 contexts
Pierre Ossman
2025-01-10
7
-48
/
+13
|
|
*
Always reset H.264 contexts the same way
Pierre Ossman
2025-01-10
4
-12
/
+8
|
|
*
Throw exceptions directly in H.264 init routines
Pierre Ossman
2025-01-06
6
-45
/
+25
|
|
*
Add missing stddef.h include to Decoder.h
Pierre Ossman
2025-01-06
1
-0
/
+1
|
|
*
Remove mutexes from H.264 decoder and friends
Pierre Ossman
2025-01-06
6
-20
/
+0
|
|
/
|
/
|
|
*
Remove Configuration::set() with length
Pierre Ossman
2025-01-10
2
-17
/
+4
|
*
Fix handling of bool on/off arguments
Pierre Ossman
2025-01-10
1
-0
/
+2
|
*
Consolidate argument parsing in single function
Pierre Ossman
2025-01-10
2
-31
/
+72
|
*
Remove unused Configuration methods
Pierre Ossman
2024-12-03
1
-9
/
+0
*
|
Fix log name typo for SSecurityRSAAES
Pierre Ossman
2024-12-17
1
-1
/
+1
*
|
Always flush sockets on shutdown()
Pierre Ossman
2024-12-17
10
-19
/
+87
*
|
Reduce header includes in TLS/RSA-AES headers
Pierre Ossman
2024-12-17
4
-9
/
+26
*
|
Fix bad restore point handling in RSA-AES handler
Pierre Ossman
2024-12-17
1
-1
/
+1
*
|
Fix encoder solid area detection
Pierre Ossman
2024-12-07
2
-19
/
+25
*
|
Merge branch 'keysplit' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2024-12-04
2
-0
/
+107
|
\
\
|
|
/
|
/
|
|
*
Move keyboard tracking to CConnection
Pierre Ossman
2024-12-04
2
-0
/
+107
*
|
Also mark tls_error with noexcept
Pierre Ossman
2024-11-26
2
-2
/
+2
*
|
Mark all exception type methods as noexcept
Pierre Ossman
2024-11-26
3
-28
/
+30
*
|
Don't save exceptions as std::exception
Pierre Ossman
2024-11-26
3
-7
/
+15
*
|
Change some assertions to exceptions
Pierre Ossman
2024-11-22
4
-5
/
+13
*
|
Capitalize some more logging and exceptions
Pierre Ossman
2024-11-22
23
-103
/
+103
*
|
Merge branch 'master' of https://github.com/madnicendio/tigervnc
Pierre Ossman
2024-11-22
16
-60
/
+60
|
\
\
|
*
|
Capitalize first letter in log, exception & error
Madeleine Nilsson
2024-11-21
12
-56
/
+56
|
*
|
Standardize log message prefix format
Madeleine Nilsson
2024-11-11
1
-2
/
+2
|
*
|
Standardize on sentence case in titles
Madeleine (ThinLinc team)
2024-11-11
3
-3
/
+3
*
|
|
Add missing stdexcept include
Pierre Ossman
2024-11-18
1
-0
/
+3
*
|
|
Merge branch 'mouse-button-support' of https://github.com/CendioHalim/tigervnc
Pierre Ossman
2024-11-18
23
-18
/
+145
|
\
\
\
|
*
|
|
vncviewer: support for back/forward mouse buttons
Adam Halim
2024-10-22
8
-6
/
+48
|
*
|
|
Add server support for forward/back mouse buttons
Adam Halim
2024-10-22
15
-12
/
+97
*
|
|
|
Use standard library naming for exceptions
Pierre Ossman
2024-11-06
41
-241
/
+243
*
|
|
|
Include winsock2.h in Windows errno header
Pierre Ossman
2024-11-06
1
-0
/
+2
*
|
|
|
Replace base exception class with standard library
Pierre Ossman
2024-11-06
8
-40
/
+74
*
|
|
|
Use specific class for protocol problems
Pierre Ossman
2024-11-06
19
-77
/
+88
*
|
|
|
Use standard exception classes
Pierre Ossman
2024-11-06
40
-238
/
+246
*
|
|
|
Use C++ allocation for temporary buffers
Pierre Ossman
2024-11-06
2
-20
/
+12
*
|
|
|
Subclass exceptions from std::exception
Pierre Ossman
2024-11-06
13
-51
/
+39
*
|
|
|
Use what() to access exception description
Pierre Ossman
2024-11-06
7
-28
/
+28
[next]