perkeep/server/go/camlistored
mpl ad49800183 hacky sketch for browsing a dir
Change-Id: If30e0a9613db42a94feda66bb225a844de6d1839
2011-07-10 12:30:29 -07:00
..
test Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui hacky sketch for browsing a dir 2011-07-10 12:30:29 -07: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 Add configuration discovery to publish handler. 2011-07-08 15:05:46 -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 hacky sketch for browsing a dir 2011-07-10 12:30:29 -07:00
image.go Somewhat broken image thumbnail squaring code. 2011-07-08 18:14:18 -07:00
partitions.go Remove old partition interface. 2011-05-12 19:17:59 -07:00
publish.go Somewhat broken image thumbnail squaring code. 2011-07-08 18:14:18 -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 hacky sketch for browsing a dir 2011-07-10 12:30:29 -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/