update TODO

Change-Id: Icf2a058e62368a94afdf94b13977e667e21412f4
This commit is contained in:
Brad Fitzpatrick 2013-01-20 15:10:15 -08:00
parent 655f130866
commit eee5ee564d
1 changed files with 8 additions and 11 deletions

19
TODO
View File

@ -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