summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build error when libpng is available, but libjpeg is not.Christian Beier2011-12-011-4/+0
* Use AM_SILENT_RULES only when it's actually available.Christian Beier2011-12-011-1/+1
* Merge branch 'included-novnc'Christian Beier2011-11-1774-56/+7514
|\
| * Move the java stuff into webclients/java-applet.Christian Beier2011-11-0922-6/+11
| * Rename 'classes' dir to 'webclients'.Christian Beier2011-11-0970-10/+10
| * novnc client: use the client's notion about the server hostname instead of wh...Christian Beier2011-11-092-5/+14
| * Fix tiny typo.Christian Beier2011-11-091-1/+1
| * httpd: fix sending of binary data such as images.Christian Beier2011-10-061-17/+7
| * Fix typo && use proper website.Christian Beier2011-10-061-1/+1
| * Add noVNC HTML5 client connect possibility to our http server.Christian Beier2011-10-0444-8/+7462
* | Add 0.9.8.2 NEWS entry.Christian Beier2011-11-091-0/+3
* | When GetCredential() callback is not set, don't use authentications requiring...Christian Beier2011-11-091-2/+2
* | Update ChangeLog for 0.9.8.1.Christian Beier2011-11-081-0/+18
* | Update version number in autotools && cmake, NEWS entry.Christian Beier2011-11-083-3/+6
* | Fix deadlock in threaded mode when using nested rfbClientIteratorNext() calls.Christian Beier2011-10-261-15/+15
* | Update AUTHORSJohannes Schindelin2011-10-161-12/+2
* | Fix memory leakGeorge Fleury2011-10-161-0/+1
* | Hopefully fix the crash when updating from 0.9.7 or earlierJohannes Schindelin2011-10-121-4/+5
* | SDLvncviewer: make it resizable by defaultJohannes Schindelin2011-10-091-1/+3
|/
* Merge branch 'websockets'Christian Beier2011-10-0426-159/+3441
|\
| * This build warning is a libvncserver one, not for x11vnc.Christian Beier2011-10-041-17/+14
| * Merge branch 'websockets' of https://github.com/kanaka/libvncserver into webs...Christian Beier2011-09-231-2/+2
| |\
| | * md5: forced to use function names with leading underscoresGernot Tenchio2011-09-211-2/+2
| * | Merge branch 'websockets' of https://github.com/kanaka/libvncserver into webs...Christian Beier2011-09-201-3/+3
| |\ \ | | |/
| | * rfbcrypto_included: fix c&p errorsGernot Tenchio2011-09-201-3/+3
| * | Merge remote branch 'kanaka/websockets' into websocketsChristian Beier2011-09-209-37/+217
| |\ \ | | |/
| | * rfbcrypto_polarssl: it was way to late last night...Gernot Tenchio2011-09-201-2/+2
| | * Add support for different crypto implementationsGernot Tenchio2011-09-197-37/+212
| | * Autotools: Fix OpenSSL and GnuTLS advertisement.Christian Beier2011-09-192-5/+6
| | * Fix libvncserver GnuTLS init.Christian Beier2011-09-191-1/+1
| | * Update AUTHORS regarding the websocket guys.Christian Beier2011-09-192-1/+2
| | * configure: Add AM_SILENT_RULESGernot Tenchio2011-09-191-0/+1
| | * cmake: set SOVERSIONGernot Tenchio2011-09-191-0/+4
| * | Autotools: Fix OpenSSL and GnuTLS advertisement.Christian Beier2011-09-112-5/+6
| * | Fix libvncserver GnuTLS init.Christian Beier2011-09-111-1/+1
| * | Update AUTHORS regarding the websocket guys.Christian Beier2011-09-112-1/+2
| |/
| * websocket: Use a single buffer for both, encoding and decodingGernot Tenchio2011-09-081-16/+15
| * Merge branch 'kanaka/websockets' into websocketsGernot Tenchio2011-08-306-251/+684
| |\
| | * rfbssl_gnutls: Merge rfbssl_peek/rfbssl_read into one functionGernot Tenchio2011-08-301-53/+35
| | * websockets: fix webSocketCheckDisconnect()Gernot Tenchio2011-08-301-1/+1
| | * websockets: use 32bit Xor in webSocketsDecodeHybi()Gernot Tenchio2011-08-291-5/+10
| | * cmake: use sha1.c for websocket buildsGernot Tenchio2011-08-291-0/+1
| | * Add sha1.*. Remove UTF-8 encode. Protocol handling.Joel Martin2011-08-254-176/+638
| * | websockets: nothing to worry aboutGernot Tenchio2011-08-251-4/+5
| * | websockets: added gcrypt based sha1 digest funtionGernot Tenchio2011-08-251-0/+15
| * | cmake: make some noiseGernot Tenchio2011-08-251-0/+1
| * | websockets: remove warning on 64bit platformsGernot Tenchio2011-08-251-1/+1
| |/
| * websockets: Removed debugging left overGernot Tenchio2011-08-251-1/+1
| * websockets: Use callback functions for encode/decodeGernot Tenchio2011-08-251-17/+32
| * websockets: Move Hixie disconnect hack to websockets.cGernot Tenchio2011-08-254-78/+80