summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Return content of result response, not the Response object.getconfigLinus Nordberg2017-02-101-1/+1
|
* Import urlget from certtools.Linus Nordberg2017-02-101-1/+1
|
* Make getconfig.sh not require a running system.Linus Nordberg2017-02-101-9/+16
|
* Cap merge dist and backup window sizes to 50k entries.erlmerge2Linus Nordberg2017-02-081-2/+2
| | | | | | compileconfig limits window sizes to 50k silently. 50k is 50% of the current max number of entries returned by "missingentries". This limit can be lifted once CATLFISH-90 has been implemented.
* Support for Erlang/OTP 19Magnus Ahltorp2017-02-081-0/+9
|
* Make perf-test work with continuous mergeMagnus Ahltorp2017-02-082-19/+32
|
* Have primary merge allow missingentries replies.Linus Nordberg2017-02-081-0/+2
|
* Move frontend_nodes for primary merge to plopconfig.Linus Nordberg2017-02-081-1/+1
| | | | Also make it contain node names too.
* Secondary merge node already has a logorder file.erlmerge_sthLinus Nordberg2017-02-081-1/+0
|
* Have loginfo.py tolerate 500 for a while when waiting for STH.Linus Nordberg2017-02-083-11/+12
|
* Correct a few file names.Linus Nordberg2017-02-081-7/+6
|
* Update dependency info and info about what "make tests" does.Linus Nordberg2017-02-081-7/+6
|
* Limit files in release again.Linus Nordberg2017-02-081-2/+2
| | | | | | | | | | We relaxed the regexps when adding merge, but limiting is good both for the time it takes to "make release" and for size of the release. Also, stop listing kernel and stdlib in the rel tuple for catlfish -- doesn't seem to be needed. This was probably due to confusion with what applications are listed in the applications tuple of the .app file.
* Handle lack of STH in mergestatusMagnus Ahltorp2017-02-072-6/+15
|
* Improve start and stop of Erlang nodesMagnus Ahltorp2017-02-076-47/+97
|
* Create and use the minsize file.Linus Nordberg2017-02-077-50/+69
|
* Parallelised merge, sth phase.Linus Nordberg2017-02-079-26/+86
|
* Merge branch 'erlmerge_backup_keymgmt' of ↵Linus Nordberg2017-02-071-1/+10
|\ | | | | | | https://git.nordu.net/user/map/catlfish into map-erlmerge_backup_keymgmt
| * Tolerate 500 for a while when waiting for tree sizeMagnus Ahltorp2017-02-061-1/+10
| |
* | Some shells (like dash when invoked as /bin/sh) don't do brace expansion.Linus Nordberg2017-02-061-1/+3
| |
* | Some shells (like dash when invoked as /bin/sh) don't like '==' to test.Linus Nordberg2017-02-062-2/+2
|/
* Wait for merge in testsMagnus Ahltorp2017-02-067-26/+96
|
* Added tools for getting and generating global configMagnus Ahltorp2017-02-0218-34/+235
|
* merge_sth.py doesn't do the right thing when 'sth' is missing.erlmerge_backupLinus Nordberg2017-02-021-0/+1
| | | | See CATLFISH-88, CATLFISH-89 for a discussion.
* Parallelised merge, backup phase.Linus Nordberg2017-02-023-3/+19
|
* Parallelised merge, distribution phase.erlmerge_distLinus Nordberg2017-02-0115-37/+190
|
* Verify config file signatureMagnus Ahltorp2017-02-0113-15/+97
| | | | | Read log key from config file in more places. Check STH signature in storagegc.py
* Separate erlang config file for reloadable parametersMagnus Ahltorp2017-01-271-7/+21
|
* Merge remote-tracking branch 'refs/remotes/map/config-api-key'Linus Nordberg2017-01-236-42/+65
|\
| * Remove old @-style preprocessing code.Magnus Ahltorp2017-01-231-2/+1
| |
| * API keys are now provided in the config file.Magnus Ahltorp2017-01-206-41/+65
| | | | | | | | Also added CA cert verification for internal TLS connections.
* | Update copyright years in LICENSE.Linus Nordberg2017-01-231-1/+1
| |
* | Update copyright headers.Linus Nordberg2017-01-1223-21/+27
| |
* | Minor wording.Linus Nordberg2016-12-121-2/+2
| |
* | Bump version to 0.10.0-dev.Linus Nordberg2016-12-123-4/+4
|/
* Bump version to 0.9.0.catlfish-0.9.0Linus Nordberg2016-12-053-4/+4
| | | | Use plop-0.9.0.
* Add changes to 0.9.0.Linus Nordberg2016-12-051-1/+7
|
* Use newer version of lager.Linus Nordberg2016-12-051-1/+1
| | | | Addresses CATLFISH-70.
* Remove offending use of datetime.now().Linus Nordberg2016-12-051-3/+0
| | | | | | | | | | I don't really understand why this happens but I wonder if it might be because we 'from datetime import datetime' twice through the wildcard inclusion of certtools. Should stop do wildcard include and instead do from certtools import create_ssl_context, get_sth, get_proof_by_hash, verify_inclusion_proof, write_file
* Update README.md with high level features description.Linus Nordberg2016-12-051-0/+17
|
* Update README.md with a few things that have changed.Linus Nordberg2016-12-031-3/+6
|
* Do import datetime even more.Linus Nordberg2016-11-253-5/+8
|
* Do import datetime.Linus Nordberg2016-11-251-1/+2
| | | | How did this ever work?
* Add a bit of documentation.Linus Nordberg2016-11-255-7/+19
|
* Merge remote-tracking branch 'refs/remotes/map/robust-distribution'Linus Nordberg2016-11-2513-199/+379
|\
| * Add session capability to unauth web requestsMagnus Ahltorp2016-11-221-6/+9
| |
| * Change hard coded paths to use variablesMagnus Ahltorp2016-11-221-8/+8
| |
| * Log simple web request logging on level infoMagnus Ahltorp2016-11-221-2/+6
| |
| * Added back support for R16Magnus Ahltorp2016-11-221-0/+10
| |
| * parsebench: change from table to div:sMagnus Ahltorp2016-11-221-4/+4
| |