From eee5ee564d6c805abf17b912c540bbef8f60ff5e Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sun, 20 Jan 2013 15:10:15 -0800 Subject: [PATCH] update TODO Change-Id: Icf2a058e62368a94afdf94b13977e667e21412f4 --- TODO | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/TODO b/TODO index 751bb8006..71faa65c7 100644 --- a/TODO +++ b/TODO @@ -23,7 +23,8 @@ -- get webdav server working again, for mounting on Windows. This worked before Go 1 but bitrot when we moved pkg/fs to use the rsc/fuse. --- read/write fuse. +-- read/write fuse. using search / camliMember, permanode per inode + (https://github.com/hanwen/go-fuse + Go camlistore client == easy?) -- work on runsit more, so I can start using this more often. runsit should be able to reload itself, and also watch for binaries changing and restart @@ -37,23 +38,19 @@ -- BUG: osutil paths.go on OS X: should use Library everywhere instead of mix of Library and ~/.camlistore? +-- camput: support for skipping common cache/temp files (most of the support is + there now, just need to modify cmd/camput/files.go) + OLD: -- add CROS support? http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/ --- camput: support for skipping common cache/temp files - --- camget: finish. it's barely started. should be able to cat blobs - or restore filesytems from backup. - --- fuse read/write support using search / camliMember, permanode per inode - (https://github.com/hanwen/go-fuse + Go camlistore client == easy?) - -- brackup integration, perhaps sans GPG? (requires Perl client?) -- blobserver test suite: flesh it out. (bs-test.pl ... it's pretty good so far, but not done) + -- blobserver: clean up channel-closing consistency in blobserver interface (most close, one doesn't. all should probably close) @@ -71,8 +68,8 @@ Android: Client libraries: -[X] Go (Brad) -[/] JavaScript (Brad) +[X] Go +[X] JavaScript [/] Python (Brett) [ ] Perl [ ] Ruby