perkeep/server/camlistored
Brad Fitzpatrick 125c33f019 camlistored: auto-generate a secring/keyId for new users, without gpg
Change-Id: Ib653f9cb5fa0f5e4730854dfaea6c4654f94f377
2012-03-19 21:31:20 -07:00
..
test Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
ui server/camlistored/ui: embed css too 2012-02-29 08:01:32 -08:00
.gitignore Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
README Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
camlistored.go camlistored: auto-generate a secring/keyId for new users, without gpg 2012-03-19 21:31:20 -07:00
setup.go Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
test-put.pl Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00

README

The Camlistore blob server HTTP server binary.

See also:
 - The storage interface is in lib/go/camli/blobserver/
 - The storage implementations are under that e.g. lib/go/camli/blobserver/localdisk/
 - The HTTP handlers are implemented in lib/go/camli/blobserver/handlers/