perkeep/server/camlistored
Brad Fitzpatrick f7562e033a Remove useless params.
Change-Id: Ia08a8e7282b69010b59561d6faa74adb27c4cd79
2012-12-06 14:19:15 -08: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 Remove useless params. 2012-12-06 14:19:15 -08: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/