index
:
libtdevnc
master
r14.1.x
replace/pthread-linkage
Shared TDE VNC library sources
TDE Gitea Workspace
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libvncclient
/
vncviewer.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
if no argc & argv are passed, honour the serverHost&serverPort which was set ↵
dscho
2005-01-21
1
-5
/
+4
|
|
|
|
by the application
*
argc and argv may be zero (which means to ignore them)
dscho
2005-01-14
1
-30
/
+36
|
*
support MinGW32!
dscho
2004-12-01
1
-1
/
+12
|
*
use rfbClientErr to log errors, check if calloc succeded (both hinted by ↵
dscho
2004-12-01
1
-0
/
+4
|
|
|
|
Andre Leiradella)
*
move read buffer to rfbClient structure (thread safety); make rfbClientLog
dscho
2004-10-16
1
-1
/
+5
|
|
|
|
overrideable
*
no need to modify argv
dscho
2004-10-15
1
-2
/
+4
|
*
do not use GNU-only getline
dscho
2004-06-30
1
-3
/
+12
|
*
support password reading with getpass(); support -play to play vncrec'orded ↵
dscho
2004-06-18
1
-6
/
+35
|
|
|
|
files
*
add client_examples/, add SDLvncviewer, libvncclient API changes, suppress ↵
dscho
2004-06-07
1
-5
/
+56
|
|
|
|
automake CFLAGS nagging
*
API change: Bool, KeySym, Pixel get prefix "rfb"; constants in rfbconfig.h ↵
dscho
2003-07-30
1
-3
/
+3
|
|
|
|
get prefix "LIBVNCSERVER_"
*
further valgrinding showed leaked mallocs
dscho
2003-07-29
1
-0
/
+4
|
*
fixed maxRectsPerUpdate with Tight encoding bug; some autoconfing; stderr ↵
dscho
2003-07-28
1
-129
/
+12
|
|
|
|
should not be used in a library (use rfbLog instead)
*
first alpha version of libvncclient
dscho
2003-07-27
1
-0
/
+240