summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added behaviour for msg_store_index and tidied includes, and updated makefile...Matthew Sackman2010-01-194-2/+112
* documentation tweaksMatthew Sackman2010-01-191-8/+9
* Make sure the fhc server is started early on in the boot processMatthew Sackman2010-01-191-0/+5
* Of course, there's no reason not to add into the current file cache immediate...Matthew Sackman2010-01-181-5/+9
* Of course, we should only delete messages when they're, err, due to be delete...Matthew Sackman2010-01-181-4/+4
* Refactored and generally tidied the msg_store. Also added a write-back cache ...Matthew Sackman2010-01-172-144/+144
* Correction of modes in readingMatthew Sackman2010-01-161-1/+1
* When publishing delivered, the fact is, the message has already been delivere...Matthew Sackman2010-01-161-1/+1
* Inability to do basic mathsMatthew Sackman2010-01-161-9/+11
* Refactoring of bpqMatthew Sackman2010-01-152-132/+85
* Extensive testing suggests the batch size was previous set too highMatthew Sackman2010-01-141-1/+1
* Should actually be working on the ratio of betas to betas+alphas. Thus subtra...Matthew Sackman2010-01-141-2/+3
* the ratio should always be 1. Hence removed.Matthew Sackman2010-01-131-7/+1
* Much better. The reason why batching is important is because if you're walkin...Matthew Sackman2010-01-133-75/+192
* Forgot to remove an io:formatMatthew Sackman2010-01-131-2/+1
* Mechanism to limit the number of betas which don't have their index on disk i...Matthew Sackman2010-01-133-3/+206
* Refactoring of vq - pulled out the inlined block-prefix queue code and genera...Matthew Sackman2010-01-133-200/+324
* Right, getting there - some major reworkings to vq which have fixed bugs. It ...Matthew Sackman2010-01-123-360/+467
* some minor refactoring (more to do), and spotted and fixed a race conditionMatthew Sackman2010-01-091-20/+38
* Scanning the common operation, so that should be prioritied. The open->close ...Matthew Sackman2010-01-081-6/+6
* Correct the closing mech. Sadly I'm currently scanning the whole table every ...Matthew Sackman2010-01-081-22/+17
* Whoops, forgot to remove an io:formatMatthew Sackman2010-01-081-1/+0
* Msg_store now supports concurrent reads when it is safe, directly from the qu...Matthew Sackman2010-01-085-75/+282
* Toughened up cache accessors and switched to using named tables in prep for c...Matthew Sackman2010-01-073-107/+104
* Env var does not need rabbit_ prefixMatthew Sackman2009-12-262-2/+2
* Put the default index module (ets) in the .app template, and assume the env v...Matthew Sackman2009-12-262-5/+2
* Support pluggable msg_store index module through the rabbit_msg_store_index_m...Matthew Sackman2009-12-222-4/+10
* merging in (and adjustments for startup) from defaultMatthew Sackman2009-12-229-127/+273
|\
| * merge bug 22039 into defaultMatthew Sackman2009-12-226-117/+264
| |\
| | * Refactor away boot_core_processes.Tony Garnock-Jones2009-12-172-33/+60
| | * Refactor boot_recovery, boot_tcp_listeners and boot_ssl_listenersTony Garnock-Jones2009-12-172-40/+39
| | * Merge default into bug22039Tony Garnock-Jones2009-12-179-58/+245
| | |\
| | * | cosmetics (mainly line length, alignment and trailing WS)Matthew Sackman2009-12-161-48/+69
| | * | Split up and tweak startup order.Tony Garnock-Jones2009-12-143-50/+48
| | * | Switch to explicit MFA, and symbolic boot step names.Tony Garnock-Jones2009-12-141-56/+69
| | * | Move planning code out of activator and into rabbit proper.Tony Garnock-Jones2009-12-143-103/+95
| | * | Enforce acyclicity; check presence and export of steps.Tony Garnock-Jones2009-12-141-4/+36
| | * | Fixup specs.Tony Garnock-Jones2009-12-141-2/+2
| | * | Add "-rabbit_boot_step" module attribute to specify startup sequence.Tony Garnock-Jones2009-12-143-121/+167
| | * | Merge default into bug22039Tony Garnock-Jones2009-12-141-12/+12
| | |\ \
| | * \ \ Merge default into bug22039Tony Garnock-Jones2009-12-145-66/+91
| | |\ \ \
| | * \ \ \ Merge default into bug22039Tony Garnock-Jones2009-12-011-19/+6
| | |\ \ \ \
| | * | | | | Avoid compiler warning about unused term; weirdly, the replaced idiom works e...Tony Garnock-Jones2009-11-301-2/+3
| | * | | | | Change tactic to examine modules in .app files for rabbit_static_hook_* modulesTony Garnock-Jones2009-11-301-14/+16
| | * | | | | Initial stab at the problemTony Garnock-Jones2009-11-301-10/+30
* | | | | | | merged bug 22161 into bug 21673. Lazy, concurrent msg_store GC landed.Matthew Sackman2009-12-2010-435/+842
|\ \ \ \ \ \ \
| * | | | | | | Ensure that :contains calls can't overtake :remove casts. Also modify the tes...Matthew Sackman2009-12-202-36/+55
| * | | | | | | Must start msg_store *before* amqqueue_sup, otherwise on shutdown, there's a ...Matthew Sackman2009-12-201-4/+6
| * | | | | | | background lazy GC in and workingMatthew Sackman2009-12-205-357/+611
| * | | | | | | merging default/21673 into bug 22161Matthew Sackman2009-12-192-10/+17
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |