| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't use erlang:timestamp/0 on R17. | Linus Nordberg | 2016-09-15 | 1 | -1/+1 |
| * | Use erlang:timestamp/0 instead of deprecated now/0. | Linus Nordberg | 2016-08-18 | 1 | -1/+1 |
| * | Move timeouts to separate include file | Magnus Ahltorp | 2015-11-11 | 1 | -1/+2 |
| * | Wrap entries in plop wrapper | Magnus Ahltorp | 2015-08-19 | 1 | -4/+42 |
| * | Make check clean. | Linus Nordberg | 2015-05-06 | 1 | -13/+0 |
| * | Dialyzer clean. | Linus Nordberg | 2015-05-05 | 1 | -2/+2 |
| * | Fix copyright strings. | Linus Nordberg | 2015-04-09 | 1 | -1/+1 |
| * | Handle multiple signing nodes | Magnus Ahltorp | 2015-03-27 | 1 | -0/+3 |
| * | Read db size from sth file and cache | Magnus Ahltorp | 2015-03-25 | 1 | -35/+26 |
| * | Fix specs; remove unused file. | Linus Nordberg | 2015-03-23 | 1 | -4/+2 |
| * | Save STH instead of calculating a new one each time. | Magnus Ahltorp | 2015-03-04 | 1 | -41/+18 |
| * | Implement external signing | Magnus Ahltorp | 2015-03-02 | 1 | -2/+2 |
| * | Rename http_util plop_httputil | Magnus Ahltorp | 2015-03-02 | 1 | -1/+1 |
| * | Add http request function to http_util | Magnus Ahltorp | 2015-03-02 | 1 | -44/+4 |
| * | Handle case when no own_key has been defined | Magnus Ahltorp | 2015-02-27 | 1 | -4/+9 |
| * | Added authentication | Magnus Ahltorp | 2015-02-27 | 1 | -6/+38 |
| * | Use hackney instead of inets:httpc | Magnus Ahltorp | 2015-02-27 | 1 | -6/+25 |
| * | plop:consistency: Correct off-by-one error | Magnus Ahltorp | 2015-02-27 | 1 | -3/+3 |
| * | plop.erl: better debug messages | Magnus Ahltorp | 2015-02-27 | 1 | -15/+37 |
| * | Deserialize all of plop | Magnus Ahltorp | 2015-02-27 | 1 | -36/+44 |
| * | Move db size check from db.erl to plop.erl to allow reads past db size. | Magnus Ahltorp | 2014-11-19 | 1 | -1/+2 |
| * | Move plop:add out of gen_server | Magnus Ahltorp | 2014-11-19 | 1 | -91/+52 |
| * | Move signing code to sign module | Magnus Ahltorp | 2014-11-19 | 1 | -113/+21 |
| * | Remove support for internal merge | Magnus Ahltorp | 2014-11-19 | 1 | -3/+3 |
| * | Invoke gen_server:call/2 via stacktrace:call/2. | Linus Nordberg | 2014-11-04 | 1 | -11/+12 |
| * | Optimize db:get_by_indices by not fetching entry and implementing index:getrange | Magnus Ahltorp | 2014-10-25 | 1 | -1/+6 |
| * | Move internal HTTP APIs to mochiweb. Stop using jiffy. | Magnus Ahltorp | 2014-10-25 | 1 | -9/+10 |
| * | Added lager for logging | Magnus Ahltorp | 2014-10-24 | 1 | -0/+4 |
| * | Fix bug getting storage_nodes configuration variable | Magnus Ahltorp | 2014-10-24 | 1 | -2/+1 |
| * | Make frontend send entries to storage nodes if storage_nodes configuration is... | Magnus Ahltorp | 2014-10-24 | 1 | -6/+127 |
| * | Break include dependency on plop.hrl | Magnus Ahltorp | 2014-10-24 | 1 | -6/+2 |
| * | Use raw file storage | Magnus Ahltorp | 2014-09-28 | 1 | -1/+1 |
| * | Fix api problems | Magnus Ahltorp | 2014-09-27 | 1 | -2/+2 |
| * | Fix api problems | Magnus Ahltorp | 2014-09-27 | 1 | -5/+12 |
| * | wip | Linus Nordberg | 2014-09-27 | 1 | -211/+72 |
| * | Sign the correct things in SPT's. | Linus Nordberg | 2014-09-25 | 1 | -5/+8 |
| * | Use correct LogID. | Linus Nordberg | 2014-09-25 | 1 | -5/+4 |
| * | Rename inclusion_and_more/2. | Linus Nordberg | 2014-09-25 | 1 | -6/+6 |
| * | Actually serialise TLS vectors according to spec | Magnus Ahltorp | 2014-09-23 | 1 | -2/+8 |
| * | Store and retrieve extra-data in/from db. | Linus Nordberg | 2014-09-20 | 1 | -20/+26 |
| * | Fix crash in inclusion() and add inclusion-and-leaf(). | Linus Nordberg | 2014-09-19 | 1 | -6/+22 |
| * | Hash over the MerkleTreeLeaf. | Linus Nordberg | 2014-09-19 | 1 | -10/+6 |
| * | Add field 'mtlhash' to the database, for get-proof-by-hash. | Linus Nordberg | 2014-09-18 | 1 | -11/+13 |
| * | Have inclusion/2 return Index too. | Linus Nordberg | 2014-09-15 | 1 | -5/+5 |
| * | Add inclusion/2. | Linus Nordberg | 2014-09-15 | 1 | -1/+11 |
| * | Make two comments @doc. | Linus Nordberg | 2014-09-15 | 1 | -3/+2 |
| * | Add consistency/2. | Linus Nordberg | 2014-09-15 | 1 | -5/+6 |
| * | Adjust plop for changes in ht. | Linus Nordberg | 2014-09-14 | 1 | -43/+25 |
| * | Make dialyzer happier. | Linus Nordberg | 2014-09-10 | 1 | -2/+2 |
| * | Fix missing spec change. | Linus Nordberg | 2014-09-10 | 1 | -1/+1 |
