| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | By making lim/2 handle soem more limit_exceeded cases we can simplify ↵ | Simon MacMullen | 2014-05-27 | 1 | -22/+14 |
| | | | | | everything else. Also only invoke tuple_size/1 once per tuple. | ||||
| * | Avoid tuple_to_list/1. | Simon MacMullen | 2014-05-27 | 1 | -1/+13 |
| | | |||||
| * | More tests. | Simon MacMullen | 2014-05-27 | 1 | -2/+18 |
| | | |||||
| * | Remove a terminal case it's not possible to hit, and make sure we wrap lim() ↵ | Simon MacMullen | 2014-05-27 | 1 | -2/+1 |
| | | | | | everywhere we need it. | ||||
| * | Limit the amount of time we spend seeing how large something is. | Simon MacMullen | 2014-05-27 | 1 | -10/+28 |
| | | |||||
| * | Don't truncate "small" things at all. | Simon MacMullen | 2014-05-22 | 2 | -9/+31 |
| | | |||||
| * | merge bug26000 into stable | Matthias Radestock | 2014-05-22 | 0 | -0/+0 |
| |\ | |||||
| * | | pretty-print non-inet errors | Matthias Radestock | 2014-05-22 | 1 | -2/+4 |
| |/ | | | | if it's not an atom it cannot possibly be an inet error | ||||
| * | Merge bug26180 | Simon MacMullen | 2014-05-19 | 1 | -5/+6 |
| |\ | |||||
| | * | Merge bug26178 | Simon MacMullen | 2014-05-16 | 0 | -0/+0 |
| | |\ | |||||
| | * | | 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 ↵ | Simon MacMullen | 2014-05-16 | 2 | -39/+37 |
| | | | | | | | | | obtain/release/transfer variants. | ||||
| * | | Add a file variant to fhc:obtain() and friends so that rabbit_file can keep ↵ | Simon MacMullen | 2014-05-16 | 2 | -109/+157 |
| |/ | | | | working even when we have hit the socket limit. | ||||
| * | Merge bug26176 | Simon MacMullen | 2014-05-15 | 4 | -28/+46 |
| |\ | |||||
| | * | Notify about policy and parameter removal after the vhost is deleted, not ↵ | Simon MacMullen | 2014-05-15 | 4 | -28/+46 |
| | | | | | | | | | during the attendant tx. | ||||
| * | | Merge bug26172 | Simon MacMullen | 2014-05-13 | 1 | -1/+2 |
| |\ \ | |||||
| | * \ | Merge bug 26173 | Simon MacMullen | 2014-05-12 | 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 |
| |/ | |||||
| * | Merge bug25468 | Simon MacMullen | 2014-05-01 | 0 | -0/+0 |
| |\ | |||||
| * | | That's not needed any more. | Simon MacMullen | 2014-05-01 | 1 | -3/+0 |
| | | | |||||
| * | | Remove coverage workarounds. | Simon MacMullen | 2014-05-01 | 1 | -10/+0 |
| |/ | |||||
| * | Added tag rabbitmq_v3_3_1 for changeset e92ab5c9dd47 | Simon MacMullen | 2014-04-29 | 0 | -0/+0 |
| | | |||||
| * | release changelogsrabbitmq_v3_3_1 | Simon MacMullen | 2014-04-29 | 2 | -0/+9 |
| | | |||||
| * | Attempt to make diagnostics even clearer. | Simon MacMullen | 2014-04-29 | 1 | -14/+19 |
| | | |||||
| * | Resurrect stable | Simon MacMullen | 2014-04-25 | 1 | -0/+1 |
| | | |||||
| * | Merge bug26114 | Simon MacMullen | 2014-04-25 | 0 | -0/+0 |
| |\ | |||||
| * | | Decrease less as we descend. | Simon MacMullen | 2014-04-25 | 1 | -1/+1 |
| | | | |||||
| * | | Ensure we don't start treating a list as printable half way through it, or ↵ | Simon MacMullen | 2014-04-24 | 1 | -13/+17 |
| |/ | | | | if it was originally a tuple. | ||||
| * | Merge bug26125 | Simon MacMullen | 2014-04-24 | 1 | -7/+6 |
| |\ | |||||
| | * | merge bug26084 into stable | Matthias Radestock | 2014-04-23 | 1 | -7/+6 |
| | |\ | |||||
| | | * | blank members_state before maybe_erase_aliases | Matthias Radestock | 2014-04-23 | 1 | -7/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thus reverting b01e5808866d We are the only member left. So our usual alias erasure condition of "acks = pubs" needs to go since otherwise erasure could be deferred indefintely, waiting for acks to arrive that never will. Blanking the members_state effectively sets acks = pubs for all aliases, thus enabling their unconditional erasure. | ||||
| | | * | merge stable into bug26084 | Matthias Radestock | 2014-04-23 | 1 | -122/+97 |
| | | |\ | | |/ | |/| | |||||
| * | | | Introduce a new function for the case of dropping a master because we synced ↵ | Simon MacMullen | 2014-04-23 | 2 | -6/+26 |
| |/ / | | | | | | | - remove a deadlock. | ||||
| * | | merge bug26119 into stable | Matthias Radestock | 2014-04-23 | 1 | -8/+9 |
| |\ \ | |||||
| | * | | don't erase aliases quite so eagerly on DOWN | Matthias Radestock | 2014-04-23 | 1 | -8/+9 |
| |/ / | | | | | | | | | since that can result in completely forgetting about a member when there are still acks making their way around the right. | ||||
| * | | maintain gm ?GROUP_TABLE abstraction | Matthias Radestock | 2014-04-22 | 1 | -3/+3 |
| | | | | | | | | | in yet another place | ||||
| * | | 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 |
| | | | | | | | | | | | | | ...by using mnesia:write/3 instead of /1 and generally abstract mnesia reading/writing and make it dirty reads obvious. | ||||
| * | | merge bug26084 into stable | Matthias Radestock | 2014-04-21 | 0 | -0/+0 |
| |\ \ | |/ |/| | |||||
| * | | blank members_state after maybe_erase_aliases | Matthias Radestock | 2014-04-21 | 1 | -7/+9 |
| | | | | | | | | | since the latter operates on the former | ||||
| * | | merge stable into bug26084 | Matthias Radestock | 2014-04-21 | 0 | -0/+0 |
| |\ \ | |/ |/| | |||||
| * | | refactor: simplify gm:internal_broadcast | Matthias Radestock | 2014-04-21 | 1 | -19/+12 |
| | | | | | | | | | eliminate branching | ||||
| * | | Merge bug26117 | Simon MacMullen | 2014-04-17 | 8 | -61/+73 |
| |\ \ | |||||
| | * | | explain | Matthias Radestock | 2014-04-17 | 1 | -12/+17 |
| | | | | |||||
| | * | | go back to from members_changed/4 to /3 | Matthias Radestock | 2014-04-17 | 7 | -21/+18 |
| | | | | |||||
