summaryrefslogtreecommitdiff
path: root/src/rabbit_invariable_queue.erl
Commit message (Expand)AuthorAgeFilesLines
* there is no such thing as 'dict:dictionary()'Matthias Radestock2010-11-061-1/+1
* Bug 23346: change appropriate usages of dict:find to dict:fetch in rabbit_[i...bug23346Jerry Kuch2010-11-011-1/+1
* Replace usage of dict:find with dict:fetch in rabbit_invariable_queue.Jerry Kuch2010-11-011-1/+1
* cosmetics and minor refactoring on code from recently merged bug23111Matthias Radestock2010-10-231-6/+4
* CosmeticMatthew Sackman2010-10-211-2/+2
* cosmeticMatthew Sackman2010-10-061-3/+2
* Trailing whitespace onlyMatthew Sackman2010-10-061-16/+16
* removed peek, and restructured dropwhile to not load message content from diskRob Harrop2010-09-281-8/+2
* cosmeticRob Harrop2010-09-281-1/+2
* added peek to ivq. some tests for peekRob Harrop2010-09-271-1/+7
* cosmetic, tab clean upRob Harrop2010-09-231-9/+9
* invariable queue has dropwhile implementation nowRob Harrop2010-09-231-10/+23
* reworked how message filtering works with dropwhileRob Harrop2010-09-221-2/+5
* persistence of message props working for invariable queueRob Harrop2010-09-211-6/+7
* cosmetic changes, alignment etcRob Harrop2010-09-211-19/+23
* fixed issue in invariable queue preventing per-queue ttl working for transien...Rob Harrop2010-09-211-5/+5
* cosmetic changes - line widthRob Harrop2010-09-211-2/+2
* cosmetic fixes - tabs to spacesRob Harrop2010-09-211-6/+6
* invariable queue updated for backing queue apiRob Harrop2010-09-171-17/+30
* some cosmetic changes and the beginnings of invariable_queue with new apiRob Harrop2010-09-171-9/+13
* flesh out backing_queue APIMatthias Radestock2010-07-211-1/+4
* 'sync' -> 'idle_timeout'Matthias Radestock2010-07-191-4/+4
* remove incorrect commentMatthias Radestock2010-07-071-2/+1
* Correct some dict() to dict:dictionary() that were missed.Matthew Sackman2010-07-071-1/+1
* added missing export_typesAlexandru Scvortov2010-07-051-1/+1
* updated dict() to dict:dictionary()Alexandru Scvortov2010-07-021-1/+1
* partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-2/+2
* refactor: more sensible and consistent arg & field orderbug22752Matthias Radestock2010-05-251-49/+46
* Stop persistent msgs in non-durable queues from reaching diskMatthew Sackman2010-05-211-29/+44
* pluggable queue backendsbug22616Matthias Radestock2010-05-031-0/+264