| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use map() rather than a list comprehension.dist-debug | Linus Nordberg | 2017-02-27 | 1 | -1/+1 |
| | | | | | Increase readability. | ||||
| * | Whitespace. | Linus Nordberg | 2017-02-27 | 1 | -1/+2 |
| | | | | | That's a long line! | ||||
| * | Report total entries to dist (info level). | Linus Nordberg | 2017-02-23 | 1 | -1/+2 |
| | | |||||
| * | Simplify added error handling. | Linus Nordberg | 2017-02-23 | 1 | -8/+6 |
| | | | | | keysearch is as fast as member. | ||||
| * | Fix error printout. | Linus Nordberg | 2017-02-23 | 1 | -1/+1 |
| | | |||||
| * | Add debug printouts and error handling. | Linus Nordberg | 2017-02-23 | 2 | -6/+18 |
| | | |||||
| * | Bump version number. | Linus Nordberg | 2017-02-21 | 2 | -2/+2 |
| | | |||||
| * | Remove unused functions. | Linus Nordberg | 2017-02-16 | 1 | -7/+1 |
| | | |||||
| * | Ready for 0.10.1. | Linus Nordberg | 2017-02-11 | 3 | -2/+8 |
| | | |||||
| * | Ready for plop-0.10.0, for real this time. | Linus Nordberg | 2017-02-11 | 1 | -1/+1 |
| | | |||||
| * | Ready for plop-0.10.0. | Linus Nordberg | 2017-02-11 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'releng010' | Linus Nordberg | 2017-02-11 | 1 | -0/+23 |
| |\ | |||||
| | * | Proposed NEWS.md.releng010 | Linus Nordberg | 2017-02-11 | 1 | -0/+23 |
| | | | |||||
| * | | Move a spammy log entry from info to debug. | Linus Nordberg | 2017-02-11 | 1 | -2/+2 |
| |/ | |||||
| * | Don't divide merge_delay with 60 in merge_sth. | Linus Nordberg | 2017-02-11 | 1 | -1/+1 |
| | | |||||
| * | Always load the tree before getting the root.load_tree | Linus Nordberg | 2017-02-10 | 1 | -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.erlmerge2 | Linus Nordberg | 2017-02-08 | 1 | -1/+3 |
| | | |||||
| * | Remove invalid case where fetched file contains < -1. | Linus Nordberg | 2017-02-08 | 1 | -2/+0 |
| | | |||||
| * | Do do missingentries in merge dist. | Linus Nordberg | 2017-02-08 | 2 | -2/+14 |
| | | |||||
| * | DebugTags in http requests are io_lib:chars(), not flat lists. | Linus Nordberg | 2017-02-08 | 2 | -2/+2 |
| | | | | | So, use ~s rather than ~p when logging. | ||||
| * | Restructure code to look more like dist. | Linus Nordberg | 2017-02-08 | 1 | -4/+4 |
| | | | | | No functional change. | ||||
| * | Make merge dist workers one_for_one. | Linus Nordberg | 2017-02-08 | 2 | -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.erlmerge_sth | Linus Nordberg | 2017-02-08 | 3 | -40/+29 |
| | | |||||
| * | Don't use 'if' after all. | Linus Nordberg | 2017-02-08 | 1 | -5/+3 |
| | | | | | 'case' reads better IMO. | ||||
| * | Use the minsize file. | Linus Nordberg | 2017-02-07 | 2 | -3/+9 |
| | | |||||
| * | Add missing file. | Linus Nordberg | 2017-02-07 | 1 | -0/+172 |
| | | |||||
| * | Parallelised merge, sth phase. | Linus Nordberg | 2017-02-07 | 6 | -29/+34 |
| | | |||||
| * | Merge remote-tracking branch 'refs/remotes/map/plopcontrol-version' into ↵erlmerge_backup | Linus Nordberg | 2017-02-07 | 1 | -0/+4 |
| |\ | | | | | | | erlmerge_backup | ||||
| | * | Added plopcontrol command "configversion" | Magnus Ahltorp | 2017-02-02 | 1 | -0/+4 |
| | | | |||||
| * | | Add a bit of status and debug printout. | Linus Nordberg | 2017-02-06 | 1 | -2/+6 |
| | | | |||||
| * | | Parallelised merge, backup phase. | Linus Nordberg | 2017-02-02 | 6 | -80/+289 |
| | | | |||||
| * | | Parallelised merge, distribution phase.erlmerge_dist | Linus Nordberg | 2017-02-01 | 14 | -23/+290 |
| |/ | |||||
| * | Never cache public API keys | Magnus Ahltorp | 2017-01-27 | 1 | -8/+4 |
| | | |||||
| * | Separate erlang config file for reloadable parameters | Magnus Ahltorp | 2017-01-27 | 7 | -7/+110 |
| | | |||||
| * | Merge remote-tracking branch 'refs/remotes/map/config-api-key' | Linus Nordberg | 2017-01-23 | 3 | -32/+23 |
| |\ | |||||
| | * | API keys are now provided in config file | Magnus Ahltorp | 2017-01-20 | 3 | -32/+23 |
| | | | | | | | | | Also added CA cert verification for internal TLS connections. | ||||
| * | | Update copyright headers. | Linus Nordberg | 2017-01-12 | 18 | -15/+32 |
| | | | |||||
| * | | Bump version to 0.10.0-dev. | Linus Nordberg | 2016-12-12 | 1 | -1/+1 |
| |/ | |||||
| * | Bump version to 0.9.0. | Linus Nordberg | 2016-12-05 | 1 | -1/+1 |
| | | |||||
| * | Add changes to 0.9.0. | Linus Nordberg | 2016-12-05 | 1 | -5/+9 |
| | | |||||
| * | Add R16 compatibility. | Linus Nordberg | 2016-12-04 | 1 | -0/+6 |
| | | |||||
| * | Only require complete permdb data file in r/w mode | Magnus Ahltorp | 2016-12-03 | 1 | -2/+4 |
| | | |||||
| * | Recover from extra data at end of index file | Magnus Ahltorp | 2016-11-30 | 3 | -1/+48 |
| | | |||||
| * | Added RO mode to permdb | Magnus Ahltorp | 2016-11-26 | 9 | -31/+172 |
| | | |||||
| * | filebuffer: continue reading after short read | Magnus Ahltorp | 2016-11-22 | 2 | -21/+60 |
| | | | | | permdb: only read small chunks when verifying commit | ||||
| * | Remove printf from permdbpy | Magnus Ahltorp | 2016-11-22 | 1 | -2/+0 |
| | | |||||
| * | listpermdb: support 64-bit commit length field | Magnus Ahltorp | 2016-11-22 | 1 | -10/+43 |
| | | | | | Better error handling | ||||
| * | Make calc_padding handle 64 bit offsets correctly | Magnus Ahltorp | 2016-11-18 | 3 | -7/+7 |
| | | |||||
| * | Change commit length field to 64-bit in permdb data file | Magnus Ahltorp | 2016-11-16 | 2 | -12/+12 |
| | | |||||
| * | Added verify-entries to frontend. | Magnus Ahltorp | 2016-11-02 | 1 | -2/+31 |
| | | | | | sendsth is now publish-sth | ||||
