| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added peek to ivq. some tests for peek | Rob Harrop | 2010-09-27 | 3 | -3/+15 |
| | | |||||
| * | added peek to backing queue, implemented in vq | Rob Harrop | 2010-09-27 | 4 | -5/+71 |
| | | |||||
| * | minor stylistic improvement | Rob Harrop | 2010-09-27 | 1 | -1/+2 |
| | | |||||
| * | slight improvement to performance when discarding many messages | Rob Harrop | 2010-09-27 | 1 | -4/+4 |
| | | |||||
| * | merged with default | Rob Harrop | 2010-09-27 | 11 | -233/+480 |
| |\ | |||||
| | * | cosmetic, tab clean up | Rob Harrop | 2010-09-23 | 2 | -10/+10 |
| | | | |||||
| | * | invariable queue has dropwhile implementation now | Rob Harrop | 2010-09-23 | 1 | -10/+23 |
| | | | |||||
| | * | reworked how message filtering works with dropwhile | Rob Harrop | 2010-09-22 | 7 | -79/+116 |
| | | | |||||
| | * | fixed problem in vq:tx_commit, moved expiry recalculation to post_msg_store ↵ | Rob Harrop | 2010-09-22 | 1 | -14/+15 |
| | | | | | | | | | callback | ||||
| | * | clean up of specs and dialzer results | Rob Harrop | 2010-09-22 | 3 | -22/+41 |
| | | | |||||
| | * | persistence of message props working for invariable queue | Rob Harrop | 2010-09-21 | 2 | -16/+18 |
| | | | |||||
| | * | cosmetic changes | Rob Harrop | 2010-09-21 | 2 | -15/+15 |
| | | | |||||
| | * | stylistic issues, reworking handling of msg_properties | Rob Harrop | 2010-09-21 | 1 | -13/+13 |
| | | | |||||
| | * | cosmetic changes, alignment etc | Rob Harrop | 2010-09-21 | 2 | -27/+33 |
| | | | |||||
| | * | fixed issue in invariable queue preventing per-queue ttl working for ↵ | Rob Harrop | 2010-09-21 | 2 | -15/+17 |
| | | | | | | | | | transient messages | ||||
| | * | fixed naming error | Rob Harrop | 2010-09-21 | 1 | -2/+2 |
| | | | |||||
| | * | refactoring argument checking and line width changes | Rob Harrop | 2010-09-21 | 1 | -19/+19 |
| | | | |||||
| | * | cosmetic changes - line width | Rob Harrop | 2010-09-21 | 5 | -22/+47 |
| | | | |||||
| | * | cosmetic fixes - tabs to spaces | Rob Harrop | 2010-09-21 | 6 | -40/+40 |
| | | | |||||
| | * | merge with default | Rob Harrop | 2010-09-21 | 8 | -123/+265 |
| | |\ | |||||
| | | * | invariable queue updated for backing queue api | Rob Harrop | 2010-09-17 | 1 | -17/+30 |
| | | | | |||||
| | | * | added msg_properties to publish_delivered so they can be rehydrated later | Rob Harrop | 2010-09-17 | 2 | -4/+5 |
| | | | | |||||
| | | * | some cosmetic changes and the beginnings of invariable_queue with new api | Rob Harrop | 2010-09-17 | 3 | -13/+15 |
| | | | | |||||
| | | * | merge with default | Rob Harrop | 2010-09-17 | 4 | -6/+5 |
| | | |\ | |||||
| | | * | | fixed test_queue_recover. recovery is working again with per-queue ttl | Rob Harrop | 2010-09-16 | 2 | -4/+6 |
| | | | | | |||||
| | | * | | fixed bug in persistent_guids vq | Rob Harrop | 2010-09-16 | 1 | -3/+4 |
| | | | | | |||||
| | | * | | merged with default | Rob Harrop | 2010-09-16 | 11 | -492/+573 |
| | | |\ \ | |||||
| | | * | | | whitespace clean up | Rob Harrop | 2010-09-16 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | removed stray io:format calls | Rob Harrop | 2010-09-15 | 2 | -11/+2 |
| | | | | | | |||||
| | | * | | | midway through fixing test_queue_recover | Rob Harrop | 2010-09-15 | 3 | -7/+35 |
| | | | | | | |||||
| | | * | | | merge with remote | Rob Harrop | 2010-09-15 | 2 | -2/+23 |
| | | |\ \ \ | |||||
| | | * | | | | erlang tests working again | Rob Harrop | 2010-09-15 | 3 | -6/+7 |
| | | | | | | | |||||
| | | * | | | | merged with default | Rob Harrop | 2010-09-14 | 45 | -1556/+1952 |
| | | |\ \ \ \ | |||||
| | | * | | | | | support for expiration during consume now | Rob Harrop | 2010-08-20 | 1 | -4/+3 |
| | | | | | | | | |||||
| | | * | | | | | merge bug23111 with default | Rob Harrop | 2010-08-20 | 3 | -87/+127 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | reworked contract between qi and vq. tidied up in general | Rob Harrop | 2010-08-20 | 4 | -48/+32 |
| | | | | | | | | | |||||
| | | * | | | | | | in flight, want to test against default | Rob Harrop | 2010-08-20 | 4 | -28/+73 |
| | | | | | | | | | |||||
| | | * | | | | | | merge default into bug23111 | Rob Harrop | 2010-08-19 | 5 | -47/+121 |
| | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | Expiry is reset on tx commit now. TX publish messages have correct TTL semantics | Rob Harrop | 2010-08-19 | 2 | -21/+25 |
| | | | | | | | | | | |||||
| | | | * | | | | | | per-queue ttl working for non-transactionl messages without persistence | Rob Harrop | 2010-08-19 | 2 | -14/+32 |
| | | | | | | | | | | |||||
| | | | * | | | | | | reworked backing_queue and variable_queue to store msg_properties. used msg ↵ | Rob Harrop | 2010-08-18 | 4 | -37/+75 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | properties for storing and manipulating message expiry | ||||
| | | | * | | | | | | added msg_properties record for rabbit.hrl | Rob Harrop | 2010-08-18 | 1 | -0/+2 |
| | | | | | | | | | | |||||
| | | | * | | | | | | added validation for x-message-ttl arg on queue declare | Rob Harrop | 2010-08-18 | 1 | -1/+13 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge bug23300 into default | David Wragg | 2010-09-24 | 1 | -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 Sackman | 2010-09-23 | 1 | -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. | ||||
| * | | | | | | | | | Cosmetic | Emile Joubert | 2010-09-24 | 1 | -4/+4 |
| | | | | | | | | | | |||||
| * | | | | | | | | | bug23290 merged into default | Marek Majkowski | 2010-09-24 | 1 | -0/+17 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| | * | | | | | | | | Query memory on AIX | Emile Joubert | 2010-09-24 | 1 | -0/+17 |
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | (on the correct branch this time) | ||||
| * | | | | | | | | Merging bug 23193 onto default | Matthew Sackman | 2010-09-21 | 4 | -62/+90 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | cosmetics | Matthew Sackman | 2010-09-21 | 2 | -4/+5 |
| | | | | | | | | | | |||||
