| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | * | | | | Move code from rabbitmq-auth-mechanism-ssl onto the broker | Simon MacMullen | 2012-02-20 | 1 | -1/+38 |
| | | | |/ / / | |||||
| | * | | | | | get rid of DLX warnings | Alexandru Scvortov | 2012-02-27 | 1 | -30/+5 |
| | * | | | | | don't remove DLX when not found | Alexandru Scvortov | 2012-02-24 | 1 | -11/+27 |
| | * | | | | | add missing head | Alexandru Scvortov | 2012-02-24 | 1 | -0/+2 |
| | * | | | | | rename the weird VQ:ack/3 head to VQ:process_messages/3 | Alexandru Scvortov | 2012-02-24 | 6 | -44/+55 |
| | * | | | | | dead-lettering to a deleted exchange outputs an error and disables dead-lette... | Alexandru Scvortov | 2012-02-24 | 1 | -7/+22 |
| | * | | | | | add type for header_routes | Alexandru Scvortov | 2012-02-24 | 1 | -0/+3 |
| | * | | | | | refactor amqqueue argument checking | Alexandru Scvortov | 2012-02-24 | 1 | -30/+25 |
| | * | | | | | rename a function | Alexandru Scvortov | 2012-02-23 | 1 | -4/+4 |
| | * | | | | | Cosmetic / reduce distance from default. | Simon MacMullen | 2012-02-21 | 1 | -5/+5 |
| | * | | | | | I don't think the mk_ prefix helps us here. | Simon MacMullen | 2012-02-21 | 1 | -4/+4 |
| | * | | | | | rename delayed_delete into delayed_stop | Alexandru Scvortov | 2012-02-17 | 1 | -11/+11 |
| | * | | | | | ignore all messages after queue deletion, except for confirms | Alexandru Scvortov | 2012-02-17 | 1 | -10/+14 |
| | * | | | | | hang subsequent queue deletions | Alexandru Scvortov | 2012-02-17 | 1 | -2/+7 |
| | * | | | | | delay stopping the queue until all confirms have been received | Alexandru Scvortov | 2012-02-17 | 3 | -33/+41 |
| | * | | | | | simplify MsgFun logic for VQ:dropwhile/3 and VQ:ack/3 | Alexandru Scvortov | 2012-02-17 | 5 | -46/+44 |
| | * | | | | | warn when messages are lost | Alexandru Scvortov | 2012-02-16 | 1 | -0/+2 |
| | * | | | | | BQ:ack batches of messages | Alexandru Scvortov | 2012-02-16 | 1 | -9/+9 |
| | * | | | | | don't dead-letter on purge | Alexandru Scvortov | 2012-02-16 | 1 | -15/+1 |
