summaryrefslogtreecommitdiff
path: root/src/plop.erl
Commit message (Expand)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 nodesMagnus Ahltorp2015-03-271-0/+3
* Read db size from sth file and cacheMagnus Ahltorp2015-03-251-35/+26
* Fix specs; remove unused file.Linus Nordberg2015-03-231-4/+2
* Save STH instead of calculating a new one each time.Magnus Ahltorp2015-03-041-41/+18
* 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 definedMagnus 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.stacktraceLinus Nordberg2014-11-041-11/+12
* 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 is...Magnus Ahltorp2014-10-241-6/+127
* Break include dependency on plop.hrlMagnus Ahltorp2014-10-241-6/+2
* Use raw file storageMagnus Ahltorp2014-09-281-1/+1
* Fix api problemsMagnus Ahltorp2014-09-271-2/+2
* Fix api problemsMagnus Ahltorp2014-09-271-5/+12
* wipplop-if-cleanupLinus Nordberg2014-09-271-211/+72
* Sign the correct things in SPT's.Linus Nordberg2014-09-251-5/+8
* 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 specMagnus Ahltorp2014-09-231-2/+8
* Store and retrieve extra-data in/from db.Linus Nordberg2014-09-201-20/+26
* 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
* Add field 'mtlhash' to the database, for get-proof-by-hash.Linus Nordberg2014-09-181-11/+13
* Have inclusion/2 return Index too.newerhtLinus 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
* 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