summaryrefslogtreecommitdiffstats
path: root/libvncserver
Commit message (Expand)AuthorAgeFilesLines
* Remove some unused variables.Christian Beier2011-06-012-3/+0
* Fix rfbProcessNewConnection to return some value instead of void.George Kiagiadakis2011-06-011-6/+9
* Split two event-loop related functions out of the rfbProcessEvents() mechanism.George Kiagiadakis2011-06-012-56/+79
* Fix buffer overflowCristian Rodríguez2011-05-091-1/+1
* Revert "Fix memory corruption bug."Christian Beier2011-04-301-2/+0
* Fix memory corruption bug.George Kiagiadakis2011-04-281-0/+2
* Fix compilation in c89 mode.George Kiagiadakis2011-04-284-6/+6
* Fix regression in Ultra encoding introduced by commit fe1ca16e9b75b5f38ab374c...Christian Beier2011-03-171-1/+1
* Fix (most) MinGW32 compiler warnings.Christian Beier2011-03-172-4/+4
* Fix remaining compiler warnings.Christian Beier2011-03-172-9/+0
* Set proper file permissions for source files.Christian Beier2011-03-1019-0/+0
* Call WSAGetLastError() everywhere errno is read after a Winsock call.Christian Beier2011-03-033-0/+12
* Update minilzo library used for Ultra encoding to ver 2.04.Christian Beier2011-02-261-1/+1
* libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe.Christian Beier2011-02-076-159/+96
* Remove unneeded files concerning CVS.Christian Beier2011-01-312-8/+0
* Put files used by both libs into a 'common' dir.Christian Beier2011-01-258-5019/+5
* Fix two errors found by cppcheckebola_rulez2011-01-201-1/+5
* Remove never used protocol version name string.runge2011-01-011-8/+3
* libvncserver sockets: check cl->screen before accessing itTobias Doerffel2010-12-011-2/+2
* 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