summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added supervisor2 with simple_one_for_one_terminate strategy and wired queues...Matthew Sackman2010-01-243-37/+937
* typeoMatthew Sackman2010-01-211-1/+1
* Wrote new documentation for VQMatthew Sackman2010-01-211-30/+92
* doc improvementMatthew Sackman2010-01-211-2/+2
* Added documentation for qiMatthew Sackman2010-01-211-0/+70
* merge in from defaultMatthew Sackman2010-01-214-26/+29
|\
| * this looks prettierMatthias Radestock2010-01-211-1/+1
| * merge v1_7 into defaultMatthias Radestock2010-01-193-23/+30
| |\
| | * merge bug22223 into v1_7Matthias Radestock2010-01-191-1/+1
| | |\
| | | * Bumped priority of acks to match that of the unblock and notify_sent callsMatthew Sackman2010-01-181-1/+1
| | * | no need to match on 'ok' twiceMatthias Radestock2010-01-191-5/+5
| | * | vertical alignment of -> in queue_foldDavid R. MacIver2010-01-191-1/+1
| | * | rebranch off v1_7 rather than defaultDavid R. MacIver2010-01-192-24/+31
| | |/
| * | bug22209: added a comment to use upmap carefully.Alexander Schmolck2010-01-131-2/+5
* | | merge bug22218 into bug21673Matthias Radestock2010-01-213-34/+64
|\ \ \
| * | | fixed²Matthew Sackman2010-01-211-3/+3
| * | | fixedMatthew Sackman2010-01-211-1/+2
| * | | Given we know all of those processes are about to be enabled, the order in wh...Matthew Sackman2010-01-201-1/+1
| * | | A mistake in the error case in accept, and elimination of one reverseMatthew Sackman2010-01-202-6/+6
| * | | documentationMatthew Sackman2010-01-191-0/+8
| * | | merging in from bug21673Matthew Sackman2010-01-191-8/+9
| |\ \ \
| * | | | The motivation for the cast in init is that if the first obtain blocks then w...Matthew Sackman2010-01-193-11/+12
| * | | | Initial pass at solution. Seems to work. Interesting realisation that the fhc...Matthew Sackman2010-01-184-29/+54
* | | | | documentationMatthew Sackman2010-01-191-17/+47
* | | | | Added behaviour for msg_store_index and tidied includes, and updated makefile...Matthew Sackman2010-01-192-1/+50
| |/ / / |/| | |
* | | | 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-171-141/+140
* | | 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-122-342/+465
* | | 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-084-74/+280
* | | Toughened up cache accessors and switched to using named tables in prep for c...Matthew Sackman2010-01-072-107/+101
* | | Env var does not need rabbit_ prefixMatthew Sackman2009-12-261-1/+1
* | | Put the default index module (ets) in the .app template, and assume the env v...Matthew Sackman2009-12-261-5/+1