summaryrefslogtreecommitdiff
path: root/src/rabbit_variable_queue.erl
Commit message (Expand)AuthorAgeFilesLines
* fix typosMatthias Radestock2011-01-231-7/+6
* dependently type acktag producing functionsMatthias Radestock2011-01-231-3/+3
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* cosmeticMatthias Radestock2011-01-161-4/+4
* merging default into bug23631Matthew Sackman2011-01-151-2/+6
|\
| * Matthew's patch: don't add requeue'd messages to unconfirmedbug23679Alexandru Scvortov2011-01-141-2/+6
* | Introduce msg_store_client_init/3 helperMatthew Sackman2011-01-141-7/+8
* | change close_all_indicated to return {ok, CState}Matthew Sackman2011-01-141-1/+1
* | And now it worksMatthew Sackman2011-01-141-4/+4
* | More testing needed, but this does seem to workMatthew Sackman2011-01-141-5/+26
|/
* merge from defaultbug23678Alexandru Scvortov2011-01-131-16/+16
|\
| * cosmetic: fix indentationMatthias Radestock2011-01-121-16/+16
* | Logic.Matthew Sackman2011-01-121-4/+1
* | Make conditional more preciseMatthew Sackman2011-01-121-9/+26
|/
* fix a bugMatthias Radestock2011-01-111-4/+7
* Turns out that 0 and true are distinct. sigh.bug23636Matthew Sackman2011-01-101-1/+1
* Improve consistency of namingMatthew Sackman2011-01-101-10/+10
* sync queue_index when variable_queue has outstanding confirms and is idle (br...Alexandru Scvortov2011-01-101-11/+21
* merging bug23612 to defaultMatthew Sackman2011-01-101-3/+1
|\
* | rename WaitForIndex to ActionTakenbug23612Alexandru Scvortov2011-01-071-4/+4
* | move another confirm into VQAlexandru Scvortov2010-12-211-7/+8
* | removes form the msg_store cause confirms to be sent out immediatelyAlexandru Scvortov2010-12-211-2/+9
* | fix testsAlexandru Scvortov2010-12-211-4/+4
* | simplify variable_queue:ack's return formatAlexandru Scvortov2010-12-211-39/+32
* | the msg_store is now responsible for confirming messagesAlexandru Scvortov2010-12-201-5/+1
* | amqqueue_process shouldn't confirm when a message is basic.got (it's the BQ's...Alexandru Scvortov2010-12-201-0/+4
|/
* Simplify code surrounding the return from BQ:ackMatthew Sackman2010-12-141-28/+28
* improve consistency of APIMatthew Sackman2010-12-131-4/+4
* cosmeticsMatthew Sackman2010-12-131-7/+7
* Do not, ever, use lists:concat. It does not do what you thinkMatthew Sackman2010-12-131-1/+1
* Essential cosmeticMatthew Sackman2010-12-131-1/+1
* Minor correctionMatthew Sackman2010-12-061-2/+2
* cosmeticMatthias Radestock2010-12-051-99/+95
* cosmeticMatthias Radestock2010-12-051-25/+16
* cosmeticbug20284Rob Harrop2010-11-251-1/+1
* cosmetic changesRob Harrop2010-11-251-5/+7
* merge from defaultAlexandru Scvortov2010-11-241-160/+316
|\
| * It's rather crucial to call reduce_memory_use at the end of publish_delivered...bug22692Matthew Sackman2010-11-231-8/+9
| * Minor refactorings, and a couple of fixesMatthew Sackman2010-11-181-47/+49
| * Merge with defaultRob Harrop2010-11-111-143/+296
| |\
| | * Rename target_ram_msg_count to target_ram_item_countRob Harrop2010-11-111-112/+113
| | * Removed stray references to target_ram_ack_countRob Harrop2010-11-111-2/+0
| | * Reinstated the infinity check for chunk_sizeRob Harrop2010-11-111-1/+1
| | * Added assertion in limit_ram_acks for is_persistent=falseRob Harrop2010-11-111-2/+3
| | * Reworked ack shedding algorithm based on discussion with MatthewRob Harrop2010-11-051-54/+71
| | * That was quite specialRob Harrop2010-11-051-14/+0
| | * Clarification of the comments in VQRob Harrop2010-11-051-7/+8
| | * a bit more clarification on the commentsRob Harrop2010-11-051-6/+8
| | * Cosmetic change and first draft of comment updatesRob Harrop2010-11-051-1/+30
| | * Added a test for the ram ack flushing. Tweaked the way RAM is shared between ...Rob Harrop2010-11-041-5/+15