| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | init a structure *before* using it... | dscho | 2005-05-23 | 2 | -1/+3 |
| * | remove wrong comment | dscho | 2005-05-23 | 1 | -16/+0 |
| * | make zlib and tight handling thread safe (static -> rfbClient) | dscho | 2005-05-23 | 4 | -214/+182 |
| * | hide strict ansi stuff if not explicitely turned on; actually use the socklen... | dscho | 2005-05-18 | 4 | -0/+8 |
| * | ANSIfy, fix some warnings from Linus' sparse | dscho | 2005-05-15 | 4 | -15/+22 |
| * | add '-listen ipaddr' option | runge | 2005-03-05 | 1 | -2/+2 |
| * | 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 | 4 | -22/+84 |
| * | use rfbClientErr to log errors, check if calloc succeded (both hinted by Andr... | dscho | 2004-12-01 | 3 | -16/+20 |
| * | fix long reads (in some events of success, no TRUE was returned) | dscho | 2004-11-30 | 1 | -7/+8 |
| * | move read buffer to rfbClient structure (thread safety); make rfbClientLog | dscho | 2004-10-16 | 5 | -31/+34 |
| * | no need to modify argv | dscho | 2004-10-15 | 1 | -2/+4 |
| * | global structures/functions should have "rfb", "sra" or "zrle" as prefix, | dscho | 2004-08-30 | 1 | -10/+10 |
| * | 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 | 3 | -24/+122 |
| * | fix silly hextile bug | dscho | 2004-06-15 | 1 | -1/+1 |
| * | recognize more encodings | dscho | 2004-06-15 | 1 | -0/+6 |
| * | debug | dscho | 2004-06-15 | 1 | -1/+17 |
| * | fix silly update bug with raw encoding | dscho | 2004-06-15 | 1 | -8/+9 |
| * | all this moving and renaming needs changes in the cvsignores, too! | dscho | 2004-06-07 | 1 | -0/+1 |
| * | add client_examples/, add SDLvncviewer, libvncclient API changes, suppress au... | dscho | 2004-06-07 | 4 | -139/+78 |
| * | move the library into libvncserver/, x11vnc into x11vnc/ | dscho | 2004-05-25 | 1 | -2/+2 |
| * | fix compilation with Mac OSX: preprocessor can't do recursive macros | dscho | 2003-12-09 | 1 | -2/+9 |
| * | 2002-09-11 Mark McLoughlin <mark@skynet.ie> | markmc | 2003-09-11 | 1 | -361/+0 |
| * | ZRLE no longer uses C++, but C | dscho | 2003-09-08 | 1 | -2/+1 |
| * | added --disable-cxx flag to configure | dscho | 2003-08-29 | 1 | -31/+46 |
| * | more files to ignore | dscho | 2003-08-08 | 1 | -0/+4 |
| * | make --without-jpeg, --without-zlib work | dscho | 2003-08-08 | 3 | -1/+33 |
| * | API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ge... | dscho | 2003-07-30 | 11 | -114/+99 |
| * | further valgrinding showed leaked mallocs | dscho | 2003-07-29 | 3 | -11/+45 |
| * | is autoconfed now | dscho | 2003-07-28 | 1 | -365/+0 |
| * | fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr sho... | dscho | 2003-07-28 | 12 | -289/+1036 |
| * | first alpha version of libvncclient | dscho | 2003-07-27 | 11 | -0/+3024 |