| Commit message (Expand) | Author | Age | Files | Lines |
| * | All the below, done. | Matthew Sackman | 2009-08-24 | 2 | -78/+79 |
| * | More cosmetics. Also, if the seek failed, it's probably safer to assume that ... | Matthew Sackman | 2009-08-24 | 1 | -5/+5 |
| * | cosmetic | Matthew Sackman | 2009-08-24 | 1 | -1/+1 |
| * | Abstracted out all the read handles stuff to a separate module, and refined t... | Matthew Sackman | 2009-08-24 | 2 | -84/+147 |
| * | preemptive refactoring and other assorted changes | Matthew Sackman | 2009-08-23 | 2 | -65/+54 |
| * | renaming | Matthew Sackman | 2009-08-23 | 1 | -3/+4 |
| * | Sorted out transactions within the disk_queue, ensuring that if they do resta... | Matthew Sackman | 2009-08-23 | 1 | -71/+95 |
| * | Could repeatably read zeros. | Matthew Sackman | 2009-08-22 | 1 | -4/+3 |
| * | merging in from bug 21444 with the vain hope that 21444 does not need further... | Matthew Sackman | 2009-08-21 | 1 | -10/+11 |
| |\ |
|
| | * | And another go. If the new node is a ram node then local_content tables are s... | Matthew Sackman | 2009-08-21 | 1 | -10/+11 |
| * | | mode => storage_mode in most places | Matthew Sackman | 2009-08-21 | 5 | -29/+27 |
| * | | merging from bug 21429 | Matthew Sackman | 2009-08-21 | 1 | -4/+12 |
| |\ \
| |/ |
|
| | * | oops. Need to support ram nodes which still have local content as disc_copies | Matthew Sackman | 2009-08-21 | 1 | -4/+12 |
| * | | merging from 21429 | Matthew Sackman | 2009-08-21 | 1 | -18/+6 |
| |\ \
| |/ |
|
| | * | Refactoring as suggested. This has been tested by for local_content by patchi... | Matthew Sackman | 2009-08-21 | 1 | -18/+6 |
| * | | merging in from 21429 | Matthew Sackman | 2009-08-21 | 1 | -21/+16 |
| |\ \
| |/ |
|
| | * | tiny refactoring | Matthew Sackman | 2009-08-21 | 1 | -10/+8 |
| | * | some cleaning up | Matthias Radestock | 2009-08-20 | 1 | -11/+8 |
| * | | cosmetic -> with_queue_head => queue_head | Matthew Sackman | 2009-08-21 | 1 | -23/+33 |
| * | | Refactoring out code used in multiple paths through internal_fetch and intern... | Matthew Sackman | 2009-08-21 | 4 | -128/+144 |
| * | | Merge default into bug21368 | Tony Garnock-Jones | 2009-08-21 | 8 | -157/+20 |
| |\ \ |
|
| | * \ | Merged bug19973 into default | Paul Jones | 2009-08-21 | 4 | -141/+20 |
| | |\ \ |
|
| | | * | | Hg overestimated its ability to handle a merge | David Wragg | 2009-08-20 | 1 | -2/+1 |
| | | * | | Merge default into bug19973, resolving conflict | David Wragg | 2009-08-20 | 30 | -93/+477 |
| | | |\ \
| | |/ /
| |/| | |
|
| | * | | | Merge fixes from bug20342 into default | David Wragg | 2009-08-20 | 4 | -16/+0 |
| | |\ \ \ |
|
| | | * | | | Removed the default setup of ERLANG_HOME | Paul Jones | 2009-08-20 | 4 | -16/+0 |
| | | | * | | Restore the LOCK_FILE support, as demanded by rpmlint | David Wragg | 2009-08-14 | 3 | -2/+12 |
| | | | * | | Use a common init script for RPMs and debs | David Wragg | 2009-08-13 | 4 | -132/+6 |
| | | | * | | Change RETVAL when showing usage message to 1 | David Wragg | 2009-08-13 | 1 | -1/+1 |
| | | | * | | Reconcile actions peformed by the init scripts | David Wragg | 2009-08-13 | 2 | -8/+3 |
| | | | * | | Remove the LOCK_FILE bits from the RPM init.d | David Wragg | 2009-08-13 | 1 | -6/+2 |
| | | | * | | Omit runlevel list in the LSB Default-{Start,Stop} comment | David Wragg | 2009-08-13 | 2 | -4/+4 |
| | | | * | | Reconcile LSB "Provides" facility name as rabbitmq-server | David Wragg | 2009-08-13 | 1 | -1/+1 |
| | | | * | | Add chkconfig preamble to debian init.d | David Wragg | 2009-08-13 | 1 | -0/+7 |
| * | | | | | tidying of memory estimation | Matthew Sackman | 2009-08-20 | 1 | -7/+5 |
| * | | | | | remove ForceInCache at it's not been used since before the current prefetcher. | Matthew Sackman | 2009-08-20 | 1 | -13/+7 |
| * | | | | | typo in docs in previous commit. | Matthew Sackman | 2009-08-20 | 4 | -37/+29 |
| * | | | | | Made messages be marked as delivered during prefetch *before* they are passed... | Matthew Sackman | 2009-08-20 | 2 | -43/+43 |
| * | | | | | remove the unnecessary sync from tx_cancel. A cancel cannot be misinterleaved... | Matthew Sackman | 2009-08-20 | 1 | -2/+1 |
| * | | | | | Well, this was a very very sneaky bug. | Matthew Sackman | 2009-08-20 | 2 | -36/+42 |
| * | | | | | > You should just *replace* to_{mixed,disk_only_mode}_mode with set_mode, not... | Matthew Sackman | 2009-08-20 | 1 | -37/+30 |
| * | | | | | merging in from default | Matthew Sackman | 2009-08-20 | 4 | -33/+65 |
| |\ \ \ \ \
| |/ / / / |
|
| | * | | | | merge bug21426 into default | Matthias Radestock | 2009-08-20 | 1 | -2/+2 |
| | |\ \ \ \ |
|
| | * | | | | | eliminate unused var warning | Matthias Radestock | 2009-08-20 | 1 | -1/+1 |
| | * | | | | | merge bug21427 into default | Matthias Radestock | 2009-08-20 | 1 | -7/+19 |
| | |\ \ \ \ \ |
|
| | | * | | | | | it's a serial, not a guid | Matthias Radestock | 2009-08-20 | 1 | -3/+3 |
| | | * | | | | | don't ignore errors | Matthias Radestock | 2009-08-20 | 1 | -4/+6 |
| | | * | | | | | use new term file helpers | Matthias Radestock | 2009-08-20 | 1 | -15/+5 |
| | | * | | | | | merge default into bug21427 | Matthias Radestock | 2009-08-20 | 4 | -26/+156 |
| | | |\ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | | use new term file helpers | Matthias Radestock | 2009-08-20 | 1 | -19/+7 |