summaryrefslogtreecommitdiff
path: root/include/rabbit_backing_queue_spec.hrl
Commit message (Expand)AuthorAgeFilesLines
* According to Simon the .hrl files are not worth it.Francesco Mazzoli2012-04-121-19/+0
* Added dummy .hrl files so that we don't break files including them.Francesco Mazzoli2012-04-121-0/+19
* Added callback info for rabbit_backing_queue.Francesco Mazzoli2012-04-021-71/+0
* correct spec for BQ:dropwhileMatthias Radestock2012-03-271-3/+4
* re-order arguments to BQ:fold to look more like an Erlang foldAlexandru Scvortov2012-02-281-1/+1
* Rename process_messages to fold.Simon MacMullen2012-02-271-1/+1
* rename the weird VQ:ack/3 head to VQ:process_messages/3Alexandru Scvortov2012-02-241-2/+2
* simplify MsgFun logic for VQ:dropwhile/3 and VQ:ack/3Alexandru Scvortov2012-02-171-7/+3
* merge default into bug20337Alexandru Scvortov2012-02-061-1/+1
|\
| * Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* | don't remove rejected message before it is confirmed by the DLQAlexandru Scvortov2011-11-141-5/+5
* | amqqueue_process re-publishes with confirmsAlexandru Scvortov2011-11-141-5/+5
* | more consistent namingAlexandru Scvortov2011-11-071-4/+3
* | merge default into bug20337Alexandru Scvortov2011-11-071-4/+1
|\ \ | |/
| * Refrain from resetting message expiry in message requeueEmile Joubert2011-10-201-4/+1
* | Crude merge-from-default to help examine this thing. Currently some tests fai...Simon MacMullen2011-10-201-3/+12
|\ \ | |/ |/|
| * Tweaked read_msg_callback to not increment RamMsgCount and cleaned it up at t...Rob Harrop2011-06-201-3/+3
| * Fixed up spec for msg_lookup_callback to contstrain input and output types to...Rob Harrop2011-06-201-1/+1
| * Updated specs and fixed error in ack that didn't account for different ack st...Rob Harrop2011-06-131-3/+12
* | backing_queue_spec and variable_queue specs up to dateAlexandru Scvortov2011-08-051-2/+3
* | remove transactions from backing queueMatthias Radestock2011-06-241-13/+4
|/
* 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-1/+1
* BQ:needs_idle_timeout :: State -> Bool ==> BQ:needs_timeout :: State -> (fals...Matthew Sackman2011-05-181-1/+1
* Extensions to BQMatthew Sackman2011-04-081-12/+19
* make handling of confirms more obvious in BQ APIMatthias Radestock2011-03-051-0/+1
* beginnings of decoupling bq from amqqueueMatthias Radestock2011-03-041-2/+4
* dependently type acktag producing functionsMatthias Radestock2011-01-231-6/+9
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* simplify variable_queue:ack's return formatAlexandru Scvortov2010-12-211-1/+1
* merge from defaultAlexandru Scvortov2010-10-251-1/+2
|\
| * swap the arguments of ack/2Alexandru Scvortov2010-10-051-1/+1
| * merge default into bug20284Matthias Radestock2010-10-051-9/+12
| |\
| * | cosmetics and minor refactoringMatthias Radestock2010-10-051-3/+3
| * | refactorAlexandru Scvortov2010-10-041-1/+1
| * | refactorAlexandru Scvortov2010-09-291-2/+4
| * | no performance penalty when *not* using confirmsAlexandru Scvortov2010-09-271-3/+4
* | | Remove unused variable and remove peek_result() type which is unusedMatthew Sackman2010-10-211-2/+0
* | | Overeager M-/... I did run dialyzer but it failed to spot it.Matthew Sackman2010-10-061-4/+3
* | | msg_properties -> message_properties in order to be consistent with message a...Matthew Sackman2010-10-061-14/+15
* | | Merging default into bug23111Matthew Sackman2010-10-061-10/+21
|\ \ \ | |_|/ |/| |
| * | removed peek, and restructured dropwhile to not load message content from diskRob Harrop2010-09-281-3/+2
| * | added peek to ivq. some tests for peekRob Harrop2010-09-271-1/+4
| * | reworked how message filtering works with dropwhileRob Harrop2010-09-221-2/+4
| * | clean up of specs and dialzer resultsRob Harrop2010-09-221-8/+20
| |/
* | cosmeticMatthias Radestock2010-10-051-6/+11
|/
* flesh out backing_queue APIMatthias Radestock2010-07-211-0/+1
* 'sync' -> 'idle_timeout'Matthias Radestock2010-07-191-2/+2
* moved common types rabbit_types; move net types to rabbit_networkingAlexandru Scvortov2010-07-061-7/+7
* partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-9/+9