perkeep/server/go/camlistored
Brad Fitzpatrick fc154b900e schema: make DirectoryEntry return errors instead of nil
Change-Id: I7965e35fef75e54023903044f0b8150e4420a653
2011-07-18 19:06:56 -07:00
..
test Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui browsing a (permanoded) dir 2011-07-18 15:49:31 +02:00
.gitignore Start of configuration wizard stuff. 2011-04-01 12:48:43 -07:00
README test commit: fixing old paths in README 2011-06-09 23:16:09 +02:00
camlistored.go Fix URL opening on windows. 2011-07-17 17:57:48 -07:00
download.go publish: serve subresource files (e.g. gallery members), with access control 2011-07-03 12:28:39 -07:00
filetree.go schema: make DirectoryEntry return errors instead of nil 2011-07-18 19:06:56 -07:00
image.go Remove some square crop debugging. 2011-07-10 19:33:34 -07:00
partitions.go Remove old partition interface. 2011-05-12 19:17:59 -07:00
publish.go Photo gallery stylin 2011-07-11 13:09:25 -07:00
publish_test.go publishing: new URLs, tests. Yay photo galleries. 2011-07-06 18:38:27 -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 make govet happier 2011-07-09 16:11:20 -05:00
test-put.pl Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui.go browsing a (permanoded) dir 2011-07-18 15:49:31 +02: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/