summaryrefslogtreecommitdiff
path: root/src/rabbit_queue_index.erl
Commit message (Expand)AuthorAgeFilesLines
* Opps, they shouldn't have got there...bug23548Matthew Sackman2010-11-251-1/+0
* Cope with files not existing (or just being empty)Matthew Sackman2010-11-251-12/+15
* No need to open these files at all exclusive. Which is an R14ism anyway.Matthew Sackman2010-11-251-1/+2
* refactoringbug23424Matthew Sackman2010-11-171-32/+29
* Added queue_ttl upgradeMatthew Sackman2010-11-161-0/+94
* there is no such thing as 'dict:dictionary()'Matthias Radestock2010-11-061-1/+1
* whitespaceMatthew Sackman2010-10-261-1/+1
* merge default into bug23408Matthias Radestock2010-10-231-19/+24
|\
| * merge default into bug23408Matthias Radestock2010-10-231-19/+24
| |\
| | * rejig qi initialisation, separating clean init and recoveryMatthias Radestock2010-10-201-19/+24
* | | cosmetics and minor refactoring on code from recently merged bug23111Matthias Radestock2010-10-231-21/+15
|/ /
* | cosmeticMatthew Sackman2010-10-061-15/+14
* | msg_properties -> message_properties in order to be consistent with message a...Matthew Sackman2010-10-061-16/+17
* | merge with defaultRob Harrop2010-09-281-19/+24
|\ \ | |/
| * Factoring open modes betterbug23310Matthew Sackman2010-09-281-4/+5
| * Merging default into bug23310Matthew Sackman2010-09-281-15/+18
| |\
| | * delay creation of a new queue's dir and qi journalbug23179Matthias Radestock2010-09-261-15/+18
| * | only create read_ahead buffers for reading segment filesMatthias Radestock2010-09-271-2/+3
| |/
* | clean up of specs and dialzer resultsRob Harrop2010-09-221-13/+17
* | cosmetic changesRob Harrop2010-09-211-3/+4
* | cosmetic changes - line widthRob Harrop2010-09-211-4/+11
* | cosmetic fixes - tabs to spacesRob Harrop2010-09-211-5/+5
* | fixed test_queue_recover. recovery is working again with per-queue ttlRob Harrop2010-09-161-2/+6
* | whitespace clean upRob Harrop2010-09-161-2/+2
* | removed stray io:format callsRob Harrop2010-09-151-8/+2
* | midway through fixing test_queue_recoverRob Harrop2010-09-151-2/+8
* | erlang tests working againRob Harrop2010-09-151-1/+1
* | reworked contract between qi and vq. tidied up in generalRob Harrop2010-08-201-33/+22
* | in flight, want to test against defaultRob Harrop2010-08-201-25/+58
|/
* md5sum the queue index directory. Also detect and crash if a collision occursbug23019Matthew Sackman2010-07-261-9/+12
* add a 'todo'Matthias Radestock2010-07-181-0/+5
* Merging default into bug21673 and correcting specs and typesMatthew Sackman2010-07-071-8/+13
* Forgot to fully initialise qi state.Matthew Sackman2010-07-061-4/+7
* Apparently this is betterMatthew Sackman2010-06-211-1/+1
* Ensure that this macro doesn't accidentally cause unification with variables ...Matthew Sackman2010-06-211-1/+1
* change queue_index:read APIMatthias Radestock2010-06-211-24/+23
* cosmeticMatthew Sackman2010-06-181-6/+6
* correct commentMatthias Radestock2010-06-171-1/+1
* Make the queue_index max_journal_entry_count configurableMatthew Sackman2010-06-171-13/+15
* Removed unenforced redundancy in function argsMatthew Sackman2010-06-171-4/+5
* make queue_index:deliver take a list of SeqIdsMatthias Radestock2010-06-171-15/+15
* get rid of vq:read_one_index_segmentMatthias Radestock2010-06-171-8/+7
* Good lord, how did that get through?Matthew Sackman2010-06-151-1/+1
* drop segment num from fun call in segment_{fold,map}Matthias Radestock2010-06-021-13/+10
* refactor: rename segment_fetch_keys to segments_numsMatthias Radestock2010-06-021-3/+3
* refactor: remove superfluous clauseMatthias Radestock2010-06-021-2/+0
* tweak: more LRU-like cache behaviourMatthias Radestock2010-06-021-1/+1
* remove erroneous commentMatthias Radestock2010-06-021-3/+1
* cosmeticMatthias Radestock2010-05-281-1/+1
* inliningMatthias Radestock2010-05-281-6/+4