summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * allow rfbInitSockets with non-ready states.Amandeep Singh2014-08-031-2/+3
| * Fix crash in krfbAmandeep Singh2014-08-031-4/+7
| * x11vnc: fix double X_UNLOCK on xrandr eventsWill Thompson2014-08-031-0/+1
* | Merge pull request #17 from dktrkranz/masterLuca Falavigna2014-08-163-4/+14
|\ \
| * | Fix whitespaceJohannes Schindelin2014-08-161-8/+8
| * | Enable support for ppc64el architectureLuca Falavigna2014-08-161-2/+8
| * | Use Libs.private to avoid unnecessary linkageLuca Falavigna2014-08-162-2/+6
|/ /
* | Fix indentationJohannes Schindelin2014-08-162-3/+3
* | Merge pull request #20 from newsoft/masterdscho2014-08-162-5/+28
|\ \
| * | Check for MallocFrameBuffer() return valuenewsoft2014-08-152-4/+9
| * | Fix integer overflow in MallocFrameBuffer()newsoft2014-08-151-1/+19
|/ /
* | Merge pull request #13 from wjt/fix-double-X_UNLOCK-on-xrandr-eventdscho2014-07-181-0/+1
|\ \ | |/ |/|
| * x11vnc: fix double X_UNLOCK on xrandr eventsWill Thompson2014-07-101-0/+1
* | Update LZO to version 2.07Johannes Schindelin2014-06-274-1687/+4690
* | Merge pull request #7 from waldheinz/init-sfae-paddingdscho2014-06-231-0/+2
|\ \
| * | Initialize padding in SetFormatAndEncodings' rfbSetPixelFormatMsg.Matthias Treydte2014-06-231-0/+2
| |/
* | Merge pull request #6 from waldheinz/cmake-cleanupdscho2014-06-231-11/+12
|\ \ | |/ |/|
| * Use CMAKE_CURRENT_*_DIR instead of CMAKE_*_DIR.Matthias Treydte2014-06-231-11/+12
|/
* Merge pull request #4 from dextero/masterdscho2014-05-141-0/+7
|\
| * x11vnc: adjust blackout region coordinates to the clipping regiondextero2014-05-131-0/+7
|/
* Merge branch 'repeater'Johannes Schindelin2014-04-054-1/+76
|\
| * libvncclient: If we have TLS support, enable VeNCrypt by defaultJohannes Schindelin2014-04-051-0/+3
| * 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
* | Update sourceforge links to point to github.Christian Beier2014-04-053-4/+4
* | Fix tyopJohannes Schindelin2014-03-311-1/+1
* | Ignore more generated filesJohannes Schindelin2014-03-301-0/+5
* | Address #12 ClientData does not get freedRobbert Klarenbeek2014-03-301-0/+6
* | After free()ing clientData, set it to NULLJohannes Schindelin2014-03-302-0/+2
|/
* 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