summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Take default value as an argument instead of using 0.Linus Nordberg2016-07-121-4/+5
|
* Added caching of first entry not known to be presentMagnus Ahltorp2016-07-122-2/+38
|
* Added 'keyexists' command to permdbMagnus Ahltorp2016-05-131-4/+22
|
* Remove old permdb codeMagnus Ahltorp2016-04-251-89/+3
|
* Fix incorrect number of arguments to util:exit_with_errorMagnus Ahltorp2016-04-251-1/+1
|
* Fix warnings. More printouts. Change timeouts.Magnus Ahltorp2016-04-251-1/+1
|
* Adjust request counter when printing response debug messageMagnus Ahltorp2015-12-091-1/+1
|
* Better debug messages in permdbMagnus Ahltorp2015-12-091-6/+9
|
* Make check_entries chunk size configurable and bump default to 1000Magnus Ahltorp2015-12-091-1/+1
|
* Commit changes to entryhash keyvalue storeMagnus Ahltorp2015-12-093-1/+8
|
* Follow catlfish change in how request() is being called.Linus Nordberg2015-11-133-20/+27
|
* Get rid of warnings of unused functions and arguments.Linus Nordberg2015-11-112-5/+1
|
* Increase storage quorum timeout to 10 secondsMagnus Ahltorp2015-11-111-1/+1
|
* Make check_entries parallelism configurableMagnus Ahltorp2015-11-112-1/+4
|
* Move timeouts to separate include fileMagnus Ahltorp2015-11-117-6/+24
|
* Added util:parallel_map and use it when checking entries.Magnus Ahltorp2015-11-112-6/+89
|
* Change index.erl to use gen_server and named databases.Magnus Ahltorp2015-11-116-95/+151
| | | | Prefetch indices in frontend:fetchmissingentries/2.
* Make it possible to send several entries at once with merge/sendentryMagnus Ahltorp2015-11-113-6/+27
|
* Only return first 100000 missing entries and make sendlog faster.Magnus Ahltorp2015-11-111-23/+34
|
* Make it possible to select backend perm storageMagnus Ahltorp2015-11-114-140/+179
|
* Added permdbMagnus Ahltorp2015-11-111-0/+202
|
* Change perm interface to be add/commit basedMagnus Ahltorp2015-11-117-54/+118
|
* Save sendsth verification position and restart from that pointMagnus Ahltorp2015-09-152-21/+86
|
* Handle hsmhelper port crashes by restarting the signing gen_server.Linus Nordberg2015-08-311-1/+10
| | | | | Match on exit_status messages and return stop. Timeout on receive and return stop.
* Change internal HTTP API URL.Linus Nordberg2015-08-203-17/+17
| | | | | | | Change 'ct/' and 'catlfish/' to 'plop/'. Add 'v1/' after 'plop/'. Closes CATLFISH-59.
* Wrap entries in plop wrapperMagnus Ahltorp2015-08-193-13/+76
|
* Merge remote-tracking branch 'refs/remotes/map/storagegc'Linus Nordberg2015-08-192-3/+26
|\
| * Use lastverifiednewentry file when reading new entriesstoragegcMagnus Ahltorp2015-07-312-3/+26
| |
* | Add tlv.erl.Linus Nordberg2015-08-061-0/+34
| | | | | | | | Also, add test/check.erl for unit tests (make check).
* | Handle nonexistent entries correctly in merge/verifyroot.Linus Nordberg2015-08-051-1/+1
|/
* Merge remote-tracking branch 'refs/remotes/map/mergesecondary-prel'Linus Nordberg2015-07-312-20/+162
|\
| * Implement merge/setverifiedsizemergesecondary-prelMagnus Ahltorp2015-07-311-2/+23
| |
| * Preliminary merge secondary implementation.Magnus Ahltorp2015-06-182-20/+141
| |
* | Allow ht:load_tree() 30 seconds to finish.Linus Nordberg2015-06-122-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 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/sendsthfrontendverifyMagnus Ahltorp2015-05-291-4/+22
|
* Make check clean.Linus Nordberg2015-05-062-14/+0
|
* Dialyzer clean.Linus Nordberg2015-05-054-7/+10
|
* Be less strict when writing entryhash files.Linus Nordberg2015-04-153-5/+4
| | | | Closes CATLFISH-44.
* Add HSM support in sign modulehsmhelperMagnus Ahltorp2015-04-102-8/+46
|
* Fix copyright strings.Linus Nordberg2015-04-0915-15/+15
|
* perm:ensurefile now only does fsync only when sync flag is setMagnus Ahltorp2015-04-082-28/+31
| | | | Closes CATLFISH-35
* Keep lines short.Linus Nordberg2015-04-081-3/+6
|
* Added hostname verification for SSL connectionsMagnus Ahltorp2015-04-081-2/+42
|
* Handle multiple signing nodesmultisignMagnus Ahltorp2015-03-273-32/+45
|
* Add entryhash files when mergingentryhash-mergeMagnus Ahltorp2015-03-271-3/+6
|
* Read db size from sth file and cachedbsizeMagnus Ahltorp2015-03-254-44/+43
|
* Fix specs; remove unused file.Linus Nordberg2015-03-233-78/+3
| | | | Add a spec; remove some warnings.
* Make ht:leaf_hash/1 non-synchronousextsign2Magnus Ahltorp2015-03-081-3/+1
|