summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
* Fix libvncserver GnuTLS init.Christian Beier2011-09-111-1/+1
* Update AUTHORS regarding the websocket guys.Christian Beier2011-09-111-0/+0
* websocket: Use a single buffer for both, encoding and decodingGernot Tenchio2011-09-081-16/+15
* Merge branch 'kanaka/websockets' into websocketsGernot Tenchio2011-08-303-251/+171
|\
| * 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
| * Add sha1.*. Remove UTF-8 encode. Protocol handling.Joel Martin2011-08-252-176/+126
* | websockets: nothing to worry aboutGernot Tenchio2011-08-251-4/+5
* | websockets: added gcrypt based sha1 digest funtionGernot Tenchio2011-08-251-0/+15
* | 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-253-76/+79
* websockets: Initial HyBi supportGernot Tenchio2011-08-253-45/+392
* websockets: Add wspath member to rfbClientRecGernot Tenchio2011-08-172-0/+2
* Move libvncserver/md5* to commonGernot Tenchio2011-08-173-597/+1
* websockets: Add SSL cert command line options.Joel Martin2011-08-172-0/+15
* websockets: add GnuTLS and OpenSSL supportGernot Tenchio2011-08-173-1/+433
* websockets: Add encryption supportGernot Tenchio2011-08-176-26/+196
* websockets: Properly parse Hixie-76 handshake.Joel Martin2011-08-171-21/+28
* websockets: Add UTF-8 encoding support.Joel Martin2011-08-172-46/+88
* websockets: Better disconnect detection.Joel Martin2011-08-171-0/+5
* websockets: Initial WebSockets support.Joel Martin2011-08-176-2/+1164
* tightPng: check even for SendGradientRect.Joel Martin2011-07-221-0/+6
* tightPng: Add initial tightPng encoding support.Joel Martin2011-07-224-48/+331
* Remove some unused variables.Christian Beier2011-06-012-3/+0
* Fix rfbProcessNewConnection to return some value instead of void.George Kiagiadakis2011-06-011-6/+9
* Split two event-loop related functions out of the rfbProcessEvents() mechanism.George Kiagiadakis2011-06-012-56/+79
* Fix buffer overflowCristian Rodríguez2011-05-091-1/+1
* Revert "Fix memory corruption bug."Christian Beier2011-04-301-2/+0
* Fix memory corruption bug.George Kiagiadakis2011-04-281-0/+2
* Fix compilation in c89 mode.George Kiagiadakis2011-04-284-6/+6
* Fix regression in Ultra encoding introduced by commit fe1ca16e9b75b5f38ab374c...Christian Beier2011-03-171-1/+1
* Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-172-4/+4
* Fix remaining compiler warnings.Christian Beier2011-03-172-9/+0
* Set proper file permissions for source files.Christian Beier2011-03-1019-0/+0
* Call WSAGetLastError() everywhere errno is read after a Winsock call.Christian Beier2011-03-033-0/+12
* Update minilzo library used for Ultra encoding to ver 2.04.Christian Beier2011-02-261-1/+1
* libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.Christian Beier2011-02-076-159/+96
* Remove unneeded files concerning CVS.Christian Beier2011-01-312-8/+0
* Put files used by both libs into a 'common' dir.Christian Beier2011-01-258-5019/+5
* Fix two errors found by cppcheckebola_rulez2011-01-201-1/+5
* Remove never used protocol version name string.runge2011-01-011-8/+3
* libvncserver sockets: check cl->screen before accessing itTobias Doerffel2010-12-011-2/+2
* libvncserver: fix endless loop when server closed client in threaded mode.Christian Beier2010-11-181-5/+5
* libvncserver sockets: favor per-screen maxclientwait over global one when set.Christian Beier2010-11-181-3/+8
* libvncserver cleanup: remove rfbKeyFrame remnants.Christian Beier2010-11-112-4/+0
* libvnc[server|client]: implement xvp VNC extension.Christian Beier2010-11-023-2/+64
* Added missing initialization of extension mutexTobias Doerffel2010-10-291-0/+5