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
*
[Bugfix] Don't operate on erased iterator (ID 3112731).
Adam Tkac
2010-11-22
1
-2
/
+3
*
[Development] Remove support for the "Tight" security type from C++ code.
Adam Tkac
2010-11-18
10
-604
/
+3
*
[Development] client: Add dialog window to accept/save invalid X509
Adam Tkac
2010-11-18
5
-8
/
+137
*
[Development] Add generic UserMsgBox class. (Guillaume Destuynder)
Adam Tkac
2010-11-18
2
-3
/
+43
*
[Development] Allow changing the default value of string parameters. (Martin ...
Adam Tkac
2010-11-11
2
-0
/
+7
*
[Development] Implement PasswordValidator class on Windows (Martin Koegler)
Adam Tkac
2010-11-02
5
-0
/
+98
*
[Bugfix] Pass correct include path (-I) to nasm.
Adam Tkac
2010-11-02
1
-2
/
+2
*
[Bugfix] Add missing common/jpeg/win/jsimdcfg.inc file.
Adam Tkac
2010-11-02
1
-0
/
+69
*
[Bugfix] Don't compile gethomedir function on WIN32
Adam Tkac
2010-10-29
1
-0
/
+3
*
[Development] Introduce gethomedir() function to retrieve home directory path.
Adam Tkac
2010-10-29
4
-3
/
+104
*
Fix 'make dist'
DRC
2010-10-27
2
-4
/
+6
*
Remove unneeded file
DRC
2010-10-27
1
-319
/
+0
*
CMake build system for Windows
DRC
2010-10-27
18
-4
/
+330
*
Upgrade included zlib to 1.2.5 (the main purpose of this was to get a clean b...
DRC
2010-10-26
35
-3935
/
+8276
*
Add unit tests from libjpeg-turbo
DRC
2010-10-25
15
-1
/
+1652
*
Add license and other supporting documentation from libjpeg-turbo
DRC
2010-10-25
5
-5
/
+775
*
Converting a integer shift to a byte offset of course depends on endianness
Pierre Ossman
2010-10-13
1
-6
/
+18
*
[Development] Move Get{C,S}Security from Security class to separate classes.
Adam Tkac
2010-10-01
15
-127
/
+269
*
[Cleanup] Remove obsolete comment in Security class.
Adam Tkac
2010-09-30
1
-4
/
+0
*
Use proper methods for pixel conversion in the cursor code as it previously
Pierre Ossman
2010-09-30
1
-6
/
+3
*
The tight decoder is really working on pixel buffers, not Pixel arrays. This
Pierre Ossman
2010-09-30
1
-21
/
+18
*
Revert commit 3784 as it was incorrect. A "Pixel" is always expected to be in
Pierre Ossman
2010-09-30
2
-10
/
+1
*
Sync with libjpeg-turbo 1.0.1
DRC
2010-09-30
2
-3
/
+8
*
Support building with older versions of gnutls; Fix gnutls detection when bui...
DRC
2010-09-30
2
-0
/
+8
*
[Bugfix] Include rfb/Security.h in the source tarball.
Adam Tkac
2010-09-20
1
-3
/
+3
*
[Development] Add missing PAM sources (fixes commit r4128).
Adam Tkac
2010-09-07
4
-0
/
+221
*
[Development] Implement *Plain security types on the server side and use
Adam Tkac
2010-09-02
4
-34
/
+57
*
[Development] Implement *Plain types on the client side.
Adam Tkac
2010-09-02
4
-3
/
+89
*
[Bugfix] Properly report transport errors to GNUTLS.
Adam Tkac
2010-08-25
2
-9
/
+23
*
[Development] Set default security types as follows:
Adam Tkac
2010-08-12
1
-2
/
+12
*
[Development] Extend Security class to allow different default sectypes for s...
Adam Tkac
2010-08-12
4
-8
/
+25
*
[Bugfix] Return also "standard" security types (except VeNCrypt type) as
Adam Tkac
2010-08-12
1
-1
/
+1
*
[Bugfix] Check return codes from gnutls library every time.
Adam Tkac
2010-08-11
2
-10
/
+25
*
[Cleanup] Ensure all files use LF as newline control character, not CR+LF.
Adam Tkac
2010-08-11
9
-797
/
+797
*
Fix typo in SIMD dispatch routines which was causing 4:2:0 upsampling to be u...
DRC
2010-08-07
2
-2
/
+2
*
Sync with libjpeg-turbo 1.0.1
DRC
2010-08-03
1
-1
/
+1
*
Fix build with YASM
DRC
2010-08-03
2
-2
/
+2
*
Handle erroneous Huffman codes
DRC
2010-08-03
2
-2
/
+4
*
[Bugfix] Extend encoding range checks to handle negative encodings well.
Adam Tkac
2010-07-21
2
-3
/
+3
*
[Development] Rename CSecurityTLSBase class to CSecurityTLS.
Adam Tkac
2010-07-21
4
-22
/
+22
*
[Development] Merge CSecurityTLS and CSecurityX509 classes into CSecurityTLSB...
Adam Tkac
2010-07-21
8
-336
/
+137
*
[Development] Rename SSecurityTLSBase source/class to SSecurityTLS.
Adam Tkac
2010-07-21
4
-21
/
+21
*
[Cleanup] Merge SSecurityTLS and SSecurityX509 classes into SSecurityTLSBase ...
Adam Tkac
2010-07-21
8
-317
/
+115
*
[Development] Implement VeNCrypt X509 subtypes on the client side.
Adam Tkac
2010-07-21
4
-2
/
+195
*
[Development] Implement X509 VeNCrypt subtypes on the server side.
Adam Tkac
2010-07-21
6
-14
/
+158
*
[Bugfix] Add "#error" directives to client-side TLS sources to avoid wrong us...
Adam Tkac
2010-07-21
4
-11
/
+12
*
[Development] Create VeNCrypt security types in Security class.
Adam Tkac
2010-07-20
8
-78
/
+28
*
[Development] Use SecurityType also as configuration for VeNCrypt.
Adam Tkac
2010-07-20
3
-111
/
+15
*
[Development] Pass Security instance to {C,S}SecurityVeNCrypt.
Adam Tkac
2010-07-20
5
-6
/
+8
*
[Development] Add more debug logging into {C,S}SecurityVeNCrypt.
Adam Tkac
2010-07-20
2
-0
/
+10
[next]