perkeep/TODO

46 lines
1.5 KiB
Plaintext
Raw Normal View History

2011-03-06 21:22:58 +00:00
-- Get App Engine blob server up to parity (brett)
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: http persistent connections (will speed up camput)
-- Go: ditch our http Range header stuff, get in upstream Go
-- camput: keep a digest cache somewhere to speed
-- 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 mount client; for static filesystems at least initially
(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
(one closes, one sends nil, one does neither. all should 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)
2010-11-05 04:22:38 +00:00
[/] Python (Brett)
[ ] Perl
[ ] Ruby
[ ] PHP
2010-11-05 06:07:33 +00:00
[/] JavaScript (evan)
2010-11-05 04:22:38 +00:00