| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added supervisor2 with simple_one_for_one_terminate strategy and wired queues... | Matthew Sackman | 2010-01-24 | 3 | -37/+937 |
| * | typeo | Matthew Sackman | 2010-01-21 | 1 | -1/+1 |
| * | Wrote new documentation for VQ | Matthew Sackman | 2010-01-21 | 1 | -30/+92 |
| * | doc improvement | Matthew Sackman | 2010-01-21 | 1 | -2/+2 |
| * | Added documentation for qi | Matthew Sackman | 2010-01-21 | 1 | -0/+70 |
| * | merge in from default | Matthew Sackman | 2010-01-21 | 4 | -26/+29 |
| |\ |
|
| | * | this looks prettier | Matthias Radestock | 2010-01-21 | 1 | -1/+1 |
| | * | merge v1_7 into default | Matthias Radestock | 2010-01-19 | 3 | -23/+30 |
| | |\ |
|
| | | * | merge bug22223 into v1_7 | Matthias Radestock | 2010-01-19 | 1 | -1/+1 |
| | | |\ |
|
| | | | * | Bumped priority of acks to match that of the unblock and notify_sent calls | Matthew Sackman | 2010-01-18 | 1 | -1/+1 |
| | | * | | no need to match on 'ok' twice | Matthias Radestock | 2010-01-19 | 1 | -5/+5 |
| | | * | | vertical alignment of -> in queue_fold | David R. MacIver | 2010-01-19 | 1 | -1/+1 |
| | | * | | rebranch off v1_7 rather than default | David R. MacIver | 2010-01-19 | 2 | -24/+31 |
| | | |/ |
|
| | * | | bug22209: added a comment to use upmap carefully. | Alexander Schmolck | 2010-01-13 | 1 | -2/+5 |
| * | | | merge bug22218 into bug21673 | Matthias Radestock | 2010-01-21 | 3 | -34/+64 |
| |\ \ \ |
|
| | * | | | fixed² | Matthew Sackman | 2010-01-21 | 1 | -3/+3 |
| | * | | | fixed | Matthew Sackman | 2010-01-21 | 1 | -1/+2 |
| | * | | | Given we know all of those processes are about to be enabled, the order in wh... | Matthew Sackman | 2010-01-20 | 1 | -1/+1 |
| | * | | | A mistake in the error case in accept, and elimination of one reverse | Matthew Sackman | 2010-01-20 | 2 | -6/+6 |
| | * | | | documentation | Matthew Sackman | 2010-01-19 | 1 | -0/+8 |
| | * | | | merging in from bug21673 | Matthew Sackman | 2010-01-19 | 1 | -8/+9 |
| | |\ \ \ |
|
| | * | | | | The motivation for the cast in init is that if the first obtain blocks then w... | Matthew Sackman | 2010-01-19 | 3 | -11/+12 |
| | * | | | | Initial pass at solution. Seems to work. Interesting realisation that the fhc... | Matthew Sackman | 2010-01-18 | 4 | -29/+54 |
| * | | | | | documentation | Matthew Sackman | 2010-01-19 | 1 | -17/+47 |
| * | | | | | Added behaviour for msg_store_index and tidied includes, and updated makefile... | Matthew Sackman | 2010-01-19 | 2 | -1/+50 |
| | |/ / /
|/| | | |
|
| * | | | | documentation tweaks | Matthew Sackman | 2010-01-19 | 1 | -8/+9 |
| * | | | | Make sure the fhc server is started early on in the boot process | Matthew Sackman | 2010-01-19 | 1 | -0/+5 |
| |/ / / |
|
| * | | | Of course, there's no reason not to add into the current file cache immediate... | Matthew Sackman | 2010-01-18 | 1 | -5/+9 |
| * | | | Of course, we should only delete messages when they're, err, due to be delete... | Matthew Sackman | 2010-01-18 | 1 | -4/+4 |
| * | | | Refactored and generally tidied the msg_store. Also added a write-back cache ... | Matthew Sackman | 2010-01-17 | 1 | -141/+140 |
| * | | | Correction of modes in reading | Matthew Sackman | 2010-01-16 | 1 | -1/+1 |
| * | | | When publishing delivered, the fact is, the message has already been delivere... | Matthew Sackman | 2010-01-16 | 1 | -1/+1 |
| * | | | 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 |