Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistency between dropwhile and internal_fetchbug24874 | Emile Joubert | 2012-04-18 | 1 | -4/+4 |
* | prevent badmatch in vq | Emile Joubert | 2012-04-18 | 1 | -2/+2 |
* | cosmetic | Matthias Radestock | 2012-04-11 | 1 | -7/+5 |
* | Changed uses of gb_sets:difference/2 to our difference functions. | Francesco Mazzoli | 2012-04-11 | 1 | -4/+7 |
* | Merge bug24558 | Simon MacMullen | 2012-02-29 | 1 | -22/+21 |
|\ | |||||
| * | Assert in timeout, better sync comment, changed naming of needs_index_sync. | Francesco Mazzoli | 2012-02-29 | 1 | -4/+4 |
| * | Checking for memory usage in needs_timeout | Francesco Mazzoli | 2012-02-22 | 1 | -4/+12 |
| * | Removed reduce_memory_use test before actual reduce_memory_use in timeout/1. | Francesco Mazzoli | 2012-02-22 | 1 | -8/+1 |
| * | Got rid of unused function and warnings. | Francesco Mazzoli | 2012-02-09 | 1 | -10/+3 |
| * | Merged default | Francesco Mazzoli | 2012-02-09 | 1 | -3/+4 |
| |\ | |||||
| * | | Syncing instead of flushing. | Francesco Mazzoli | 2012-02-09 | 1 | -6/+2 |
| * | | Returning idle in needs_timeout/1 only when there is something to flush. | Francesco Mazzoli | 2012-02-07 | 1 | -3/+6 |
| * | | Always returning either timed or idle, always flushing in timeout/1. | Francesco Mazzoli | 2012-02-07 | 1 | -30/+12 |
| * | | Flushing periodically, trying out various way to find out when to flush. | Francesco Mazzoli | 2012-02-07 | 1 | -13/+37 |
* | | | re-order arguments to BQ:fold to look more like an Erlang fold | Alexandru Scvortov | 2012-02-28 | 1 | -2/+2 |
* | | | Rename process_messages to fold. | Simon MacMullen | 2012-02-27 | 1 | -3/+3 |
* | | | Cosmetic | Simon MacMullen | 2012-02-27 | 1 | -1/+0 |
* | | | 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 | 1 | -14/+14 |
* | | | Cosmetic / reduce distance from default. | Simon MacMullen | 2012-02-21 | 1 | -5/+5 |
* | | | simplify MsgFun logic for VQ:dropwhile/3 and VQ:ack/3 | Alexandru Scvortov | 2012-02-17 | 1 | -26/+14 |
* | | | cosmetic | Matthias Radestock | 2012-02-14 | 1 | -2/+2 |
* | | | cosmetic | Matthias Radestock | 2012-02-14 | 1 | -5/+5 |
* | | | factor out redundant code | Alexandru Scvortov | 2012-02-14 | 1 | -15/+13 |
* | | | merge default into bug20337 | Alexandru Scvortov | 2012-02-12 | 1 | -14/+46 |
|\ \ \ | |_|/ |/| | | |||||
| * | | merge default into bug20337 | Alexandru Scvortov | 2012-02-06 | 1 | -4/+10 |
| |\ \ | |||||
| * | | | don't discard accumulated changes | Alexandru Scvortov | 2012-01-24 | 1 | -5/+5 |
| * | | | don't remove expired messages until the DLQ has confirmed them | Alexandru Scvortov | 2011-11-14 | 1 | -5/+9 |
| * | | | don't remove rejected message before it is confirmed by the DLQ | Alexandru Scvortov | 2011-11-14 | 1 | -26/+28 |
| * | | | amqqueue_process re-publishes with confirms | Alexandru Scvortov | 2011-11-14 | 1 | -16/+19 |
| * | | | unbreak variable queue assertions | Alexandru Scvortov | 2011-11-07 | 1 | -2/+2 |
| * | | | more consistent naming | Alexandru Scvortov | 2011-11-07 | 1 | -14/+12 |
| * | | | merge default into bug20337 | Alexandru Scvortov | 2011-11-07 | 1 | -55/+44 |
| |\ \ \ | |||||
| * \ \ \ | Crude merge-from-default to help examine this thing. Currently some tests fai... | Simon MacMullen | 2011-10-20 | 1 | -8/+33 |
| |\ \ \ \ | |||||
| | * | | | | Tweaked read_msg_callback to not increment RamMsgCount and cleaned it up at t... | Rob Harrop | 2011-06-20 | 1 | -14/+22 |
| | * | | | | Refactored read_msg_callback | Rob Harrop | 2011-06-20 | 1 | -14/+12 |
| | * | | | | Rename MsgState -> AckEntry | Rob Harrop | 2011-06-20 | 1 | -2/+2 |
| | * | | | | Updated specs and fixed error in ack that didn't account for different ack st... | Rob Harrop | 2011-06-13 | 1 | -2/+2 |
| | * | | | | Support for DL'ing messages that are rejected with requeue=false | Rob Harrop | 2011-06-08 | 1 | -8/+17 |
| | * | | | | Publishing under new GUID now. DL'd messages have x-death-reason and x-death-... | Rob Harrop | 2011-06-08 | 1 | -5/+15 |
| | * | | | | Merge with default and rough outline of DL for ttl expiry | Rob Harrop | 2011-06-07 | 1 | -7/+10 |
| | |\ \ \ \ | |||||
| | | * | | | | In progress tweaks to VQ to support returning the dropped message in dropwhile | Rob Harrop | 2011-04-06 | 1 | -19/+27 |
* | | | | | | | Merged default. | Francesco Mazzoli | 2012-02-07 | 1 | -2/+3 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | Using gen_secure/0 only when really needed. | Francesco Mazzoli | 2012-02-07 | 1 | -2/+2 |
| * | | | | | | Change naming in rabbit_guid, explicit guid passing in string/0 and binary/0. | Francesco Mazzoli | 2012-01-17 | 1 | -2/+3 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Update copyright 2012bug24606 | Emile Joubert | 2012-02-02 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | two flavours of 'write' | Matthias Radestock | 2012-01-17 | 1 | -3/+9 |
|/ / / / | |||||
* | | | | Merge bug24308 (msg_store perf unnecessarily bounded by disk) | Simon MacMullen | 2011-10-26 | 1 | -405/+297 |
|\ \ \ \ | |||||
| * | | | | a spot of inlining/renaming | Matthias Radestock | 2011-10-24 | 1 | -29/+21 |
| * | | | | Refrain from resetting message expiry in message requeue | Emile Joubert | 2011-10-20 | 1 | -25/+22 |
| |/ / / |