summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-226-77/+112
* 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-222-14/+21
* 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-217-123/+263
|\
| * 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-171-3/+3
| |\
| * | 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-169-492/+564
| |\ \
| * | | 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-1435-1533/+1840
| |\ \ \ \
| * | | | | 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-203-46/+32
| * | | | | | in flight, want to test against defaultRob Harrop2010-08-203-28/+71
| * | | | | | merge default into bug23111Rob Harrop2010-08-194-47/+119
| |\ \ \ \ \ \
| | * | | | | | 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-183-36/+74
| | * | | | | | added validation for x-message-ttl arg on queue declareRob Harrop2010-08-181-1/+13
* | | | | | | | Merging bug 23193 onto defaultMatthew Sackman2010-09-214-62/+90
|\ \ \ \ \ \ \ \
| * | | | | | | | cosmeticsMatthew Sackman2010-09-212-4/+5
| * | | | | | | | Merging headsMatthew Sackman2010-09-213-3/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cosmeticsMatthew Sackman2010-09-203-7/+8
| * | | | | | | | | Only emit stats on shutdown if they're enabled...Simon MacMullen2010-09-203-5/+7
| |/ / / / / / / /
| * | | | | | | | Stop stats timer on hibernate.Simon MacMullen2010-09-143-6/+20
| * | | | | | | | Doc.Simon MacMullen2010-09-141-1/+1
| * | | | | | | | Don't forget about stats timer before hibernating; it may fire after hibernat...Simon MacMullen2010-09-143-10/+9
| * | | | | | | | Rename function.Simon MacMullen2010-09-144-9/+10
| * | | | | | | | * Use one-shot timersSimon MacMullen2010-09-144-63/+63
| * | | | | | | | Only emit stats in state running, so we don't emit stats before the connectio...Simon MacMullen2010-09-131-2/+5
| * | | | | | | | Revert emiting stats on creation in the queue and channel.Simon MacMullen2010-09-132-8/+0
| * | | | | | | | Merge default into bug23193Simon MacMullen2010-09-1313-207/+284
| |\ \ \ \ \ \ \ \