perkeep/server/go/camlistored
mpl 34c776c81c thumbnail support
Change-Id: Ie0ee67ce278c1d9790c43a9270fc909dd6e68923
2011-06-15 10:42:18 +02:00
..
test Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui Use blob title on index page too. 2011-06-12 10:06:49 -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 Start of 'cond' handler. 2011-06-03 21:52:56 -07:00
partitions.go Remove old partition interface. 2011-05-12 19:17:59 -07:00
root.go camlistored: convert ui, root, jsonsign to use handler registry 2011-05-26 07:34:39 -07:00
setup.go some cleanup of camlistored 2011-04-01 22:14:23 -07:00
sig.go upload public key on start 2011-06-03 18:42:31 -07:00
sync.go convert sync to handler registry; all converted. less code. 2011-05-29 23:01:29 -07:00
test-put.pl Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui.go thumbnail support 2011-06-15 10:42:18 +02:00
uploadhelper.go UI: js file upload work 2011-06-09 15:00:20 -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/