Commit Graph

33 Commits (896ca2036c35b89a7f63e1adefe5e3724bf4d40d)

Author SHA1 Message Date
Joel Martin 896ca2036c tightPng: Add initial tightPng encoding support.
13 years ago
Vic Lee 030ccf673d Add ARD (Apple Remote Desktop) security type support
13 years ago
Christian Beier 705a5d46e6 Add doxygen documentation support.
14 years ago
Christian Beier 453645a6ea libvncserver cleanup: remove rfbKeyFrame remnants.
14 years ago
Christian Beier e5523350a8 libvnc[server|client]: implement xvp VNC extension.
14 years ago
Christian Beier 128d06aaaa Only define strncasecmp to _strnicmp when using MS compiler.
14 years ago
Christian Beier 47fc9fdd59 rfb/rfbproto.h: Prefix WORDS_BIGENDIAN when it is defined.
14 years ago
Vic Lee 29990f0090 Add MSLogon security type
15 years ago
Vic Lee 95ae56c831 Add VeNCrypt support in libvncclient
15 years ago
Vic Lee 58a8df6ff2 Add anonymous TLS support in libvncclient
15 years ago
dscho 059afcdf81 Add ZYWRLE server-side support (thanks Noriaki Yamazaki, Hitachi)
16 years ago
runge afc931f15d Move our rfbEncodings numbers out of the TightVNC range.
18 years ago
dscho 6dd263946e do not always include rfb/keysym.h
18 years ago
steven_carr 3dff7658dc KeyboardLedState Encoding Masks are now defined for portability
18 years ago
steven_carr 1c3af68549 Default to RFB 3.8, add command line option to specify the RFB version.
18 years ago
steven_carr ccdbe8f325 The great UltraVNC Compatibility Commit
18 years ago
steven_carr 0d734ad896 Server Capability Encodings
18 years ago
steven_carr 97fe75fdce KeyboardLedState should be placed in 'various protocol extensions'
18 years ago
dscho 1602b345f3 add KeyboardLedState extension
18 years ago
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.
19 years ago
dscho d15e35586b kill BackChannel and CustomClientMessage: the new extension technique makes these hooks obsolete
19 years ago
dscho da7b3e714f support VNC protocol version 3.7
19 years ago
dscho 7a12087ba0 add definitions from other VNC implementations
19 years ago
dscho 8bee4eb990 ANSIfy, fix some warnings from Linus' sparse
19 years ago
dscho cef6224e1c do the in_addr_t stuff correctly...
19 years ago
dscho 658b65ad0c support MinGW32!
20 years ago
dscho 9a8a28c117 add EncodingUltra; it is not implemented in the libraries yet, so this is just a place holder
20 years ago
dscho 97299606da global structures/functions should have "rfb", "sra" or "zrle" as prefix,
20 years ago
dscho 937b906f0d ZRLE no longer uses C++, but C
21 years ago
dscho 79c414ab99 forgot to change WORDS_BIGENDIAN to LIBVNCSERVER_BIGENDIAN; #undef VERSION unneccessary...
21 years ago
dscho eeb2061dfb API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h get prefix "LIBVNCSERVER_"
21 years ago
dscho a1ce2ac48f make vncauth usable also for upcoming libvncclient
21 years ago
dscho e22be6634d moved include/ to rfb/
21 years ago