| Commit message (Expand) | Author | Age | Files | Lines |
* | Address #12 ClientData does not get freed | Robbert Klarenbeek | 2014-03-30 | 1 | -0/+6 |
* | LibVNCClient: Add H.264 encoding for framebuffer updates | David Verbeiren | 2013-01-25 | 1 | -0/+7 |
* | LibVNCClient: Remove all those WITH_CLIENT_TLS #ifdefs and move GnuTLS specif... | Christian Beier | 2012-04-15 | 1 | -4/+1 |
* | IPv6 support for LibVNCServer, part three: make reverse connections IPv6-capa... | Christian Beier | 2012-03-10 | 1 | -0/+2 |
* | Add an optional parameter to specify the ip address for reverse connections | Luca Stauble | 2012-02-03 | 1 | -0/+1 |
* | IP QoS support in libvncclient. | Christian Beier | 2010-09-29 | 1 | -0/+4 |
* | Call MallocFrameBuffer before SetFormatAndEncodings | Wouter Van Meir | 2010-06-04 | 1 | -3/+3 |
* | Fix compilation without TLS | Johannes Schindelin | 2010-03-13 | 1 | -0/+2 |
* | libvncclient/vncviewer.c: don't set serverPort in rfbInitClient(). | Christian Beier | 2010-01-25 | 1 | -1/+0 |
* | LibVNCClient: make sure that the port is initialized correctly. | Johannes Schindelin | 2010-01-16 | 1 | -6/+7 |
* | Add UltraVNC Repeater support in libvncclient | Vic Lee | 2010-01-16 | 1 | -1/+26 |
* | Add support for viewers to select security types on demand | Vic Lee | 2010-01-01 | 1 | -0/+3 |
* | Fix checks for socket values, 0 is a legal value. | Christian Beier | 2009-11-11 | 1 | -2/+5 |
* | libvncclient: include winsock2.h in vncviewer.c. | Christian Beier | 2009-11-10 | 1 | -0/+2 |
* | Merge branch 'VeNCrypt' | Johannes Schindelin | 2009-11-02 | 1 | -0/+9 |
|\ |
|
| * | Add anonymous TLS support in libvncclient | Vic Lee | 2009-10-02 | 1 | -0/+9 |
* | | libvncclient: add a non-forking listen function. | Christian Beier | 2009-10-30 | 1 | -0/+4 |
* | | libvncclient: Add FinishedFrameBufferUpdate callback | Alexander Dorokhine | 2009-10-30 | 1 | -0/+1 |
|/ |
|
* | 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 |
* | argv > 0 doesn't make sense for a pointer; assuming argv != NULL. | runge | 2007-08-04 | 1 | -1/+1 |
* | LibVNCClient: some users do not want to get whole-screen updates; introduce c... | dscho | 2007-02-01 | 1 | -6/+19 |
* | libvncclient: add GotCursorShape() and GotCopyRect(); x11vnc dep on libvncclient | runge | 2007-01-31 | 1 | -1/+1 |
* | Client side support for PalmVNC/UltraVNC 'Server Side Scaling' | steven_carr | 2006-05-04 | 1 | -3/+20 |
* | Ultra Encoding added. Tested against UltraVNC V1.01 | 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 |
* | add KeyboardLedState extension | dscho | 2006-03-28 | 1 | -1/+6 |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -0/+2 |
* | implement ZRLE decoding | dscho | 2005-05-24 | 1 | -1/+1 |
* | init a structure *before* using it... | dscho | 2005-05-23 | 1 | -0/+1 |
* | make zlib and tight handling thread safe (static -> rfbClient) | dscho | 2005-05-23 | 1 | -0/+9 |
* | hide strict ansi stuff if not explicitely turned on; actually use the socklen... | dscho | 2005-05-18 | 1 | -0/+2 |
* | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 1 | -4/+7 |
* | if no argc & argv are passed, honour the serverHost&serverPort which was set ... | dscho | 2005-01-21 | 1 | -5/+4 |
* | argc and argv may be zero (which means to ignore them) | dscho | 2005-01-14 | 1 | -30/+36 |
* | support MinGW32! | dscho | 2004-12-01 | 1 | -1/+12 |
* | use rfbClientErr to log errors, check if calloc succeded (both hinted by Andr... | dscho | 2004-12-01 | 1 | -0/+4 |
* | move read buffer to rfbClient structure (thread safety); make rfbClientLog | dscho | 2004-10-16 | 1 | -1/+5 |
* | no need to modify argv | dscho | 2004-10-15 | 1 | -2/+4 |
* | do not use GNU-only getline | dscho | 2004-06-30 | 1 | -3/+12 |
* | support password reading with getpass(); support -play to play vncrec'orded f... | dscho | 2004-06-18 | 1 | -6/+35 |
* | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress au... | dscho | 2004-06-07 | 1 | -5/+56 |
* | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge... | dscho | 2003-07-30 | 1 | -3/+3 |
* | further valgrinding showed leaked mallocs | dscho | 2003-07-29 | 1 | -0/+4 |
* | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho... | dscho | 2003-07-28 | 1 | -129/+12 |