| Commit message (Expand) | Author | Age | Files | Lines |
| * | First draft of disk space monitoring | Emile Joubert | 2012-03-22 | 5 | -61/+278 |
| * | 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 |
| | | * | Merged default | Francesco Mazzoli | 2012-02-09 | 105 | -420/+626 |
| | | |\ |
|
| | | * | | Changed needs_sync/1 patterns order. | Francesco Mazzoli | 2012-02-09 | 1 | -3/+2 |
| | | * | | Taking is_dirty into account in needs_sync/1. | Francesco Mazzoli | 2012-02-09 | 1 | -2/+3 |
| | | * | | needs_sync/1 now uses the handle write buffer, sync/1 is unconditional. | Francesco Mazzoli | 2012-02-09 | 2 | -7/+16 |
| | | * | | Syncing instead of flushing. | Francesco Mazzoli | 2012-02-09 | 2 | -12/+8 |
| | | * | | Returning idle in needs_timeout/1 only when there is something to flush. | Francesco Mazzoli | 2012-02-07 | 2 | -5/+11 |
| | | * | | Always returning either timed or idle, always flushing in timeout/1. | Francesco Mazzoli | 2012-02-07 | 3 | -56/+12 |
| | | * | | Flushing periodically, trying out various way to find out when to flush. | Francesco Mazzoli | 2012-02-07 | 3 | -13/+63 |
| * | | | | merge bug24650 into default (Move names for connections and channels from mgm... | Alexandru Scvortov | 2012-02-28 | 12 | -102/+506 |
| |\ \ \ \ |
|
| | * | | | | that function doesn't return errors | Alexandru Scvortov | 2012-02-28 | 1 | -2/+1 |
| | * | | | | re-order arguments to BQ:fold to look more like an Erlang fold | Alexandru Scvortov | 2012-02-28 | 3 | -7/+7 |
| | * | | | | Rename process_messages to fold. | Simon MacMullen | 2012-02-27 | 5 | -15/+13 |
| | * | | | | Extract some header-munging functions into rabbit_basic (not sure that's the ... | Simon MacMullen | 2012-02-27 | 2 | -33/+40 |
| | * | | | | Cosmetic | Simon MacMullen | 2012-02-27 | 2 | -3/+1 |
| | * | | | | add missing argument to BQ:process_messages | Alexandru Scvortov | 2012-02-27 | 1 | -1/+1 |
| | * | | | | merge default into bug20337 | Alexandru Scvortov | 2012-02-27 | 6 | -30/+89 |
| | |\ \ \ \ |
|
| | | * | | | | fix hidden bug in config file listing | Matthias Radestock | 2012-02-24 | 1 | -1/+1 |
| | | * | | | | cosmetic: make spec order match export/definition order | Matthias Radestock | 2012-02-24 | 1 | -7/+9 |
| | | * | | | | Merge bug24182 into default | Steve Powell | 2012-02-23 | 1 | -1/+40 |
| | | |\ \ \ \ |
|
| | | | * | | | | Move the mode thing into the server too. | Simon MacMullen | 2012-02-20 | 1 | -6/+8 |