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
/
JpegDecompressor.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use static string for exceptions
Pierre Ossman
2024-11-06
1
-2
/
+2
*
Use nullptr in all C++ code
Pierre Ossman
2024-06-24
1
-2
/
+2
*
Use operator overloading for comparison
Pierre Ossman
2023-02-04
1
-4
/
+4
*
Use stdint types
Pierre Ossman
2023-02-01
1
-6
/
+6
*
Protect key variables from setjmp()
Pierre Ossman
2023-01-05
1
-5
/
+7
*
Explicitly mark unused parameters
Pierre Ossman
2023-01-04
1
-1
/
+1
*
Be consistent in including config.h
Pierre Ossman
2021-12-30
1
-0
/
+4
*
spelling fixes
klemens
2017-01-28
1
-1
/
+1
*
Make sure Exceptions do not use unsafe format strings
Pierre Ossman
2015-03-03
1
-2
/
+2
*
Remove a lot of platform compatibilty stuff
Pierre Ossman
2014-07-07
1
-1
/
+0
*
Fix some offenders that poke around in the PixelFormat internals
Pierre Ossman
2014-07-07
1
-27
/
+22
*
Consistent use of stride vs pitch
Pierre Ossman
2014-07-07
1
-7
/
+8
*
Need to include os/print.h, because Windows doesn't have snprintf()
DRC
2011-11-03
1
-0
/
+1
*
Move JPEG decoding into a standalone class (these should have been checked in...
DRC
2011-11-03
1
-0
/
+233