summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merging bug23111 into defaultMatthew Sackman2010-10-2211-283/+597
|\
| * Correct spec for sync(), and some cosmeticsMatthew Sackman2010-10-212-11/+9
| * CosmeticMatthew Sackman2010-10-211-2/+2
| * TextualityMatthew Sackman2010-10-211-2/+2
| * WhitespaceMatthew Sackman2010-10-211-3/+2
| * Minor refactorMatthew Sackman2010-10-211-7/+2
| * Remove unused variable and remove peek_result() type which is unusedMatthew Sackman2010-10-212-4/+2
| * Merging default into bug23111Matthew Sackman2010-10-2127-487/+648
| |\
| * | tweaked RamIndexCount accounting again, now it doesn't get decremented twice ...Rob Harrop2010-10-081-26/+31
| * | fixed RamIndexMsgCount accountingRob Harrop2010-10-081-10/+8
| * | merge with defaultRob Harrop2010-10-081-15/+12
| |\ \
| * | | fixed comment for attempt_deliveryRob Harrop2010-10-061-2/+3
| * | | removed ttl from queue ttl info itemsRob Harrop2010-10-061-4/+1
| * | | Reworked ensure_ttl_timer to use apply_after rather than send_afterRob Harrop2010-10-062-5/+10
| * | | removed unnecessary _MsgProperties variable nameRob Harrop2010-10-061-1/+1
| * | | narrowed the capture on reset_msg_expiry_funRob Harrop2010-10-061-11/+12
| * | | changed usage of #message_properties{} to ?BASE_MESSAGE_PROPERTIESRob Harrop2010-10-061-2/+2
| * | | Merging default into bug 23111Matthew Sackman2010-10-063-79/+103
| |\ \ \
| * | | | cosmeticsMatthew Sackman2010-10-061-7/+4
| * | | | Refactoring and cosmeticMatthew Sackman2010-10-061-33/+29
| * | | | cosmeticMatthew Sackman2010-10-062-29/+28
| * | | | cosmeticMatthew Sackman2010-10-062-5/+4
| * | | | cosmeticMatthew Sackman2010-10-061-1/+1
| * | | | Overeager M-/... I did run dialyzer but it failed to spot it.Matthew Sackman2010-10-061-4/+3
| * | | | Trailing whitespace onlyMatthew Sackman2010-10-062-23/+22
| * | | | msg_properties -> message_properties in order to be consistent with message a...Matthew Sackman2010-10-068-117/+120
| * | | | Merging default into bug23111Matthew Sackman2010-10-0611-263/+588
| |\ \ \ \
| | * \ \ \ 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