summaryrefslogtreecommitdiffstats
path: root/libvncclient/vncviewer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'LibVNCServer-0.9.12'Slávek Banko2019-02-061-5/+142
|\
| * LibVNCClient: free buffers in rfbClientCleanup()Tobias Junghans2018-11-051-0/+6
| * Include Tight decoding optimizations from TurboVNCDRC2018-01-221-4/+0
| * Added SASL authentication supportsimon2017-06-251-0/+13
| * Set trueColour flag to 1 instead of 255dborth2017-04-041-1/+1
| * Fix a compiler warningChristian Beier2017-03-261-1/+1
| * Merge branch 'circle' of https://github.com/ldmnyblzs/libvncserver into ldmny...Christian Beier2017-03-261-0/+122
| |\
| | * Add function pointers for every type of rectangleBalazs Ludmany2016-06-291-0/+98
| |/
* | Removed _BSD_SOURCE, _SVID_SOURCE, _GNU_SOURCE, _XOPEN_SOURCE.Michele Calgaro2018-10-081-4/+0
* | Merge tag 'LibVNCServer-0.9.11' of https://github.com/LibVNC/libvncserverSlávek Banko2017-10-141-4/+2
|\|
| * libvncclient/tls_gnutls.c: Add hooks to WriteToTLS() for optional protection ...gbdj2016-04-231-0/+2
| * Re-add the useful bits of 9aa9ac59b4cb10bfca93456a3098e348de172d7f.Christian Beier2015-04-171-0/+3
| * Revert "LibVNCClient: Add H.264 encoding for framebuffer updates"Christian Beier2015-04-171-7/+0
* | Add hooks to client library to ontain network and authentication statusTimothy Pearson2015-01-121-0/+6
|/
* `strings.h` and `resolv.h` are not available on MSVC, and some POSIX function...Daniel Cohen Gindi2014-09-201-0/+4
* Use WIN32 for Windows-specific #ifdef guardsDaniel Cohen Gindi2014-09-021-3/+3
* Include Winsock2 header before windows.h includeDaniel Cohen Gindi2014-09-021-2/+5
* Fix indentationJohannes Schindelin2014-08-161-1/+1
* Check for MallocFrameBuffer() return valuenewsoft2014-08-151-1/+2
* Fix integer overflow in MallocFrameBuffer()newsoft2014-08-151-1/+19
* Address #12 ClientData does not get freedRobbert Klarenbeek2014-03-301-0/+6
* LibVNCClient: Add H.264 encoding for framebuffer updatesDavid Verbeiren2013-01-251-0/+7
* LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif...Christian Beier2012-04-151-4/+1
* IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa...Christian Beier2012-03-101-0/+2
* Add an optional parameter to specify the ip address for reverse connectionsLuca Stauble2012-02-031-0/+1
* IP QoS support in libvncclient.Christian Beier2010-09-291-0/+4
* Call MallocFrameBuffer before SetFormatAndEncodingsWouter Van Meir2010-06-041-3/+3
* Fix compilation without TLSJohannes Schindelin2010-03-131-0/+2
* libvncclient/vncviewer.c: don't set serverPort in rfbInitClient().Christian Beier2010-01-251-1/+0
* LibVNCClient: make sure that the port is initialized correctly.Johannes Schindelin2010-01-161-6/+7
* Add UltraVNC Repeater support in libvncclientVic Lee2010-01-161-1/+26
* Add support for viewers to select security types on demandVic Lee2010-01-011-0/+3
* Fix checks for socket values, 0 is a legal value.Christian Beier2009-11-111-2/+5
* libvncclient: include winsock2.h in vncviewer.c.Christian Beier2009-11-101-0/+2
* Merge branch 'VeNCrypt'Johannes Schindelin2009-11-021-0/+9
|\
| * Add anonymous TLS support in libvncclientVic Lee2009-10-021-0/+9
* | libvncclient: add a non-forking listen function.Christian Beier2009-10-301-0/+4
* | libvncclient: Add FinishedFrameBufferUpdate callbackAlexander Dorokhine2009-10-301-0/+1
|/
* Fix two issues in rfbGetClient()Johannes Schindelin2009-06-161-2/+4
* Add close() to rfbClientCleanup()Stefan Becker2009-05-221-0/+2
* argv > 0 doesn't make sense for a pointer; assuming argv != NULL.runge2007-08-041-1/+1
* LibVNCClient: some users do not want to get whole-screen updates; introduce c...dscho2007-02-011-6/+19
* libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclientrunge2007-01-311-1/+1
* Client side support for PalmVNC/UltraVNC 'Server Side Scaling'steven_carr2006-05-041-3/+20
* Ultra Encoding added. Tested against UltraVNC V1.01steven_carr2006-05-021-1/+1
* Eliminate incompatible pointer assignment warning (gcc 4.0.1)steven_carr2006-05-021-2/+2
* add KeyboardLedState extensiondscho2006-03-281-1/+6
* libvncclient: take -compress <level> and -quality <level> command line argumentsdscho2006-03-271-0/+6
* fix client non-jpeg/libz buildsrunge2006-01-081-1/+3
* assorted fixes for MinGW32dscho2005-12-191-1/+1