perkeep/server/camlistored
Brett Slatkin 6dfc690cc6 Merge branch 'master' of ssh://camlistore.org:29418/camlistore 2012-12-23 12:43:56 -08:00
..
newui Merge branch 'master' of ssh://camlistore.org:29418/camlistore 2012-12-23 12:43:56 -08:00
test Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
ui newui: Progress on blob_item component; able to show a thumbnail 2012-12-23 12:43:46 -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/