| Commit message (Expand) | Author | Age | Files | Lines |
| * | make | Matthew Sackman | 2009-10-27 | 3 | -7/+10 |
| * | added to qi so that it will store that it was cleanly shutdown, and on startu... | Matthew Sackman | 2009-10-27 | 1 | -5/+28 |
| * | Added check in the qi startup that msgs must be in the msg_store. This affect... | Matthew Sackman | 2009-10-26 | 2 | -4/+14 |
| * | rewrote the qi populating the msg_store (delta function), sidestepping queue ... | Matthew Sackman | 2009-10-26 | 1 | -25/+30 |
| * | correction of ordering of exports, specs and functions. And correction of spe... | Matthew Sackman | 2009-10-26 | 1 | -6/+7 |
| * | Mainly a load of cosmetics, and some minor API changes, but also manage to ho... | Matthew Sackman | 2009-10-26 | 4 | -41/+69 |
| * | merging in from default | Matthew Sackman | 2009-10-26 | 6 | -47/+59 |
| |\ |
|
| | * | merge bug21777 into default | Matthias Radestock | 2009-10-26 | 1 | -3/+3 |
| | |\ |
|
| | | * | cosmetic error formatting changes | Matthias Radestock | 2009-10-26 | 1 | -3/+3 |
| | | * | Fixed formatting for string-based errors | Paul Jones | 2009-10-09 | 1 | -1/+1 |
| | * | | merge bug21758 into default | Matthias Radestock | 2009-10-26 | 1 | -7/+16 |
| | |\ \ |
|
| | | * | | Typo and style fix | Michael Bridgen | 2009-10-20 | 1 | -7/+5 |
| | | * | | Use a specialised return value for handle_ch_down, rather than reinterpreting... | Michael Bridgen | 2009-10-20 | 1 | -7/+10 |
| | | * | | Do the queue deletion synchronously. Instead of replying immediately | Michael Bridgen | 2009-10-19 | 1 | -3/+11 |
| | | |/ |
|
| | * | | correct list_bindings result field order | Matthias Radestock | 2009-10-22 | 1 | -2/+2 |
| | * | | Minor QA fix | Marek Majkowski | 2009-10-21 | 1 | -1/+1 |
| | * | | cope with suffixed node names in scripts | Matthias Radestock | 2009-10-08 | 4 | -33/+36 |
| | |/ |
|
| * | | in queue tx coalescing is in. It works too - doubling the number of producers... | Matthew Sackman | 2009-10-23 | 3 | -16/+71 |
| * | | removal of dumb code - need to find a better way of dealing with this problem | Matthew Sackman | 2009-10-23 | 1 | -6/+1 |
| * | | 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 |