summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refactor: move socket buffer size tuning into rabbit_netbug24872Matthias Radestock2012-05-282-9/+10
* Merge bug24958Simon MacMullen2012-05-281-2/+3
|\
| * Cosmetic-ish: no need to pre-compile the RE, and use character class rather t...bug24958Simon MacMullen2012-05-281-3/+2
| * Parse disk free space in a language-independent mannerEmile Joubert2012-05-251-2/+4
* | Merge bug 24961Simon MacMullen2012-05-282-90/+117
|\ \
| * | cosmetic(ish)Matthias Radestock2012-05-261-10/+8
| * | Cosmetic changes only in order to produce new head of defaultMatthew Sackman2012-05-251-29/+25
| * | Merging bug 24952 into defaultMatthew Sackman2012-05-251-13/+12
| |\ \
| | * | cosmeticbug24952Matthew Sackman2012-05-251-1/+1
| | * | Refrain from discarding updated view when no aliases are removedEmile Joubert2012-05-251-6/+6
| | * | Erase aliases more correctlyEmile Joubert2012-05-231-8/+7
| * | | Merging bug 24946 into defaultMatthew Sackman2012-05-256-101/+248
| |\ \ \
| | * \ \ Merging bug 24954 into defaultMatthew Sackman2012-05-251-10/+24
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Handle callback replies to handle_msg correctlybug24954Emile Joubert2012-05-231-10/+24
| | | |/
| | * | Merging bug 24945 into defaultMatthew Sackman2012-05-256-86/+215
| | |\ \
| | | * \ Merging bug 24944 into defaultMatthew Sackman2012-05-255-82/+207
| | | |\ \
| | | * | | Prevent DOWN messages from overtaking initial catchupbug24944Emile Joubert2012-05-181-3/+7
| | | | |/ | | | |/|
| | * | | Track a member's own last_pub in members_statebug24945Emile Joubert2012-05-181-6/+10
| | |/ /
| * | | cosmetic part 2 - the one where it actually compilesbug24946Matthew Sackman2012-05-251-1/+1
| * | | cosmeticMatthew Sackman2012-05-251-3/+3
| * | | cosmeticMatthew Sackman2012-05-251-20/+17
| * | | Update own members_state as well when sending catchupEmile Joubert2012-05-251-15/+18
| * | | Remove erased memberstate when possibleEmile Joubert2012-05-231-3/+15
| |/ /
* | | Allow nodes to start up in alerted statebug24961Emile Joubert2012-05-242-9/+9
| |/ |/|
* | rabbitmqctl list_user_permissions does not take a vhost arg. Never has.Simon MacMullen2012-05-242-2/+2
* | Merge bug24919Simon MacMullen2012-05-238-94/+84
|\ \
| * | How long have we supported pluggable exchange types now?Simon MacMullen2012-05-181-1/+2
| |/
| * don't wait (nearly) forever for mirrored_supervisor migrationsMatthias Radestock2012-05-171-2/+2
| * merge bug24362Tim Watson2012-05-175-48/+40
| |\
| | * start supervisor children as, er, supervisors, not workersMatthias Radestock2012-05-161-2/+3
| | * expand rabbit_sup API with starting of children that are supervisorsMatthias Radestock2012-05-165-29/+25
| | * cosmeticMatthias Radestock2012-05-162-6/+3
| | * cosmeticMatthias Radestock2012-05-161-11/+8
| | * add missing specMatthias Radestock2012-05-161-0/+1
| * | merge e1311dd42eba into bug24362bug24362Tim Watson2012-05-141-1/+1
| * | merge f6d1609212f9 into bug24362Tim Watson2012-05-141-1/+1
| * | merge default into this branchTim Watson2012-05-147-37/+46
| |\ \ | | |/
| * | OopsSimon MacMullen2012-05-081-1/+1
| * | cosmeticMatthias Radestock2012-05-031-13/+6
| * | Don't use an untrappable kill.Simon MacMullen2012-05-031-1/+1
| * | Switch to monitoring the overall supervisor.Simon MacMullen2012-05-031-34/+38
* | | Commentbug24919Simon MacMullen2012-05-231-0/+3
* | | on a second thought, it is better to reject options with missing argumentsFrancesco Mazzoli2012-05-232-6/+1
* | | incorporate most of Simon's patch changesFrancesco Mazzoli2012-05-224-129/+74
* | | get_options => parse_argumentsFrancesco Mazzoli2012-05-214-56/+59
* | | convert to list at the beginningFrancesco Mazzoli2012-05-211-2/+5
* | | simplify `rabbit_misc:get_options/4'Francesco Mazzoli2012-05-214-98/+84
* | | oopsFrancesco Mazzoli2012-05-171-1/+1
* | | add test for `rabbit_misc:get_options/4'Francesco Mazzoli2012-05-173-26/+88
* | | change to how `get_options/4' handles flagsFrancesco Mazzoli2012-05-173-36/+49