summaryrefslogtreecommitdiffstats
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Complete the AUTHORS fileJohannes Schindelin2010-05-071-1/+1
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Add Alexander to the authorsJohannes Schindelin2009-10-311-1/+2
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Add Christian Beier to the AUTHORSJohannes Schindelin2009-10-021-1/+1
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Add Vic Lee to the author listJohannes Schindelin2009-09-271-1/+1
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Add Ben to the authorsJohannes Schindelin2009-05-121-2/+2
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)dscho2008-01-291-1/+2
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* Add CMake support (thanks to Christian Ehrlicher)dscho2008-01-291-1/+1
| | | | Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
* LibVNCClient: if the GotRect hook is set, override default op.dscho2007-08-141-1/+1
|
* rfbclient.h: use 'extern "C"' to make it convenient to include from C++dscho2007-04-061-2/+2
|
* rfb.h: Do not misplace guardsdscho2007-04-061-1/+2
| | | | This buglet made it impossible to double include rfb.h from C++.
* Build shared libraries per defaultdscho2007-03-301-1/+1
| | | | Thanks to Guillaume Rousse, we now use libtool to build shared libraries.
* Fix a locking problem in libvncserverdscho2007-03-171-1/+1
| | | | | | | | | | | | | | | | | | | There seems to be a locking problem in libvncserver, with respect to how condition variables are used. On certain machines in our lab, when using a vncviewer to view a display that has a very high rate of updates, we will occasionally see the VNC server process crash. In one stack trace that was obtained, an assertion had tripped in glibc's pthread_cond_wait, which was called from clientOutput. Inspection of clientOutput suggests that WAIT is being called incorrectly. The mutex that protects a condition variable should always be locked when calling wait, and on return from the wait will still be locked. The attached patch fixes the locking around this condition variable, and one other that I found by grepping the source for similar occurrences. Signed-off-by: Charles Coffing <ccoffing@novell.com>
* VisualNaCro: support clipboard and symbolic key names with X11::Keysymsdscho2006-09-121-1/+1
|
* ignore maxRectsPerUpdate when encoding is Zlib (thanks scarr)dscho2006-03-271-1/+2
|
* add handleEventsEagerly flag (Thanks, Donald)dscho2006-02-281-1/+1
|
* introduce -deferptrupdate (thanks Dave)dscho2005-12-191-1/+1
|
* This monster commit contains support for TightVNC's file transfer protocol.dscho2005-09-281-0/+3
| | | | Thank you very much, Rohit!
* split rpm into three packages: the library, -devel (headers), and x11vncdscho2005-08-211-1/+2
|
* use rfbClientErr to log errors, check if calloc succeded (both hinted by ↵dscho2004-12-011-1/+1
| | | | Andre Leiradella)
* make examples g++ compileable, thanks to Juan Jose Costellodscho2004-02-041-3/+4
|
* ZRLE no longer uses C++, but Cdscho2003-09-081-1/+2
|
* add --without-jpeg, --without-zlib; repair --without-backchannel, ↵dscho2003-08-081-1/+1
| | | | --without-24bpp
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-1/+1
| | | | get prefix "LIBVNCSERVER_"
* further autoconf'ingdscho2003-02-081-0/+40