summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #38 from LibVNC/autotools-fix-revisitedChristian Beier2014-10-021-1/+1
|\
| * Rename obsolete INCLUDES to AM_CPPFLAGSBrian Bidulock2014-10-021-1/+1
* | Close unclosed comments ;-)Johannes Schindelin2014-09-301-2/+2
* | A forgotten `#ifdef WIN32` broke UNIX build.Daniel Cohen Gindi2014-09-301-0/+2
* | Signal is a fundamental UNIX function, and must be omitted for any windows co...Daniel Cohen Gindi2014-09-201-1/+1
* | These are UNIX headers, and are not available on MSVCDaniel Cohen Gindi2014-09-201-0/+5
* | On windows, use the Win32 calls for directory enumerations.Daniel Cohen Gindi2014-09-201-3/+78
* | Generally adjusting headers for compiling on windows without the mixing of Wi...Daniel Cohen Gindi2014-09-203-1/+15
* | Just use a macro to bridge to the Win32 version of `mkdir`Daniel Cohen Gindi2014-09-201-5/+6
* | Fixed a violation of the C89 standard ("declarations must come before instruc...Daniel Cohen Gindi2014-09-203-10/+16
* | A windows version for directory enumerationsDaniel Cohen Gindi2014-09-201-0/+147
* | MSVC also has the __FUNCTION__ predefinedDaniel Cohen Gindi2014-09-201-1/+1
* | `CreateDirectory` might clash with the `CreateDirectoryA`/`CreateDirectoryW` ...Daniel Cohen Gindi2014-09-202-1/+13
* | Fail when NULL is passed to CreateFileListInfo()Daniel Cohen Gindi2014-09-201-2/+6
* | `strings.h` and `resolv.h` are not available on MSVC, and some POSIX function...Daniel Cohen Gindi2014-09-204-1/+19
|/
* Do not accept a scaling factor of zero on PalmVNCSetScaleFactor and SetScale ...Nicolas Ruff2014-08-181-0/+14
* Check malloc() return value on client->server ClientCutText message. Client c...Nicolas Ruff2014-08-181-0/+5
* allow rfbInitSockets with non-ready states.Amandeep Singh2014-08-031-2/+3
* Fix crash in krfbAmandeep Singh2014-08-031-4/+7
* Fix tyopJohannes Schindelin2014-03-311-1/+1
* Set opcode correctly for binary frames.Joel Martin2013-02-271-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-141-14/+11
* Tune the definitions needed when building with -ansi.Raphael Kubo da Costa2012-09-144-2/+12
* 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-142-5/+5
* Correctly include rfbconfig.h.Raphael Kubo da Costa2012-09-141-1/+1
* Patched sockets.c to allow the use of IPv6 without IPv4.Oliver Loch2012-08-191-1/+6
* Remove autogenerated files from repo.Christian Beier2012-05-312-483/+0
* libvncserver/sockets.c: do not segfault when listenSock/listen6Sock == -1Kyle J. McKay2012-05-211-2/+2
* 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
* Only try to build TightPNG stuff when libjpeg is available.Christian Beier2012-04-301-16/+10
* Properly check return value.Christian Beier2012-04-261-1/+4
* Include some more missing files for make dist.Christian Beier2012-04-261-2/+2
* Include missing files for make dist.Christian Beier2012-04-251-0/+1
* Fix some compiler warnings thrown with newer gcc.Christian Beier2012-04-252-5/+4
* Merge branch 'turbovnc'Christian Beier2012-04-253-584/+460
|\
| * Make TurboVNC compress level 3 actually work.Christian Beier2012-04-121-1/+1
| * Replace TightVNC encoder with TurboVNC encoder. This patch is the result of f...DRC2012-03-264-2181/+440
| * Fix an issue that affects the existing Tight encoder as well as the newly-imp...DRC2012-03-111-0/+9
| * Add TurboVNC encoding support.DRC2012-03-113-0/+1608
* | IPv6 support for LibVNCServer, part four: add copyright notices to files with...server-ipv6Christian Beier2012-04-022-0/+2
* | IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa...Christian Beier2012-03-101-2/+40
* | IPv6 support for LibVNCServer, part onepointseven: Plug a memleak.Christian Beier2012-03-101-0/+3
* | IPv6 support for LibVNCServer, part two: Let the http server listen on IPv6, ...Christian Beier2012-02-273-15/+88
* | IPv6 support for LibVNCServer, part onepointsix: fix a small logic error.Christian Beier2012-02-271-1/+1
* | IPv6 support for LibVNCServer, part onepointfive: Fix compilation with IPv6 m...Christian Beier2012-02-272-0/+8
OpenPOWER on IntegriCloud