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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use proper gnutls_free() on Windows
Pierre Ossman
2024-08-13
1
-0
/
+4
*
Remove ScaleFilters
Pierre Ossman
2024-08-12
1
-1
/
+0
*
Move the AccessRights type and constants to the rfb namespace
Carlos Santos
2024-04-23
1
-0
/
+1
*
Add own keysym to name function
Pierre Ossman
2023-11-16
1
-0
/
+1
*
Prefer target_include_directories()
Pierre Ossman
2023-03-31
1
-8
/
+8
*
Add all common inter-dependencies
Pierre Ossman
2023-03-31
1
-1
/
+1
*
Use std::string instead of CharArray
Pierre Ossman
2023-02-04
1
-1
/
+1
*
Mark system include paths correctly
Pierre Ossman
2023-01-04
1
-5
/
+5
*
Add client-side support for the MSLogonII security type.
Dinglan Peng
2022-12-27
1
-1
/
+1
*
Add client-side support for the DH security type.
Dinglan Peng
2022-12-27
1
-1
/
+2
*
Fix incorrect nettle library references
Pierre Ossman
2022-09-01
1
-1
/
+4
*
Add support for RSA-AES security types
pdlan
2022-09-01
1
-0
/
+6
*
Move include_directories() to proper places
Pierre Ossman
2022-08-25
1
-1
/
+5
*
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
1
-24
/
+13
*
support H264 decoding with MediaFoundation on Windows
Mārtiņš Možeiko
2022-01-21
1
-0
/
+2
*
H264 Decoder
Vladimir Sukhonosov
2022-01-21
1
-0
/
+7
*
Switch region code to pixman
Pierre Ossman
2020-05-01
1
-2
/
+2
*
Make PAM mandatory
Pierre Ossman
2020-03-12
1
-1
/
+1
*
Rename ConnParams to ClientParams
Pierre Ossman
2018-11-01
1
-1
/
+1
*
Split out ServerParams from ConnParams
Pierre Ossman
2018-11-01
1
-0
/
+1
*
Remove Java web server
Pierre Ossman
2018-10-09
1
-1
/
+0
*
Move congestion control to its own class
Pierre Ossman
2017-11-17
1
-0
/
+1
*
Delegate decoder object management to a separate class
Pierre Ossman
2015-11-27
1
-0
/
+1
*
Only include syslog logger on Unix systems
Pierre Ossman
2015-05-04
1
-1
/
+4
*
Add syslog logger.
Michal Srb
2015-04-10
1
-0
/
+1
*
rfb::Region uses the Xregion library
Pierre Ossman
2015-02-13
1
-1
/
+1
*
Move image encoding logic into a central EncodeManager class
Pierre Ossman
2014-07-14
1
-0
/
+2
*
Remove PixelTransformer and TransImageGetter
Pierre Ossman
2014-07-14
1
-2
/
+0
*
Consolidate the different palette handler implementations
Pierre Ossman
2014-07-07
1
-1
/
+0
*
Handle CopyRect like any other encoding
Pierre Ossman
2014-07-07
1
-0
/
+1
*
Merge the "V3" message classes into the normal ones
Pierre Ossman
2014-07-07
1
-4
/
+0
*
Merge branch 'pixeltest' of https://github.com/CendioOssman/tigervnc
Pierre Ossman
2014-07-07
1
-1
/
+1
|
\
|
*
librfb needs librdr so make sure it always gets pulled in
Pierre Ossman
2014-07-04
1
-1
/
+1
*
|
Remove the scaled pixel buffer classes as they are not used.
Pierre Ossman
2014-07-07
1
-1
/
+0
|
/
*
If the client and server are using identical pixel formats, then perform Tigh...
DRC
2011-11-03
1
-0
/
+1
*
Move setting of PIC code to a central location
DRC
2011-08-23
1
-8
/
+0
*
CMake doesn't handle convenience libraries as nicely as autotools does. We
Pierre Ossman
2011-08-22
1
-0
/
+8
*
Ported encoding optimizations from TurboVNC. The changes to the Tight parame...
DRC
2011-08-11
1
-0
/
+1
*
Do not run libtool_create_control_file() on Windows. Windows does not like it.
DRC
2011-06-24
1
-1
/
+3
*
Detect and enable PAM authentication support
DRC
2011-06-22
1
-0
/
+6
*
Building the Xvnc server requires libtool control files of rdr, rfb,
Henrik Andersson
2011-06-09
1
-0
/
+2
*
Split out the pixel format conversion magic to its own class and make
Pierre Ossman
2011-03-08
1
-0
/
+1
*
The Windows specific include path should only be used on Windows.
Pierre Ossman
2011-03-08
1
-1
/
+2
*
Make sure Windows specific code is only included in Windows builds.
Pierre Ossman
2011-03-08
1
-1
/
+4
*
Look for libjpeg in a more proper manner and don't just assume it's in a
Pierre Ossman
2011-03-03
1
-2
/
+2
*
Remove the included libjpeg-turbo from the tree and rely completely on one
Pierre Ossman
2011-03-02
1
-2
/
+1
*
[Development] Add possibility to build Windows programs with GNUTLS via cmake.
Adam Tkac
2011-01-19
1
-2
/
+18
[next]