| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cosmetic changes, alignment etc | Rob Harrop | 2010-09-21 | 2 | -27/+33 |
| * | fixed issue in invariable queue preventing per-queue ttl working for transien... | Rob Harrop | 2010-09-21 | 2 | -15/+17 |
| * | 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 | 7 | -123/+263 |
| |\ | |||||
| | * | 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 | 1 | -3/+3 |
| | |\ | |||||
| | * | | 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 | 9 | -492/+564 |
| | |\ \ | |||||
| | * | | | 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 | 35 | -1533/+1840 |
| | |\ \ \ \ | |||||
| | * | | | | | 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 | 3 | -46/+32 |
| | * | | | | | | in flight, want to test against default | Rob Harrop | 2010-08-20 | 3 | -28/+71 |
| | * | | | | | | merge default into bug23111 | Rob Harrop | 2010-08-19 | 4 | -47/+119 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | 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 p... | Rob Harrop | 2010-08-18 | 3 | -36/+74 |
| | | * | | | | | | added validation for x-message-ttl arg on queue declare | Rob Harrop | 2010-08-18 | 1 | -1/+13 |
| * | | | | | | | | Merging bug 23193 onto default | Matthew Sackman | 2010-09-21 | 4 | -62/+90 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | cosmetics | Matthew Sackman | 2010-09-21 | 2 | -4/+5 |
| | * | | | | | | | | Merging heads | Matthew Sackman | 2010-09-21 | 3 | -3/+3 |
| | |\ \ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | cosmetics | Matthew Sackman | 2010-09-20 | 3 | -7/+8 |
| | * | | | | | | | | | Only emit stats on shutdown if they're enabled... | Simon MacMullen | 2010-09-20 | 3 | -5/+7 |
| | |/ / / / / / / / | |||||
| | * | | | | | | | | Stop stats timer on hibernate. | Simon MacMullen | 2010-09-14 | 3 | -6/+20 |
| | * | | | | | | | | Doc. | Simon MacMullen | 2010-09-14 | 1 | -1/+1 |
| | * | | | | | | | | Don't forget about stats timer before hibernating; it may fire after hibernat... | Simon MacMullen | 2010-09-14 | 3 | -10/+9 |
| | * | | | | | | | | Rename function. | Simon MacMullen | 2010-09-14 | 4 | -9/+10 |
| | * | | | | | | | | * Use one-shot timers | Simon MacMullen | 2010-09-14 | 4 | -63/+63 |
| | * | | | | | | | | Only emit stats in state running, so we don't emit stats before the connectio... | Simon MacMullen | 2010-09-13 | 1 | -2/+5 |
| | * | | | | | | | | Revert emiting stats on creation in the queue and channel. | Simon MacMullen | 2010-09-13 | 2 | -8/+0 |
| | * | | | | | | | | Merge default into bug23193 | Simon MacMullen | 2010-09-13 | 13 | -207/+284 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | Only emit stats if level != none. | Simon MacMullen | 2010-09-13 | 3 | -6/+18 |
| | * | | | | | | | | | init_expires/1 before emitting stats. | Simon MacMullen | 2010-09-09 | 1 | -2/+2 |
| | * | | | | | | | | | Emit stats just after creation event. | Simon MacMullen | 2010-09-07 | 3 | -2/+6 |
| * | | | | | | | | | | Merging bug23047 into default | Matthew Sackman | 2010-09-20 | 1 | -12/+13 |
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
| | * | | | | | | | | | remove superfluous xref stuff | Alexandru Scvortov | 2010-09-16 | 1 | -15/+1 |
| | * | | | | | | | | | merge default into bug23047 | Alexandru Scvortov | 2010-09-16 | 39 | -2001/+2443 |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | | | |||||
| | * | | | | | | | | | removed underspecs warnings | Alexandru Scvortov | 2010-08-25 | 1 | -1/+1 |
| | * | | | | | | | | | added xref check for undefined, unused and deprecated functions | Alexandru Scvortov | 2010-08-19 | 1 | -10/+22 |
