more TODO

Change-Id: I72e7074a3cc026270685547b9f4019a373a4f6e8
This commit is contained in:
Brad Fitzpatrick 2012-12-30 10:02:25 -08:00
parent cefe9b42ee
commit ddf2825064
1 changed files with 8 additions and 0 deletions

8
TODO
View File

@ -1,3 +1,11 @@
-- rename sha1.New() to blobref.NewHash() and
blobref.SHA1FromString(string) to blobref.FromString(string), to
move current, ephemeral sha1 usage out to one place that's easily fixed
in the future.
-- clean up gethandler and its Range stuff. http package does much/all of that now.
Use ServeContent instead?
-- 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).