summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* correct return value of rabbit_amqqueue:delete_immediately/1Matthias Radestock2012-03-232-3/+4
* monitor queue senders with pmonMatthias Radestock2012-03-233-39/+33
* use pmon in mirror_queue_slaveMatthias Radestock2012-03-232-25/+21
* use pmon in queue_coordinatorMatthias Radestock2012-03-231-15/+6
* use pmon in queue_collectorMatthias Radestock2012-03-234-27/+25
* use pmon in rabbit_channelMatthias Radestock2012-03-231-12/+9
* use pmon in amqqueue_processMatthias Radestock2012-03-231-46/+32
* first cut of helper module for keeping track of process monitorsMatthias Radestock2012-03-231-0/+64
* Merge headsSimon MacMullen2012-03-221-1/+3
|\
| * fix specMatthias Radestock2012-03-221-1/+3
* | cosmeticMatthias Radestock2012-03-221-3/+2
* | consistencyMatthias Radestock2012-03-221-1/+1
* | cosmetic: log queue name with rabbit_misc:rs/1, like everywhere elseMatthias Radestock2012-03-221-2/+2
* | fix a possible leakMatthias Radestock2012-03-221-4/+3
|/
* Accomodate a desire to avoid polluting the logsMatthew Sackman2012-03-221-0/+13
* Merge bug24810 again again.Simon MacMullen2012-03-213-2/+5
|\
| * So we actually need to handle the case of starting from scratch separately, o...Simon MacMullen2012-03-213-2/+5
* | Merged bug24810 into defaultEmile Joubert2012-03-212-2/+13
|\ \ | |/
| * It's possible somehow we could be left with an empty mnesia directory (spotte...Simon MacMullen2012-03-212-2/+10
| * If don't even have an mnesia dir yet, treat that as meaning "no upgrades need...Simon MacMullen2012-03-211-1/+4
* | And if an {intrinsic, Delay} child exits normally/shutdown, remember to reall...Matthew Sackman2012-03-211-0/+2
* | Some cosmetics; Some consistency of ordering; There is no good reason why del...Matthew Sackman2012-03-211-14/+17
* | Apply supplied patch to support normal/shutdown termination of delayed restar...Ivan Dyachkov2012-03-211-10/+15
|/
* Look for cluster nodes in Mnesia's view of the world (in case we are a disc n...Simon MacMullen2012-03-201-1/+4
* Simple test for multi call - and reverse the lists so they come out the same ...Simon MacMullen2012-03-152-1/+22
* Slightly nicer to use a -define().Simon MacMullen2012-03-151-1/+3
* CommentSimon MacMullen2012-03-141-1/+2
* Only sleep as much as we need, and tail recurse properly.Simon MacMullen2012-03-141-6/+5
* Hush, little dialyzer, don't cry.Simon MacMullen2012-03-141-2/+2
* Scatter-gather.Simon MacMullen2012-03-142-4/+33
* This fixes the bug, but it does not scatter-gather, which would certainly be ...Simon MacMullen2012-03-142-12/+29
* Merge bug24779Simon MacMullen2012-03-073-13/+15
|\
| * Let it crash...Simon MacMullen2012-03-071-7/+1
| * Ahem.Simon MacMullen2012-03-071-1/+1
| * Try to close the socket immediately on reader death.Simon MacMullen2012-03-072-6/+14
* | Add to qi the equivalent of msg_store_file:scan and rework a specialised walk...Matthew Sackman2012-03-061-12/+38
|/
* cosmetic, plus report Pid instead of {ok, Pid}Matthias Radestock2012-03-051-7/+6
* cosmeticMatthias Radestock2012-03-021-3/+3
* In fact, let's not call handle_ch_down in the case where we get a 'DOWN' whil...Simon MacMullen2012-03-011-5/+9
* And a commentSimon MacMullen2012-03-011-0/+2
* Actually be slightly more minimal about what we move.Simon MacMullen2012-03-011-10/+10
* Don't throw away 'DOWN' in delayed_stop.Simon MacMullen2012-03-011-15/+16
* Copy the error_string concept from ctl, in order to never format a string wit...Simon MacMullen2012-02-291-6/+11
* Merge bug24558Simon MacMullen2012-02-294-53/+50
|\
| * Missing specSimon MacMullen2012-02-291-0/+1
| * Assert in timeout, better sync comment, changed naming of needs_index_sync.Francesco Mazzoli2012-02-292-6/+6
| * Checking for memory usage in needs_timeoutFrancesco Mazzoli2012-02-221-4/+12
| * Using SYNC_INTERVAL for the idle timeout as well.Francesco Mazzoli2012-02-221-4/+3
| * Removed reduce_memory_use test before actual reduce_memory_use in timeout/1.Francesco Mazzoli2012-02-221-8/+1
| * Removed sync_if/2 and sync/2.Francesco Mazzoli2012-02-221-22/+7