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.15-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
*
Make rawBytesEquivalent an unsigned 64-bit integer. Otherwise, it will overf...
DRC
2011-08-19
3
-3
/
+4
*
Fix indent
v1.1.0
DRC
2011-08-09
1
-5
/
+5
*
Oops. BPP is always 8 in the body of compressData(). We want pf.bpp instead.
DRC
2011-08-09
1
-5
/
+6
*
Attempt to handle the differing behavior of Zlib 1.2.3 (which calls deflate(....
DRC
2011-08-09
2
-1
/
+17
*
Quick & dirty hack to prevent ZlibOutStream from flushing a non-existent buff...
DRC
2011-08-09
2
-0
/
+7
*
Revert r4498 and fix #3305357 properly. The issue was two-fold: (1) the com...
DRC
2011-08-09
2
-10
/
+16
*
We don't actually need a version number here. This was cruft from back-porti...
DRC
2011-06-24
1
-1
/
+0
*
Attempt to fix 3305357 (Enabling custom compression level on client crashes s...
DRC
2011-06-15
1
-6
/
+8
*
[Security] vncviewer can send password without proper validation of X.509 certs
Adam Tkac
2011-05-10
1
-2
/
+9
*
Detect unexpected markers found in JPEG datastream and throw a warning like l...
DRC
2011-04-17
1
-2
/
+10
*
Get rid of unused IS_WIN32 conditional
DRC
2011-04-17
1
-8
/
+0
*
Previous versions of MinGW64 prepended an underscore to the symbol names, whi...
DRC
2011-03-23
1
-2
/
+0
*
Fix typo
DRC
2011-03-23
1
-1
/
+1
*
Use VncAuth as the default security type, since TLS causes a significant perf...
DRC
2011-02-21
1
-1
/
+1
*
Using a fixed port range with -via can cause a race condition between multipl...
DRC
2011-02-21
1
-10
/
+11
*
[Bugfix] Improve r4300 - also honor server's sectype order for VeNCrypt subty...
Adam Tkac
2011-02-21
1
-5
/
+5
*
Make the VeNCrypt security type implicit
DRC
2011-02-21
3
-2
/
+5
*
[Bugfix] Honor server security type order instead of client's when negotiatin...
Adam Tkac
2011-02-21
1
-14
/
+13
*
[Bugfix] Remove "unused-but-set" variable from tightDecode.h.
Adam Tkac
2011-02-21
1
-2
/
+1
*
[Bugfix] Register GNUTLS debug routines only when we actually need them.
Adam Tkac
2011-02-18
3
-17
/
+13
*
Merge from libjpeg-turbo 1.0.2, including fixes for errors in generation of g...
DRC
2011-02-18
8
-61
/
+100
*
[Bugfix] Fix wrong if() in the ScaledPixelBuffer::setSourceBuffer().
Adam Tkac
2011-02-14
1
-1
/
+1
*
Fix MinGW build breakage
DRC
2011-02-10
1
-1
/
+1
*
[Bugfix] Fix Windows build, recently added GNUTLS compat code broke it.
Adam Tkac
2011-02-09
2
-5
/
+6
*
[Bugfix] Improve compatibility with ancient GNUTLS implementations even more.
Adam Tkac
2011-02-09
3
-0
/
+23
*
[Development] os: add gnutls_x509_crt_print() implementation, older systems
Adam Tkac
2011-02-09
5
-13
/
+258
*
[Bugfix] client: improve server certificate verification code.
Adam Tkac
2011-02-09
1
-119
/
+162
*
[Bugfix] Call gnutls_bye only when handshake is completed.
Adam Tkac
2011-02-09
2
-6
/
+6
*
Oops. Checked in some debugging code.
DRC
2011-02-09
1
-1
/
+0
*
Allow GnuTLS to use in-tree version of zlib when static linking
DRC
2011-02-09
1
-0
/
+4
*
Oops. Need to wait until after gnutls.h is included before checking the valu...
DRC
2011-02-09
1
-11
/
+10
*
Attempt to restore compatibility with older GnuTLS versions
DRC
2011-02-08
1
-2
/
+15
*
Remove old Visual C++ project files (use CMake to build with Visual C++)
DRC
2011-02-08
6
-1744
/
+0
*
libjpeg-turbo produces about the same image quality with the fast integer DCT...
DRC
2011-02-08
1
-0
/
+2
*
[Bugfix] Use bitwise NOT instead of logical NOT when working with
Adam Tkac
2011-02-07
1
-2
/
+2
*
[Bugfix] Print empty string by default when paths for X.509 certs don't exist.
Adam Tkac
2011-02-07
1
-2
/
+4
*
[Development] os: introduce new function called "fileexists"
Adam Tkac
2011-02-07
2
-0
/
+19
*
[Bugfix] Append ".pem" suffix to saved certificates.
Adam Tkac
2011-02-07
1
-6
/
+6
*
[Development] Rename function "gethomedir" to "getvnchomedir" and rewrite it in
Adam Tkac
2011-02-07
3
-26
/
+21
*
Clarify that the SIMD C wrappers and headers fall under the same license as t...
DRC
2011-02-02
6
-0
/
+6
*
[Development] Add Security::ToString method
Adam Tkac
2011-02-01
2
-0
/
+27
*
[Development] Allow to set security types directly in the Security class
Adam Tkac
2011-02-01
1
-0
/
+2
*
[Development] Add possibility to build Windows programs with GNUTLS via cmake.
Adam Tkac
2011-01-19
2
-3
/
+24
*
[Bugfix] CSecurityTLS.cxx: include os/print.h to get correct snprintf definit...
Adam Tkac
2011-01-19
1
-0
/
+1
*
[Bugfix] Don't include unistd.h and don't call access() on Windows.
Adam Tkac
2011-01-19
1
-0
/
+7
*
[Bugfix] Use free() instead of gnutls_free() on Windows.
Adam Tkac
2011-01-19
1
-0
/
+18
*
Further protect against bad Huffman codes
DRC
2011-01-04
1
-1
/
+1
*
Add extra check for bad copy rects and try to handle it gracefully instead of
Pierre Ossman
2010-12-21
1
-8
/
+31
*
[Development] Add "Security" options dialog for Windows viewer.
Adam Tkac
2010-12-08
1
-2
/
+2
*
[Bugfix] Improve fix for #3112731.
Adam Tkac
2010-12-01
1
-1
/
+1
[next]