Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
142d5fc
)
Updated TODO list.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 28 Sep 2007 01:36:06 +0000
(
03:36
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 28 Sep 2007 01:36:06 +0000
(
03:36
+0200)
doc/TODO
patch
|
blob
|
blame
|
history
diff --git
a/doc/TODO
b/doc/TODO
index
ca94247
..
b1e92c9
100644
(file)
--- a/
doc/TODO
+++ b/
doc/TODO
@@
-12,6
+12,9
@@
Protocol-visible features:
* Implement some encryption for the UI channel (probably TLS)
Enhancements:
+ * Implement real Unicode support instead of using wchar_t.
+ * Upgrade file handling code (including integer handling in the
+ protocol code) to always use 64-bit file offsets and sizes.
* Maybe find some external HTTP library which is better than the
internal httplib.