summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Rob Harrop2010-09-221-14/+15
| | | | | | | | callback
| * 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 ↵Rob Harrop2010-09-212-15/+17
| | | | | | | | transient messages
| * 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 ↵Rob Harrop2010-08-184-37/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properties for storing and manipulating message expiry
| | | * | | | | | added msg_properties record for rabbit.hrlRob Harrop2010-08-181-0/+2
| | | | | | | | |
| | | * | | | | | added validation for x-message-ttl arg on queue declareRob Harrop2010-08-181-1/+13
| | | | | | | | |
* | | | | | | | | Merge bug23300 into defaultDavid Wragg2010-09-241-1/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Any change to deps.mk causes all beams to be rebuilt
| * | | | | | | | | By using an order only depend, we ensure that the deps file must exist, but ↵Matthew Sackman2010-09-231-1/+2
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | it being newer than the beams will not cause beams to be rebuilt. We also ensure that if the deps is being rebuilt, we delete the old one first so that if deps generation fails, the order-only depends cannot be satisfied.
* | | | | | | | | CosmeticEmile Joubert2010-09-241-4/+4
| | | | | | | | |
* | | | | | | | | bug23290 merged into defaultMarek Majkowski2010-09-241-0/+17
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Query memory on AIXEmile Joubert2010-09-241-0/+17
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | (on the correct branch this time)
* | | | | | | | Merging bug 23193 onto defaultMatthew Sackman2010-09-214-62/+90
|\ \ \ \ \ \ \ \
| * | | | | | | | cosmeticsMatthew Sackman2010-09-212-4/+5
| | | | | | | | |