summaryrefslogtreecommitdiffstats
path: root/libvncclient
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation without TLSJohannes Schindelin2010-03-132-1/+12
* 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-162-1/+71
* Add support for viewers to select security types on demandVic Lee2010-01-012-6/+56
* Fix version checking (>=3.8) for rfbVncAuthOK confirmation when no password r...Vic Lee2009-12-221-2/+4
* libvncclient: better return value for non-forking listen.Christian Beier2009-11-121-10/+14
* Fix checks for socket values, 0 is a legal value.Christian Beier2009-11-113-4/+7
* libvncclient: include winsock2.h in vncviewer.c.Christian Beier2009-11-101-0/+2
* Fix various compilation warningsVic Lee2009-11-102-2/+5
* Merge branch 'VeNCrypt'Johannes Schindelin2009-11-026-96/+914
|\
| * Add MSLogon security typeVic Lee2009-11-021-8/+116
| * Add VeNCrypt support in libvncclientVic Lee2009-10-022-4/+298
| * Add anonymous TLS support in libvncclientVic Lee2009-10-026-96/+512
* | libvncclient: add a non-forking listen function.Christian Beier2009-10-302-0/+61
* | libvncclient: make listenAtTCPPort() work under windows.Christian Beier2009-10-301-5/+12
* | libvncclient: Add FinishedFrameBufferUpdate callbackAlexander Dorokhine2009-10-302-0/+4
* | Fix hostname resolution problems under WindowsAlexander Dorokhine2009-10-301-8/+17
* | Some broken build environments treat fprintf(fh, buf) as a fatal error...runge2009-10-071-1/+1
* | mingw32 crosscompile fixes.Christian Beier2009-10-022-0/+3
|/
* Fix IsUnixSocket()Christian Beier2009-10-021-1/+1
* Fix bug for logging unsupported security typesVic Lee2009-09-271-6/+26
* Fix bug for VNC Server version 4Vic Lee2009-09-271-1/+4
* Fix two issues in rfbGetClient()Johannes Schindelin2009-06-161-2/+4
* Add close() to rfbClientCleanup()Stefan Becker2009-05-221-0/+2
* libvncclient: Unix sockets support by Ben KlopfensteinBen Klopfenstein2009-05-122-5/+53
* clean up build flagsdscho2009-02-031-1/+1
* ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki)dscho2008-02-042-16/+77
* LibVNCClient: if the GotRect hook is set, override default op.dscho2007-08-141-2/+2
* argv > 0 doesn't make sense for a pointer; assuming argv != NULL.runge2007-08-041-1/+1
* Build shared libraries per defaultdscho2007-03-301-3/+3
* LibVNCClient: some users do not want to get whole-screen updates; introduce c...dscho2007-02-012-8/+22
* sometimes zrle sends too many bytes; play safedscho2007-02-011-2/+3
* libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclientrunge2007-01-313-4/+33
* make cut text handling using a hookdscho2006-09-111-11/+9
* RFB 3.8 clients are well informedsteven_carr2006-06-051-36/+56
* The great UltraVNC Compatibility Commitsteven_carr2006-05-153-35/+337
* fix some build issues WRT ultravnc code.runge2006-05-134-3487/+3489
* Server Capability Encodingssteven_carr2006-05-041-24/+83
* UltraVNC with scaling, will send rectangles with a zero W or Hsteven_carr2006-05-041-3/+8
* Client side support for PalmVNC/UltraVNC 'Server Side Scaling'steven_carr2006-05-042-4/+68
* Ultra Encoding added. Tested against UltraVNC V1.01steven_carr2006-05-027-19/+3779
* CopyRectangle() BPP!=8 bug fixedsteven_carr2006-05-021-1/+1
* Eliminate incompatible pointer assignment warning (gcc 4.0.1)steven_carr2006-05-021-2/+2
* signed vs unsigned warnings eliminated (gcc 4.0.1)steven_carr2006-05-023-5/+5
* libvncclient: support changing of framebuffer size; make SDLvncviewer use itdscho2006-04-281-15/+27
* Make VPATH building work with -I $(top_srcdir) for rfb/rfb.hrunge2006-04-261-1/+1
* add KeyboardLedState extensiondscho2006-03-282-1/+27
* libvncclient: take -compress <level> and -quality <level> command line argumentsdscho2006-03-271-0/+6
* fix client non-jpeg/libz buildsrunge2006-01-081-1/+3