dscho
|
188ccd2ee2
|
include rotatetemplate.c in the tarball
|
19 years ago |
dscho
|
7602f0e750
|
libvncclient: support changing of framebuffer size; make SDLvncviewer use it
|
19 years ago |
dscho
|
9b51d63d49
|
fix SDLvncviewer for widths which are not divisible by 8
|
19 years ago |
dscho
|
21b1fd476f
|
add rotate and flip example
|
19 years ago |
dscho
|
6370f25f13
|
malloc.h should not be needed (it is missing on quite a few platforms)
|
19 years ago |
runge
|
3c80351a1c
|
Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
|
19 years ago |
steven_carr
|
6a6ccc8c58
|
Added an example camera application to demonstrate another way to write a server application.
|
19 years ago |
runge
|
0ef122b61c
|
Apache SSL gateway. More web proxy cases for Java and ssl_vncviewer.
|
19 years ago |
runge
|
d14cf0a84c
|
SSL Java viewer work thru proxy. -sslGenCA, etc key/cert management utils for x11vnc. FBPM "support".
|
19 years ago |
dscho
|
1602b345f3
|
add KeyboardLedState extension
|
19 years ago |
runge
|
5920dc18d7
|
SSL patch for Java viewer. https support for x11vnc.
|
19 years ago |
dscho
|
10c61b53c2
|
ignore maxRectsPerUpdate when encoding is Zlib (thanks scarr)
|
19 years ago |
dscho
|
199ec23a05
|
libvncclient: take -compress <level> and -quality <level> command line arguments
|
19 years ago |
runge
|
e2e9347946
|
x11vnc: add -ssl mode using libssl. Include Xdummy in misc.
|
19 years ago |
runge
|
5e72609631
|
x11vnc: do CLIPBOARD, reverse conn require passwds, -usepw, -debug_sel, -storepasswd homedir.
|
19 years ago |
runge
|
c997e901c4
|
x11vnc: gui speedup and fixes. -unixpw and -inetd
|
19 years ago |
runge
|
a9a9c812f7
|
x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui tweaks.
|
19 years ago |
runge
|
b03a920cb9
|
x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via -R. Tune SMALL_FOOTPRINT.
|
19 years ago |
dscho
|
f38f67e4e9
|
Fix blooptest example
|
19 years ago |
dscho
|
b7a901d78f
|
do not assume that KEYSYM_H guards X11's keysym.h
|
19 years ago |
dscho
|
4130598960
|
do not timeout on idle client input (with pthreads)
|
19 years ago |
dscho
|
3c2ea8d05a
|
if compiling with pthreads, also compile blooptest
|
19 years ago |
dscho
|
0d40904d9f
|
rfbCheckFds now returns the number of processed events
|
19 years ago |
dscho
|
f52cfa651b
|
add handleEventsEagerly flag (Thanks, Donald)
|
19 years ago |
runge
|
79310af7e7
|
x11vnc: -unixpw and -stunnel. Add clipboard to input control.
|
19 years ago |
rohit_99129
|
b7773ea6e6
|
Added method to get extension specific client data
|
19 years ago |
rohit_99129
|
eb08d83d62
|
Added method to get extension specific client data
|
19 years ago |
dscho
|
d3599be1b8
|
add functions to unregister extensions/security types
|
19 years ago |
dscho
|
880035ad54
|
IRIX linker is very picky about order of libraries
|
19 years ago |
runge
|
603b5667b6
|
fix some non-gcc compiler warnings and signals in x11vnc
|
19 years ago |
runge
|
4b8cc33e39
|
x11vnc: fix AIX build wrt h_errno.
|
19 years ago |
runge
|
94b092cd22
|
x11vnc: -8to24 more speedups; tunables for very slow machines.
|
19 years ago |
runge
|
d0ef1285b8
|
x11vnc: -8to24 speedups and improvements.
|
19 years ago |
runge
|
1967913e95
|
x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlocks and -rawfb crash
|
19 years ago |
runge
|
17e6b6a2bf
|
x11vnc: -8to24 now works on default depth 8 displays.
|
19 years ago |
runge
|
e38c3c224b
|
x11vnc: more tweaks to -8to24 XGETIMAGE_8TO24
|
19 years ago |
runge
|
5993dd757e
|
x11vnc: add -8to24 option for some multi-depth displays.
|
19 years ago |
runge
|
60918e6664
|
configure.ac: add switches for most X extensions.
|
19 years ago |
runge
|
9b3163c00b
|
logMutex needs to be initialized too; in rfbDefaultLog.
|
19 years ago |
runge
|
57cf0cdab5
|
x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug, fix 64bit bug for -solid.
|
19 years ago |
dscho
|
0b7a0030ac
|
rfbProcessEvents() has to iterate also over clients with sock < 0 to close them
|
19 years ago |
runge
|
71f2ec7918
|
x11vnc: the big split.
|
19 years ago |
runge
|
def3012663
|
fix client non-jpeg/libz builds
|
19 years ago |
runge
|
e781eea698
|
rfbRegisterProtocolExtension extMutex was never initialized.
|
19 years ago |
runge
|
454c1fad65
|
x11vnc: enhance -passwdfile features, filetransfer on by default.
|
19 years ago |
dscho
|
e673a125df
|
make compile again with pthreads; fix off-by-one error
|
19 years ago |
dscho
|
1c26789eff
|
introduce -deferptrupdate (thanks Dave)
|
19 years ago |
dscho
|
1b81e342cb
|
assorted fixes for MinGW32
|
19 years ago |
dscho
|
3a8d4bdbe6
|
work around write() returning ENOENT on Solaris 2.7
|
19 years ago |
dscho
|
065e2ebb7e
|
previous patch turned compile warning in a compile error; fix that ;-)
|
19 years ago |