| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bug fix. | Matthew Sackman | 2009-10-16 | 3 | -17/+19 |
| * | bug fix. | Matthew Sackman | 2009-10-16 | 1 | -2/+10 |
| * | bug fix. | Matthew Sackman | 2009-10-16 | 1 | -1/+2 |
| * | A load more fixes. Seem to have uncovered the possibility of finding many ack... | Matthew Sackman | 2009-10-14 | 4 | -12/+15 |
| * | use lists:flatten, not hd | Matthew Sackman | 2009-10-14 | 1 | -1/+1 |
| * | some more fixes. durable queue recovery seems to work | Matthew Sackman | 2009-10-14 | 1 | -5/+5 |
| * | some initial fixes | Matthew Sackman | 2009-10-14 | 2 | -4/+8 |
| * | the deletion of transient msgs via the scattering of the journal at startup w... | Matthew Sackman | 2009-10-14 | 1 | -47/+74 |
| * | slightly more likely to work | Matthew Sackman | 2009-10-14 | 1 | -4/+5 |
| * | cosmetics and also removal of bitstring syntax as it seems far too modern, an... | Matthew Sackman | 2009-10-14 | 1 | -7/+7 |
| * | the queue index deletes transient msgs on initialisation. This is rather eleg... | Matthew Sackman | 2009-10-14 | 1 | -6/+17 |
| * | Wire up the tx_commit callback. Note no coalescing because no sync on queue_i... | Matthew Sackman | 2009-10-14 | 2 | -3/+10 |
| * | Be a bit more clever on starting the message store and look up durable queues... | Matthew Sackman | 2009-10-13 | 4 | -37/+76 |
| * | most of the rewiring is done. Need to sort out how to delete non durable queu... | Matthew Sackman | 2009-10-13 | 6 | -1538/+73 |
| * | added publish_delivered/2 which deals with adding a message, when the queue i... | Matthew Sackman | 2009-10-13 | 1 | -1/+17 |
| * | publish/3 -> publish/2 because the IsDelivered bit is always false when calle... | Matthew Sackman | 2009-10-13 | 1 | -14/+32 |
| * | it starts up again | Matthew Sackman | 2009-10-13 | 3 | -5/+9 |
| * | Added ability to seed the msg_store. It's a bit hairy. | Matthew Sackman | 2009-10-13 | 1 | -5/+57 |
| * | Maybe done. Maybe time to start hacking out mq and dq. Maybe. | Matthew Sackman | 2009-10-13 | 2 | -22/+35 |
| * | factorisation and application of DeMorgan | Matthew Sackman | 2009-10-13 | 1 | -16/+14 |
| * | in preparation for commit, need to be able to indicate in a publish that pers... | Matthew Sackman | 2009-10-12 | 1 | -22/+62 |
| * | cosmetic | Matthew Sackman | 2009-10-12 | 1 | -5/+6 |
| * | tx_publish and tx_rollback done. Only tx_commit to go... | Matthew Sackman | 2009-10-12 | 1 | -1/+12 |
| * | Requeue turns out to be vastly more elegant and predictable than in mq. | Matthew Sackman | 2009-10-12 | 1 | -1/+11 |
| * | implemented delete. This is slightly less than pretty as, after doing the pur... | Matthew Sackman | 2009-10-12 | 1 | -9/+38 |
| * | for queue delete I need to be able to discover the lowest and highest non-ack... | Matthew Sackman | 2009-10-12 | 2 | -37/+38 |
| * | a couple of full list sorts were unnecessary and should only have been max or... | Matthew Sackman | 2009-10-12 | 1 | -7/+8 |
| * | Well, it was beautiful, but it was also wrong. Firstly, purge needs to return... | Matthew Sackman | 2009-10-12 | 1 | -20/+48 |
| * | given the way in which the vq works, the removed tests were unnecessary. For ... | Matthew Sackman | 2009-10-12 | 1 | -7/+7 |
| * | merging in from bug 21368 | Matthew Sackman | 2009-10-12 | 2 | -80/+59 |
| |\ |
|
| | * | rollback transactions on queue termination | Matthias Radestock | 2009-10-11 | 2 | -80/+59 |
| * | | Beautiful! | Matthew Sackman | 2009-10-09 | 1 | -1/+40 |
| * | | cosmetics | Matthew Sackman | 2009-10-09 | 3 | -23/+31 |
| * | | Added ack to vq. Realised that ack no longer needs the msg itself, so there'v... | Matthew Sackman | 2009-10-09 | 2 | -11/+25 |
| * | | gee, can you tell none of this has been run yet? | Matthew Sackman | 2009-10-09 | 1 | -1/+2 |
| * | | tidying of the beloved msg_store | Matthew Sackman | 2009-10-09 | 2 | -27/+29 |
| * | | Prefetcher has priority over q1. | Matthew Sackman | 2009-10-09 | 3 | -17/+43 |
| * | | switching back to lists:min and lists:max as erlang:min/max do not exist in R12 | Matthew Sackman | 2009-10-09 | 3 | -4/+4 |
| * | | altered the prefetcher to drive the msg_store directly, and wired into vq | Matthew Sackman | 2009-10-09 | 3 | -104/+152 |
| * | | having discovered that erlang:min and erlang:max do exist, swap them in in pl... | Matthew Sackman | 2009-10-09 | 2 | -3/+3 |
| * | | adding len and is_empty. Renaming in -> publish and out -> fetch. A bit of mo... | Matthew Sackman | 2009-10-09 | 1 | -65/+86 |
| * | | on out/1, if the msg or its index are on disk and they don't need to be, take... | Matthew Sackman | 2009-10-08 | 1 | -12/+32 |
| * | | And now actually make sure that on start up we load in the first segment from... | Matthew Sackman | 2009-10-08 | 1 | -39/+45 |
| * | | The calculation of the highest seq id in the index queue was wrong - it was s... | Matthew Sackman | 2009-10-08 | 2 | -42/+66 |
| * | | minor further corrections and modifications | Matthew Sackman | 2009-10-08 | 1 | -18/+21 |
| * | | merging in from bug 21368 | Matthew Sackman | 2009-10-08 | 1 | -1/+1 |
| |\ \
| |/ |
|
| | * | fixing erroneous use of thunk(_) in spec to fun() | Matthew Sackman | 2009-10-08 | 1 | -1/+1 |
| * | | Tidying and refactoring of the variable queue, some documentation, and the re... | Matthew Sackman | 2009-10-08 | 2 | -174/+273 |
| * | | merging in from bug 21368 | Matthew Sackman | 2009-10-08 | 3 | -131/+149 |
| |\ \
| |/ |
|
| | * | cosmetic | Matthias Radestock | 2009-10-08 | 1 | -8/+5 |