summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge with defaultRob Harrop2010-09-2911-261/+591
|\
| * casing change and added ttl to the list of queue items in rabbitmqctlRob Harrop2010-09-291-7/+10
| * refactoringRob Harrop2010-09-291-3/+5
| * fixed bug with queue length and collect during runRob Harrop2010-09-292-4/+9
| * merge with defaultRob Harrop2010-09-2911-258/+578
| |\
| | * merge with defaultRob Harrop2010-09-284-22/+48
| | |\
| | * | 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
| | | | * | | | | | merge bug23111 with defaultRob Harrop2010-08-203-87/+127
| | | | |\ \ \ \ \ \
| | | | * | | | | | | reworked contract between qi and vq. tidied up in generalRob Harrop2010-08-204-48/+32
| | | | * | | | | | | in flight, want to test against defaultRob Harrop2010-08-204-28/+73
| | | | * | | | | | | merge default into bug23111Rob Harrop2010-08-195-47/+121
| | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | Expiry is reset on tx commit now. TX publish messages have correct TTL semanticsRob Harrop2010-08-192-21/+25
| | | | | * | | | | | | per-queue ttl working for non-transactionl messages without persistenceRob Harrop2010-08-192-14/+32
| | | | | * | | | | | | reworked backing_queue and variable_queue to store msg_properties. used msg p...Rob Harrop2010-08-184-37/+75