summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add installation hints to android example README.androidChristian Beier2011-07-251-0/+9
* Reduced memory footprint by 50%William Roberts2011-07-231-2/+2
* Corrected resolution issue, but screen is getting reported as wrong sizeWilliam Roberts2011-07-231-1/+1
* Fixes running vncserver on beagleboard/0xdroid and possibly any deviceckanru2011-07-231-2/+6
* Adopt autotools build system to Android.Christian Beier2011-07-235-1/+21
* Add androidvncserver example.Christian Beier2011-07-233-0/+637
* Make LibVNCServer build for Android.letsgoustc2011-07-221-0/+5
* Remove some unused variables.Christian Beier2011-06-012-3/+0
* Fix rfbProcessNewConnection to return some value instead of void.George Kiagiadakis2011-06-012-7/+10
* Split two event-loop related functions out of the rfbProcessEvents() mechanism.George Kiagiadakis2011-06-013-56/+85
* Fix buffer overflowCristian Rodríguez2011-05-091-1/+1
* Revert "Fix memory corruption bug."Christian Beier2011-04-301-2/+0
* UTF-8ify AUTHORSJohannes Schindelin2011-04-281-1/+1
* Update AUTHORSJohannes Schindelin2011-04-281-1/+1
* Fix memory corruption bug.George Kiagiadakis2011-04-281-0/+2
* Fix compilation in c89 mode.George Kiagiadakis2011-04-286-9/+13
* Replace deprecated GnuTLS functions gnutls_*_set_priority with gnutls_priorit...Vic Lee2011-04-271-9/+6
* Update ChangeLog for 0.9.8.LibVNCServer-0.9.8Christian Beier2011-03-301-751/+6656
* Remove RDP from the README description.Christian Beier2011-03-291-1/+1
* Fix skipping of merge commits in log convert script.Christian Beier2011-03-291-1/+2
* Add a git-log to GNU-Style ChangeLog converter script.Christian Beier2011-03-293-0/+372
* Mention the pkg-config stuff in NEWS.Christian Beier2011-03-281-0/+1
* Merge branch 'master' of ssh://libvncserver.git.sourceforge.net/gitroot/libvn...Christian Beier2011-03-2834-303/+175
|\
| * Fix regression in Ultra encoding introduced by commit fe1ca16e9b75b5f38ab374c...Christian Beier2011-03-172-3/+3
| * Update encodingstest.Christian Beier2011-03-171-42/+25
| * Remove useless comparisons that always evaluate to false.Christian Beier2011-03-171-6/+1
| * Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-179-29/+33
| * Fix remaining compiler warnings.Christian Beier2011-03-174-18/+4
| * Check rfbGetScreen() return value everywhere.Christian Beier2011-03-1718-6/+41
| * CMake: Check for libgcrypt availability.Christian Beier2011-03-122-0/+9
| * CMake: Threads can be available even if SDL is not.Christian Beier2011-03-121-4/+4
| * CMake: fix building SDLvncviewer.Christian Beier2011-03-121-2/+4
| * Include cmake configure file templates in dist tarball.Christian Beier2011-03-121-1/+1
| * Remove autogenerated files.Christian Beier2011-03-122-192/+0
| * Update NEWS for 0.9.8 release.Christian Beier2011-03-121-0/+50
* | Add libvncserver.pc and libvncclient.pc files.Vic Lee2011-03-285-0/+30
|/
* Fix libvncclient TLS for Windows builds.Christian Beier2011-03-121-5/+39
* Let libvncclient build with gcrypt for MinGW32 builds.Christian Beier2011-03-121-0/+4
* Use WaitForMessage instead of sleep in socket reading to fix performance issue.Vic Lee2011-03-121-10/+2
* Set proper file permissions for source files.Christian Beier2011-03-1024-0/+0
* Next version will be 0.9.8.Christian Beier2011-03-102-3/+3
* Move zippy.c to examples.Christian Beier2011-03-105-11/+4
* Call WSAGetLastError() everywhere errno is read after a Winsock call.Christian Beier2011-03-035-1/+26
* Update minilzo library used for Ultra encoding to ver 2.04.Christian Beier2011-02-266-2090/+5177
* libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.Christian Beier2011-02-077-159/+103
* Include CMakeLists.txt file in dist tarball.Christian Beier2011-02-021-0/+1
* Remove unneeded files concerning CVS.Christian Beier2011-01-3114-157/+0
* Remove completely broken Visual Studio project filesJohannes Schindelin2011-01-313-414/+0
* SDLvncviewer: fix compilation from dist tarball.Christian Beier2011-01-312-1/+2
* Add ARD (Apple Remote Desktop) security type supportVic Lee2011-01-314-0/+342
OpenPOWER on IntegriCloud