Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
Go to file
mpl ec66bcc871 pkg/index: use the gpg ID (and not its blobRef) in corpus
Otherwise claims that are actually from the same signer, end up being
treated as from different signers, because some of the claims were
signed by the sha1 version and others by the sha224 one.

TODO in follow-up CLs: similar fixes in rest of the corpus, such as with
claimPtrsAttrValue. See if non-corpus index functions/methods suffer
from the same problem.

Change-Id: Icbc70e97edc569f46e575d79aaf4359b33996053
2018-01-19 17:26:48 +01:00
.hackfests Add a hackfest entry. Missed a lot of these, but still fun. 2013-12-27 16:16:09 -08:00
app all: convert imports of golang.org/x/net/context to context 2018-01-13 16:37:49 -08:00
bin New build tool. Should even work on Windows, if Go 1.1 is available, without MinGW/msys/etc. 2013-06-11 00:55:17 +02:00
clients server/camlistored: add sha224 support to web UI 2018-01-17 16:07:04 +01:00
cmd cmd/camput: compact LevelDB on HaveCache setup 2018-01-16 00:46:11 +01:00
config blobserver/encrypt: rewrite encryption to use NaCl and a simpler meta 2017-12-29 14:16:34 -08:00
dev all, testhooks: use sha224 by default, add hook for some tests to use sha-1 2018-01-09 20:03:38 -08:00
doc doc: cross-link compare and prior-art pages 2018-01-09 11:14:00 -08:00
internal internal/httputil: remove unused CertFingerPrints 2018-01-16 00:41:04 +01:00
lib/python all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
misc all: rename cammount to pk-mount 2018-01-08 09:54:41 -08:00
old Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
pkg pkg/index: use the gpg ID (and not its blobRef) in corpus 2018-01-19 17:26:48 +01:00
server server/camlistored: add sha224 support to web UI 2018-01-17 16:07:04 +01:00
vendor server/camlistored: use Let's Encrypt http-01 challenge 2018-01-16 23:43:13 +01:00
website vendor: upgrade github/russross/blackfriday to v2 2018-01-12 18:11:02 -08:00
.dockerignore Dockerfile: update 2016-03-11 18:05:35 +01:00
.gitignore vendor: fully switch to using the dep vendor tree management tool 2018-01-09 18:27:36 -08:00
.header Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
.travis.yml travis CI: import name is now perkeep.org 2018-01-02 17:11:26 +01:00
AUTHORS C+A: add Michael Morrissey (Individual CLA) 2017-03-26 17:22:07 -04:00
BUILDING Update build instructions wrt Go 1.5 requirement 2015-08-23 16:32:21 +02:00
CONTRIBUTING.md vendor: update contributing docs to mention the upcoming use of the dep tool 2018-01-09 14:24:46 -08:00
CONTRIBUTORS C: add Paul Lindner (Google CLA) 2017-12-05 17:19:05 -08:00
COPYING
Dockerfile all: rename cammount to pk-mount 2018-01-08 09:54:41 -08:00
Gopkg.lock server/camlistored: use Let's Encrypt http-01 challenge 2018-01-16 23:43:13 +01:00
Gopkg.toml server/camlistored: use Let's Encrypt http-01 challenge 2018-01-16 23:43:13 +01:00
Makefile Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
README all: change github.com/camlistore/camlistore to github.com/perkeep/perkeep 2018-01-05 19:49:59 -08:00
TESTS cond: clean-up and start of tests 2014-01-19 15:06:55 -08:00
TODO all: rename cammount to pk-mount 2018-01-08 09:54:41 -08:00
make.go clients/web/embed: Move vendor/embed to clients/web/embed and adjust paths 2018-01-09 22:33:03 +00:00

README

Perkeep is your personal storage system.

It's a way to store, sync, share, import, model, and back up content.
Keep your stuff for life.

For more, see:

     https://perkeep.org/
     https://perkeep.org/doc/

Other useful files:

     BUILDING       how to compile it ("go run make.go")
     CONTRIBUTING   how to do development and contribute

Mailing lists:

     http://perkeep.org/lists

Bugs and contributing:

     https://github.com/perkeep/perkeep/issues
     https://perkeep.org/doc/contributing