index
:
libtdevnc
master
r14.1.x
Shared TDE VNC library sources
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Eliminate incompatible pointer assignment warning (gcc 4.0.1)
steven_carr
2006-05-02
1
-2
/
+2
|
*
signed vs unsigned warnings eliminated (gcc 4.0.1)
steven_carr
2006-05-02
3
-5
/
+5
|
*
include rotatetemplate.c in the tarball
dscho
2006-04-30
1
-1
/
+1
|
*
libvncclient: support changing of framebuffer size; make SDLvncviewer use it
dscho
2006-04-28
3
-15
/
+30
|
*
fix SDLvncviewer for widths which are not divisible by 8
dscho
2006-04-28
1
-1
/
+2
|
*
add rotate and flip example
dscho
2006-04-27
6
-2
/
+153
|
*
malloc.h should not be needed (it is missing on quite a few platforms)
dscho
2006-04-27
1
-1
/
+0
|
*
Make VPATH building work with -I $(top_srcdir) for rfb/rfb.h
runge
2006-04-26
18
-245
/
+287
|
*
Added an example camera application to demonstrate another way to write a ↵
steven_carr
2006-04-17
3
-1
/
+158
|
|
|
|
server application.
*
Apache SSL gateway. More web proxy cases for Java and ssl_vncviewer.
runge
2006-04-16
14
-1655
/
+3148
|
*
SSL Java viewer work thru proxy. -sslGenCA, etc key/cert management utils ↵
runge
2006-04-05
35
-589
/
+4359
|
|
|
|
for x11vnc. FBPM "support".
*
add KeyboardLedState extension
dscho
2006-03-28
9
-4
/
+122
|
*
SSL patch for Java viewer. https support for x11vnc.
runge
2006-03-28
35
-1495
/
+3364
|
*
ignore maxRectsPerUpdate when encoding is Zlib (thanks scarr)
dscho
2006-03-27
3
-1
/
+8
|
*
libvncclient: take -compress <level> and -quality <level> command line arguments
dscho
2006-03-27
1
-0
/
+6
|
*
x11vnc: add -ssl mode using libssl. Include Xdummy in misc.
runge
2006-03-12
27
-1150
/
+3983
|
*
x11vnc: do CLIPBOARD, reverse conn require passwds, -usepw, -debug_sel, ↵
runge
2006-03-08
20
-527
/
+1304
|
|
|
|
-storepasswd homedir.
*
x11vnc: gui speedup and fixes. -unixpw and -inetd
runge
2006-03-06
19
-223
/
+682
|
*
x11vnc: -unixpw on *bsd, hpux and tru64. -unixpw_nis mode. stunnel and gui ↵
runge
2006-03-05
20
-757
/
+1314
|
|
|
|
tweaks.
*
x11vnc: more -unixpw mode. -gone popup mode. Change filexfer via -R. Tune ↵
runge
2006-03-03
18
-1216
/
+2283
|
|
|
|
SMALL_FOOTPRINT.
*
Fix blooptest example
dscho
2006-03-01
3
-5
/
+3
|
*
do not assume that KEYSYM_H guards X11's keysym.h
dscho
2006-03-01
1
-2
/
+1
|
*
do not timeout on idle client input (with pthreads)
dscho
2006-03-01
1
-0
/
+16
|
*
if compiling with pthreads, also compile blooptest
dscho
2006-03-01
1
-1
/
+9
|
*
rfbCheckFds now returns the number of processed events
dscho
2006-02-28
1
-10
/
+13
|
*
add handleEventsEagerly flag (Thanks, Donald)
dscho
2006-02-28
5
-84
/
+97
|
*
x11vnc: -unixpw and -stunnel. Add clipboard to input control.
runge
2006-02-25
36
-1086
/
+2355
|
*
Added method to get extension specific client data
rohit_99129
2006-02-24
2
-2
/
+2
|
*
Added method to get extension specific client data
rohit_99129
2006-02-24
4
-34
/
+42
|
*
add functions to unregister extensions/security types
dscho
2006-02-22
5
-9
/
+134
|
*
IRIX linker is very picky about order of libraries
dscho
2006-02-21
2
-4
/
+4
|
*
fix some non-gcc compiler warnings and signals in x11vnc
runge
2006-02-20
16
-894
/
+1228
|
*
x11vnc: fix AIX build wrt h_errno.
runge
2006-02-07
5
-473
/
+504
|
*
x11vnc: -8to24 more speedups; tunables for very slow machines.
runge
2006-02-06
7
-101
/
+383
|
*
x11vnc: -8to24 speedups and improvements.
runge
2006-02-05
16
-464
/
+1052
|
*
x11vnc: -8to24 opts, use XGetSubImage. fix -threads deadlocks and -rawfb crash
runge
2006-01-22
16
-159
/
+310
|
*
x11vnc: -8to24 now works on default depth 8 displays.
runge
2006-01-19
13
-873
/
+1240
|
*
x11vnc: more tweaks to -8to24 XGETIMAGE_8TO24
runge
2006-01-16
7
-858
/
+1074
|
*
x11vnc: add -8to24 option for some multi-depth displays.
runge
2006-01-15
23
-540
/
+1639
|
*
configure.ac: add switches for most X extensions.
runge
2006-01-12
7
-37
/
+81
|
*
logMutex needs to be initialized too; in rfbDefaultLog.
runge
2006-01-11
5
-713
/
+727
|
*
x11vnc: close fd > 2 in run_user_command(), -nocmds in crash_debug, fix ↵
runge
2006-01-11
17
-31
/
+68
|
|
|
|
64bit bug for -solid.
*
rfbProcessEvents() has to iterate also over clients with sock < 0 to close them
dscho
2006-01-10
3
-3
/
+24
|
*
x11vnc: the big split.
runge
2006-01-09
69
-32423
/
+34376
|
*
fix client non-jpeg/libz builds
runge
2006-01-08
4
-4
/
+14
|
*
rfbRegisterProtocolExtension extMutex was never initialized.
runge
2006-01-06
2
-0
/
+10
|
*
x11vnc: enhance -passwdfile features, filetransfer on by default.
runge
2005-12-24
5
-103
/
+312
|
*
make compile again with pthreads; fix off-by-one error
dscho
2005-12-22
1
-2
/
+4
|
*
introduce -deferptrupdate (thanks Dave)
dscho
2005-12-19
6
-5
/
+60
|
*
assorted fixes for MinGW32
dscho
2005-12-19
6
-19
/
+24
|
[prev]
[next]