update TODO list

This commit is contained in:
josch
2014-12-30 14:20:31 +01:00
parent 0fed0341fa
commit 0e4a017170

2
TODO
View File

@@ -21,3 +21,5 @@
- add an option to make file cache size configurable
- write man pages
- username and password must be urlencoded in mfapi/apicalls/user_get_session_token.c
- implement truncate (problem: zero byte files are not allowed at the remote)
- move uploading of files from release() to flush() because the return value of release is ignored and because the calling close() returns before release() finishes (problem: zero byte files are not allowed at the remote)