summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Merge bug24674Simon MacMullen2012-01-169-130/+95
| | |\ \ \ \ \
| | * | | | | | fix rabbitmqctl error reporting under R15bug24674Matthias Radestock2012-01-121-3/+11
| | | | | | | |
| * | | | | | | fix supervisor2 bug reported by dialyzerbug24676Matthias Radestock2012-01-161-2/+2
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The erroneous code is invoked when a child terminates normally at the same time as it is being terminated by the supervisor. So unsurprisingly we haven't seen this, and it's hard to test.
| * | | | | | Merge bug24681Simon MacMullen2012-01-160-0/+0
| |\ \ \ \ \ \
| * | | | | | | merge rabbit_router:deliver into rabbit_amqqueue:deliverbug24681Matthias Radestock2012-01-167-92/+67
| |/ / / / / /
| * | | | | | Revert b03fe604af24. Not enough sleep.Simon MacMullen2012-01-131-2/+2
| | | | | | |
| * | | | | | Merge bug 24673Simon MacMullen2012-01-130-0/+0
| |\ \ \ \ \ \
| * | | | | | | Emit the timeout in the stats event.bug24673Simon MacMullen2012-01-131-2/+2
| |/ / / / / /
| * | | | | | a little bit of refactoring on the readerMatthias Radestock2012-01-121-35/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - move the 'blocked'-induced heartbeater disabling to the point at which the transition to the 'blocked' state takes place. This makes the correlation between these two events more obvious. It also prevents duplicate invocations of rabbit_heartbeat:pause_monitor/1, which hitherto was accomplished by relying on switch_callback/3 never getting called while 'blocked' - an assumption that could easily become invalid one day. - a little bit of inlining of timeout calculation code in close_connection/1. - more compact case handling in handle_dependent_exit/3 and wait_for_channel_termination/2.
| * | | | | | Merge bug24636 moreEmile Joubert2012-01-121-3/+5
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | oopsbug24636Matthias Radestock2012-01-121-3/+5
| | | | | | |
| * | | | | | 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
| |\ \ \ \ | | |/ / /
| * | | | carry on accepting tcp connections after an errorbug24649Matthias Radestock2011-12-301-0/+7
| | | | |
* | | | | 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
| | |\ \