| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | first alpha version of libvncclient | dscho | 2003-07-27 | 1 | -0/+240 |