summaryrefslogtreecommitdiff
path: root/src/rabbit_backing_queue.erl
Commit message (Expand)AuthorAgeFilesLines
* Reduce diff from bug23554: Extend backing queue api to present reason for ter...Matthew Sackman2011-06-021-2/+2
* BQ:idle_timeout => BQ:timeoutbug24117Matthew Sackman2011-05-191-2/+2
* BQ:needs_idle_timeout :: State -> Bool ==> BQ:needs_timeout :: State -> (fals...Matthew Sackman2011-05-181-4/+4
* Extensions to BQMatthew Sackman2011-04-081-10/+27
* englishMatthew Sackman2011-03-291-5/+5
* Improve documentation of BQ concerning the issuance of confirmsMatthew Sackman2011-03-291-7/+31
* more docsMatthias Radestock2011-03-141-5/+7
* I didn't think that implied that it could *only* be used out of process, but ...bug23882Simon MacMullen2011-03-141-2/+2
* I think this makes it more comprehensible. To me at least.Simon MacMullen2011-03-141-2/+3
* merge default into bug23882Matthias Radestock2011-03-071-1/+1
|\
| * guid -> msg_idMatthias Radestock2011-03-041-1/+1
* | document bq init paramsMatthias Radestock2011-03-071-0/+12
* | make handling of confirms more obvious in BQ APIMatthias Radestock2011-03-051-0/+4
* | beginnings of decoupling bq from amqqueueMatthias Radestock2011-03-041-1/+1
|/
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* Simplify code surrounding the return from BQ:ackMatthew Sackman2010-12-141-1/+1
* TextualityMatthew Sackman2010-10-211-2/+2
* removed peek, and restructured dropwhile to not load message content from diskRob Harrop2010-09-281-3/+0
* added peek to backing queue, implemented in vqRob Harrop2010-09-271-0/+3
* reworked how message filtering works with dropwhileRob Harrop2010-09-221-0/+4
* added msg_properties to publish_delivered so they can be rehydrated laterRob Harrop2010-09-171-1/+1
* reworked backing_queue and variable_queue to store msg_properties. used msg p...Rob Harrop2010-08-181-4/+4
* flesh out backing_queue APIMatthias Radestock2010-07-211-0/+5
* 'sync' -> 'idle_timeout'Matthias Radestock2010-07-191-8/+9
* 2009 => 2010bug22824Matthew Sackman2010-06-021-3/+3
* pluggable queue backendsbug22616Matthias Radestock2010-05-031-0/+133