From 0e4a0171709469f7450098caca449b5ada0aee47 Mon Sep 17 00:00:00 2001 From: josch Date: Tue, 30 Dec 2014 14:20:31 +0100 Subject: [PATCH] update TODO list --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 7fa27fe..1b81e06 100644 --- a/TODO +++ b/TODO @@ -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)