summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
* 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
* RFB 3.8 clients are well informedsteven_carr2006-06-052-9/+30
* Better support for RFB >= 3.8 protocolssteven_carr2006-06-051-22/+43
* All security types for RFB >= 3.7 *have* to respond with a Security Result (E...steven_carr2006-06-051-1/+9
* move all types into handler loop.runge2006-06-031-10/+9
* Security Type memory leak plugged. Leaks when rfb >= 3.7 clients connects.steven_carr2006-05-291-5/+9
* Plugged some memory leakagesteven_carr2006-05-287-3/+85
* Permit auth.c to test major versionsteven_carr2006-05-161-0/+1
* Specifically test for Major Version 3 addedsteven_carr2006-05-161-1/+2
* Statistics now fit into 80-column outputsteven_carr2006-05-161-4/+4