summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* improve clarity and correctnessbug26013Matthias Radestock2014-02-201-30/+38
| | | | | | | | | | - introduce blocked_by_alarm state predicate which makes it easier / more obvious to detect the transitions to/from - do not send 'unblocked' when the client doesn't have the capability - ditch superfluous true/false return from maybe_send_unblocked (now send_unblocked) - detect the transition into blocked_by_alarm that can result from handling conserve_resources (the original purpose of the bug)
* Eliminate a compiler warningMichael Klishin2014-02-191-1/+1
|
* Send connection.unblocked when connection is no longer blocked or all alarms ↵Michael Klishin2014-02-191-1/+4
| | | | clear
* Make connection.[un]blocked independent from flow controlMichael Klishin2014-02-191-16/+17
|
* Merge bug 26014Simon MacMullen2014-02-170-0/+0
|\
* | Don't call InnerFun and remove/3 if the binding was not there.bug26014Simon MacMullen2014-02-171-7/+9
|/
* Fix a syntax error in config exampleMichael Klishin2014-01-241-1/+1
|
* Merge bug26005Simon MacMullen2014-02-130-0/+0
|\
* | Handle down messages from the delegate, since that's what we're monitoring ↵bug26005Simon MacMullen2014-02-111-2/+4
|/ | | | locally. And make sure that cast/2 has cast-like semantics - don't blow up if the gen_server has stopped.
* Merge bug26000 into stable againSimon MacMullen2014-02-112-7/+27
|\
| * More documentation, slightly stricter types.bug26000Simon MacMullen2014-02-111-1/+14
| |
| * fix testsMatthias Radestock2014-02-101-6/+13
| |
* | Merge bug 26000 (into stable this time)Simon MacMullen2014-02-102-2/+17
|\ \ | |/ |/|
| * Merge bug25762Simon MacMullen2014-02-072-2/+17
| |\
| | * minimal fixbug25762Matthias Radestock2014-02-062-2/+17
| |/
* | Allow specifying a tx-fun.Simon MacMullen2014-02-061-44/+59
|/
* Added tag rabbitmq_v3_2_3 for changeset 915404021814Emile Joubert2014-01-230-0/+0
|
* Changelogs for 3.2.3rabbitmq_v3_2_3Emile Joubert2014-01-232-0/+9
|
* merge bug25929 into stableMatthias Radestock2014-01-200-0/+0
|\
* | handle setopts error gracefullybug25929Matthias Radestock2014-01-201-6/+11
|/
* Fix type errorSimon MacMullen2014-01-171-3/+3
|
* Merge bug25965Simon MacMullen2014-01-171-0/+19
|\
| * Merge bug 25952Simon MacMullen2014-01-171-0/+19
| |\
| | * Merge bug24927Simon MacMullen2014-01-170-0/+0
| | |\
| | * | oops, wrong branchbug24927Simon MacMullen2014-01-161-1/+0
| | | |
| | * | CapabilitySimon MacMullen2014-01-161-0/+1
| | | |
| | * | Revivify branch from earlier commit.Simon MacMullen2014-01-161-1/+1
| | | |
| | * | Staunch the flow of "Discarding message..." log messagesSimon MacMullen2014-01-151-0/+19
| | |/
* | | Oops x 2bug25965Simon MacMullen2014-01-171-1/+1
| | |
* | | OopsSimon MacMullen2014-01-171-3/+4
| | |
* | | Limit maximum message size.Simon MacMullen2014-01-174-6/+24
|/ /
* | Remove inanity.bug25952Simon MacMullen2014-01-171-4/+1
| |
* | Avoid "Absurdly large distribution output data buffer" death.Simon MacMullen2014-01-162-38/+79
|/
* simplify even furtherMatthias Radestock2014-01-101-4/+4
|
* simplify, remove redundant codeMatthias Radestock2014-01-101-7/+4
|
* tiny refactor: better function nameMatthias Radestock2014-01-091-6/+6
| | | | ...and more sensible case order
* cosmetic: whitespaceMatthias Radestock2014-01-081-54/+48
|
* Merge bug25936Simon MacMullen2014-01-081-1/+3
|\
| * Merge bug25945 againSimon MacMullen2014-01-071-1/+3
| |\
| | * Uh, that function needs another headerbug25945Simon MacMullen2014-01-071-1/+3
| | |
* | | consumers/1 returns a list of 4-tuples now.bug25936Simon MacMullen2014-01-071-1/+1
|/ /
* | Merge bug25945Simon MacMullen2014-01-070-0/+0
|\ \ | |/ |/|
* | Notify on channel down.Simon MacMullen2014-01-071-0/+10
|/
* Merge bug25928 againSimon MacMullen2014-01-062-2/+2
|\
| * Revert the changes to the error thrown.bug25928Simon MacMullen2014-01-062-2/+2
| |
* | simplifyMatthias Radestock2014-01-011-2/+2
| |
* | small refactor: simplify AMQP version negotiation a little bitMatthias Radestock2014-01-011-13/+15
| |
* | correct typo in commentMatthias Radestock2014-01-011-1/+1
| | | | | | | | This was introduced in http://hg.rabbitmq.com/rabbitmq-server/rev/4852382b462b
* | refactor: inlineMatthias Radestock2013-12-241-8/+6
| |
* | various simplifying refactorsMatthias Radestock2013-12-231-93/+93
| | | | | | | | | | these are actually all quite trivial; the diffs are large mainly due to whitspace and renames