summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* support MinGW32!dscho2004-12-011-3/+3
|
* tight-1 -> encodingstestdscho2004-10-161-1/+1
|
* rename tight-1.c into encodingstest.c, fixing it in the process. It nowdscho2004-10-162-17/+58
| | | | | passes all encodings except corre (broken) and zrle (not yet implemented in libvncclient)
* compiles, 1st run is okay, 2nd and subsequent give errors. Evidently,dscho2004-10-151-38/+120
| | | | libvncclient is not yet reentrant (or threadsafe).
* compiling, non functional version of a unit test for encodingsdscho2004-10-151-18/+211
|
* global structures/functions should have "rfb", "sra" or "zrle" as prefix,dscho2004-08-302-3/+3
| | | | while structure members should not
* convert c++ comments to c commentsdscho2004-06-181-1/+0
|
* all this moving and renaming needs changes in the cvsignores, too!dscho2004-06-071-1/+3
|
* add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵dscho2004-06-074-3/+62
| | | | automake CFLAGS nagging
* move the library into libvncserver/, x11vnc into x11vnc/dscho2004-05-251-1/+1
|
* fix cargs.c: arguments were not correctly purged.dscho2004-03-222-1/+30
|
* 2002-09-11 Mark McLoughlin <mark@skynet.ie>markmc2003-09-112-296/+1
| | | | | | | * Makefile.in, */Makefile.in, aclocal.m4, bootstrap.sh, config.h.in, configure, depcomp, install-sh, missing, mkinstalldirs, Removed auto-generated files from CVS.
* ZRLE no longer uses C++, but Cdscho2003-09-081-2/+1
|
* added --disable-cxx flag to configuredscho2003-08-291-22/+33
|
* more files to ignoredscho2003-08-081-0/+4
|
* API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵dscho2003-07-301-42/+28
| | | | get prefix "LIBVNCSERVER_"
* further valgrinding showed leaked mallocsdscho2003-07-291-1/+8
|
* fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵dscho2003-07-283-1/+307
| | | | should not be used in a library (use rfbLog instead)
* first beginnings of automatic tests, thanks to libvncclientdscho2003-07-281-0/+25