summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Ignore the 'mac' example, tooJohannes Schindelin2014-04-051-0/+1
* Ignore the vencrypt documentJohannes Schindelin2014-04-051-0/+1
* Ignore rfbproto.rstJohannes Schindelin2014-04-051-0/+1
* Repeater example: show how to shut down cleanlyJohannes Schindelin2014-04-051-0/+6
* Add an example how to connect to an UltraVNC-style repeaterJohannes Schindelin2014-04-053-1/+64
* Set opcode correctly for binary frames.Joel Martin2013-02-271-0/+1
* Remove unneeded #ifdefs.Christian Beier2013-01-251-3/+2
* Fix ABI compatibility issue.Christian Beier2013-01-251-1/+4
* LibVNCClient: Add H.264 encoding for framebuffer updatesDavid Verbeiren2013-01-258-1/+725
* gtkvncviewer enhancementsDavid Verbeiren2013-01-101-3/+12
* Add Raphael to AUTHORS.Christian Beier2012-09-141-1/+1
* Include strings.h for strncasecmp(3)Raphael Kubo da Costa2012-09-141-0/+1
* Work around a gcc bug with anonymous structs and unions.Raphael Kubo da Costa2012-09-141-10/+15
* Include stdio.h for snprintf(3)Raphael Kubo da Costa2012-09-141-0/+2
* Add the required headers for read(2)Raphael Kubo da Costa2012-09-141-0/+5
* Use htobeNN(3) to convert numbers in websocket.c.Raphael Kubo da Costa2012-09-144-15/+20
* Do not hardcode the need for libresolv.Raphael Kubo da Costa2012-09-142-9/+29
* Tune the definitions needed when building with -ansi.Raphael Kubo da Costa2012-09-147-2/+19
* Add some missing feature macro definitions.Raphael Kubo da Costa2012-09-142-0/+10
* Use C-style comments in rfbconfig.h.cmake and C source code.Raphael Kubo da Costa2012-09-146-24/+32
* Correctly include rfbconfig.h.Raphael Kubo da Costa2012-09-141-1/+1
* CMake: Link against libgcrypt when it is found.Raphael Kubo da Costa2012-09-141-1/+2
* Update noVNC webclient.Christian Beier2012-08-1917-97/+253
* Update AUTHORS.Christian Beier2012-08-191-2/+2
* Patched sockets.c to allow the use of IPv6 without IPv4.Oliver Loch2012-08-191-1/+6
* Add another contributorJohannes Schindelin2012-07-201-1/+2
* Fix in milliseconds to struct timeval conversionRostislav Lisovy2012-07-201-1/+1
* Remove autogenerated files from repo.Christian Beier2012-05-312-483/+0
* Add Compile Time Version Test Defines.Christian Beier2012-05-233-0/+12
* libvncserver/sockets.c: do not segfault when listenSock/listen6Sock == -1Kyle J. McKay2012-05-211-2/+2
* Fix some compiler warnings that hinted some no too unimportant errors.Christian Beier2012-05-094-4/+8
* Update TODO.Christian Beier2012-05-071-0/+2
* Encodingstest: Use format string argument with fprintf.Luca Falavigna2012-05-071-1/+1
* Bump version to 0.9.10.Christian Beier2012-05-052-3/+3
* Update ChangeLog for 0.9.9.Christian Beier2012-05-041-0/+1070
* Enable building DLLs with MinGW32.Christian Beier2012-05-041-0/+2
* Update NEWS for 0.9.9.Christian Beier2012-05-041-0/+33
* LibVNCClient: #undef these types in case it's WIN32.Christian Beier2012-05-031-4/+4
* LibVNCServer: Include ws2tcpip.h if it's available.Christian Beier2012-05-031-0/+4
* LibVNCServer: Prefer GnuTLS over OpenSSL to be in sync with LibVNCClient.Christian Beier2012-04-301-4/+4
* Some more libjpeg, libpng and zlib related build fixes.Christian Beier2012-04-301-2/+2
* Make PKG_CHECK_MODULES fail non-fatal.Christian Beier2012-04-301-2/+2
* Only try to build TightPNG stuff when libjpeg is available.Christian Beier2012-04-302-24/+12
* Only build libjpeg test programs if libjpeg is actually available.Christian Beier2012-04-271-3/+3
* Fix CMake build of LibVNCClient.Christian Beier2012-04-261-1/+17
* Properly check return value.Christian Beier2012-04-261-1/+4
* Fix build when no libjpeg is available.Christian Beier2012-04-261-10/+6
* Include some more missing files for make dist.Christian Beier2012-04-262-2/+3
* Include missing files for make dist.Christian Beier2012-04-251-0/+1
* Fix libvncclient make dist.Christian Beier2012-04-251-1/+1