| Commit message (Expand) | Author | Age | Files | Lines |
| * | Inability to do basic maths | Matthew Sackman | 2010-01-16 | 1 | -9/+11 |
| * | Refactoring of bpq | Matthew Sackman | 2010-01-15 | 2 | -132/+85 |
| * | Extensive testing suggests the batch size was previous set too high | Matthew Sackman | 2010-01-14 | 1 | -1/+1 |
| * | Should actually be working on the ratio of betas to betas+alphas. Thus subtra... | Matthew Sackman | 2010-01-14 | 1 | -2/+3 |
| * | the ratio should always be 1. Hence removed. | Matthew Sackman | 2010-01-13 | 1 | -7/+1 |
| * | Much better. The reason why batching is important is because if you're walkin... | Matthew Sackman | 2010-01-13 | 3 | -75/+192 |
| * | Forgot to remove an io:format | Matthew Sackman | 2010-01-13 | 1 | -2/+1 |
| * | Mechanism to limit the number of betas which don't have their index on disk i... | Matthew Sackman | 2010-01-13 | 3 | -3/+206 |
| * | Refactoring of vq - pulled out the inlined block-prefix queue code and genera... | Matthew Sackman | 2010-01-13 | 3 | -200/+324 |
| * | Right, getting there - some major reworkings to vq which have fixed bugs. It ... | Matthew Sackman | 2010-01-12 | 2 | -342/+465 |
| * | some minor refactoring (more to do), and spotted and fixed a race condition | Matthew Sackman | 2010-01-09 | 1 | -20/+38 |
| * | Scanning the common operation, so that should be prioritied. The open->close ... | Matthew Sackman | 2010-01-08 | 1 | -6/+6 |
| * | Correct the closing mech. Sadly I'm currently scanning the whole table every ... | Matthew Sackman | 2010-01-08 | 1 | -22/+17 |
| * | Whoops, forgot to remove an io:format | Matthew Sackman | 2010-01-08 | 1 | -1/+0 |
| * | Msg_store now supports concurrent reads when it is safe, directly from the qu... | Matthew Sackman | 2010-01-08 | 4 | -74/+280 |
| * | Toughened up cache accessors and switched to using named tables in prep for c... | Matthew Sackman | 2010-01-07 | 2 | -107/+101 |
| * | Env var does not need rabbit_ prefix | Matthew Sackman | 2009-12-26 | 1 | -1/+1 |
| * | Put the default index module (ets) in the .app template, and assume the env v... | Matthew Sackman | 2009-12-26 | 1 | -5/+1 |
| * | Support pluggable msg_store index module through the rabbit_msg_store_index_m... | Matthew Sackman | 2009-12-22 | 2 | -4/+10 |
| * | merging in (and adjustments for startup) from default | Matthew Sackman | 2009-12-22 | 9 | -127/+273 |
| |\ |
|
| | * | merge bug 22039 into default | Matthew Sackman | 2009-12-22 | 6 | -117/+264 |
| | |\ |
|
| | | * | Refactor away boot_core_processes. | Tony Garnock-Jones | 2009-12-17 | 2 | -33/+60 |
| | | * | Refactor boot_recovery, boot_tcp_listeners and boot_ssl_listeners | Tony Garnock-Jones | 2009-12-17 | 2 | -40/+39 |
| | | * | Merge default into bug22039 | Tony Garnock-Jones | 2009-12-17 | 4 | -31/+163 |
| | | |\ |
|
| | | * | | cosmetics (mainly line length, alignment and trailing WS) | Matthew Sackman | 2009-12-16 | 1 | -48/+69 |
| | | * | | Split up and tweak startup order. | Tony Garnock-Jones | 2009-12-14 | 3 | -50/+48 |
| | | * | | Switch to explicit MFA, and symbolic boot step names. | Tony Garnock-Jones | 2009-12-14 | 1 | -56/+69 |
| | | * | | Move planning code out of activator and into rabbit proper. | Tony Garnock-Jones | 2009-12-14 | 2 | -102/+95 |
| | | * | | Enforce acyclicity; check presence and export of steps. | Tony Garnock-Jones | 2009-12-14 | 1 | -4/+36 |
| | | * | | Fixup specs. | Tony Garnock-Jones | 2009-12-14 | 1 | -2/+2 |
| | | * | | Add "-rabbit_boot_step" module attribute to specify startup sequence. | Tony Garnock-Jones | 2009-12-14 | 2 | -121/+166 |
| | | * | | Merge default into bug22039 | Tony Garnock-Jones | 2009-12-14 | 1 | -12/+12 |
| | | |\ \ |
|
| | | * \ \ | Merge default into bug22039 | Tony Garnock-Jones | 2009-12-14 | 3 | -62/+82 |
| | | |\ \ \ |
|
| | | * | | | | Avoid compiler warning about unused term; weirdly, the replaced idiom works e... | Tony Garnock-Jones | 2009-11-30 | 1 | -2/+3 |
| | | * | | | | Change tactic to examine modules in .app files for rabbit_static_hook_* modules | Tony Garnock-Jones | 2009-11-30 | 1 | -14/+16 |
| | | * | | | | Initial stab at the problem | Tony Garnock-Jones | 2009-11-30 | 1 | -10/+30 |
| * | | | | | | Ensure that :contains calls can't overtake :remove casts. Also modify the tes... | Matthew Sackman | 2009-12-20 | 2 | -36/+55 |
| * | | | | | | Must start msg_store *before* amqqueue_sup, otherwise on shutdown, there's a ... | Matthew Sackman | 2009-12-20 | 1 | -4/+6 |
| * | | | | | | background lazy GC in and working | Matthew Sackman | 2009-12-20 | 4 | -357/+560 |
| * | | | | | | merging default/21673 into bug 22161 | Matthew Sackman | 2009-12-19 | 2 | -10/+17 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | merging default into bug 21673 | Matthew Sackman | 2009-12-19 | 1 | -7/+15 |
| | |\ \ \ \ \ \
| | |/ / / / / |
|
| | | * | | | | | not_found error on attempt to declare a queue that exists on a stopped node | Matthias Radestock | 2009-12-18 | 1 | -7/+15 |
| | * | | | | | | msg_store traps exits, and so it should have a handle_info clause to catch that | Matthew Sackman | 2009-12-19 | 1 | -1/+4 |
| * | | | | | | | merging into bug 22161 from bug 21673 | Matthew Sackman | 2009-12-19 | 1 | -0/+3 |
| |\ \ \ \ \ \ \
| |/ / / / / / |
|
| | * | | | | | | Any exit signal arriving at the amqqueue_process should result in the process... | Matthew Sackman | 2009-12-19 | 1 | -0/+3 |
| * | | | | | | | merging default+21673 into bug 22161 | Matthew Sackman | 2009-12-19 | 14 | -550/+276 |
| |\ \ \ \ \ \ \
| |/ / / / / / |
|
| | * | | | | | | merging default into bug 21673 | Matthew Sackman | 2009-12-19 | 14 | -550/+276 |
| | |\ \ \ \ \ \
| | |/ / / / / |
|
| | | * | | | | | post-backout merge | Matthias Radestock | 2009-12-18 | 12 | -515/+218 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | Backed out changeset 71e93e17450c | Matthias Radestock | 2009-12-18 | 12 | -515/+218 |
| | | * | | | | | | post-backout merge | Matthias Radestock | 2009-12-18 | 1 | -1/+0 |
| | | |\ \ \ \ \ \ |
|