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
*
H264Libav: Clean up sws context
Andri Yngvason
2024-08-16
1
-0
/
+1
*
H264Libav: Use AVFrame for pixel format conversion buffer
Andri Yngvason
2024-08-16
2
-11
/
+18
*
Add missing comma in default security type list
Pierre Ossman
2024-07-29
1
-1
/
+1
*
H264Decoder: Fix context reset
Andri Yngvason
2024-07-22
1
-1
/
+1
*
Fix overflow; "Timer: gettimeofday is broken"
Pierre Ossman
2024-07-19
1
-1
/
+4
*
Be more careful with ComparingUpdateTracker pointer
Pierre Ossman
2024-07-05
1
-4
/
+13
*
Round up expiration time for timers
Pierre Ossman
2024-07-05
1
-1
/
+1
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
40
-102
/
+105
*
Avoid redundant arguments
Pierre Ossman
2024-06-24
4
-36
/
+34
*
Simplify code using range-based for loops
Pierre Ossman
2024-06-24
6
-47
/
+35
*
Remove careful client iteratation
Pierre Ossman
2024-06-24
1
-42
/
+24
*
Prefer std::find() over manual search
Pierre Ossman
2024-06-24
5
-47
/
+33
*
Remove unnecessary headers from Security.cxx
Pierre Ossman
2024-06-24
1
-18
/
+1
*
Mark overridden virtual functions
Pierre Ossman
2024-06-24
67
-319
/
+323
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
79
-331
/
+353
*
Merge branch 'present' of github.com:CendioOssman/tigervnc
Pierre Ossman
2024-06-19
13
-115
/
+173
|
\
|
*
Slow down fake clock when no clients
Pierre Ossman
2024-06-19
1
-11
/
+32
|
*
Keep frame clock running if waiting for frame tick
Pierre Ossman
2024-06-19
3
-5
/
+19
|
*
Restart the frame timer immediately
Pierre Ossman
2024-06-19
1
-3
/
+3
|
*
Add support for X Present extension
Pierre Ossman
2024-06-19
4
-2
/
+18
|
*
Make SDesktop::start()/stop() optional
Pierre Ossman
2024-06-19
1
-8
/
+2
|
*
Maintain a constant VNCServer/SDesktop connection
Pierre Ossman
2024-06-19
2
-8
/
+13
|
*
Make it easier to change timer interval
Pierre Ossman
2024-06-19
3
-6
/
+8
|
*
Explicitly request timer repetition
Pierre Ossman
2024-06-19
10
-56
/
+53
|
*
Fix up Timer comments
Pierre Ossman
2024-06-19
1
-27
/
+34
|
*
Add safety check to getNextTimeout()
Pierre Ossman
2024-06-19
1
-0
/
+6
|
*
Stop treating "0" as "no timeouts"
Pierre Ossman
2024-06-19
2
-14
/
+4
|
*
Detect conflicting timer rescheduling
Pierre Ossman
2024-06-19
1
-2
/
+8
*
|
Create common recursive mkdir()
Pierre Ossman
2024-05-30
2
-0
/
+41
*
|
Use $XDG_STATE_HOME for known hosts storage
Pierre Ossman
2024-05-30
1
-2
/
+2
*
|
Merge branch 'casantos-rhbz_2180903' of https://github.com/casantos/tigervnc
Pierre Ossman
2024-05-20
20
-98
/
+153
|
\
\
|
*
|
vncconfig: add option to force view-only remote client connections
Carlos Santos
2024-04-26
7
-11
/
+19
|
*
|
Remove the network::SocketServer interface.
Carlos Santos
2024-04-26
4
-46
/
+37
|
*
|
Move the AccessRights type and constants to the rfb namespace
Carlos Santos
2024-04-23
15
-43
/
+99
|
|
/
*
|
Don't check pointers for zero length buffers
Pierre Ossman
2024-05-20
2
-4
/
+4
*
|
Implement XDG Base Directory paths, deprecate ~/.vnc
90
2024-04-26
3
-44
/
+45
*
|
Begin work on XDGBDS compliance and overrideable configs
90
2024-03-15
3
-23
/
+69
|
/
*
Clarify AcceptPointerEvents setting
Pierre Ossman
2024-02-06
1
-1
/
+1
*
Increase time required to override pointerClient
Samuel Mannehed
2024-01-26
1
-1
/
+1
*
Break long lines in new pointerEvent logic
Samuel Mannehed
2024-01-26
1
-3
/
+4
*
Fix bad variable reference in file logger
Pierre Ossman
2024-01-25
1
-1
/
+1
*
VNCServerST: Add a timeout to pointer button ownership
Mike Looijmans
2024-01-22
2
-2
/
+8
*
VNCSConnectionST: Release mouse button(s) on close
Mike Looijmans
2024-01-15
1
-0
/
+3
*
Merge branch 'keysym' of github.com:CendioOssman/tigervnc
Pierre Ossman
2023-12-13
9
-1599
/
+6306
|
\
|
*
Update keysym header files
Pierre Ossman
2023-11-16
2
-1594
/
+2772
|
*
Add own keysym to name function
Pierre Ossman
2023-11-16
7
-5
/
+3534
*
|
Fix logging when no working VeNCrypt types
Pierre Ossman
2023-12-12
1
-3
/
+3
*
|
Merge branch 'zrlee-compression-level' of https://github.com/adamhalim/tigerv...
Pierre Ossman
2023-11-20
2
-2
/
+17
|
\
\
|
|
/
|
/
|
|
*
Use compressionLevel in ZRLEEncoder
Adam Halim
2023-11-20
2
-2
/
+17
*
|
Support the "%u" username alias in PlainUsers
Carlos Santos
2023-10-03
1
-0
/
+9
[next]