summaryrefslogtreecommitdiff
path: root/src/frontend.erl
Commit message (Collapse)AuthorAgeFilesLines
* Make check_entries chunk size configurable and bump default to 1000Magnus Ahltorp2015-12-091-1/+1
|
* Commit changes to entryhash keyvalue storeMagnus Ahltorp2015-12-091-1/+3
|
* Follow catlfish change in how request() is being called.Linus Nordberg2015-11-131-12/+15
|
* Make check_entries parallelism configurableMagnus Ahltorp2015-11-111-1/+2
|
* Added util:parallel_map and use it when checking entries.Magnus Ahltorp2015-11-111-5/+6
|
* Change index.erl to use gen_server and named databases.Magnus Ahltorp2015-11-111-8/+23
| | | | Prefetch indices in frontend:fetchmissingentries/2.
* Make it possible to send several entries at once with merge/sendentryMagnus Ahltorp2015-11-111-2/+10
|
* Only return first 100000 missing entries and make sendlog faster.Magnus Ahltorp2015-11-111-23/+34
|
* Change perm interface to be add/commit basedMagnus Ahltorp2015-11-111-3/+1
|
* Save sendsth verification position and restart from that pointMagnus Ahltorp2015-09-151-9/+46
|
* Change internal HTTP API URL.Linus Nordberg2015-08-201-11/+11
| | | | | | | Change 'ct/' and 'catlfish/' to 'plop/'. Add 'v1/' after 'plop/'. Closes CATLFISH-59.
* Wrap entries in plop wrapperMagnus Ahltorp2015-08-191-3/+3
|
* Handle nonexistent entries correctly in merge/verifyroot.Linus Nordberg2015-08-051-1/+1
|
* Implement merge/setverifiedsizeMagnus Ahltorp2015-07-311-2/+23
|
* Preliminary merge secondary implementation.Magnus Ahltorp2015-06-181-20/+119
|
* Return error when verify_entry/1 does so.Linus Nordberg2015-06-101-1/+2
|
* Add comment about what db:add_entryhash/2 returns.Linus Nordberg2015-06-101-2/+2
|
* Add verification of entry contents in frontend/sendsthMagnus Ahltorp2015-05-291-4/+22
|
* Dialyzer clean.Linus Nordberg2015-05-051-0/+3
|
* Be less strict when writing entryhash files.Linus Nordberg2015-04-151-1/+1
| | | | Closes CATLFISH-44.
* Fix copyright strings.Linus Nordberg2015-04-091-1/+1
|
* Add entryhash files when mergingMagnus Ahltorp2015-03-271-3/+6
|
* Read db size from sth file and cacheMagnus Ahltorp2015-03-251-1/+0
|
* Save STH instead of calculating a new one each time.Magnus Ahltorp2015-03-041-5/+26
| | | | Verify incoming STH.
* Perform frontend index writes in two phasesMagnus Ahltorp2015-02-271-1/+5
|
* Make ht load tree and verify root hash before updating tree sizeMagnus Ahltorp2014-11-191-3/+10
|
* Check that entries are actually present when receiving new STH from merge nodesMagnus Ahltorp2014-10-271-7/+48
|
* Move internal HTTP APIs to mochiweb. Stop using jiffy.Magnus Ahltorp2014-10-251-74/+61
|
* Added HTTP API:s for external mergeMagnus Ahltorp2014-10-241-0/+102