summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Uh, that function needs another headerSimon MacMullen2014-01-071-1/+3
* 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.Simon 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
* | refactor: inlineMatthias Radestock2013-12-241-8/+6
* | various simplifying refactorsMatthias Radestock2013-12-231-93/+93
* | tiny refactorsMatthias Radestock2013-12-231-6/+8
* | cosmetic, largely whitespaceMatthias Radestock2013-12-231-10/+10
* | Merge bug25928Simon MacMullen2013-12-192-2/+5
|\ \ | |/
| * Keep the two handle_exception()s together.Simon MacMullen2013-12-191-3/+3
| * Treat connection errors on write the same as on read.Simon MacMullen2013-12-172-1/+4
* | Scarier warningSimon MacMullen2013-12-191-10/+13
|/
* Merge bug25899Simon MacMullen2013-12-061-2/+12
|\
| * ExplainSimon MacMullen2013-12-061-0/+2
| * Make sure that our last event before going sorta-idle is not one in which we ...Simon MacMullen2013-12-051-2/+10
* | Remove unnecessary test.Matthew Sackman2013-12-061-12/+1
* | Undo some changes.Matthew Sackman2013-12-062-42/+11
* | Rather than just querying a single remote node, query them all, and accomodat...Matthew Sackman2013-12-042-11/+42
|/
* Ooops.Matthew Sackman2013-11-281-2/+2
* Introduce halt_on_upgrade_failure app env param and set it to true. Only thro...Matthew Sackman2013-11-281-2/+7
* Ensure that we always interleave start / stop / start / stop.Simon MacMullen2013-11-281-1/+5
* Do nothing if the rabbit application is already running. Similarly, don't exp...Simon MacMullen2013-11-281-13/+19
* Merge in stableSimon MacMullen2013-11-223-40/+65
|\
| * Restore synchronous addition of slaves in the queue.declare case.Simon MacMullen2013-11-123-25/+39
| * Forgot to add a specSimon MacMullen2013-11-111-0/+1
| * Re-add the log invocations we lost. This does lead to the stale master pid wa...Simon MacMullen2013-11-112-3/+7
| * Port the deadlock-breaking code from bug 25852.Simon MacMullen2013-11-112-30/+40
* | Merge bug25867Simon MacMullen2013-11-222-16/+51
|\ \ | |/
| * Remove 'evil' receive block.Simon MacMullen2013-11-111-14/+18
| * Cope with clients dying.Simon MacMullen2013-11-082-16/+47
* | More explanationSimon MacMullen2013-11-221-0/+2
* | Improve comment.Simon MacMullen2013-11-181-3/+4
* | ExplainSimon MacMullen2013-11-061-0/+3
* | Maybe sync on slave promotion.Simon MacMullen2013-11-061-3/+4
|/
* Merged bug25849 into stablerabbitmq_v3_2_1Emile Joubert2013-11-011-0/+5
|\
| * sp.Emile Joubert2013-11-011-1/+1
| * We can get down_from_gm twice in a row, don't blow up if we do.Simon MacMullen2013-10-281-0/+5
* | Merged bug25618 into stableEmile Joubert2013-11-011-16/+25
|\ \
| * | Remove use of gm:leave/1: it does almost nothing, master does not invoke it, ...Simon MacMullen2013-10-291-7/+2
| * | Attempt to clean up actions when terminating a slave. Slave termination now n...Simon MacMullen2013-10-291-15/+29
* | | That async_dirty is not needed, there's one in rabbit_runtime_parameters:list/2.Simon MacMullen2013-11-011-5/+1
* | | Merged bug25846 into stableEmile Joubert2013-10-314-11/+14
|\ \ \ | |/ / |/| |
| * | Non-Windows 32 bit platforms tend to only give you 2GB address space per proc...Simon MacMullen2013-10-301-2/+2
| * | Merged bug25838 into stableEmile Joubert2013-10-282-8/+11
| |\ \
| | * | Eliminate use of gen_server:call/2.Simon MacMullen2013-10-242-8/+11
| * | | Merged bug25826 into stableEmile Joubert2013-10-2846-1167/+2182
| |\ \ \ | | |/ /
| * | | Sync before rename, since the rename is not affected by the sync and doing it...Simon MacMullen2013-10-211-1/+1