summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Require that storage servers sign stored entriesMagnus Ahltorp2017-02-186-43/+144
|
* Parallelised merge, sth phase.Linus Nordberg2017-02-071-1/+1
|
* Merge remote-tracking branch 'refs/remotes/map/plopcontrol-version' into ↵erlmerge_backupLinus Nordberg2017-02-071-0/+4
|\ | | | | | | erlmerge_backup
| * Added plopcontrol command "configversion"Magnus Ahltorp2017-02-021-0/+4
| |
* | Parallelised merge, backup phase.Linus Nordberg2017-02-021-2/+11
| |
* | Parallelised merge, distribution phase.erlmerge_distLinus 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
| | | | | | | | Also added CA cert verification for internal TLS connections.
* | 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
| | | | sendsth is now publish-sth
* 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.CATLFISH-69-rebasedLinus 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
| | | | Index is db:size() on frontends and db:verifiedsize() on merge nodes.
* 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.parametrise_urlLinus 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.internal-apiLinus 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 entriesMagnus Ahltorp2015-07-312-3/+26
| |
* | Add tlv.erl.Linus Nordberg2015-08-061-0/+34
| | | | | | | | Also, add test/check.erl for unit tests (make check).