summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authordscho <dscho>2001-10-10 23:56:04 +0000
committerdscho <dscho>2001-10-10 23:56:04 +0000
commit519a8e0e399bf44893f2d61a3676f3257ab8d201 (patch)
treeee56f840edc32fc080adb4acbe83774ff6bdfebb /TODO
parentfad7881732f39780fecd0a0c678392f002b88e26 (diff)
downloadlibvncserver-519a8e0e399bf44893f2d61a3676f3257ab8d201.zip
libvncserver-519a8e0e399bf44893f2d61a3676f3257ab8d201.tar.gz
copyrect corrections, fd_set in rfbNewClient, dox in rfb.h for pthreads
problem
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 10 insertions, 3 deletions
diff --git a/TODO b/TODO
index 50926ab..53b3fa1 100644
--- a/TODO
+++ b/TODO
@@ -1,23 +1,25 @@
immediate:
----------
-test copyRect and pthreads.
authentification schemes (secure vnc)
-udp
+udp (need an rfbClientPtr udpClient in rfbScreen)
documentation
hint that to mark very tiny regions as
modified is possibly inefficient for the encodings.
- (a trail of points could be better a small rectangle).
+ (a trail of points could better be a small rectangle).
later:
------
autoconf? at least Sun Solaris and Windows compilation
+ (maybe Michael makes that)
+using Hermes library for fast colour translations.
CORBA
done:
-----
+.test copyRect and pthreads.
.optionally dont draw rich cursors as xcursors
.cursor smears on IRIX with pthreads, then has bus error. has to be a mutex
problem in cursor routines.
@@ -56,3 +58,8 @@ fix bug with odd width (depends on client depth: width has to be multiple of ser
three have to be warned that this is happening.
-> rfbClientConnectionGone can only be called by the outer loop
(with background loop, it is input, else it is processEvents).
+. fixed pthreads issues:
+ cursor deadlock,
+ CopyRect deadlock.
+. when copying a region with modified parts, they were not marked
+ as modified
OpenPOWER on IntegriCloud