| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sanitise ram_duration and target_duration_count so they don't have to both ↵ | Matthew Sackman | 2010-06-18 | 2 | -11/+10 |
| | | | | | cope with being all of infinity, undefined and a number. | ||||
| * | cosmetic | Matthew Sackman | 2010-06-18 | 1 | -6/+6 |
| | | |||||
| * | Merging default into bug21673 | Matthew Sackman | 2010-06-18 | 6 | -4/+28 |
| |\ | |||||
| | * | Merging bug 22871 to default | Matthew Sackman | 2010-06-18 | 1 | -1/+1 |
| | |\ | |||||
| | | * | fix syntax error that prevented compilation under Erlang/OTP R14A | Matthias Radestock | 2010-06-18 | 1 | -1/+1 |
| | |/ | |||||
| | * | Merged heads | Simon MacMullen | 2010-06-16 | 2 | -0/+9 |
| | |\ | |||||
| | | * | Added tag rabbitmq_v1_8_0 for changeset 81694676ea97 | Matthew Sackman | 2010-06-16 | 0 | -0/+0 |
| | | | | |||||
| | | * | v1.8.0 release deb and rpm changelogsrabbitmq_v1_8_0 | Matthew Sackman | 2010-06-16 | 2 | -0/+9 |
| | | | | |||||
| | * | | Merged bug 22597 | Simon MacMullen | 2010-06-16 | 3 | -3/+18 |
| | |\ \ | |||||
| | | * | | moved common spec to rabbit.hrl; rewrote status code | Alexandru Scvortov | 2010-06-11 | 3 | -17/+14 |
| | | | | | |||||
| | | * | | fixed crash when rabbit:status/0 called after rabbit was stopped | Alexandru Scvortov | 2010-06-10 | 2 | -10/+17 |
| | | | | | |||||
| | | * | | Start bug22597 again. | Simon MacMullen | 2010-06-08 | 2 | -3/+14 |
| | | | | | |||||
| * | | | | slight tidying up of permitted_ram_index_count | Matthias Radestock | 2010-06-18 | 1 | -10/+8 |
| | | | | | |||||
| * | | | | correct comment | Matthias Radestock | 2010-06-17 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | cosmetic | Matthias Radestock | 2010-06-17 | 3 | -8/+4 |
| | | | | | |||||
| * | | | | delete1 is not needed and never called | Matthew Sackman | 2010-06-17 | 1 | -29/+3 |
| | | | | | |||||
| * | | | | Reduce msg store file size limit and queue index journal size temporarily ↵ | Matthew Sackman | 2010-06-17 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | | | whilst running intensive tests | ||||
| * | | | | Make the queue_index max_journal_entry_count configurable | Matthew Sackman | 2010-06-17 | 2 | -13/+16 |
| | | | | | |||||
| * | | | | Fix msg_file scan block size at 4MB | Matthew Sackman | 2010-06-17 | 3 | -57/+43 |
| | | | | | |||||
| * | | | | Expose the msg_store file size limit to configuration. Also some suitable ↵ | Matthew Sackman | 2010-06-17 | 6 | -62/+89 |
| | | | | | | | | | | | | | | | | | derivisions in tests. | ||||
| * | | | | Added test to invoke the queue index walker | Matthew Sackman | 2010-06-17 | 1 | -3/+4 |
| | | | | | |||||
| * | | | | Mergin' heads | Matthew Sackman | 2010-06-17 | 1 | -14/+18 |
| |\ \ \ \ | |||||
| | * | | | | rename betas_from_segment_entries and make it more efficient | Matthias Radestock | 2010-06-17 | 1 | -14/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | ...by exploiting the ability of queue_index:{deliver,ack} to take multiple SeqIds | ||||
| * | | | | | Removed unenforced redundancy in function args | Matthew Sackman | 2010-06-17 | 1 | -4/+5 |
| |/ / / / | |||||
| * | | | | make queue_index:deliver take a list of SeqIds | Matthias Radestock | 2010-06-17 | 3 | -54/+47 |
| | | | | | | | | | | | | | | | | | | | | | ...rather than just a single SeqId. This brings it in line with 'ack', simplifies the code, and is useful in variable_queue. | ||||
| * | | | | get rid of vq:read_one_index_segment | Matthias Radestock | 2010-06-17 | 3 | -29/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The purpose of the function was to keep reading until either some data was found or the end was reached. However, both call sites contain loops already that effectively do the same, making the function redundant. There is also a small tweak to the qi:read API - it now returns the "next seq id to read". Previously it was returning 'undefined' when the requested (exclusive) End was inside the same segment as the Start, so now we simply return that End in that case. | ||||
| * | | | | rename | Matthias Radestock | 2010-06-16 | 1 | -6/+4 |
| | | | | | |||||
| * | | | | refactor: invert condition to make it easier to read | Matthias Radestock | 2010-06-16 | 1 | -3/+3 |
| | | | | | |||||
| * | | | | minor refactor | Matthias Radestock | 2010-06-16 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | cosmetic | Matthias Radestock | 2010-06-16 | 1 | -9/+5 |
| | | | | | |||||
| * | | | | restructure 'purge' in order to make its operation more obvious | Matthias Radestock | 2010-06-16 | 1 | -15/+18 |
| | | | | | |||||
| * | | | | simplify 'purge' | Matthias Radestock | 2010-06-16 | 1 | -29/+21 |
| | | | | | | | | | | | | | | | | | it doesn't need to compute the Count since we already know it | ||||
| * | | | | cosmetic | Matthias Radestock | 2010-06-16 | 1 | -26/+27 |
| | | | | | |||||
| * | | | | Merging heads | Matthew Sackman | 2010-06-15 | 1 | -64/+79 |
| |\ \ \ \ | |||||
| | * | | | | assert vq state invariants | Matthias Radestock | 2010-06-15 | 1 | -64/+79 |
| | | | | | | | | | | | | | | | | | | | | | as a post condition on all exported functions | ||||
| * | | | | | Improved test coverage of the queue index walker | Matthew Sackman | 2010-06-15 | 2 | -6/+35 |
| |/ / / / | |||||
| * | | | | Good lord, how did that get through? | Matthew Sackman | 2010-06-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | cosmetic | Matthias Radestock | 2010-06-15 | 1 | -22/+14 |
| | | | | | |||||
| * | | | | minor refactor | Matthias Radestock | 2010-06-15 | 1 | -6/+5 |
| | | | | | |||||
| * | | | | tweak: trust our own code a bit more | Matthias Radestock | 2010-06-15 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | minor refactor: rename function | Matthias Radestock | 2010-06-15 | 1 | -10/+10 |
| | | | | | |||||
| * | | | | Merging default into bug 21673 | Matthew Sackman | 2010-06-14 | 40 | -380/+697 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merged bug 21842. | Simon MacMullen | 2010-06-14 | 1 | -2/+2 |
| | |\ \ \ | | |_|/ | |/| | | |||||
| | | * | | restart bug21842 off default | Alexandru Scvortov | 2010-06-14 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | Clarify comment. | Simon MacMullen | 2010-06-14 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | Merging bug 18524 onto default | Matthew Sackman | 2010-06-11 | 7 | -72/+116 |
| | |\ \ \ | |||||
| | | * | | | removed unnecessary ifdefs | Alexandru Scvortov | 2010-06-11 | 1 | -6/+3 |
| | | | | | | |||||
| | | * | | | ifdefs surround ALL the specs | Alexandru Scvortov | 2010-06-11 | 1 | -1/+1 |
| | | | | | | |||||
| | | * | | | fixed specs | Alexandru Scvortov | 2010-06-09 | 3 | -8/+8 |
| | | | | | | |||||
| | | * | | | cosmetic | Alexandru Scvortov | 2010-06-09 | 1 | -3/+1 |
| | | | | | | |||||
