perkeep/TODO

52 lines
1.2 KiB
Plaintext
Raw Normal View History

2010-11-05 04:17:22 +00:00
Blobserver:
2010-12-19 23:37:03 +00:00
[X] Get App Engine blob server up to parity (brett)
2010-11-05 04:17:22 +00:00
[ ] range request tests, fleshing out (upstream to Gо?)
2010-11-05 05:38:39 +00:00
[ ] add CROS support:
http://hacks.mozilla.org/2009/07/cross-site-xmlhttprequest-with-cors/
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.
Command-line tools:
[ ] camput (Brad)
2010-11-05 04:22:38 +00:00
Client libraries:
2010-12-19 23:29:42 +00:00
[ ] 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
2010-11-05 04:17:22 +00:00
Indexing:
[X] Range requests on Go server (brad)
[X] basic sql-based indexing (brad)
2010-12-19 23:29:42 +00:00
Testing:
[/] blob server test suite (brad, in progress)
2010-11-05 04:17:22 +00:00
Tools:
2010-12-19 23:37:03 +00:00
[ ] json signing/verification server
2010-11-05 04:17:22 +00:00
[ ] 3rd party program to sync between two blob servers (unclaimed)
2010-11-05 04:27:24 +00:00
[ ] fuse mounting
[ ] Brackup integration, perhaps sans GPG? (requires Perl client?)
2010-11-05 04:17:22 +00:00
Docs:
2010-12-19 23:35:14 +00:00
[X] move Google Docs info to doc/* (Brad)