Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed C++ style comments to C ones | Benjamin Dürholt | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | prevent segfault | Benjamin Dürholt | 2015-04-10 | 1 | -0/+2 |
| | |||||
* | Fix libvncserver GnuTLS init. | Christian Beier | 2011-09-11 | 1 | -1/+1 |
| | | | | | gnutls_certificate_set_x509_trust_file() returns the number of processed certs and _not_ GNUTLS_E_SUCCESS (0) on success! | ||||
* | Merge branch 'kanaka/websockets' into websockets | Gernot Tenchio | 2011-08-30 | 1 | -53/+35 |
|\ | | | | | | | | | Conflicts: libvncserver/websockets.c | ||||
| * | rfbssl_gnutls: Merge rfbssl_peek/rfbssl_read into one function | Gernot Tenchio | 2011-08-30 | 1 | -53/+35 |
| | | |||||
* | | websockets: remove warning on 64bit platforms | Gernot Tenchio | 2011-08-25 | 1 | -1/+1 |
|/ | |||||
* | websockets: add GnuTLS and OpenSSL support | Gernot Tenchio | 2011-08-17 | 1 | -0/+286 |
For now, only OpenSSL support is activated through configure, since GnuTLS is only used in LibVNCClient. [jes: separated this out from the commit adding encryption support, added autoconf support.] Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> |