| Commit message (Expand) | Author | Age | Files | Lines |
| * | Attempt to flesh out the essay slightly more. | Simon MacMullen | 2012-04-02 | 1 | -7/+15 |
| * | erhm. it helps to actually add this. | Matthias Radestock | 2012-03-22 | 1 | -0/+103 |
| * | convert channel to use new dtree data structure for confirm tracking | Matthias Radestock | 2012-03-22 | 1 | -81/+21 |
| * | merge default into bug24750 | Matthias Radestock | 2012-03-22 | 2 | -91/+41 |
| |\ |
|
| | * | get rid of rabbit_misc:gb_trees_set_insert/3 | Matthias Radestock | 2012-03-22 | 1 | -12/+1 |
| | * | merge default into bug24750 | Matthias Radestock | 2012-03-22 | 1 | -79/+40 |
| | |\ |
|
| | | * | convert the queue to use dtree for confirm tracking | Matthias Radestock | 2012-03-22 | 1 | -80/+40 |
| * | | | cosmetic | Matthias Radestock | 2012-03-22 | 1 | -3/+2 |
| |/ / |
|
| * | | consistency | Matthias Radestock | 2012-03-22 | 1 | -1/+1 |
| * | | cosmetic: log queue name with rabbit_misc:rs/1, like everywhere else | Matthias Radestock | 2012-03-22 | 1 | -2/+2 |
| * | | fix a possible leak | Matthias Radestock | 2012-03-22 | 1 | -4/+3 |
| * | | Accomodate a desire to avoid polluting the logs | Matthew Sackman | 2012-03-22 | 1 | -0/+13 |
| |/ |
|
| * | Merge bug24810 again again. | Simon MacMullen | 2012-03-21 | 3 | -2/+5 |
| |\ |
|
| | * | So we actually need to handle the case of starting from scratch separately, o... | Simon MacMullen | 2012-03-21 | 3 | -2/+5 |
| * | | Merged bug24810 into default | Emile Joubert | 2012-03-21 | 2 | -2/+13 |
| |\ \
| |/ |
|
| | * | It's possible somehow we could be left with an empty mnesia directory (spotte... | Simon MacMullen | 2012-03-21 | 2 | -2/+10 |
| | * | If don't even have an mnesia dir yet, treat that as meaning "no upgrades need... | Simon MacMullen | 2012-03-21 | 1 | -1/+4 |
| * | | And if an {intrinsic, Delay} child exits normally/shutdown, remember to reall... | Matthew Sackman | 2012-03-21 | 1 | -0/+2 |
| * | | Some cosmetics; Some consistency of ordering; There is no good reason why del... | Matthew Sackman | 2012-03-21 | 1 | -14/+17 |
| * | | Apply supplied patch to support normal/shutdown termination of delayed restar... | Ivan Dyachkov | 2012-03-21 | 1 | -10/+15 |
| |/ |
|
| * | Look for cluster nodes in Mnesia's view of the world (in case we are a disc n... | Simon MacMullen | 2012-03-20 | 1 | -1/+4 |
| * | Simple test for multi call - and reverse the lists so they come out the same ... | Simon MacMullen | 2012-03-15 | 2 | -1/+22 |
| * | Slightly nicer to use a -define(). | Simon MacMullen | 2012-03-15 | 1 | -1/+3 |
| * | Comment | Simon MacMullen | 2012-03-14 | 1 | -1/+2 |
| * | Only sleep as much as we need, and tail recurse properly. | Simon MacMullen | 2012-03-14 | 1 | -6/+5 |
| * | Hush, little dialyzer, don't cry. | Simon MacMullen | 2012-03-14 | 1 | -2/+2 |
| * | Scatter-gather. | Simon MacMullen | 2012-03-14 | 2 | -4/+33 |
| * | This fixes the bug, but it does not scatter-gather, which would certainly be ... | Simon MacMullen | 2012-03-14 | 2 | -12/+29 |
| * | Merge bug24779 | Simon MacMullen | 2012-03-07 | 3 | -13/+15 |
| |\ |
|
| | * | Let it crash... | Simon MacMullen | 2012-03-07 | 1 | -7/+1 |
| | * | Ahem. | Simon MacMullen | 2012-03-07 | 1 | -1/+1 |
| | * | Try to close the socket immediately on reader death. | Simon MacMullen | 2012-03-07 | 2 | -6/+14 |
| * | | Add to qi the equivalent of msg_store_file:scan and rework a specialised walk... | Matthew Sackman | 2012-03-06 | 1 | -12/+38 |
| |/ |
|
| * | cosmetic, plus report Pid instead of {ok, Pid} | Matthias Radestock | 2012-03-05 | 1 | -7/+6 |
| * | cosmetic | Matthias Radestock | 2012-03-02 | 1 | -3/+3 |
| * | In fact, let's not call handle_ch_down in the case where we get a 'DOWN' whil... | Simon MacMullen | 2012-03-01 | 1 | -5/+9 |
| * | And a comment | Simon MacMullen | 2012-03-01 | 1 | -0/+2 |
| * | Actually be slightly more minimal about what we move. | Simon MacMullen | 2012-03-01 | 1 | -10/+10 |
| * | Don't throw away 'DOWN' in delayed_stop. | Simon MacMullen | 2012-03-01 | 1 | -15/+16 |
| * | Copy the error_string concept from ctl, in order to never format a string wit... | Simon MacMullen | 2012-02-29 | 1 | -6/+11 |
| * | Merge bug24558 | Simon MacMullen | 2012-02-29 | 4 | -53/+50 |
| |\ |
|
| | * | Missing spec | Simon MacMullen | 2012-02-29 | 1 | -0/+1 |
| | * | Assert in timeout, better sync comment, changed naming of needs_index_sync. | Francesco Mazzoli | 2012-02-29 | 2 | -6/+6 |
| | * | Checking for memory usage in needs_timeout | Francesco Mazzoli | 2012-02-22 | 1 | -4/+12 |
| | * | Using SYNC_INTERVAL for the idle timeout as well. | Francesco Mazzoli | 2012-02-22 | 1 | -4/+3 |
| | * | Removed reduce_memory_use test before actual reduce_memory_use in timeout/1. | Francesco Mazzoli | 2012-02-22 | 1 | -8/+1 |
| | * | Removed sync_if/2 and sync/2. | Francesco Mazzoli | 2012-02-22 | 1 | -22/+7 |
| | * | Merge default | Francesco Mazzoli | 2012-02-16 | 4 | -29/+40 |
| | |\ |
|
| | | * | Introduced a small timeout when needs_timeout returns 'idle'. | Francesco Mazzoli | 2012-02-16 | 2 | -4/+5 |
| | | * | Got rid of unused function and warnings. | Francesco Mazzoli | 2012-02-09 | 1 | -10/+3 |