| Commit message (Expand) | Author | Age | Files | Lines |
| * | should definitely sync after truncating the ack journal | Matthew Sackman | 2009-10-23 | 1 | -0/+1 |
| * | Yes, turns out it's a good idea to observe the is_persistent flag... | Matthew Sackman | 2009-10-23 | 1 | -2/+7 |
| * | mainly cosmetic renamings. Also added support to queue_index:sync so that you... | Matthew Sackman | 2009-10-23 | 4 | -17/+26 |
| * | finally added support for smart syncing of the queue index on commit. Note pe... | Matthew Sackman | 2009-10-23 | 2 | -11/+20 |
| * | Added is_dirty, which is necessary so that we can avoid unnecessary syncs. It... | Matthew Sackman | 2009-10-23 | 1 | -26/+35 |
| * | Removed state from fhc. The reasoning is as follows: | Matthew Sackman | 2009-10-23 | 2 | -173/+134 |
| * | drop the offset arg to read, also account for the possibility that we didn't ... | Matthew Sackman | 2009-10-22 | 2 | -32/+15 |
| * | starting to deal with the idea that fhs may disappear because of hitting limits | Matthew Sackman | 2009-10-22 | 1 | -38/+61 |
| * | bug fix in fhc:read (not tracking change in offset). Also made qi use new fhc... | Matthew Sackman | 2009-10-22 | 3 | -292/+91 |
| * | not quite complete, but much much simpler, and prettier | Matthew Sackman | 2009-10-22 | 1 | -120/+106 |
| * | More work on the real fhc | Matthew Sackman | 2009-10-22 | 1 | -29/+124 |
| * | trivial and cosmetic | Matthew Sackman | 2009-10-22 | 1 | -2/+1 |
| * | Started work on the real file handle cache | Matthew Sackman | 2009-10-22 | 1 | -0/+214 |
| * | Added write buffers. Performance now very very good, and could get better if ... | Matthew Sackman | 2009-10-21 | 1 | -38/+59 |
| * | 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 |