summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge bug24911rabbitmq_v2_8_2Simon MacMullen2012-04-271-1/+1
|\
| * another attempt at pacifying the CI godsMatthias Radestock2012-04-271-1/+1
| |
* | properly ignore dynamic children that return 'ignore' from init/1Matthias Radestock2012-04-271-0/+4
|/ | | | | thus preventing an explosion on supervisor shutdown when we would otherwise trip over unlinking an 'undefined' pid.
* Merge bug24909Simon MacMullen2012-04-261-3/+3
|\
| * Report error better in case disk free check failsEmile Joubert2012-04-261-2/+2
| |
| * Correct disk free checking command on windowsEmile Joubert2012-04-261-1/+1
|/
* bump the mirror_supervisor_tests wait time to reduce ci failure rateMatthias Radestock2012-04-261-1/+1
|
* Merged bug24866 into defaultEmile Joubert2012-04-252-5/+23
|\
| * Increase buffer size for the port driver to match that used by the ↵Simon MacMullen2012-04-232-5/+23
| | | | | | | | underlying socket.
* | Merge bug 24790Simon MacMullen2012-04-254-10/+187
|\ \
| * | One less substitution. Pity RHEL and SUSE also differ gratuitously.Simon MacMullen2012-04-252-2/+1
| | |
| * | Move the Debian init script to its natural placeSimon MacMullen2012-04-252-1/+0
| | |
| * | Move the remaining common init script to RPMsSimon MacMullen2012-04-252-0/+1
| | |
| * | Allow stopping stopped; and starting started brokerEmile Joubert2012-04-251-12/+12
| | | | | | | | | | | | Consistency and description
| * | lsb init script for debianEmile Joubert2012-04-242-8/+186
| | |
* | | Merge bug24884Simon MacMullen2012-04-2511-66/+103
|\ \ \
| * \ \ Merge bug24848Simon MacMullen2012-04-2413-116/+159
| |\ \ \ | | |/ /
| | * | Merged bug24885 into defaultEmile Joubert2012-04-237-54/+83
| | |\ \
| | | * \ Merge bug24877Simon MacMullen2012-04-233-0/+12
| | | |\ \
| | | | * | 755 is wrong, this should not be executable. Somehow it ends up not ↵Simon MacMullen2012-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | executable anyway, but we shouldn't say it is...
| | | | * | I don't think we need a licence header, and it's intimidating. Rephrase a ↵Simon MacMullen2012-04-231-25/+8
| | | | | | | | | | | | | | | | | | | | | | | | bit too.
| | | | * | Add ulimit default file to debian package installation and source it on ↵Steve Powell2012-04-233-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | server start.
| | | * | | Merged bug24833 into defaultEmile Joubert2012-04-231-1/+1
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | fix type signature for rabbit_basic:map_headers/2Francesco Mazzoli2012-04-231-1/+1
| | | | | |
| | | | * | merge defaultFrancesco Mazzoli2012-04-2342-900/+1031
| | | | |\ \
| | | * | \ \ Merge headsSimon MacMullen2012-04-231-13/+28
| | | |\ \ \ \ | | | | |_|_|/ | | | |/| | |
| | | | * | | Merge bug24860Simon MacMullen2012-04-201-13/+28
| | | | |\ \ \
| | | | | * | | track queues which may have delivered non-autoack messages to channelMatthias Radestock2012-04-121-13/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...so that we can ensure that acks/requeues have been seen by those queues during an orderly shutdown by the time a 'close' (in the error case) or 'close_ok' is sent.
| | | * | | | | cosmeticMatthew Sackman2012-04-231-1/+1
| | | | |_|_|/ | | | |/| | |
| | | * | | | cosmeticMatthias Radestock2012-04-201-9/+9
| | | | | | |
| | | * | | | merge bug24882 into defaultMatthias Radestock2012-04-202-6/+15
| | | |\ \ \ \
| | | | * | | | cosmeticMatthew Sackman2012-04-191-10/+9
| | | | | | | |
| | | | * | | | Merge bug24863 to defaultMatthew Sackman2012-04-191-7/+18
| | | | |\ \ \ \
| | | | | * | | | In general, avoid unnecessary interleaving of mutating stateMatthew Sackman2012-04-191-1/+1
| | | | | | | | |
| | | | | * | | | ack_nacked_messages -> ack_if_no_dlxFrancesco Mazzoli2012-04-191-5/+5
| | | | | | | | |
| | | | | * | | | Re-creating bug24863 branching of defaultFrancesco Mazzoli2012-04-181-7/+18
| | | | | | | | |
| | | * | | | | | simplifying refactorMatthias Radestock2012-04-201-14/+10
| | | | | | | | |
| | | * | | | | | Checking for existance of DLX in dead_letter_publishFrancesco Mazzoli2012-04-191-18/+14
| | | | | | | | |
| * | | | | | | | Cosmetic. Ish.Simon MacMullen2012-04-241-9/+11
| | | | | | | | |
| * | | | | | | | Move node waiting to rabbit_control.Francesco Mazzoli2012-04-236-116/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That functionality doesn't have much to do with rabbit itself (we should leave it undocumented).
| * | | | | | | | Exiting when modules can't be found.Francesco Mazzoli2012-04-171-1/+2
| | | | | | | | |
| * | | | | | | | Added wait_node script to wait for the node to be up.Francesco Mazzoli2012-04-173-7/+25
| | | | | | | | |
| * | | | | | | | Moved various functions that query the status of applications from ↵Francesco Mazzoli2012-04-174-76/+92
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | rabbit_control to rabbit_misc.
* | | | | | | | Update the msg_id_ack in set_length.Francesco Mazzoli2012-04-241-12/+16
| | | | | | | |
* | | | | | | | AckMsgs -> AckRequired in master:purgeFrancesco Mazzoli2012-04-231-1/+1
| | | | | | | |
* | | | | | | | merge bug24885Francesco Mazzoli2012-04-232-4/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | merge bug24885Francesco Mazzoli2012-04-192-4/+4
| |\ \ \ \ \ \ \
| | * | | | | | | Explicitly acking/not acking when calling bq:fetch in set_length in an HA slaveFrancesco Mazzoli2012-04-192-4/+4
| | | | | | | | |
* | | | | | | | | Damn sleep in Makefile...Francesco Mazzoli2012-04-231-1/+1
| | | | | | | | |
* | | | | | | | | Make rabbit_variable_queue:dropwhile tail recursiveFrancesco Mazzoli2012-04-232-6/+7
| | | | | | | | |