update TODO list

This commit is contained in:
josch
2015-01-03 07:32:02 +01:00
parent 76bfa6352b
commit 147eeb021e

2
TODO
View File

@@ -23,3 +23,5 @@
- username and password must be urlencoded in mfapi/apicalls/user_get_session_token.c - 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) - 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) - 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)
- create a Debian package
- call folder/get_content in a loop until more_chunks=no because folder/get_content only returns 100 items (or up to 1000 as given by the chunk_size parameter)