summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't corrupt internal tree structure when evaluating a version zero tree.Linus Nordberg2017-03-081-56/+86
* Parallelised merge, sth phase.Linus Nordberg2017-02-071-1/+1
* Merge remote-tracking branch 'refs/remotes/map/plopcontrol-version' into erlm...Linus Nordberg2017-02-071-0/+4
|\
| * Added plopcontrol command "configversion"Magnus Ahltorp2017-02-021-0/+4
* | Parallelised merge, backup phase.Linus Nordberg2017-02-021-2/+11
* | Parallelised merge, distribution phase.Linus Nordberg2017-02-015-16/+15
|/
* Never cache public API keysMagnus Ahltorp2017-01-271-8/+4
* Separate erlang config file for reloadable parametersMagnus Ahltorp2017-01-277-7/+110
* Merge remote-tracking branch 'refs/remotes/map/config-api-key'Linus Nordberg2017-01-233-32/+23
|\
| * API keys are now provided in config fileMagnus Ahltorp2017-01-203-32/+23
* | Update copyright headers.Linus Nordberg2017-01-1213-12/+21
|/
* Add R16 compatibility.Linus Nordberg2016-12-041-0/+6
* Added RO mode to permdbMagnus Ahltorp2016-11-261-4/+13
* Added verify-entries to frontend.Magnus Ahltorp2016-11-021-2/+31
* Accept list of entries in frontend sendentryMagnus Ahltorp2016-11-021-0/+8
* Don't crash in index.erl when index is invalidMagnus Ahltorp2016-11-022-8/+7
* Don't use erlang:timestamp/0 on R17.Linus Nordberg2016-09-153-3/+12
* Use erlang:timestamp/0 instead of deprecated now/0.Linus Nordberg2016-08-182-2/+2
* Don't use 'tuple()'.Linus Nordberg2016-08-181-1/+1
* Add compatibility layer for digging around in non-public data structures.Linus Nordberg2016-08-182-2/+16
* Use Index as default value.Linus Nordberg2016-07-121-2/+2
* 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
* 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
* Change internal HTTP API URL.Linus Nordberg2015-08-203-17/+17
* 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 entriesMagnus Ahltorp2015-07-312-3/+26
* | Add tlv.erl.Linus Nordberg2015-08-061-0/+34