summaryrefslogtreecommitdiffstats
path: root/rfb/rfb.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'LibVNCServer-0.9.12'Slávek Banko2019-02-061-4/+5
|\
| * Move pipe_notify_client_thread to end of rfbClientRecChristian Beier2019-01-061-1/+3
| * Fix the concurrent issue hapenning between the freeing of the client and the ...Quentin BUATHIER2018-08-091-0/+1
| * build: decouple GnuTLS|OpenSSL detection from WebSockets supportChristian Beier2018-07-081-5/+0
| * Tight: export SendCompressedData and SendTightHeader functionsEddie James2018-06-201-0/+2
| * websockets: restore webSocketCheckDisconnect() to keep API compatibilityChristian Beier2017-05-141-0/+1
| * remove Hixie-specific MD5 and check functionsAndreas Weigel2017-05-141-1/+0
| * Various #ifdef fixes to allow building with MSVC2014Christian Beier2017-01-281-0/+1
* | Merge tag 'LibVNCServer-0.9.11' of https://github.com/LibVNC/libvncserverSlávek Banko2017-10-141-5/+6
|\|
| * Merge pull request #84 from plettix/masterChristian Beier2016-06-051-2/+2
| |\
| | * shift fixes - if an integer is a negative number then the return value of "Sw...plettix2015-07-221-2/+2
| * | Fix some typos (found by codespell)Stefan Weil2015-10-091-3/+3
| |/
| * Fix handling of multiple VNC commands per websockets frameFloris Bos2015-01-171-0/+1
* | Port required changes for TDE's krfb server from the old libvnc version embed...Timothy Pearson2015-01-101-0/+10
|/
* Those are generally the windows headers, not just MinGWDaniel Cohen Gindi2014-09-201-2/+2
* Use C-style comments in rfbconfig.h.cmake and C source code.Raphael Kubo da Costa2012-09-141-1/+1
* LibVNCServer: Include ws2tcpip.h if it's available.Christian Beier2012-05-031-0/+4
* Only try to build TightPNG stuff when libjpeg is available.Christian Beier2012-04-301-8/+2
* Merge branch 'turbovnc'Christian Beier2012-04-251-0/+9
|\
| * Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f...DRC2012-03-261-4/+5
| * Move tightsubsamplevel member to the end of rfbClient struct.Christian Beier2012-03-151-4/+4
| * Add TurboVNC encoding support.DRC2012-03-111-0/+8
* | IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, ...Christian Beier2012-02-271-0/+2
* | IPv6 support for LibVNCServer, part one: accept IPv4 and IPv6 connections.Christian Beier2012-02-201-0/+7
|/
* Support Mac OS X vnc client with no passwordKyle J. McKay2012-02-111-1/+32
* Rename 'classes' dir to 'webclients'.Christian Beier2011-11-091-1/+1
* Merge branch 'websockets'Christian Beier2011-10-041-2/+38
|\
| * websockets: Move Hixie disconnect hack to websockets.cGernot Tenchio2011-08-251-2/+1
| * websockets: Initial HyBi supportGernot Tenchio2011-08-251-9/+3
| * websockets: Add wspath member to rfbClientRecGernot Tenchio2011-08-171-0/+1
| * websockets: Add encryption supportGernot Tenchio2011-08-171-1/+8
| * websockets: Initial WebSockets support.Joel Martin2011-08-171-0/+22
| * tightPng: Add initial tightPng encoding support.Joel Martin2011-07-221-2/+15
* | Adopt autotools build system to Android.Christian Beier2011-07-231-1/+1
* | Make LibVNCServer build for Android.letsgoustc2011-07-221-0/+5
|/
* Fix rfbProcessNewConnection to return some value instead of void.George Kiagiadakis2011-06-011-1/+1
* Split two event-loop related functions out of the rfbProcessEvents() mechanism.George Kiagiadakis2011-06-011-0/+6
* Fix compilation in c89 mode.George Kiagiadakis2011-04-281-2/+2
* libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.Christian Beier2011-02-071-0/+7
* Add doxygen documentation support.Christian Beier2010-11-181-104/+282
* libvnc[server|client]: implement xvp VNC extension.Christian Beier2010-11-021-0/+3
* Non-blocking sockets for Windows.Christian Beier2010-09-131-0/+1
* Implement a DisplayFinishedHook for libvncserver.Christian Beier2010-05-191-0/+4
* mingw32 crosscompile fixes.Christian Beier2009-10-021-0/+1
* Thread safety for zrle, zlib, tight.runge2009-05-211-0/+11
* Move tightQualityLevel out of the JPEG specific partdscho2008-01-311-1/+2
* Make ZYWRLE thread-safe for multiple clientsdscho2008-01-301-0/+2
* rfb.h: Do not misplace guardsdscho2007-04-061-1/+3
* Permit auth.c to test major versionsteven_carr2006-05-161-0/+1
* Support sending TextChat messages back to the clientsteven_carr2006-05-151-0/+2