summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
* Revert "Release onHold signal in the threaded server build when clientOutput ...HEADmasterTimothy Pearson2015-01-131-1/+0
* Release onHold signal in the threaded server build when clientOutput is calledTimothy Pearson2015-01-101-0/+1
* Fix building with mingw-w64.Christian Beier2014-12-301-1/+3
* Update comments regarding rfbClientConnectionGone().Christian Beier2014-10-211-2/+3
* Fix Use-After-Free vulnerability in LibVNCServer wrt scaling.Christian Beier2014-10-211-2/+0
* Fix selData.buttonWidth calculationMaks Naumov2014-10-141-1/+1
* Fix stack-based buffer overflowNicolas Ruff2014-10-071-1/+2
* Fix multiple stack-based buffer overflows in file transfer featurenewsoft2014-10-061-8/+30
* Make sure that no integer overflow could occur during scalingnewsoft2014-10-061-1/+22
* 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
OpenPOWER on IntegriCloud