| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't truncate "small" things at all. | Simon MacMullen | 2014-05-22 | 1 | -8/+27 |
| * | pretty-print non-inet errors | Matthias Radestock | 2014-05-22 | 1 | -2/+4 |
| * | Merge bug26180 | Simon MacMullen | 2014-05-19 | 1 | -5/+6 |
| |\ | |||||
| | * | Cope if report is not a list. | Simon MacMullen | 2014-05-16 | 1 | -5/+6 |
| * | | Make with_handle/{1,2} into part of the fhc API, and thus hide the extra obta... | Simon MacMullen | 2014-05-16 | 2 | -39/+37 |
| * | | Add a file variant to fhc:obtain() and friends so that rabbit_file can keep w... | Simon MacMullen | 2014-05-16 | 2 | -109/+157 |
| |/ | |||||
| * | Merge bug26176 | Simon MacMullen | 2014-05-15 | 4 | -28/+46 |
| |\ | |||||
| | * | Notify about policy and parameter removal after the vhost is deleted, not dur... | Simon MacMullen | 2014-05-15 | 4 | -28/+46 |
| * | | Merge bug26172 | Simon MacMullen | 2014-05-13 | 1 | -1/+2 |
| |\ \ | |||||
| | * | | Fix broken invocation. | Simon MacMullen | 2014-05-12 | 1 | -1/+2 |
| | |/ | |||||
| * | | Monitor GM when going into a receive block. | Simon MacMullen | 2014-05-12 | 1 | -1/+9 |
| |/ | |||||
| * | Remove coverage workarounds. | Simon MacMullen | 2014-05-01 | 1 | -10/+0 |
| * | Attempt to make diagnostics even clearer. | Simon MacMullen | 2014-04-29 | 1 | -14/+19 |
| * | Ensure we don't start treating a list as printable half way through it, or if... | Simon MacMullen | 2014-04-24 | 1 | -13/+17 |
| * | Merge bug26125 | Simon MacMullen | 2014-04-24 | 1 | -7/+6 |
| |\ | |||||
| | * | blank members_state before maybe_erase_aliases | Matthias Radestock | 2014-04-23 | 1 | -7/+6 |
| * | | Introduce a new function for the case of dropping a master because we synced ... | Simon MacMullen | 2014-04-23 | 2 | -6/+26 |
| |/ | |||||
| * | don't erase aliases quite so eagerly on DOWN | Matthias Radestock | 2014-04-23 | 1 | -8/+9 |
| * | maintain gm ?GROUP_TABLE abstraction | Matthias Radestock | 2014-04-22 | 1 | -3/+3 |
| * | refactor: extract gm view change handling | Matthias Radestock | 2014-04-21 | 1 | -29/+18 |
| * | cosmetic: consistency | Matthias Radestock | 2014-04-21 | 1 | -11/+12 |
| * | make gm record_new_member_in_group tx side effect free | Matthias Radestock | 2014-04-21 | 1 | -22/+14 |
| * | refactor: tweak and push through gm read_group abstraction | Matthias Radestock | 2014-04-21 | 1 | -10/+13 |
| * | simplify: get rid of tmp var | Matthias Radestock | 2014-04-21 | 1 | -57/+50 |
| * | enforce gm GROUP_TABLE abstraction | Matthias Radestock | 2014-04-21 | 1 | -21/+17 |
| * | blank members_state after maybe_erase_aliases | Matthias Radestock | 2014-04-21 | 1 | -7/+9 |
| * | refactor: simplify gm:internal_broadcast | Matthias Radestock | 2014-04-21 | 1 | -19/+12 |
| * | Merge bug26117 | Simon MacMullen | 2014-04-17 | 7 | -59/+72 |
| |\ | |||||
| | * | explain | Matthias Radestock | 2014-04-17 | 1 | -12/+17 |
| | * | go back to from members_changed/4 to /3 | Matthias Radestock | 2014-04-17 | 6 | -19/+17 |
| | * | always return DeadPids, so that all deaths are logged | Matthias Radestock | 2014-04-16 | 1 | -6/+5 |
| | * | gm_pids is the source of truth | Matthias Radestock | 2014-04-16 | 1 | -20/+22 |
| | * | drive remove_from_queue with DeadGMPids | Matthias Radestock | 2014-04-16 | 3 | -28/+37 |
| * | | Merge bug 26123 | Simon MacMullen | 2014-04-17 | 3 | -88/+72 |
| |\ \ | |||||
| | * | | monitor workers | Matthias Radestock | 2014-04-16 | 2 | -2/+14 |
| | * | | track workers by Pid instead of name | Matthias Radestock | 2014-04-16 | 3 | -59/+37 |
| | * | | record workers in a set | Matthias Radestock | 2014-04-16 | 1 | -35/+29 |
| * | | | Remove rabbit_amqqueue:force_event_refresh/1 synchrony | Simon MacMullen | 2014-04-17 | 2 | -40/+22 |
| |/ / | |||||
| * | | Merge bug26118 | Simon MacMullen | 2014-04-16 | 2 | -6/+6 |
| |\ \ | |/ | |||||
| | * | cosmetic-ish: add a missing ?TABLE abstraction | Matthias Radestock | 2014-04-16 | 1 | -4/+4 |
| | * | cosmetic: prevent trailing whitespace in log message | Matthias Radestock | 2014-04-15 | 1 | -2/+2 |
| * | | Handle hibernation in our pre-go state. | Simon MacMullen | 2014-04-15 | 1 | -0/+3 |
| |/ | |||||
| * | Merge bug26115 | Simon MacMullen | 2014-04-15 | 1 | -4/+4 |
| |\ | |||||
| | * | eliminate accidental, crash-inducing assertion | Matthias Radestock | 2014-04-14 | 1 | -4/+4 |
| * | | Add a capability for it. | Simon MacMullen | 2014-04-15 | 1 | -1/+2 |
| |/ | |||||
| * | Merge bug26084 | Simon MacMullen | 2014-04-14 | 2 | -41/+26 |
| |\ | |||||
| | * | eliminate comment duplication | Matthias Radestock | 2014-04-14 | 1 | -4/+1 |
| | * | ensure propagation of master death | Matthias Radestock | 2014-04-13 | 1 | -8/+8 |
| | * | less lazy death notifications | Matthias Radestock | 2014-04-13 | 1 | -21/+9 |
| | * | ensure callback_view_changed is called whenever the view may have changed | Matthias Radestock | 2014-04-13 | 1 | -8/+8 |
