Commit Graph

49 Commits (785f0fa2d1fe18f08bf521ed4a0d34a5d0c87782)

Author SHA1 Message Date
Christian Beier 785f0fa2d1 Merge pull request #103 from rdieter/master
8 years ago
Rex Dieter 53cc1fa18a use namespaced rfbMax macro (issue #102)
8 years ago
zbierak b6cb19982f Increase MAX_ENCODINGS value to accommodate more client encodings
8 years ago
Christian Beier 228a75fe3a Merge pull request #90 from stweil/fix
9 years ago
Stefan Weil 68d43fb62d Fix definition of POSIX data types
9 years ago
Stefan Weil b71cc64e58 Fix endianness detection
9 years ago
Stefan Weil 9c7efb7633 Fix some typos (found by codespell)
9 years ago
Christian Beier 97f442ef2a Instead of letting the build system define endianess, rely on endian.h.
9 years ago
Christian Beier 92f558482d Do away with rfbint.h generation and use stdint.h directly instead.
9 years ago
Christian Beier 612de004c4 Revert "LibVNCClient: Add H.264 encoding for framebuffer updates"
9 years ago
Daniel Cohen Gindi e26aeb4062 MSVC: Use the Unix emulation headers
10 years ago
Daniel Cohen Gindi 8175f428dc Use correct winsock header
10 years ago
Christian Beier 0de0fa498d Remove unneeded #ifdefs.
11 years ago
David Verbeiren d891478ec9 LibVNCClient: Add H.264 encoding for framebuffer updates
11 years ago
DRC 7124b5fbcf Replace TightVNC encoder with TurboVNC encoder. This patch is the result of further research and discussion that revealed the following:
12 years ago
DRC 97001a7e7b Add TurboVNC encoding support.
12 years ago
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