perkeep/server/camlistored
Brad Fitzpatrick 4fbce6f15b Add camliCondCall; use it. For optional hooks.
Change-Id: I63cf8b21d05cd4ff924433e7821dd756976d12ff
2012-12-07 14:09:07 -05:00
..
newui newui layout, only for dev-server use for now. 2012-12-04 21:41:35 +01:00
test Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
ui Add camliCondCall; use it. For optional hooks. 2012-12-07 14:09:07 -05:00
.gitignore Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
README fix more references to lib/go/camli 2012-05-14 01:07:13 +10:00
camlistored.go default to localhost auth type when generating config for camlistored and clients 2012-11-16 16:49:19 +01:00
option_sqlite.go camlistored: make sqlite a build option. 2012-04-13 16:16:24 -07:00
setup.go Modifications allowing /setup to be view on Windows 2012-11-18 20:20:25 -05: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 pkg/blobserver/
 - The storage implementations are under that e.g. pkg/blobserver/localdisk/
 - The HTTP handlers are implemented in pkg/blobserver/handlers/