summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge with defaultRob Harrop2010-09-284-22/+48
|\
| * Merged bug23310 into defaultEmile Joubert2010-09-281-4/+6
| |\
| | * Factoring open modes betterMatthew Sackman2010-09-281-4/+5
| | * Merging default into bug23310Matthew Sackman2010-09-281-15/+18
| | |\
| | * | only create read_ahead buffers for reading segment filesMatthias Radestock2010-09-271-2/+3
| * | | Merging bug 23143 into default (drive-by fixes include correcting the spec fo...Matthew Sackman2010-09-283-3/+24
| |\ \ \ | | |_|/ | |/| |
| | * | cosmeticAlexandru Scvortov2010-09-281-0/+1
| | * | delete/1 -> delete_exclusive/1; lower priorities to 8Alexandru Scvortov2010-09-283-12/+16
| | * | delete_now -> deleteAlexandru Scvortov2010-08-252-5/+5
| | * | exclusive queues are deleted quickly on unclean connection terminationAlexandru Scvortov2010-08-251-1/+7
| | * | exclusive queues are deleted quickly on clean connection terminationAlexandru Scvortov2010-08-253-2/+11
| * | | Merging bug 23179 into defaultMatthew Sackman2010-09-281-15/+18
| |\ \ \ | | |_|/ | |/| |
| | * | delay creation of a new queue's dir and qi journalMatthias Radestock2010-09-261-15/+18
| |/ /
* | | removed peek, and restructured dropwhile to not load message content from diskRob Harrop2010-09-286-97/+69
* | | added timer to collect expired messagesRob Harrop2010-09-281-13/+33
* | | cosmeticRob Harrop2010-09-282-2/+4
* | | added peek to ivq. some tests for peekRob Harrop2010-09-273-3/+15
* | | added peek to backing queue, implemented in vqRob Harrop2010-09-274-5/+71
* | | minor stylistic improvementRob Harrop2010-09-271-1/+2
* | | slight improvement to performance when discarding many messagesRob Harrop2010-09-271-4/+4
* | | merged with defaultRob Harrop2010-09-2711-233/+480
|\ \ \ | |/ / |/| |
| * | cosmetic, tab clean upRob Harrop2010-09-232-10/+10
| * | invariable queue has dropwhile implementation nowRob Harrop2010-09-231-10/+23
| * | reworked how message filtering works with dropwhileRob Harrop2010-09-227-79/+116
| * | fixed problem in vq:tx_commit, moved expiry recalculation to post_msg_store c...Rob Harrop2010-09-221-14/+15
| * | clean up of specs and dialzer resultsRob Harrop2010-09-223-22/+41
| * | persistence of message props working for invariable queueRob Harrop2010-09-212-16/+18
| * | cosmetic changesRob Harrop2010-09-212-15/+15
| * | stylistic issues, reworking handling of msg_propertiesRob Harrop2010-09-211-13/+13
| * | cosmetic changes, alignment etcRob Harrop2010-09-212-27/+33
| * | fixed issue in invariable queue preventing per-queue ttl working for transien...Rob Harrop2010-09-212-15/+17
| * | fixed naming errorRob Harrop2010-09-211-2/+2
| * | refactoring argument checking and line width changesRob Harrop2010-09-211-19/+19
| * | cosmetic changes - line widthRob Harrop2010-09-215-22/+47
| * | cosmetic fixes - tabs to spacesRob Harrop2010-09-216-40/+40
| * | merge with defaultRob Harrop2010-09-218-123/+265
| |\ \
| | * | invariable queue updated for backing queue apiRob Harrop2010-09-171-17/+30
| | * | added msg_properties to publish_delivered so they can be rehydrated laterRob Harrop2010-09-172-4/+5
| | * | some cosmetic changes and the beginnings of invariable_queue with new apiRob Harrop2010-09-173-13/+15
| | * | merge with defaultRob Harrop2010-09-174-6/+5
| | |\ \
| | * | | fixed test_queue_recover. recovery is working again with per-queue ttlRob Harrop2010-09-162-4/+6
| | * | | fixed bug in persistent_guids vqRob Harrop2010-09-161-3/+4
| | * | | merged with defaultRob Harrop2010-09-1611-492/+573
| | |\ \ \
| | * | | | whitespace clean upRob Harrop2010-09-161-2/+2
| | * | | | removed stray io:format callsRob Harrop2010-09-152-11/+2
| | * | | | midway through fixing test_queue_recoverRob Harrop2010-09-153-7/+35
| | * | | | merge with remoteRob Harrop2010-09-152-2/+23
| | |\ \ \ \
| | * | | | | erlang tests working againRob Harrop2010-09-153-6/+7
| | * | | | | merged with defaultRob Harrop2010-09-1445-1556/+1952
| | |\ \ \ \ \
| | * | | | | | support for expiration during consume nowRob Harrop2010-08-201-4/+3