summaryrefslogtreecommitdiff
path: root/src/plop.erl
Commit message (Collapse)AuthorAgeFilesLines
* Move timeouts to separate include fileMagnus Ahltorp2015-11-111-1/+2
|
* Wrap entries in plop wrapperMagnus Ahltorp2015-08-191-4/+42
|
* Make check clean.Linus Nordberg2015-05-061-13/+0
|
* Dialyzer clean.Linus Nordberg2015-05-051-2/+2
|
* Fix copyright strings.Linus Nordberg2015-04-091-1/+1
|
* Handle multiple signing nodesmultisignMagnus Ahltorp2015-03-271-0/+3
|
* Read db size from sth file and cachedbsizeMagnus Ahltorp2015-03-251-35/+26
|
* Fix specs; remove unused file.Linus Nordberg2015-03-231-4/+2
| | | | Add a spec; remove some warnings.
* Save STH instead of calculating a new one each time.Magnus Ahltorp2015-03-041-41/+18
| | | | Verify incoming STH.
* Implement external signingMagnus Ahltorp2015-03-021-2/+2
|
* Rename http_util plop_httputilMagnus Ahltorp2015-03-021-1/+1
|
* Add http request function to http_utilMagnus Ahltorp2015-03-021-44/+4
|
* Handle case when no own_key has been definedauthentication2Magnus Ahltorp2015-02-271-4/+9
|
* Added authenticationMagnus Ahltorp2015-02-271-6/+38
|
* Use hackney instead of inets:httpcMagnus Ahltorp2015-02-271-6/+25
|
* plop:consistency: Correct off-by-one errorMagnus Ahltorp2015-02-271-3/+3
|
* plop.erl: better debug messagesMagnus Ahltorp2015-02-271-15/+37
|
* Deserialize all of plopMagnus Ahltorp2015-02-271-36/+44
|
* Move db size check from db.erl to plop.erl to allow reads past db size.Magnus Ahltorp2014-11-191-1/+2
|
* Move plop:add out of gen_serverMagnus Ahltorp2014-11-191-91/+52
|
* Move signing code to sign moduleMagnus Ahltorp2014-11-191-113/+21
|
* Remove support for internal mergeMagnus Ahltorp2014-11-191-3/+3
|
* Invoke gen_server:call/2 via stacktrace:call/2.Linus Nordberg2014-11-041-11/+12
| | | | stacktrace:call() logs an error if the gen_server:call() throws timeout.
* Optimize db:get_by_indices by not fetching entry and implementing index:getrangeMagnus Ahltorp2014-10-251-1/+6
|
* Move internal HTTP APIs to mochiweb. Stop using jiffy.Magnus Ahltorp2014-10-251-9/+10
|
* Added lager for loggingMagnus Ahltorp2014-10-241-0/+4
|
* Fix bug getting storage_nodes configuration variableMagnus Ahltorp2014-10-241-2/+1
|
* Make frontend send entries to storage nodes if storage_nodes configuration ↵Magnus Ahltorp2014-10-241-6/+127
| | | | is set
* Break include dependency on plop.hrlMagnus Ahltorp2014-10-241-6/+2
|
* Use raw file storageMagnus Ahltorp2014-09-281-1/+1
|
* Fix api problemsplop-if-cleanupMagnus Ahltorp2014-09-271-2/+2
|
* Fix api problemsMagnus Ahltorp2014-09-271-5/+12
|
* wipLinus Nordberg2014-09-271-211/+72
|
* Sign the correct things in SPT's.Linus Nordberg2014-09-251-5/+8
| | | | | First, the log entry (i.e. leaf hash) must be a TLS vector. Second, an empty extension (as a TLS vector), must be included.
* Use correct LogID.Linus Nordberg2014-09-251-5/+4
|
* Rename inclusion_and_more/2.Linus Nordberg2014-09-251-6/+6
|
* Actually serialise TLS vectors according to specfix-tls-vectorMagnus Ahltorp2014-09-231-2/+8
|
* Store and retrieve extra-data in/from db.Linus Nordberg2014-09-201-20/+26
| | | | Also, add more specs to db.
* Fix crash in inclusion() and add inclusion-and-leaf().Linus Nordberg2014-09-191-6/+22
|
* Hash over the MerkleTreeLeaf.Linus Nordberg2014-09-191-10/+6
| | | | | Hash over correct timestamp when adding submitted entries. Hash over the full #mtl{} when adding entries from db.
* Add field 'mtlhash' to the database, for get-proof-by-hash.Linus Nordberg2014-09-181-11/+13
| | | | | | | | | | Also, in db: Add field 'mtlhash' to record 'plop'. Rename 'hash' -> 'entryhash'. Add leaf_hash(), calculating a leaf hash from data. Fix a bug where print_tree() print half a byte of the hashes. Rename tree_hash() -> root(). Closes CATLFISH-3.
* Have inclusion/2 return Index too.Linus Nordberg2014-09-151-5/+5
|
* Add inclusion/2.Linus Nordberg2014-09-151-1/+11
|
* Make two comments @doc.Linus Nordberg2014-09-151-3/+2
|
* Add consistency/2.Linus Nordberg2014-09-151-5/+6
|
* Adjust plop for changes in ht.Linus Nordberg2014-09-141-43/+25
|
* Make dialyzer happier.Linus Nordberg2014-09-101-2/+2
| | | | | Make sure test function returns something. I would imagine that eunit.hrl should take care of this but haven't investigated.
* Fix missing spec change.Linus Nordberg2014-09-101-1/+1
|
* Fix (unused) test function.Linus Nordberg2014-09-101-1/+1
|
* Make dialyzer happier.Linus Nordberg2014-09-101-2/+2
| | | | Protocol version can be 0.