perkeep/TODO

64 lines
2.1 KiB
Plaintext
Raw Normal View History

-- index: static directory recursive sizes: search: ask to see biggest directories?
-- index: index dates in filenames ("yyyy-mm-dd-Foo-Trip", "yyyy-mm blah", etc).
-- Go 1: convert all the fuse code & camlistore.org/pkg/fs to use rsc/fuse
(get cammount and webdav working again)
-- read/write fuse.
-- 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
when binaries change. (or symlinks to binaries)
-- BUG: ./dev-server and hitting http://localhost:3179/ shouldn't mention
the /setup handler.
-- add gofmt check to "make presubmit". also add "make fmt" target.
-- BUG: osutil paths.go on OS X: should use Library everywhere instead of mix of
Library and ~/.camlistore?
OLD:
2010-11-05 04:17:22 +00:00
2011-03-06 21:22:58 +00:00
-- add CROS support?
http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/
-- Go: ditch our http Range header stuff, get in upstream Go
-- 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.
2011-06-13 15:49:29 +00:00
-- fuse read/write support using search / camliMember, permanode per inode
2011-03-06 21:22:58 +00:00
(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
2011-06-13 15:49:29 +00:00
(most close, one doesn't. all should probably close)
2010-11-05 04:17:22 +00:00
2010-11-05 04:22:38 +00:00
Android:
2010-12-21 07:25:34 +00:00
[ ] Fix wake locks in UploadThread. need to hold CPU + WiFi whenever
something's enqueued at all and we're running. Move out of the Thread
that's uploading itself.
2010-11-05 04:22:38 +00:00
[ ] GPG signing of blobs (brad)
2010-12-19 23:29:42 +00:00
http://code.google.com/p/android-privacy-guard/
http://www.thialfihar.org/projects/apg/
(supports signing in code, but not an Intent?)
http://code.google.com/p/android-privacy-guard/wiki/UsingApgForDevelopment
2010-12-19 23:37:03 +00:00
... mailed the author.
2010-11-05 04:22:38 +00:00
Client libraries:
2011-03-06 21:22:58 +00:00
[X] Go (Brad)
2011-06-13 15:49:29 +00:00
[/] JavaScript (Brad)
2010-11-05 04:22:38 +00:00
[/] Python (Brett)
[ ] Perl
[ ] Ruby
[ ] PHP