| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix version checking (>=3.8) for rfbVncAuthOK confirmation when no password r... | Vic Lee | 2009-12-22 | 1 | -2/+4 |
* | libvncclient: better return value for non-forking listen. | Christian Beier | 2009-11-12 | 1 | -10/+14 |
* | Fix checks for socket values, 0 is a legal value. | Christian Beier | 2009-11-11 | 3 | -4/+7 |
* | libvncclient: include winsock2.h in vncviewer.c. | Christian Beier | 2009-11-10 | 1 | -0/+2 |
* | Fix various compilation warnings | Vic Lee | 2009-11-10 | 2 | -2/+5 |
* | Merge branch 'VeNCrypt' | Johannes Schindelin | 2009-11-02 | 6 | -96/+914 |
|\ |
|
| * | Add MSLogon security type | Vic Lee | 2009-11-02 | 1 | -8/+116 |
| * | Add VeNCrypt support in libvncclient | Vic Lee | 2009-10-02 | 2 | -4/+298 |
| * | Add anonymous TLS support in libvncclient | Vic Lee | 2009-10-02 | 6 | -96/+512 |
* | | libvncclient: add a non-forking listen function. | Christian Beier | 2009-10-30 | 2 | -0/+61 |
* | | libvncclient: make listenAtTCPPort() work under windows. | Christian Beier | 2009-10-30 | 1 | -5/+12 |
* | | libvncclient: Add FinishedFrameBufferUpdate callback | Alexander Dorokhine | 2009-10-30 | 2 | -0/+4 |
* | | Fix hostname resolution problems under Windows | Alexander Dorokhine | 2009-10-30 | 1 | -8/+17 |
* | | Some broken build environments treat fprintf(fh, buf) as a fatal error... | runge | 2009-10-07 | 1 | -1/+1 |
* | | mingw32 crosscompile fixes. | Christian Beier | 2009-10-02 | 2 | -0/+3 |
|/ |
|
* | Fix IsUnixSocket() | Christian Beier | 2009-10-02 | 1 | -1/+1 |
* | Fix bug for logging unsupported security types | Vic Lee | 2009-09-27 | 1 | -6/+26 |
* | Fix bug for VNC Server version 4 | Vic Lee | 2009-09-27 | 1 | -1/+4 |
* | Fix two issues in rfbGetClient() | Johannes Schindelin | 2009-06-16 | 1 | -2/+4 |
* | Add close() to rfbClientCleanup() | Stefan Becker | 2009-05-22 | 1 | -0/+2 |
* | libvncclient: Unix sockets support by Ben Klopfenstein | Ben Klopfenstein | 2009-05-12 | 2 | -5/+53 |
* | clean up build flags | dscho | 2009-02-03 | 1 | -1/+1 |
* | ZYWRLE patch for libvncclient (thanks Noriaki Yamazaki) | dscho | 2008-02-04 | 2 | -16/+77 |
* | LibVNCClient: if the GotRect hook is set, override default op. | dscho | 2007-08-14 | 1 | -2/+2 |
* | argv > 0 doesn't make sense for a pointer; assuming argv != NULL. | runge | 2007-08-04 | 1 | -1/+1 |
* | Build shared libraries per default | dscho | 2007-03-30 | 1 | -3/+3 |
* | LibVNCClient: some users do not want to get whole-screen updates; introduce c... | dscho | 2007-02-01 | 2 | -8/+22 |
* | sometimes zrle sends too many bytes; play safe | dscho | 2007-02-01 | 1 | -2/+3 |
* | libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient | runge | 2007-01-31 | 3 | -4/+33 |
* | make cut text handling using a hook | dscho | 2006-09-11 | 1 | -11/+9 |
* | RFB 3.8 clients are well informed | steven_carr | 2006-06-05 | 1 | -36/+56 |
* | The great UltraVNC Compatibility Commit | steven_carr | 2006-05-15 | 3 | -35/+337 |
* | fix some build issues WRT ultravnc code. | runge | 2006-05-13 | 4 | -3487/+3489 |
* | Server Capability Encodings | steven_carr | 2006-05-04 | 1 | -24/+83 |
* | UltraVNC with scaling, will send rectangles with a zero W or H | steven_carr | 2006-05-04 | 1 | -3/+8 |
* | Client side support for PalmVNC/UltraVNC 'Server Side Scaling' | steven_carr | 2006-05-04 | 2 | -4/+68 |
* | Ultra Encoding added. Tested against UltraVNC V1.01 | steven_carr | 2006-05-02 | 7 | -19/+3779 |
* | CopyRectangle() BPP!=8 bug fixed | steven_carr | 2006-05-02 | 1 | -1/+1 |
* | Eliminate incompatible pointer assignment warning (gcc 4.0.1) | steven_carr | 2006-05-02 | 1 | -2/+2 |
* | signed vs unsigned warnings eliminated (gcc 4.0.1) | steven_carr | 2006-05-02 | 3 | -5/+5 |
* | libvncclient: support changing of framebuffer size; make SDLvncviewer use it | dscho | 2006-04-28 | 1 | -15/+27 |
* | Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h | runge | 2006-04-26 | 1 | -1/+1 |
* | add KeyboardLedState extension | dscho | 2006-03-28 | 2 | -1/+27 |
* | libvncclient: take -compress <level> and -quality <level> command line arguments | dscho | 2006-03-27 | 1 | -0/+6 |
* | fix client non-jpeg/libz builds | runge | 2006-01-08 | 1 | -1/+3 |
* | assorted fixes for MinGW32 | dscho | 2005-12-19 | 2 | -4/+3 |
* | work around write() returning ENOENT on Solaris 2.7 | dscho | 2005-12-09 | 1 | -1/+5 |
* | one more memory leak | dscho | 2005-12-07 | 1 | -0/+5 |
* | plug memory leaks | dscho | 2005-12-07 | 1 | -2/+17 |
* | fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds,... | runge | 2005-11-25 | 3 | -0/+9 |