summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Changed C++ style comments to C onesBenjamin Dürholt2015-04-132-2/+2
| | * | | prevent segfaultBenjamin Dürholt2015-04-102-1/+7
| * | | | Merge pull request #74 from tanderson92/fixarpathChristian Beier2015-04-151-1/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | configure.ac: Use AC_CHECK_TOOL for cross-compiling support.Thomas Anderson2015-04-151-1/+1
| |/ / /
| * | | Set autotools SOVERSION.Peter Spiess-Knafl2015-02-092-1/+2
| * | | Merge pull request #63 from LibVNC/sha1reworkChristian Beier2015-02-056-428/+717
| |\ \ \
| | * | | Replace SHA1 implementation with the one from RFC 6234.Christian Beier2015-02-016-428/+717
| |/ / /
| * | | Merge pull request #60 from cinemast/masterChristian Beier2015-01-271-6/+8
| |\ \ \
| | * | | fixing SOVERSION and .so VERSIONPeter Spiess-Knafl2015-01-271-6/+8
| |/ / /
| * | | Update link to project home page in index.vnc.Christian Beier2015-01-181-1/+1
| * | | Merge pull request #57 from maxnet/masterChristian Beier2015-01-184-0/+30
| |\ \ \ | | | |/ | | |/|
| | * | Fix handling of multiple VNC commands per websockets frameFloris Bos2015-01-174-0/+30
| * | | Merge pull request #56 from maxnet/masterChristian Beier2015-01-161-9/+14
| |\| |
| | * | Only advertise xvp support when xvpHook is setFloris Bos2015-01-161-9/+14
* | | | Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2321-0/+0
* | | | Per libvncserver developer bk138 do not automatically release onHoldr14.0.1Timothy Pearson2015-01-131-1/+0
* | | | Add hooks to client library to ontain network and authentication statusTimothy Pearson2015-01-125-6/+63
* | | | Add missing files from previous commitTimothy Pearson2015-01-102-0/+61
* | | | Port required changes for TDE's krfb server from the old libvnc version embed...Timothy Pearson2015-01-106-145/+198
|/ / /
* | | Add Floris to AUTHORS.Christian Beier2015-01-061-1/+2
* | | Update NEWS.Christian Beier2015-01-061-0/+6
* | | Merge pull request #51 from maxnet/masterChristian Beier2015-01-021-0/+10
|\| |
| * | Initialize libgcrypt before useFloris Bos2015-01-021-0/+10
* | | Merge pull request #50 from maxnet/masterChristian Beier2015-01-021-0/+4
|\| |
| * | tls_openssl.c: enable extra POSIX functionality to get PTHREAD_MUTEX_RECURSIVEFloris Bos2015-01-011-0/+4
* | | Fix another MinGW64 build issue. WSAEWOULDBLOCK is not MinGW-specific.Christian Beier2014-12-301-2/+0
* | | Fix building with mingw-w64.Christian Beier2014-12-301-1/+3
* | | confgure.ac: Remove MinGW linker flag that's incompatible with mingw-w64.Christian Beier2014-12-301-1/+0
* | | autogen.sh: pass cmdline params to configure call.Christian Beier2014-12-301-1/+1
* | | Merge pull request #49 from maxnet/masterChristian Beier2014-12-294-5/+8
|\| | | |/ |/|
| * Fix compiler warnings libvncclient + gtkvncviewerFloris Bos2014-12-292-2/+2
| * Fix libva related compile errorsFloris Bos2014-12-292-3/+6
|/
* Add VNCpp to projects using LibVNC.Christian Beier2014-10-311-0/+4
* Update ChangeLog for 0.9.10.Christian Beier2014-10-211-0/+839
* Update NEWS.Christian Beier2014-10-211-0/+1
* 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
* Merge pull request #43 from maksqwe/fix_rfbSelectBoxdscho2014-10-141-1/+1
|\
| * Fix selData.buttonWidth calculationMaks Naumov2014-10-141-1/+1
|/
* Fix possible libvncclient ServerInit memory corruption.Christian Beier2014-10-101-1/+2
* Fix potential memory corruption in libvncclient.Christian Beier2014-10-101-0/+7
* Update NEWS for 0.9.10.Christian Beier2014-10-091-0/+23
* Update AUTHORS.Christian Beier2014-10-091-1/+3
* Merge pull request #42 from LibVNC/autotools-fix-revisiteddscho2014-10-074-0/+1114
|\
| * Ship the required macros in the m4/ directory.Christian Beier2014-10-074-0/+1114
* | Add back a working autogen.shJohannes Schindelin2014-10-071-0/+4
* | Fix stack-based buffer overflowNicolas Ruff2014-10-071-1/+2
* | Merge pull request #41 from newsoft/masterdscho2014-10-072-9/+52
|\ \
| * | 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
|/ /