summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge defaultFrancesco Mazzoli2012-02-164-29/+40
| |\
| | * Introduced a small timeout when needs_timeout returns 'idle'.Francesco Mazzoli2012-02-162-4/+5
| | * Got rid of unused function and warnings.Francesco Mazzoli2012-02-091-10/+3
| | * Merged defaultFrancesco Mazzoli2012-02-09105-420/+626
| | |\
| | * | Changed needs_sync/1 patterns order.Francesco Mazzoli2012-02-091-3/+2
| | * | Taking is_dirty into account in needs_sync/1.Francesco Mazzoli2012-02-091-2/+3
| | * | needs_sync/1 now uses the handle write buffer, sync/1 is unconditional.Francesco Mazzoli2012-02-092-7/+16
| | * | Syncing instead of flushing.Francesco Mazzoli2012-02-092-12/+8
| | * | Returning idle in needs_timeout/1 only when there is something to flush.Francesco Mazzoli2012-02-072-5/+11
| | * | Always returning either timed or idle, always flushing in timeout/1.Francesco Mazzoli2012-02-073-56/+12
| | * | Flushing periodically, trying out various way to find out when to flush.Francesco Mazzoli2012-02-073-13/+63
* | | | merge bug24650 into default (Move names for connections and channels from mgm...Alexandru Scvortov2012-02-2812-102/+506
|\ \ \ \
| * | | | that function doesn't return errorsAlexandru Scvortov2012-02-281-2/+1
| * | | | re-order arguments to BQ:fold to look more like an Erlang foldAlexandru Scvortov2012-02-283-7/+7
| * | | | Rename process_messages to fold.Simon MacMullen2012-02-275-15/+13
| * | | | Extract some header-munging functions into rabbit_basic (not sure that's the ...Simon MacMullen2012-02-272-33/+40
| * | | | CosmeticSimon MacMullen2012-02-272-3/+1
| * | | | add missing argument to BQ:process_messagesAlexandru Scvortov2012-02-271-1/+1
| * | | | merge default into bug20337Alexandru Scvortov2012-02-276-30/+89
| |\ \ \ \
| | * | | | fix hidden bug in config file listingMatthias Radestock2012-02-241-1/+1
| | * | | | cosmetic: make spec order match export/definition orderMatthias Radestock2012-02-241-7/+9
| | * | | | Merge bug24182 into defaultSteve Powell2012-02-231-1/+40
| | |\ \ \ \
| | | * | | | Move the mode thing into the server too.Simon MacMullen2012-02-201-6/+8
| | | * | | | Move code from rabbitmq-auth-mechanism-ssl onto the brokerSimon MacMullen2012-02-201-1/+38
| | | |/ / /
| * | | | | get rid of DLX warningsAlexandru Scvortov2012-02-271-30/+5
| * | | | | don't remove DLX when not foundAlexandru Scvortov2012-02-241-11/+27
| * | | | | add missing headAlexandru Scvortov2012-02-241-0/+2
| * | | | | rename the weird VQ:ack/3 head to VQ:process_messages/3Alexandru Scvortov2012-02-246-44/+55
| * | | | | dead-lettering to a deleted exchange outputs an error and disables dead-lette...Alexandru Scvortov2012-02-241-7/+22
| * | | | | add type for header_routesAlexandru Scvortov2012-02-241-0/+3
| * | | | | refactor amqqueue argument checkingAlexandru Scvortov2012-02-241-30/+25
| * | | | | rename a functionAlexandru Scvortov2012-02-231-4/+4
| * | | | | Cosmetic / reduce distance from default.Simon MacMullen2012-02-211-5/+5
| * | | | | I don't think the mk_ prefix helps us here.Simon MacMullen2012-02-211-4/+4
| * | | | | rename delayed_delete into delayed_stopAlexandru Scvortov2012-02-171-11/+11
| * | | | | ignore all messages after queue deletion, except for confirmsAlexandru Scvortov2012-02-171-10/+14
| * | | | | hang subsequent queue deletionsAlexandru Scvortov2012-02-171-2/+7
| * | | | | delay stopping the queue until all confirms have been receivedAlexandru Scvortov2012-02-173-33/+41
| * | | | | simplify MsgFun logic for VQ:dropwhile/3 and VQ:ack/3Alexandru Scvortov2012-02-175-46/+44
| * | | | | warn when messages are lostAlexandru Scvortov2012-02-161-0/+2
| * | | | | BQ:ack batches of messagesAlexandru Scvortov2012-02-161-9/+9