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
/
rfb
/
DecodeManager.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't save exceptions as std::exception
Pierre Ossman
2024-11-26
1
-1
/
+1
*
Use standard library naming for exceptions
Pierre Ossman
2024-11-06
1
-2
/
+2
*
Use specific class for protocol problems
Pierre Ossman
2024-11-06
1
-2
/
+2
*
Use standard exception classes
Pierre Ossman
2024-11-06
1
-2
/
+2
*
Subclass exceptions from std::exception
Pierre Ossman
2024-11-06
1
-4
/
+4
*
Use what() to access exception description
Pierre Ossman
2024-11-06
1
-2
/
+2
*
Use static string for exceptions
Pierre Ossman
2024-11-06
1
-2
/
+2
*
Avoid shadowing variables
Pierre Ossman
2024-06-24
1
-7
/
+4
*
Simplify code using range-based for loops
Pierre Ossman
2024-06-24
1
-19
/
+14
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-8
/
+8
*
Remove unused rfb/util.h includes
Pierre Ossman
2023-02-04
1
-1
/
+1
*
Return std::string instead of dynamic allocations
Pierre Ossman
2023-02-04
1
-12
/
+9
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+4
*
Log decoding stats on disconnect
Pierre Ossman
2021-11-04
1
-0
/
+55
*
Throw more descriptive error on rect read error
Pierre Ossman
2021-11-04
1
-2
/
+6
*
Remove single cpu decoder shortcut
Pierre Ossman
2021-11-04
1
-27
/
+1
*
Change streams to be asynchronous
Pierre Ossman
2020-05-21
1
-4
/
+9
*
Throw more descriptive error on decode error
Pierre Ossman
2020-05-21
1
-2
/
+7
*
Split out ServerParams from ConnParams
Pierre Ossman
2018-11-01
1
-7
/
+7
*
Catch exceptions by reference
Pierre Ossman
2018-05-29
1
-1
/
+1
*
Avoid creating unused thread on single CPU machines
Peter Åstrand (astrand)
2018-05-07
1
-1
/
+7
*
Fix for exception handling in decoder threads
Pierre Ossman
2017-02-22
1
-1
/
+1
*
Optimised shortcut for decoding on single CPU systems
Pierre Ossman
2015-11-27
1
-1
/
+17
*
Limit the number of decoder threads to 4
Pierre Ossman
2015-11-27
1
-1
/
+6
*
Propagate exceptions from worker threads back to main thread
Pierre Ossman
2015-11-27
1
-2
/
+35
*
Create one decode thread for each CPU
Pierre Ossman
2015-11-27
1
-4
/
+10
*
Allow conditional dependencies between rects when decoding
Pierre Ossman
2015-11-27
1
-0
/
+17
*
Decode rectangles in order if needed
Pierre Ossman
2015-11-27
1
-2
/
+11
*
Decode overlapping rectangles in order
Pierre Ossman
2015-11-27
1
-3
/
+20
*
Make the decoder multi-threaded
Pierre Ossman
2015-11-27
1
-7
/
+190
*
Split decoders into a read and decode step
Pierre Ossman
2015-11-27
1
-1
/
+10
*
Decouple decoders from CConnection
Pierre Ossman
2015-11-27
1
-2
/
+3
*
Delegate decoder object management to a separate class
Pierre Ossman
2015-11-27
1
-0
/
+63