perkeep/server/go/camlistored
Brad Fitzpatrick c201c98959 split off download handler code from the UIHandler.
Change-Id: Ifb0e80419f8712087ad9cad8214af330c7af8420
2011-07-03 10:53:02 -07:00
..
test
ui UI: handle roots in the permanode page, show attribute debug at bottom. 2011-07-02 10:36:32 -07:00
.gitignore
README test commit: fixing old paths in README 2011-06-09 23:16:09 +02:00
camlistored.go gofmt the whole tree 2011-07-02 09:09:50 -07:00
download.go split off download handler code from the UIHandler. 2011-07-03 10:53:02 -07:00
partitions.go Remove old partition interface. 2011-05-12 19:17:59 -07:00
publish.go more publish cleanup 2011-07-03 10:18:54 -07:00
root.go gofmt the whole tree 2011-07-02 09:09:50 -07:00
setup.go some cleanup of camlistored 2011-04-01 22:14:23 -07:00
sig.go publish work: optionally create publish root permanodes+claims on start 2011-06-23 12:12:37 -07:00
sync.go convert sync to handler registry; all converted. less code. 2011-05-29 23:01:29 -07:00
test-put.pl
ui.go split off download handler code from the UIHandler. 2011-07-03 10:53:02 -07:00
uploadhelper.go gofmt the whole tree 2011-07-02 09:09:50 -07:00

README

The Camlistore blob server HTTP server binary.

See also:
 - The storage interface is in lib/go/camli/blobserver/
 - The storage implementations are under that e.g. lib/go/camli/blobserver/localdisk/
 - The HTTP handlers are implemented in lib/go/camli/blobserver/handlers/