summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Turns out it's very important that we do write the schema_version when call m...bug23425Matthew Sackman2011-03-231-1/+2
* Abstract out continuationMatthew Sackman2011-03-232-16/+15
* Merge headsSimon MacMullen2011-03-2313-141/+185
|\
| * Detect discnodeishness prior to suffering disclessnessMatthew Sackman2011-03-231-1/+3
| * sort out how often and when we do the rabbit:prepare (set up log handlers), a...Matthew Sackman2011-03-233-10/+7
| * New decree is that you're not meant to match against ensure_stuff callsMatthew Sackman2011-03-232-7/+11
| * Merge default into bug23425Matthew Sackman2011-03-238-147/+485
| |\
| | * Renaming bits and pieces for consistency and checking a few more return value...Matthew Sackman2011-03-222-19/+21
| * | Merging heads of defaultMatthew Sackman2011-03-232-30/+32
| |\ \
| | * | cosmetic(ish): no need to match the return of ensure_*Matthias Radestock2011-03-221-8/+8
| | * | Enforce a bunch of returnsMatthew Sackman2011-03-221-22/+24
| * | | Added tag rabbitmq_v2_4_0 for changeset c4f487dab865Alexandru Scvortov2011-03-230-0/+0
| * | | 2.4.0 changelog entries for debian and fedorarabbitmq_v2_4_0Alexandru Scvortov2011-03-232-0/+9
| |/ /
| * | merge bug23730 into default (Make Debian packages depend on "erlang-nox" meta...Alexandru Scvortov2011-03-221-4/+1
| |\ \
| | * | Switch to erlang-nox.bug23730Simon MacMullen2011-03-221-1/+1
| | * | Merge from defaultSimon MacMullen2011-03-221-4/+1
| | |\ \
| | | * | Just depend on "erlang".Simon MacMullen2011-02-071-4/+1
| * | | | clarify documentation (thanks Emile)Matthew Sackman2011-03-221-4/+7
| |/ / /
| * | | Merge bug 23963 (rabbit_exchange_type:delete/3 only called for non-autodelete...Simon MacMullen2011-03-211-11/+12
| |\ \ \
| | * | | Make code prettierbug23963Matthew Sackman2011-03-171-12/+12
| | * | | Make sure we record if an exchange is actually deleted...Matthew Sackman2011-03-171-6/+7
| * | | | cosmeticMatthew Sackman2011-03-171-1/+1
| |/ / /
| * | | merge bug23942 into defaultMatthias Radestock2011-03-172-23/+40
| |\ \ \
| | * | | minor refactor of testbug23942Matthew Sackman2011-03-161-6/+4
| | * | | Ensure we hit both branches of fhc:filter_pendingMatthew Sackman2011-03-141-9/+15
| | * | | Merging bug23948 to bug23942Matthew Sackman2011-03-149-184/+237
| | |\ \ \
| | * | | | Adjusted test to hit code pathMatthew Sackman2011-03-141-13/+28
| | * | | | FixMatthew Sackman2011-03-141-9/+7
| * | | | | merging bug23929 to defaultMatthew Sackman2011-03-171-35/+45
| |\ \ \ \ \
| | * | | | | and again, _don't_ record confirm on immediate if we don't deliver...bug23929Matthew Sackman2011-03-171-1/+4
| | * | | | | refactoringsMatthew Sackman2011-03-161-33/+23
| | * | | | | refactorAlexandru Scvortov2011-03-161-15/+8
| | * | | | | don't record anything confirm-related for immediate unroutable messagesAlexandru Scvortov2011-03-161-26/+50
* | | | | | | Record all nodes, don't list them when we refuse to start.Simon MacMullen2011-03-233-23/+17
| |_|_|_|_|/ |/| | | | |
* | | | | | Better name, vertical space.Simon MacMullen2011-03-211-13/+11
* | | | | | When upgrading a secondary node we call init_db twice: once early to force a ...Simon MacMullen2011-03-212-13/+18
* | | | | | Don't try to determine whether a backup is needed before doing anything, take...Simon MacMullen2011-03-211-40/+18
* | | | | | Oops.Simon MacMullen2011-03-211-2/+2
* | | | | | maybe_remove_backup is safe when returning version_not_available since we wou...Simon MacMullen2011-03-211-10/+9
* | | | | | Merge headsSimon MacMullen2011-03-211-22/+18
|\ \ \ \ \ \
| * | | | | | Various QA tidyups, and stop exporting the backup / remove backup functions.Simon MacMullen2011-03-211-22/+18
* | | | | | | Well I thought =~= was beautiful and appropriately approximate to ==Matthew Sackman2011-03-183-5/+5
|/ / / / / /
* | | | | | Take a single backup before any upgrade, remove it when we're all clear.Simon MacMullen2011-03-181-37/+69
* | | | | | Merge headsSimon MacMullen2011-03-183-21/+20
|\ \ \ \ \ \
| * | | | | | Can't call =~= with non-version args, thus shuffle things around a bit. End u...Matthew Sackman2011-03-171-17/+16
| * | | | | | Improve symmetry: if we write the running_disc_nodes on rabbit shutdown, we s...Matthew Sackman2011-03-172-2/+2
| * | | | | | rabbit:stop() is not always called when rabbit is stopping. E.g. q(). doesn't...Matthew Sackman2011-03-172-2/+2
* | | | | | | Ensure mnesia is stopped for the local upgrade backup.Simon MacMullen2011-03-181-2/+3
|/ / / / / /
* | | | | | If we have version_not_available, then it makes sense to have version_mismatc...Matthew Sackman2011-03-171-2/+1
* | | | | | renamingsMatthew Sackman2011-03-173-35/+34