| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added verify-entries to frontend. | Magnus Ahltorp | 2016-11-02 | 1 | -2/+31 |
| | | | | | sendsth is now publish-sth | ||||
| * | Accept list of entries in frontend sendentry | Magnus Ahltorp | 2016-11-02 | 1 | -0/+8 |
| | | |||||
| * | Don't crash in index.erl when index is invalid | Magnus Ahltorp | 2016-11-02 | 2 | -8/+7 |
| | | |||||
| * | Don't use erlang:timestamp/0 on R17. | Linus Nordberg | 2016-09-15 | 3 | -3/+12 |
| | | |||||
| * | Use erlang:timestamp/0 instead of deprecated now/0. | Linus Nordberg | 2016-08-18 | 2 | -2/+2 |
| | | |||||
| * | Don't use 'tuple()'. | Linus Nordberg | 2016-08-18 | 1 | -1/+1 |
| | | |||||
| * | Add compatibility layer for digging around in non-public data structures. | Linus Nordberg | 2016-08-18 | 2 | -2/+16 |
| | | |||||
| * | Use Index as default value. | Linus Nordberg | 2016-07-12 | 1 | -2/+2 |
| | | | | | Index is db:size() on frontends and db:verifiedsize() on merge nodes. | ||||
| * | Take default value as an argument instead of using 0. | Linus Nordberg | 2016-07-12 | 1 | -4/+5 |
| | | |||||
| * | Added caching of first entry not known to be present | Magnus Ahltorp | 2016-07-12 | 2 | -2/+38 |
| | | |||||
| * | Added 'keyexists' command to permdb | Magnus Ahltorp | 2016-05-13 | 1 | -4/+22 |
| | | |||||
| * | Remove old permdb code | Magnus Ahltorp | 2016-04-25 | 1 | -89/+3 |
| | | |||||
| * | Fix incorrect number of arguments to util:exit_with_error | Magnus Ahltorp | 2016-04-25 | 1 | -1/+1 |
| | | |||||
| * | Fix warnings. More printouts. Change timeouts. | Magnus Ahltorp | 2016-04-25 | 1 | -1/+1 |
| | | |||||
| * | Adjust request counter when printing response debug message | Magnus Ahltorp | 2015-12-09 | 1 | -1/+1 |
| | | |||||
| * | Better debug messages in permdb | Magnus Ahltorp | 2015-12-09 | 1 | -6/+9 |
| | | |||||
| * | Make check_entries chunk size configurable and bump default to 1000 | Magnus Ahltorp | 2015-12-09 | 1 | -1/+1 |
| | | |||||
| * | Commit changes to entryhash keyvalue store | Magnus Ahltorp | 2015-12-09 | 3 | -1/+8 |
| | | |||||
| * | Follow catlfish change in how request() is being called. | Linus Nordberg | 2015-11-13 | 3 | -20/+27 |
| | | |||||
| * | Get rid of warnings of unused functions and arguments. | Linus Nordberg | 2015-11-11 | 2 | -5/+1 |
| | | |||||
| * | Increase storage quorum timeout to 10 seconds | Magnus Ahltorp | 2015-11-11 | 1 | -1/+1 |
| | | |||||
| * | Make check_entries parallelism configurable | Magnus Ahltorp | 2015-11-11 | 2 | -1/+4 |
| | | |||||
| * | Move timeouts to separate include file | Magnus Ahltorp | 2015-11-11 | 7 | -6/+24 |
| | | |||||
| * | Added util:parallel_map and use it when checking entries. | Magnus Ahltorp | 2015-11-11 | 2 | -6/+89 |
| | | |||||
| * | Change index.erl to use gen_server and named databases. | Magnus Ahltorp | 2015-11-11 | 6 | -95/+151 |
| | | | | | Prefetch indices in frontend:fetchmissingentries/2. | ||||
| * | Make it possible to send several entries at once with merge/sendentry | Magnus Ahltorp | 2015-11-11 | 3 | -6/+27 |
| | | |||||
| * | Only return first 100000 missing entries and make sendlog faster. | Magnus Ahltorp | 2015-11-11 | 1 | -23/+34 |
| | | |||||
| * | Make it possible to select backend perm storage | Magnus Ahltorp | 2015-11-11 | 4 | -140/+179 |
| | | |||||
| * | Added permdb | Magnus Ahltorp | 2015-11-11 | 1 | -0/+202 |
| | | |||||
| * | Change perm interface to be add/commit based | Magnus Ahltorp | 2015-11-11 | 7 | -54/+118 |
| | | |||||
| * | Save sendsth verification position and restart from that point | Magnus Ahltorp | 2015-09-15 | 2 | -21/+86 |
| | | |||||
| * | Handle hsmhelper port crashes by restarting the signing gen_server. | Linus Nordberg | 2015-08-31 | 1 | -1/+10 |
| | | | | | | Match on exit_status messages and return stop. Timeout on receive and return stop. | ||||
| * | Change internal HTTP API URL. | Linus Nordberg | 2015-08-20 | 3 | -17/+17 |
| | | | | | | | | Change 'ct/' and 'catlfish/' to 'plop/'. Add 'v1/' after 'plop/'. Closes CATLFISH-59. | ||||
| * | Wrap entries in plop wrapper | Magnus Ahltorp | 2015-08-19 | 3 | -13/+76 |
| | | |||||
| * | Merge remote-tracking branch 'refs/remotes/map/storagegc' | Linus Nordberg | 2015-08-19 | 2 | -3/+26 |
| |\ | |||||
| | * | Use lastverifiednewentry file when reading new entriesstoragegc | Magnus Ahltorp | 2015-07-31 | 2 | -3/+26 |
| | | | |||||
| * | | Add tlv.erl. | Linus Nordberg | 2015-08-06 | 1 | -0/+34 |
| | | | | | | | | | Also, add test/check.erl for unit tests (make check). | ||||
| * | | 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/setverifiedsizemergesecondary-prel | 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 | 2 | -6/+9 |
| |/ | | | | Default 5 seconds was not enough on a tree with around 5.2M entries. | ||||
| * | 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/sendsthfrontendverify | Magnus Ahltorp | 2015-05-29 | 1 | -4/+22 |
| | | |||||
| * | Make check clean. | Linus Nordberg | 2015-05-06 | 2 | -14/+0 |
| | | |||||
| * | Dialyzer clean. | Linus Nordberg | 2015-05-05 | 4 | -7/+10 |
| | | |||||
| * | Be less strict when writing entryhash files. | Linus Nordberg | 2015-04-15 | 3 | -5/+4 |
| | | | | | Closes CATLFISH-44. | ||||
| * | Add HSM support in sign modulehsmhelper | Magnus Ahltorp | 2015-04-10 | 2 | -8/+46 |
| | | |||||
| * | Fix copyright strings. | Linus Nordberg | 2015-04-09 | 15 | -15/+15 |
| | | |||||
