| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Split two event-loop related functions out of the rfbProcessEvents() mechanism. | George Kiagiadakis | 2011-06-01 | 2 | -56/+79 |
* | Fix buffer overflow | Cristian RodrÃguez | 2011-05-09 | 1 | -1/+1 |
* | Revert "Fix memory corruption bug." | Christian Beier | 2011-04-30 | 1 | -2/+0 |
* | Fix memory corruption bug. | George Kiagiadakis | 2011-04-28 | 1 | -0/+2 |
* | Fix compilation in c89 mode. | George Kiagiadakis | 2011-04-28 | 4 | -6/+6 |
* | Fix regression in Ultra encoding introduced by commit fe1ca16e9b75b5f38ab374c... | Christian Beier | 2011-03-17 | 1 | -1/+1 |
* | Fix (most) MinGW32 compiler warnings. | Christian Beier | 2011-03-17 | 2 | -4/+4 |
* | Fix remaining compiler warnings. | Christian Beier | 2011-03-17 | 2 | -9/+0 |
* | Set proper file permissions for source files. | Christian Beier | 2011-03-10 | 19 | -0/+0 |
* | Call WSAGetLastError() everywhere errno is read after a Winsock call. | Christian Beier | 2011-03-03 | 3 | -0/+12 |
* | Update minilzo library used for Ultra encoding to ver 2.04. | Christian Beier | 2011-02-26 | 1 | -1/+1 |
* | libvncserver: Make RRE, CoRRE and Ultra encodings thread-safe. | Christian Beier | 2011-02-07 | 6 | -159/+96 |
* | Remove unneeded files concerning CVS. | Christian Beier | 2011-01-31 | 2 | -8/+0 |
* | Put files used by both libs into a 'common' dir. | Christian Beier | 2011-01-25 | 8 | -5019/+5 |
* | Fix two errors found by cppcheck | ebola_rulez | 2011-01-20 | 1 | -1/+5 |
* | Remove never used protocol version name string. | runge | 2011-01-01 | 1 | -8/+3 |
* | libvncserver sockets: check cl->screen before accessing it | Tobias Doerffel | 2010-12-01 | 1 | -2/+2 |
* | libvncserver: fix endless loop when server closed client in threaded mode. | Christian Beier | 2010-11-18 | 1 | -5/+5 |
* | libvncserver sockets: favor per-screen maxclientwait over global one when set. | Christian Beier | 2010-11-18 | 1 | -3/+8 |
* | libvncserver cleanup: remove rfbKeyFrame remnants. | Christian Beier | 2010-11-11 | 2 | -4/+0 |
* | libvnc[server|client]: implement xvp VNC extension. | Christian Beier | 2010-11-02 | 3 | -2/+64 |
* | Added missing initialization of extension mutex | Tobias Doerffel | 2010-10-29 | 1 | -0/+5 |
* | In rfbSendDirContent() we have to make sure to call closedir() before | Tobias Doerffel | 2010-10-20 | 1 | -1/+5 |
* | Non-blocking sockets for Windows. | Christian Beier | 2010-09-13 | 3 | -39/+31 |
* | Cleanup: remove CORBA stuff. | Christian Beier | 2010-09-13 | 3 | -20/+1 |
* | Fix MinGW32 compilation with libjpeg. | Christian Beier | 2010-09-06 | 1 | -0/+3 |
* | Implement a DisplayFinishedHook for libvncserver. | Christian Beier | 2010-05-19 | 2 | -1/+12 |
* | libvncserver/font.c: add some checks to rfbDrawChar(). | Christian Beier | 2010-01-07 | 1 | -1/+2 |
* | year++; | runge | 2010-01-02 | 1 | -1/+1 |
* | tightvnc-filetransfer/rfbtightserver.c: enabled fix | runge | 2010-01-02 | 1 | -0/+6 |
* | Add locks of updateMutex in rfbRedrawAfterHideCursor() and | runge | 2009-12-01 | 3 | -3/+8 |
* | Fix checks for socket values, 0 is a legal value. | Christian Beier | 2009-11-11 | 1 | -1/+1 |
* | Fix various compilation warnings | Vic Lee | 2009-11-10 | 2 | -2/+2 |
* | Merge branch 'VeNCrypt' | Johannes Schindelin | 2009-11-02 | 1 | -0/+15 |
|\ |
|
| * | Add MSLogon security type | Vic Lee | 2009-11-02 | 1 | -0/+15 |
* | | Some broken build environments treat fprintf(fh, buf) as a fatal error... | runge | 2009-10-07 | 1 | -1/+1 |
|/ |
|
* | Thread safety for zrle, zlib, tight. | runge | 2009-05-21 | 7 | -47/+156 |
* | clean up build flags | dscho | 2009-02-03 | 1 | -1/+1 |
* | We seem to need to guard against freeing iterator 'i' twice in rfbSendFramebu... | runge | 2008-06-24 | 1 | -4/+8 |
* | Handle colormaps with more than 256 colors. | runge | 2008-05-23 | 1 | -4/+14 |
* | Please MS Visual C++ a bit (Christian Ehrlicher) | dscho | 2008-02-18 | 1 | -2/+2 |
* | Fix ZYWRLE en/decoding for width != scanline (thanks Noriaki Yamazaki) | dscho | 2008-02-04 | 1 | -145/+152 |
* | Add ZYWRLE to server printout. | runge | 2008-02-03 | 1 | -0/+1 |
* | Need to include zywrletemplate.c in Makefile.am | runge | 2008-02-01 | 1 | -1/+1 |
* | Fix rfbSendSupportedEncodings | dscho | 2008-01-31 | 1 | -43/+32 |
* | Fix Swap16IfLE() on bytes | dscho | 2008-01-31 | 1 | -3/+3 |
* | Move tightQualityLevel out of the JPEG specific part | dscho | 2008-01-31 | 1 | -2/+2 |
* | Make ZYWRLE thread-safe for multiple clients | dscho | 2008-01-30 | 2 | -17/+15 |
* | ZYWRLE brown paper bag fix | dscho | 2008-01-30 | 2 | -4/+6 |
* | Add missing #include <time.h> (thanks Christian Ehrlicher) | dscho | 2008-01-29 | 1 | -0/+2 |