dscho
|
71c8b9a33b
|
credit last two changes to Erik
|
22 years ago |
dscho
|
48029a3a0b
|
rfbLog can be overridden; EINTR on read/write means just try again
|
22 years ago |
dscho
|
ae5142bdbd
|
add rfbclient.h to distribution; avoid C++ style comments
|
22 years ago |
dscho
|
eeb2061dfb
|
API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
|
22 years ago |
dscho
|
964aa1628f
|
further valgrinding showed leaked mallocs
|
22 years ago |
dscho
|
9b46601daa
|
adapted dox
|
22 years ago |
dscho
|
2cc9392914
|
is autoconfed now
|
22 years ago |
dscho
|
13b358fed1
|
fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
|
22 years ago |
dscho
|
eef408c1d8
|
first beginnings of automatic tests, thanks to libvncclient
|
22 years ago |
dscho
|
9f0a1a3bc1
|
synced with TightVNC and RealVNC
|
22 years ago |
dscho
|
b9ebdab1f2
|
debug flags
|
22 years ago |
dscho
|
cc250a1e71
|
libvncclient
|
22 years ago |
dscho
|
0fc57f2054
|
first alpha version of libvncclient
|
22 years ago |
dscho
|
a1ce2ac48f
|
make vncauth usable also for upcoming libvncclient
|
22 years ago |
dscho
|
1e60fc200a
|
Added simple examples
|
22 years ago |
dscho
|
1694a57460
|
these files are generated by configure
|
22 years ago |
dscho
|
0ca0f4b3a8
|
long standing bug in http; was sending .jar twice
|
22 years ago |
dscho
|
d5ac0a551a
|
another try to make CVS more helpful with configure
|
22 years ago |
dscho
|
ebc250a946
|
also distribute classes/ directory
|
22 years ago |
dscho
|
1363751768
|
fix compile
|
22 years ago |
dscho
|
d4d51c3305
|
http options inserted
|
22 years ago |
dscho
|
6da361200c
|
fix am__fastdepCXX for system not having ZLIB
|
22 years ago |
dscho
|
b3213b6dfa
|
added ChangeLog for x11vnc
|
22 years ago |
dscho
|
c984f2b126
|
new version from Karl!
|
22 years ago |
dscho
|
c4d44f983e
|
let libvncserver-config behave as expected when called without installing
|
22 years ago |
dscho
|
8d308e2fb8
|
added some documentation how to compile from CVS sources
|
22 years ago |
dscho
|
d75c85d737
|
#include <rfb/rfbregion.h> instead of #include "rfbregion.h"
|
22 years ago |
dscho
|
069808dbca
|
update ChangeLog
|
22 years ago |
dscho
|
54da39ba2d
|
#include <rfb/rfb.h> instead of "rfb.h"
|
22 years ago |
dscho
|
98b9663e29
|
the correct way to include rfb.h is now "#include <rfb/rfb.h>"
|
22 years ago |
dscho
|
cbf75f79c8
|
webpage update
|
22 years ago |
dscho
|
7caf2e3b53
|
forgotten .cvsignore
|
22 years ago |
dscho
|
1c3c0c811b
|
fixed header installation into $(prefix)/include/rfb
|
22 years ago |
dscho
|
e22be6634d
|
moved include/ to rfb/
|
22 years ago |
dscho
|
5ef5c81e79
|
fixed a bug when closing a client if no longer listening for new clients.
|
22 years ago |
dscho
|
8a5f8f2590
|
export rfbReverseBytes; undefine VERSION, because it's too common
|
22 years ago |
dscho
|
ca872f759a
|
INSTALL is copied by automake
|
22 years ago |
dscho
|
8e9ab15572
|
INSTALL was missing
|
22 years ago |
dscho
|
aaee934fa3
|
fixed --link option to libvncserver-config
|
22 years ago |
dscho
|
3c5d1b0ff2
|
cvs more flexible now; ZRLE encoding only when HAVE_ZRLE defined
|
22 years ago |
dscho
|
1e4c2e7369
|
really fixed ClientConnectionGone problem
|
22 years ago |
dscho
|
47c481b7ca
|
fixed LinuxVNC colours
|
22 years ago |
dscho
|
d3bb5fb6eb
|
fixed a bug that prevented the first connection to be closed
|
22 years ago |
dscho
|
2a48679c1c
|
fixed pthread debugging (locks...)
|
22 years ago |
dscho
|
73d943b394
|
fixed dependecy to libvncserver.a; if the lib is newer, the programs are relinked
|
22 years ago |
dscho
|
8305a4991a
|
removed superfluous file
|
22 years ago |
dscho
|
bd9e5747e5
|
added colourmapexample; fixed LinuxVNC to show the right colours
|
22 years ago |
dscho
|
4a1355d13c
|
vncterm imported, porting issues solved (IRIX, OS X, Solaris)
|
22 years ago |
dscho
|
0552ea2e6e
|
support for OS X is better now
|
22 years ago |
dscho
|
722577d8ba
|
trying again to support OS X
|
22 years ago |