summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make number of fsync processed configurableCATLFISH-102Magnus Ahltorp2017-03-161-1/+2
|
* Add NEWS entry for statusserver.Linus Nordberg2017-03-151-0/+3
|
* Merge branch 'map-statusserver'Linus Nordberg2017-03-1516-62/+486
|\
| * Handle 'null' case in statusreport.Magnus Ahltorp2017-03-151-2/+4
| |
| * Add compat functions for timing functionality missing in R17.Linus Nordberg2017-03-153-8/+31
| |
| * Fix statusserver version number.Linus Nordberg2017-03-141-1/+1
| |
| * Fix copyright year.Linus Nordberg2017-03-141-3/+1
| |
| * Added ht:dumpMagnus Ahltorp2017-03-091-2/+26
| |
| * Added heartbeat service. Add source. Send better messages.Magnus Ahltorp2017-03-087-69/+99
| |
| * Rename to statusserverMagnus Ahltorp2017-03-088-23/+23
| |
| * StatusserverMagnus Ahltorp2017-03-0814-8/+355
| |
* | Update NEWS.Linus Nordberg2017-03-081-0/+3
|/
* Merge branch 'CATLFISH-100'Linus Nordberg2017-03-081-56/+86
|\
| * Don't corrupt internal tree structure when evaluating a version zero tree.Linus Nordberg2017-03-071-56/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add() and reset_tree(): Update the tree too. consistency(), path() and head(): Stop updating the tree. read_new_entries(): Update the tree after every MAX_READ_ENTRIES (10k) entries. Remove update_tree/2 since we don't do partial updates of the tree any more. In tests, add consistency checks for tree data structure and underlying storage. Fix by map@ and linus@. Closes CATLFISH-100.
* | Update NEWS.Linus Nordberg2017-03-081-1/+7
| |
* | Limit HTTP chunk sizeMagnus Ahltorp2017-03-081-1/+11
| |
* | Complete renaming of add_stp to add_spt_sigMagnus Ahltorp2017-03-081-1/+1
| |
* | Support for Erlang 19Magnus Ahltorp2017-03-081-0/+6
| |
* | Limit log level in unit tests to 'warning'.Linus Nordberg2017-03-081-1/+4
|/
* When checking an ACL, log full ACL only when failing.Linus Nordberg2017-03-031-2/+2
| | | | Also, log the fact that we're failing, with path, at info level.
* Stop logging full data sent to permdb port.Linus Nordberg2017-03-031-1/+0
|
* Log the HTTP status code we return, debug level.Linus Nordberg2017-03-031-2/+2
|
* Merge branch 'map-storage-signature'Linus Nordberg2017-03-017-45/+149
|\
| * Rename some variable and function names; add a NEWS entry.Linus Nordberg2017-03-015-23/+26
| |
| * Require that storage servers sign stored entriesstorage-signatureMagnus Ahltorp2017-02-186-43/+144
| |
* | Use map() rather than a list comprehension.Linus Nordberg2017-02-271-1/+1
| | | | | | | | Increase readability.
* | Whitespace.Linus Nordberg2017-02-271-1/+2
| | | | | | | | That's a long line!
* | Report total entries to dist (info level).Linus Nordberg2017-02-231-1/+2
| |
* | Simplify added error handling.Linus Nordberg2017-02-231-8/+6
| | | | | | | | keysearch is as fast as member.
* | Fix error printout.Linus Nordberg2017-02-231-1/+1
| |
* | Add debug printouts and error handling.Linus Nordberg2017-02-232-6/+18
| |
* | Bump version number.Linus Nordberg2017-02-212-2/+2
| |
* | Remove unused functions.Linus Nordberg2017-02-161-7/+1
|/
* Ready for 0.10.1.Linus Nordberg2017-02-113-2/+8
|
* Ready for plop-0.10.0, for real this time.Linus Nordberg2017-02-111-1/+1
|
* Ready for plop-0.10.0.Linus Nordberg2017-02-111-1/+1
|
* Merge branch 'releng010'Linus Nordberg2017-02-111-0/+23
|\
| * Proposed NEWS.md.Linus Nordberg2017-02-111-0/+23
| |
* | Move a spammy log entry from info to debug.Linus Nordberg2017-02-111-2/+2
|/
* Don't divide merge_delay with 60 in merge_sth.Linus Nordberg2017-02-111-1/+1
|
* Always load the tree before getting the root.Linus Nordberg2017-02-101-3/+6
| | | | | | The case where this is necessary is when we have zero merge secondaries and thus no merge_backup processes loading the tree for us.
* Do do missingentries in merge backup.Linus Nordberg2017-02-081-1/+3
|
* Remove invalid case where fetched file contains < -1.Linus Nordberg2017-02-081-2/+0
|
* Do do missingentries in merge dist.Linus Nordberg2017-02-082-2/+14
|
* DebugTags in http requests are io_lib:chars(), not flat lists.Linus Nordberg2017-02-082-2/+2
| | | | So, use ~s rather than ~p when logging.
* Restructure code to look more like dist.Linus Nordberg2017-02-081-4/+4
| | | | No functional change.
* Make merge dist workers one_for_one.Linus Nordberg2017-02-082-21/+17
| | | | | | | Look like dist backup, in preparation for reloadable config wrt frontend nodes. Also pass node names as well as addresses.
* merge_backup: Do not read logorder past what fetched indicates.Linus Nordberg2017-02-083-40/+29
|
* Don't use 'if' after all.Linus Nordberg2017-02-081-5/+3
| | | | 'case' reads better IMO.
* Use the minsize file.Linus Nordberg2017-02-072-3/+9
|