| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: move socket buffer size tuning into rabbit_net | Matthias Radestock | 2012-05-28 | 2 | -9/+10 |
| * | Merge bug24958 | Simon MacMullen | 2012-05-28 | 1 | -2/+3 |
| |\ | |||||
| | * | Cosmetic-ish: no need to pre-compile the RE, and use character class rather t... | Simon MacMullen | 2012-05-28 | 1 | -3/+2 |
| | * | Parse disk free space in a language-independent manner | Emile Joubert | 2012-05-25 | 1 | -2/+4 |
| * | | Merge bug 24961 | Simon MacMullen | 2012-05-28 | 2 | -90/+117 |
| |\ \ | |||||
| | * | | cosmetic(ish) | Matthias Radestock | 2012-05-26 | 1 | -10/+8 |
| | * | | Cosmetic changes only in order to produce new head of default | Matthew Sackman | 2012-05-25 | 1 | -29/+25 |
| | * | | Merging bug 24952 into default | Matthew Sackman | 2012-05-25 | 1 | -13/+12 |
| | |\ \ | |||||
| | | * | | cosmetic | Matthew Sackman | 2012-05-25 | 1 | -1/+1 |
| | | * | | Refrain from discarding updated view when no aliases are removed | Emile Joubert | 2012-05-25 | 1 | -6/+6 |
| | | * | | Erase aliases more correctly | Emile Joubert | 2012-05-23 | 1 | -8/+7 |
| | * | | | Merging bug 24946 into default | Matthew Sackman | 2012-05-25 | 5 | -99/+245 |
| | |\ \ \ | |||||
| | | * \ \ | Merging bug 24954 into default | Matthew Sackman | 2012-05-25 | 1 | -10/+24 |
| | | |\ \ \ | | | |_|/ | | |/| | | |||||
| | | | * | | Handle callback replies to handle_msg correctly | Emile Joubert | 2012-05-23 | 1 | -10/+24 |
| | | | |/ | |||||
| | | * | | Merging bug 24945 into default | Matthew Sackman | 2012-05-25 | 5 | -84/+212 |
| | | |\ \ | |||||
| | | | * \ | Merging bug 24944 into default | Matthew Sackman | 2012-05-25 | 4 | -80/+204 |
| | | | |\ \ | |||||
| | | | * | | | Prevent DOWN messages from overtaking initial catchup | Emile Joubert | 2012-05-18 | 1 | -3/+7 |
| | | | | |/ | | | |/| | |||||
| | | * | | | Track a member's own last_pub in members_state | Emile Joubert | 2012-05-18 | 1 | -6/+10 |
| | | |/ / | |||||
| | * | | | cosmetic part 2 - the one where it actually compiles | Matthew Sackman | 2012-05-25 | 1 | -1/+1 |
| | * | | | cosmetic | Matthew Sackman | 2012-05-25 | 1 | -3/+3 |
| | * | | | cosmetic | Matthew Sackman | 2012-05-25 | 1 | -20/+17 |
| | * | | | Update own members_state as well when sending catchup | Emile Joubert | 2012-05-25 | 1 | -15/+18 |
| | * | | | Remove erased memberstate when possible | Emile Joubert | 2012-05-23 | 1 | -3/+15 |
| | |/ / | |||||
| * | | | Allow nodes to start up in alerted state | Emile Joubert | 2012-05-24 | 2 | -9/+9 |
| | |/ |/| | |||||
| * | | rabbitmqctl list_user_permissions does not take a vhost arg. Never has. | Simon MacMullen | 2012-05-24 | 1 | -1/+1 |
| * | | Merge bug24919 | Simon MacMullen | 2012-05-23 | 7 | -93/+82 |
| |\ \ | |/ | |||||
| | * | don't wait (nearly) forever for mirrored_supervisor migrations | Matthias Radestock | 2012-05-17 | 1 | -2/+2 |
| | * | merge bug24362 | Tim Watson | 2012-05-17 | 5 | -48/+40 |
| | |\ | |||||
| | | * | start supervisor children as, er, supervisors, not workers | Matthias Radestock | 2012-05-16 | 1 | -2/+3 |
| | | * | expand rabbit_sup API with starting of children that are supervisors | Matthias Radestock | 2012-05-16 | 5 | -29/+25 |
| | | * | cosmetic | Matthias Radestock | 2012-05-16 | 2 | -6/+3 |
| | | * | cosmetic | Matthias Radestock | 2012-05-16 | 1 | -11/+8 |
| | | * | add missing spec | Matthias Radestock | 2012-05-16 | 1 | -0/+1 |
| | * | | merge e1311dd42eba into bug24362 | Tim Watson | 2012-05-14 | 1 | -1/+1 |
| | * | | merge f6d1609212f9 into bug24362 | Tim Watson | 2012-05-14 | 1 | -1/+1 |
| | * | | merge default into this branch | Tim Watson | 2012-05-14 | 7 | -37/+46 |
| | |\ \ | | |/ | |||||
| | * | | Oops | Simon MacMullen | 2012-05-08 | 1 | -1/+1 |
| | * | | cosmetic | Matthias Radestock | 2012-05-03 | 1 | -13/+6 |
| | * | | Don't use an untrappable kill. | Simon MacMullen | 2012-05-03 | 1 | -1/+1 |
| | * | | Switch to monitoring the overall supervisor. | Simon MacMullen | 2012-05-03 | 1 | -34/+38 |
| * | | | Comment | Simon MacMullen | 2012-05-23 | 1 | -0/+3 |
| * | | | on a second thought, it is better to reject options with missing arguments | Francesco Mazzoli | 2012-05-23 | 2 | -6/+1 |
| * | | | incorporate most of Simon's patch changes | Francesco Mazzoli | 2012-05-22 | 4 | -129/+74 |
| * | | | get_options => parse_arguments | Francesco Mazzoli | 2012-05-21 | 4 | -56/+59 |
| * | | | convert to list at the beginning | Francesco Mazzoli | 2012-05-21 | 1 | -2/+5 |
| * | | | simplify `rabbit_misc:get_options/4' | Francesco Mazzoli | 2012-05-21 | 4 | -98/+84 |
| * | | | add test for `rabbit_misc:get_options/4' | Francesco Mazzoli | 2012-05-17 | 2 | -25/+87 |
| * | | | change to how `get_options/4' handles flags | Francesco Mazzoli | 2012-05-17 | 3 | -36/+49 |
| * | | | added checks to `rabbit_misc:get_options/3'. | Francesco Mazzoli | 2012-05-16 | 3 | -76/+175 |
| * | | | merge default | Francesco Mazzoli | 2012-05-16 | 9 | -68/+69 |
| |\ \ \ | | |/ | |/| | |||||
