| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added sync_all for queue_index, trap exits in amqqueue_process, make sure tha... | Matthew Sackman | 2009-10-21 | 3 | -7/+24 |
| * | remove unnecessary rabbit_ prefix in process dictionary entries in fhc | Matthew Sackman | 2009-10-21 | 1 | -19/+19 |
| * | fprof shows that dict really sucks hard, so switch to using the process dicti... | Matthew Sackman | 2009-10-21 | 2 | -122/+103 |
| * | still far too slow | Matthew Sackman | 2009-10-20 | 1 | -33/+17 |
| * | well, it's about 4 times slower, but the dumb fhc works on the queue index | Matthew Sackman | 2009-10-20 | 2 | -211/+528 |
| * | don't use foreach seeing as I'm not using it anywhere else | Matthew Sackman | 2009-10-19 | 1 | -3/+3 |
| * | make sure we stop the msg_store at the start of the queue_index tests | Matthew Sackman | 2009-10-19 | 1 | -0/+1 |
| * | Extending queue index test slightly | Matthew Sackman | 2009-10-19 | 1 | -21/+39 |
| * | reversing previous change, as I had actually got it right first time | Matthew Sackman | 2009-10-19 | 1 | -3/+2 |
| * | more helpful when the bugfix fixes the bug | Matthew Sackman | 2009-10-19 | 1 | -2/+3 |
| * | tidying up end of test_queue_index | Matthew Sackman | 2009-10-19 | 1 | -1/+3 |
| * | Some minor API changes which are pretty sensible anyway, but also make writin... | Matthew Sackman | 2009-10-19 | 4 | -28/+106 |
| * | added missing spec | Matthew Sackman | 2009-10-19 | 1 | -0/+1 |
| * | spelling | Matthew Sackman | 2009-10-19 | 1 | -1/+1 |
| * | now() -> make_ref() | Matthew Sackman | 2009-10-19 | 1 | -3/+3 |
| * | preemptive refactoring | Matthew Sackman | 2009-10-19 | 1 | -60/+57 |
| * | factoring out of some magic numbers | Matthew Sackman | 2009-10-19 | 1 | -2/+3 |
| * | stop the msg_store at the end of the tests so the rest of the test suite can ... | Matthew Sackman | 2009-10-19 | 1 | -0/+12 |
| * | test suite for msg_store - hit's 80% coverage - uncovered code is for recover... | Matthew Sackman | 2009-10-19 | 1 | -466/+147 |
| * | on requeue, make use of msg_store:release | Matthew Sackman | 2009-10-19 | 1 | -11/+18 |
| * | If we don't fully flush the journal when it becomes full then we are negating... | Matthew Sackman | 2009-10-16 | 1 | -12/+13 |
| * | empty queues that get deleted should, um, be deleted | Matthew Sackman | 2009-10-16 | 1 | -10/+13 |
| * | assertion that the purge count equals the queue length | Matthew Sackman | 2009-10-16 | 1 | -2/+2 |
| * | Bug fix. | Matthew Sackman | 2009-10-16 | 2 | -11/+17 |
| * | Bug fix. | Matthew Sackman | 2009-10-16 | 1 | -4/+5 |
| * | Bug fix. | Matthew Sackman | 2009-10-16 | 1 | -15/+17 |
| * | Bug fix. | Matthew Sackman | 2009-10-16 | 1 | -2/+5 |
| * | 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 |