summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
* libvncserver: fix endless loop when server closed client in threaded mode.Christian Beier2010-11-181-5/+5
* libvncserver sockets: favor per-screen maxclientwait over global one when set.Christian Beier2010-11-181-3/+8
* libvncserver cleanup: remove rfbKeyFrame remnants.Christian Beier2010-11-112-4/+0
* libvnc[server|client]: implement xvp VNC extension.Christian Beier2010-11-023-2/+64
* Added missing initialization of extension mutexTobias Doerffel2010-10-291-0/+5
* In rfbSendDirContent() we have to make sure to call closedir() beforeTobias Doerffel2010-10-201-1/+5
* Non-blocking sockets for Windows.Christian Beier2010-09-133-39/+31
* Cleanup: remove CORBA stuff.Christian Beier2010-09-133-20/+1
* Fix MinGW32 compilation with libjpeg.Christian Beier2010-09-061-0/+3
* Implement a DisplayFinishedHook for libvncserver.Christian Beier2010-05-192-1/+12
* libvncserver/font.c: add some checks to rfbDrawChar().Christian Beier2010-01-071-1/+2
* year++;runge2010-01-021-1/+1
* tightvnc-filetransfer/rfbtightserver.c: enabled fixrunge2010-01-021-0/+6
* Add locks of updateMutex in rfbRedrawAfterHideCursor() andrunge2009-12-013-3/+8
* Fix checks for socket values, 0 is a legal value.Christian Beier2009-11-111-1/+1
* Fix various compilation warningsVic Lee2009-11-102-2/+2
* Merge branch 'VeNCrypt'Johannes Schindelin2009-11-021-0/+15
|\
| * Add MSLogon security typeVic Lee2009-11-021-0/+15
* | Some broken build environments treat fprintf(fh, buf) as a fatal error...runge2009-10-071-1/+1
|/
* Thread safety for zrle, zlib, tight.runge2009-05-217-47/+156
* clean up build flagsdscho2009-02-031-1/+1
* We seem to need to guard against freeing iterator 'i' twice in rfbSendFramebu...runge2008-06-241-4/+8
* Handle colormaps with more than 256 colors.runge2008-05-231-4/+14
* Please MS Visual C++ a bit (Christian Ehrlicher)dscho2008-02-181-2/+2
* Fix ZYWRLE en/decoding for width != scanline (thanks Noriaki Yamazaki)dscho2008-02-041-145/+152
* Add ZYWRLE to server printout.runge2008-02-031-0/+1
* Need to include zywrletemplate.c in Makefile.amrunge2008-02-011-1/+1
* Fix rfbSendSupportedEncodingsdscho2008-01-311-43/+32
* Fix Swap16IfLE() on bytesdscho2008-01-311-3/+3
* Move tightQualityLevel out of the JPEG specific partdscho2008-01-311-2/+2
* Make ZYWRLE thread-safe for multiple clientsdscho2008-01-302-17/+15
* ZYWRLE brown paper bag fixdscho2008-01-302-4/+6
* Add missing #include <time.h> (thanks Christian Ehrlicher)dscho2008-01-291-0/+2
* Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)dscho2008-01-295-24/+952
* Avoid misaligned access on 64-bit machinesdscho2007-09-171-13/+15
* More fixes to ultra java viewer, ultrafilexfer debugging output, fix -loop in...runge2007-05-191-7/+10
* Pre-C99 declaration error.runge2007-05-171-2/+2
* In rfbSendFileTransferChunk() check permitFileTransfer 1st to avoid false ala...runge2007-05-171-3/+4
* Add logging output to know when inside tightvnc-filetransfer functions.runge2007-05-162-1/+18
* Drop client if UltraVNC filetransfer is not enabled.runge2007-05-161-3/+33
* Build shared libraries per defaultdscho2007-03-301-2/+2
* Fix short vs. char problem with X cursors. Have fg == bg == 0 imply interpol...runge2007-03-241-7/+51
* Add "Connection: close" to HTTP replies.runge2007-03-201-2/+15
* Fix a locking problem in libvncserverdscho2007-03-172-3/+2
* compile fix for MinGWdscho2007-01-251-19/+27
* fix typo.runge2006-12-151-1/+1
* Remove stray ""-permitfiletransfer permit file transfer support" output.runge2006-12-131-1/+0
* N_ENC_CAPS check does not work if libz is not present.runge2006-10-111-2/+4
* x11vnc: improve ultravnc filexfer rate by calling rfbCheckFD more oftenrunge2006-09-181-1/+2
* x11vnc: clear DISPLAY for -unixpw su_verify, user supplied sig ignore.runge2006-09-151-2/+2