perkeep/server/camlistored
Brad Fitzpatrick 215e4ffaa5 sigdebug: update disco global variable to be Camli.config. re-run make embeds
Change-Id: If03e8d2fbd709d90810bedac8506058a4026dc04
2013-01-31 15:52:24 -08:00
..
newui newui: wip on making new ui work with closure compiler 2013-01-26 22:38:33 +01:00
test Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
ui sigdebug: update disco global variable to be Camli.config. re-run make embeds 2013-01-31 15:52:24 -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 camlistored: much better sqlite support, by default, and help/docs/hints 2013-01-10 16:16:10 -08: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/