Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Handle nonexistent entries correctly in merge/verifyroot. | Linus Nordberg | 2015-08-05 | 1 | -1/+1 | |
|/ | ||||||
* | Merge remote-tracking branch 'refs/remotes/map/mergesecondary-prel' | Linus Nordberg | 2015-07-31 | 2 | -20/+162 | |
|\ | ||||||
| * | Implement merge/setverifiedsize | Magnus Ahltorp | 2015-07-31 | 1 | -2/+23 | |
| | | ||||||
| * | Preliminary merge secondary implementation. | Magnus Ahltorp | 2015-06-18 | 2 | -20/+141 | |
| | | ||||||
* | | Allow ht:load_tree() 30 seconds to finish. | Linus Nordberg | 2015-06-12 | 3 | -6/+13 | |
|/ | | | | Default 5 seconds was not enough on a tree with around 5.2M entries. | |||||
* | Bump version and describe changes. | Linus Nordberg | 2015-06-10 | 2 | -1/+7 | |
| | ||||||
* | Return error when verify_entry/1 does so. | Linus Nordberg | 2015-06-10 | 1 | -1/+2 | |
| | ||||||
* | Add comment about what db:add_entryhash/2 returns. | Linus Nordberg | 2015-06-10 | 1 | -2/+2 | |
| | ||||||
* | Add verification of entry contents in frontend/sendsth | Magnus Ahltorp | 2015-05-29 | 1 | -4/+22 | |
| | ||||||
* | Make check clean. | Linus Nordberg | 2015-05-06 | 5 | -25/+8 | |
| | ||||||
* | Dialyzer clean. | Linus Nordberg | 2015-05-05 | 5 | -7/+14 | |
| | ||||||
* | Ready for plop-0.7.0.plop-0.7.0 | Linus Nordberg | 2015-04-25 | 2 | -2/+11 | |
| | ||||||
* | Optionally read pin from file | Magnus Ahltorp | 2015-04-24 | 1 | -1/+46 | |
| | ||||||
* | Be less strict when writing entryhash files. | Linus Nordberg | 2015-04-15 | 3 | -5/+4 | |
| | | | | Closes CATLFISH-44. | |||||
* | Bump version to 0.7.0-dev. | Linus Nordberg | 2015-04-15 | 2 | -1/+3 | |
| | ||||||
* | plop-0.6.0.plop-0.6.0 | Linus Nordberg | 2015-04-13 | 2 | -6/+9 | |
| | ||||||
* | Link with -ldl for dlopen. | Linus Nordberg | 2015-04-10 | 1 | -1/+1 | |
| | ||||||
* | Update copryright notices and LICENSE to list other licensess as well. | Linus Nordberg | 2015-04-10 | 6 | -6/+60 | |
| | ||||||
* | Add HSM support in sign module | Magnus Ahltorp | 2015-04-10 | 3 | -9/+48 | |
| | ||||||
* | Add hsmhelper | Magnus Ahltorp | 2015-04-10 | 5 | -5/+1969 | |
| | ||||||
* | Generalize erlport interface | Magnus Ahltorp | 2015-04-10 | 3 | -17/+34 | |
| | ||||||
* | Fix copyright strings. | Linus Nordberg | 2015-04-09 | 16 | -16/+16 | |
| | ||||||
* | perm:ensurefile now only does fsync only when sync flag is set | Magnus Ahltorp | 2015-04-08 | 2 | -28/+31 | |
| | | | | Closes CATLFISH-35 | |||||
* | Keep lines short. | Linus Nordberg | 2015-04-08 | 1 | -3/+6 | |
| | ||||||
* | Added hostname verification for SSL connections | Magnus Ahltorp | 2015-04-08 | 1 | -2/+42 | |
| | ||||||
* | Bump version to 0.6.0-dev. | Linus Nordberg | 2015-04-03 | 2 | -8/+14 | |
| | ||||||
* | Handle multiple signing nodes | Magnus Ahltorp | 2015-03-27 | 3 | -32/+45 | |
| | ||||||
* | Add entryhash files when merging | Magnus Ahltorp | 2015-03-27 | 1 | -3/+6 | |
| | ||||||
* | Read db size from sth file and cache | Magnus Ahltorp | 2015-03-25 | 4 | -44/+43 | |
| | ||||||
* | Fix specs; remove unused file. | Linus Nordberg | 2015-03-23 | 3 | -78/+3 | |
| | | | | Add a spec; remove some warnings. | |||||
* | Make ht:leaf_hash/1 non-synchronous | Magnus Ahltorp | 2015-03-08 | 1 | -3/+1 | |
| | ||||||
* | ht:init: Build tree after reading it | Magnus Ahltorp | 2015-03-07 | 1 | -1/+6 | |
| | ||||||
* | Use mochihex instead of our own hex conversion | Magnus Ahltorp | 2015-03-07 | 1 | -2/+1 | |
| | ||||||
* | ht: read database when started | Magnus Ahltorp | 2015-03-05 | 1 | -1/+1 | |
| | ||||||
* | index.erl: close files after use | Magnus Ahltorp | 2015-03-05 | 1 | -0/+2 | |
| | ||||||
* | Save STH instead of calculating a new one each time. | Magnus Ahltorp | 2015-03-04 | 3 | -51/+61 | |
| | | | | Verify incoming STH. | |||||
* | Implement external signing | Magnus Ahltorp | 2015-03-02 | 3 | -7/+93 | |
| | ||||||
* | Rename http_util plop_httputil | Magnus Ahltorp | 2015-03-02 | 2 | -2/+2 | |
| | ||||||
* | Add http request function to http_util | Magnus Ahltorp | 2015-03-02 | 2 | -44/+54 | |
| | ||||||
* | Split reading of private and public keyfile | Magnus Ahltorp | 2015-03-02 | 1 | -28/+15 | |
| | ||||||
* | Make sign and ht optional processes. Move sign args to config. | Magnus Ahltorp | 2015-03-01 | 3 | -38/+35 | |
| | ||||||
* | Handle case when no own_key has been defined | Magnus Ahltorp | 2015-02-27 | 2 | -23/+53 | |
| | ||||||
* | Ignore more files | Magnus Ahltorp | 2015-02-27 | 1 | -0/+3 | |
| | ||||||
* | Added authentication | Magnus Ahltorp | 2015-02-27 | 3 | -6/+177 | |
| | ||||||
* | Added code for reading private and public EC keys separately | Magnus Ahltorp | 2015-02-27 | 1 | -1/+19 | |
| | ||||||
* | Merge branch 'extmerge' of ssh://code.nordu.net/user/linus/plop into extmerge | Linus Nordberg | 2015-02-27 | 0 | -0/+0 | |
|\ | ||||||
| * | Don't include include/. | Linus Nordberg | 2015-02-20 | 1 | -1/+0 | |
| | | | | | | | | Not used any more. | |||||
| * | Implement fetching of multiple entries in storage/getentry | Magnus Ahltorp | 2015-02-19 | 1 | -3/+7 | |
| | | ||||||
| * | Only serialize the actual write on storagedb, not the fsync | Magnus Ahltorp | 2015-02-19 | 2 | -8/+14 | |
| | | ||||||
| * | Use hackney instead of inets:httpc | Magnus Ahltorp | 2015-02-19 | 3 | -6/+27 | |
| | |