perkeep/server/camlistored
mpl 909c91a9ea search ui: deleted old/useless TODO
Change-Id: I0f6bbd88d98f9357d4a90e35dd4dc58a5281498e
2012-10-24 17:45:47 +02:00
..
test Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
ui search ui: deleted old/useless TODO 2012-10-24 17:45:47 +02: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 Be consistent between high and low level configs for https 2012-10-18 11:58:30 +02:00
option_sqlite.go camlistored: make sqlite a build option. 2012-04-13 16:16:24 -07:00
setup.go fix IPv4 assumption 2012-10-16 00:20:57 +02: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/