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
path:
root
/
libvncclient
/
rfbproto.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
move read buffer to rfbClient structure (thread safety); make rfbClientLog
dscho
2004-10-16
1
-3
/
+7
|
|
|
|
overrideable
*
global structures/functions should have "rfb", "sra" or "zrle" as prefix,
dscho
2004-08-30
1
-10
/
+10
|
|
|
|
while structure members should not
*
support password reading with getpass(); support -play to play vncrec'orded ↵
dscho
2004-06-18
1
-17
/
+48
|
|
|
|
files
*
recognize more encodings
dscho
2004-06-15
1
-0
/
+6
|
*
fix silly update bug with raw encoding
dscho
2004-06-15
1
-8
/
+9
|
*
move the library into libvncserver/, x11vnc into x11vnc/
dscho
2004-05-25
1
-2
/
+2
|
*
make --without-jpeg, --without-zlib work
dscho
2003-08-08
1
-1
/
+25
|
*
API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵
dscho
2003-07-30
1
-36
/
+36
|
|
|
|
get prefix "LIBVNCSERVER_"
*
further valgrinding showed leaked mallocs
dscho
2003-07-29
1
-4
/
+4
|
*
fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵
dscho
2003-07-28
1
-109
/
+144
|
|
|
|
should not be used in a library (use rfbLog instead)
*
first alpha version of libvncclient
dscho
2003-07-27
1
-0
/
+1052