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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return std::vector instead of dynamic allocation
Pierre Ossman
2023-02-04
5
-21
/
+23
*
Avoid duplicating configuration setting
Pierre Ossman
2023-02-04
1
-16
/
+7
*
Make sure length is reset on assignment
Pierre Ossman
2023-02-04
1
-1
/
+3
*
Clean up BinaryParameter typing
Pierre Ossman
2023-02-04
3
-16
/
+21
*
Move hex conversion helpers to util
Pierre Ossman
2023-02-04
7
-83
/
+102
*
Use std::vector for basic data arrays
Pierre Ossman
2023-02-01
10
-182
/
+119
*
Use stdint types
Pierre Ossman
2023-02-01
116
-956
/
+985
*
Use templates for optimized code
Pierre Ossman
2023-02-01
31
-2062
/
+1582
*
Fix CRLF line endings
Pierre Ossman
2023-01-17
4
-398
/
+398
*
Use __attribute__:s directly
Pierre Ossman
2023-01-05
5
-31
/
+17
*
Remove old mingw compatibility code
Pierre Ossman
2023-01-05
4
-223
/
+0
*
Protect key variables from setjmp()
Pierre Ossman
2023-01-05
2
-10
/
+13
*
Remove useless const specifiers
Pierre Ossman
2023-01-05
2
-4
/
+4
*
Explicitly mark switch case fall through
Pierre Ossman
2023-01-05
3
-0
/
+8
*
Fix RSA-AES state machines
Pierre Ossman
2023-01-05
2
-48
/
+44
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
31
-78
/
+95
*
Don't include palette to full color methods
Pierre Ossman
2023-01-04
4
-9
/
+7
*
Remove unused flags to decoder contexts
Pierre Ossman
2023-01-04
6
-6
/
+13
*
Stop supplying flags to clipboard peek handler
Pierre Ossman
2023-01-04
10
-10
/
+10
*
Mark system include paths correctly
Pierre Ossman
2023-01-04
2
-8
/
+8
*
Add client-side support for the MSLogonII security type.
Dinglan Peng
2022-12-27
6
-26
/
+232
*
Add client-side support for the DH security type.
Dinglan Peng
2022-12-27
6
-3
/
+210
*
Flush decoder errors on close()
Pierre Ossman
2022-11-07
1
-0
/
+10
*
Don't enable RSA-AES by default in servers
Pierre Ossman
2022-10-14
1
-3
/
+0
*
Ignore whitespace around components of host-and-port specification
Catherine Tower
2022-09-01
1
-2
/
+22
*
Fix incorrect nettle library references
Pierre Ossman
2022-09-01
2
-2
/
+6
*
Add support for RSA-AES security types
pdlan
2022-09-01
17
-13
/
+1612
*
Fix stream check for InStream::getptr()
Pierre Ossman
2022-08-25
1
-3
/
+0
*
Move include_directories() to proper places
Pierre Ossman
2022-08-25
2
-2
/
+8
*
Use BufferedOutStream in more streams
Pierre Ossman
2022-08-25
9
-161
/
+69
*
Remove unused CSecurity::description()
Pierre Ossman
2022-08-25
10
-25
/
+3
*
Make BufferedInStream allocation more available
Pierre Ossman
2022-08-25
14
-24
/
+43
*
Safely discard large (extended) clipboard contents
Pierre Ossman
2022-06-28
2
-8
/
+40
*
Properly restore cork state when changed
Pierre Ossman
2022-06-28
2
-2
/
+13
*
Only implicitly flush on uncorking
Pierre Ossman
2022-06-28
1
-1
/
+1
*
Merge branch 'mft-crop-fix' of https://github.com/mmozeiko/tigervnc
Pierre Ossman
2022-06-13
2
-8
/
+220
|
\
|
*
Workaround for MFT cropping in H264 decoding
Martins Mozeiko
2022-06-07
2
-8
/
+220
*
|
Find FFMPEG using pkg-config
Pierre Ossman
2022-06-07
1
-0
/
+1
*
|
Fix up ffmpeg header and library handling
Pierre Ossman
2022-06-07
1
-1
/
+2
*
|
Use pkg-config for pixman
Pierre Ossman
2022-06-07
1
-2
/
+3
*
|
Avoid temporary cmake variables
Pierre Ossman
2022-06-07
3
-33
/
+19
|
/
*
Assert that accessCheck isn't called too early
Samuel Mannehed
2022-04-29
1
-0
/
+3
*
Initialize SConnection's accessRights
Samuel Mannehed
2022-04-29
1
-1
/
+1
*
Enable stream sanity checks in debug builds
Pierre Ossman
2022-04-06
1
-1
/
+3
*
Don't trust GNUTLS_E_AGAIN
Pierre Ossman
2022-04-06
2
-3
/
+17
*
Print GnuTLS certificate status as hex
Pierre Ossman
2022-03-24
1
-1
/
+1
*
Allow exceptions for expired certificates
Pierre Ossman
2022-03-24
1
-20
/
+55
*
Make sure server name is always a valid string
Pierre Ossman
2022-03-24
2
-2
/
+9
*
Fix compilation issue.
Chris
2022-02-28
1
-1
/
+1
*
get rid of c++11 stuff
Vladimir Sukhonosov
2022-01-25
2
-3
/
+3
[next]