summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Better comment.bug24265Simon MacMullen2012-01-061-2/+4
|
* RFC 4514 states that non-acsii chars get converted to UTF-8 and then escaped ↵Simon MacMullen2012-01-061-1/+1
| | | | - e.g. U+00A3 POUND SIGN encodes as \C2\A3.
* Oops, actually this converted "foo" to ["foo"].Simon MacMullen2012-01-061-1/+1
|
* Avoid putting quotes around domainComponents.Simon MacMullen2012-01-061-0/+4
|
* peer_cert_subject_itemn -> peer_cert_subject_items, there's no guarantee ↵Simon MacMullen2012-01-061-6/+6
| | | | we'll only have one!
* 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.
* 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
| | | | |
| | | | * Filter out connections which no longer exist.Simon MacMullen2011-11-242-4/+10
| | | | |
| | | * | comment out failing test to check whether others fail tooMatthias Radestock2011-11-291-1/+3
| | | | |
| | * | | Record the master together with all the slavesbug24561Emile Joubert2011-11-221-1/+1
| | | | |
| * | | | Advice for windows service users when changing pluginsbug24595Emile Joubert2011-11-302-5/+18
| | |/ / | |/| |
| * | | Merged bug24578 into defaultEmile Joubert2011-11-291-1/+1
| |\ \ \
| | * | | Don't add message id to the set of msgs we've heard of from gm but not ↵bug24578Simon MacMullen2011-11-221-1/+1
| | |/ / | | | | | | | | | | | | channel, if we actually *have* heard of it from the channel.