runge
|
8eb18f6cd8
|
fix deadlock from rfbReleaseExtensionIterator(), fix no libz/libjpeg builds, disable tightvnc-filetransfer if no libpthread, add --without-pthread option, rm // comments, set NAME_MAX if not defined, x11vnc: throttle load if fb update requests not taking place.
|
20 years ago |
dscho
|
194a76df11
|
add an extension mechanism for LibVNCClient, modify the client data handling
so that more than one data structure can be attached, and add an example
to speak the client part of the back channel.
|
20 years ago |
dscho
|
b225ee993a
|
implement ZRLE decoding
|
20 years ago |
dscho
|
669b4c8685
|
make zlib and tight handling thread safe (static -> rfbClient)
|
20 years ago |
dscho
|
ee52441372
|
hide strict ansi stuff if not explicitely turned on; actually use the socklen_t test from configure.ac
|
20 years ago |
dscho
|
8bee4eb990
|
ANSIfy, fix some warnings from Linus' sparse
|
20 years ago |
dscho
|
658b65ad0c
|
support MinGW32!
|
21 years ago |
dscho
|
b583cf5347
|
move read buffer to rfbClient structure (thread safety); make rfbClientLog
overrideable
|
21 years ago |
dscho
|
97299606da
|
global structures/functions should have "rfb", "sra" or "zrle" as prefix,
while structure members should not
|
21 years ago |
dscho
|
11271316d3
|
support password reading with getpass(); support -play to play vncrec'orded files
|
21 years ago |
dscho
|
03ad9b0b03
|
recognize more encodings
|
21 years ago |
dscho
|
d197504916
|
fix silly update bug with raw encoding
|
21 years ago |
dscho
|
876868553d
|
move the library into libvncserver/, x11vnc into x11vnc/
|
21 years ago |
dscho
|
1fd42ce98c
|
make --without-jpeg, --without-zlib work
|
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
|
13b358fed1
|
fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr should not be used in a library (use rfbLog instead)
|
22 years ago |
dscho
|
0fc57f2054
|
first alpha version of libvncclient
|
22 years ago |