perkeep/server/camlistored
Brad Fitzpatrick 71ee67264d osutil: add IdentitySecretRing accessor
Change-Id: Idcb7a62530292eb3e0a98c798dc86a985fc491f1
2012-04-12 16:54:57 -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 osutil: add IdentitySecretRing accessor 2012-04-12 16:54:57 -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/