summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix rabbitmqctl error reporting under R15bug24674Matthias Radestock2012-01-121-3/+11
|
* Merged bug24636 into defaultEmile Joubert2012-01-123-3/+3
|\
| * Merged bug24665 into defaultEmile Joubert2012-01-101-2/+1
| |\
| * | don't start cpu_supbug24617Matthias Radestock2012-01-093-3/+3
| | | | | | | | | | | | | | | | | | | | | We've not needed this for some time. Note that we still need to a) depend on os_mon (it's needed for memory reporting under windows), and b) disable various bits of os_mon explicitly since they otherwise start up by default.
* | | rename fd stats items to make their meaning more obviousMatthias Radestock2012-01-112-7/+7
| | | | | | | | | | | | | | | - and arrange them in limit/used order - and make process count info look the same
* | | cosmeticMatthias Radestock2012-01-101-11/+11
| | |
* | | include a few more pieces of info in rabbit:statusMatthias Radestock2012-01-101-1/+8
| | | | | | | | | | | | stuff reported in management that isn't reported elsewhere already.
* | | include fd info in rabbit:status()Matthias Radestock2012-01-103-17/+22
| |/ |/| | | | | | | | | | | There is a slight layer violation here - we label the info items with 'socket...', which is correct in the rabbit context but really could be any fd in other contexts. Note though that we already mentioned sockets in the log message produced on startup.
* | cosmetic: remove nonsensical commentMatthias Radestock2012-01-101-2/+1
|/
* Merge bug24649.Simon MacMullen2012-01-093-26/+21
|\
| * Merged bug24659 into default (2)Emile Joubert2012-01-053-25/+19
| |\
| | * Merged bug24659 into default (1)Emile Joubert2012-01-051-1/+1
| | |\
| | | * When available, use VERSION defined in the environment.Piotr Sikora2011-12-211-1/+1
| | | |
| | * | another, even tinier, refactorMatthias Radestock2012-01-041-5/+2
| | | |
| | * | tiny refactorMatthias Radestock2012-01-041-19/+14
| | | |
| | * | Merged bug24644Emile Joubert2012-01-041-0/+2
| | |\ \ | | | |/ | | |/|
| | | * Added modification to portfile made on previous release by macports.orgbug24644Steve Powell2011-12-231-0/+2
| | |/ | | | | | | | | | see https://trac.macports.org/changeset/87628
| * | Portability: use temporary files instead of "sed -i".bug24659Piotr Sikora2011-12-211-1/+2
| |/ | | | | | | The "-i" option isn't available on BSD systems.
* | carry on accepting tcp connections after an errorbug24649Matthias Radestock2011-12-301-0/+7
|/
* Added tag rabbitmq_v2_7_1 for changeset dc103b0d36b5Steve Powell2011-12-200-0/+0
|
* Updated changelogs for 2.7.1rabbitmq_v2_7_1Steve Powell2011-12-202-0/+9
|
* Merged bug24631 into defaultEmile Joubert2011-12-151-1/+5
|\
| * Ignore force_event_refresh if we have not finished handshaking.bug24631Simon MacMullen2011-12-151-1/+5
| |
* | Merge bug24582Jerry Kuch2011-12-1415-66/+230
|\ \ | |/
| * Merge bug24628 into default.Simon MacMullen2011-12-140-0/+0
| |\
| * | Updated definition of whereis_namebug24628Emile Joubert2011-12-141-2/+16
| | |
| * | global:safe_whereis_name/1 has been removedEmile Joubert2011-12-141-2/+2
| |/
| * Merge bug24618Simon MacMullen2011-12-121-3/+1
| |\
| | * I think we can be sure that it's not.Simon MacMullen2011-12-091-3/+1
| | |
| * | Cosmetic / revertbug24618Simon MacMullen2011-12-121-2/+1
| | |
| * | remove rabbit dependencies from gmEmile Joubert2011-12-121-5/+10
| | |
| * | Separate member construction functionEmile Joubert2011-12-091-1/+3
| | |
| * | Extend member structure to prevent pid collisionsEmile Joubert2011-12-091-14/+22
| |/
| * Merge bug24595 into defaultJim Apperly2011-12-076-21/+90
| |\
| | * Merge bug24607.Simon MacMullen2011-12-051-0/+22
| | |\
| | | * reduce queue/exchange deletion complexitybug24607Matthias Radestock2011-12-011-0/+22
| | | | | | | | | | | | | | | | from O(binding_count^2) to O(binding_count)
| | * | Merged bug24612 into defaultEmile Joubert2011-12-052-14/+51
| | |\ \
| | | * | Matthiasness.bug24612Simon MacMullen2011-12-011-2/+1
| | | | |
| | | * | We need to distinguish between the already_started we make get back from the ↵Simon MacMullen2011-12-011-3/+7
| | | | | | | | | | | | | | | | | | | | real supervisor (which we need to treat as a real error at init) and the one we cons up ourselves (which we can ignore at init since in general all the mirrored sups in a group will have the same childspecs). But we treat them both as errors for start_child though.
| | | * | OopsSimon MacMullen2011-12-011-1/+1
| | | | |
| | | * | Handle children that fail to start at init properly, by shutting down.Simon MacMullen2011-12-012-13/+24
| | | | | | | | | | | | | | | | | | | | Maybe we should log something though.
| | | * | Slightly clearer.Simon MacMullen2011-12-011-10/+4
| | | | |
| | | * | OopsSimon MacMullen2011-12-011-0/+1
| | | | |
| | | * | Failing test.Simon MacMullen2011-12-011-0/+28
| | | |/
| | * | Merge bug 24608 (qproc and mirror_slave disagree on data structure for ↵Simon MacMullen2011-12-021-3/+5
| | |\ \ | | | | | | | | | | | | | | | msg_id_to_channel)
| | | * | Minor ecumenical matterbug24608Emile Joubert2011-12-011-2/+2
| | | | |
| | | * | Foster agreement on type of msg_id_to_channelEmile Joubert2011-12-011-3/+5
| | | |/
| | * | Merge bug 24561 (x-ha-policy=nodes doesn't fully cope with failure of master)Simon MacMullen2011-12-028-28/+92
| | |\ \ | | | |/
| | | * Merged bug24591 into defaultEmile Joubert2011-11-301-2/+8
| | | |\
| | | | * Move the try / catch into rabbit_networking.bug24591Simon MacMullen2011-11-242-7/+7
| | | | |