| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the double indirection of fhc_file and fhc_path; make open non-recursive | Matthew Sackman | 2009-11-25 | 1 | -45/+39 |
| * | minor refactoring | Matthias Radestock | 2009-11-24 | 1 | -20/+18 |
| * | cosmetic | Matthias Radestock | 2009-11-24 | 1 | -12/+12 |
| * | more cosmetic | Matthias Radestock | 2009-11-24 | 1 | -17/+12 |
| * | more cosmetic | Matthias Radestock | 2009-11-24 | 1 | -43/+41 |
| * | more cosmetic | Matthias Radestock | 2009-11-24 | 1 | -66/+81 |
| * | cosmetic | Matthias Radestock | 2009-11-24 | 1 | -14/+15 |
| * | merge default into bug21673 | Matthias Radestock | 2009-11-24 | 1 | -0/+1 |
| |\ |
|
| | * | Spec for rabbit_misc:sort_field_table/1 | Tony Garnock-Jones | 2009-11-23 | 1 | -0/+1 |
| * | | merging in from default | Matthew Sackman | 2009-11-23 | 16 | -222/+563 |
| |\ \
| |/ |
|
| | * | merging bug 22020 into default | Matthew Sackman | 2009-11-23 | 15 | -220/+561 |
| | |\ |
|
| | | * | Oops -- it's supposed to be a .hrl, not a .erl | Tony Garnock-Jones | 2009-11-23 | 5 | -4/+4 |
| | | * | Speculative specs, pending R13B to try them out | Tony Garnock-Jones | 2009-11-23 | 6 | -1/+46 |
| | | * | Rename sort_arguments to sort_field_table | Tony Garnock-Jones | 2009-11-23 | 3 | -5/+5 |
| | | * | Comment lists:keysort in delete_queue_bindings | Tony Garnock-Jones | 2009-11-23 | 1 | -0/+7 |
| | | * | Catch list_to_existing_atom error, throw command_invalid | Tony Garnock-Jones | 2009-11-23 | 1 | -1/+7 |
| | | * | License headers on new files. | Tony Garnock-Jones | 2009-11-22 | 6 | -1/+156 |
| | | * | Change to publish (= route-and-deliver) model for exchanges. | Tony Garnock-Jones | 2009-11-21 | 6 | -33/+29 |
| | | * | Make exchanges modular behaviours. Added | Tony Garnock-Jones | 2009-11-21 | 12 | -208/+340 |
| | |/ |
|
| | * | Oversupply of E | Matthew Sackman | 2009-11-20 | 1 | -2/+2 |
| * | | Did Matthias's requested transformation of the fhc. Saved 50 lines. It's not ... | Matthew Sackman | 2009-11-19 | 1 | -152/+145 |
| * | | Finished the file handle cache. It works as follows: | Matthew Sackman | 2009-11-19 | 6 | -74/+227 |
| * | | started on the server part of fhc | Matthew Sackman | 2009-11-18 | 3 | -14/+92 |
| * | | merge in from default | Matthew Sackman | 2009-11-18 | 8 | -95/+140 |
| |\ \
| |/ |
|
| | * | merged default heads | Matthew Sackman | 2009-11-18 | 3 | -2/+9 |
| | |\ |
|
| | * \ | Merge bug21929 into default | Tony Garnock-Jones | 2009-11-16 | 3 | -83/+130 |
| | |\ \ |
|
| | | * | | Support field-arrays in the parser. This involves a similar factoring | Michael Bridgen | 2009-11-11 | 3 | -32/+49 |
| | | * | | Cosmetic | Michael Bridgen | 2009-11-10 | 1 | -11/+11 |
| | | * | | Refactoring of encoding code, so that it uses the table encoding erm, | Michael Bridgen | 2009-11-10 | 2 | -56/+86 |
| | * | | | merge bug21975 into default | Matthias Radestock | 2009-11-16 | 5 | -12/+10 |
| | |\ \ \ |
|
| | | * | | | all done | Matthew Sackman | 2009-11-16 | 5 | -12/+10 |
| | |/ / / |
|
| * | | | | correction of documentation in absence of prefetcher | Matthew Sackman | 2009-11-18 | 1 | -5/+4 |
| * | | | | Lots of tidying. Also, don't allow rates to decay infinitely. Instead avg ove... | Matthew Sackman | 2009-11-18 | 2 | -28/+25 |
| * | | | | Documentation improvements | Matthew Sackman | 2009-11-18 | 1 | -34/+3 |
| * | | | | Minor bugfix | Matthew Sackman | 2009-11-18 | 1 | -1/+2 |
| * | | | | and now remove the accidental commit of the server script. it's late... | Matthew Sackman | 2009-11-18 | 1 | -1/+1 |
| * | | | | yeah, duration shouldn't be truncated. reverted | Matthew Sackman | 2009-11-18 | 2 | -2/+2 |
| * | | | | truncate desired duration as I've now seen rounding issues cause behavioural ... | Matthew Sackman | 2009-11-17 | 1 | -1/+1 |
| * | | | | some cosmetics to MM. Also, there's a problem where if all queues have been p... | Matthew Sackman | 2009-11-17 | 1 | -10/+14 |
| * | | | | Tidying of msg_store as per QA discussion with Matthias | Matthew Sackman | 2009-11-17 | 1 | -55/+53 |
| * | | | | Well tracking down that transposed error took about an hour... sigh. | Matthew Sackman | 2009-11-17 | 1 | -1/+1 |
| * | | | | 1. A bugfix in MM, in internal_update. 2. In MM only enforce limits if we're ... | Matthew Sackman | 2009-11-17 | 2 | -18/+13 |
| * | | | | If a queue reports 0 duration, then the MM may well calculate that the desire... | Matthew Sackman | 2009-11-17 | 1 | -3/+8 |
| * | | | | In the absense of an egress rate, use ingress rate instead. Also, if there's ... | Matthew Sackman | 2009-11-17 | 4 | -41/+77 |
| * | | | | Remove most of the vq tests which are now invalid given the prefetcher has gone. | Matthew Sackman | 2009-11-17 | 2 | -284/+9 |
| * | | | | stripped out the prefetcher. Note that I've not fixed up the tests yet, so th... | Matthew Sackman | 2009-11-16 | 5 | -443/+35 |
| * | | | | merging in from default | Matthew Sackman | 2009-11-16 | 6 | -19/+41 |
| |\ \ \ \
| | |_|/
| |/| | |
|
| | * | | | merging bug 21903 into default | Matthew Sackman | 2009-11-16 | 2 | -2/+3 |
| | |\ \ \ |
|
| | | * | | | Move the pkill to after the check that there is a rabbitmq user | David Wragg | 2009-11-05 | 1 | -4/+3 |
| | | * | | | Move epmd killing from the init script to the Debian postrm script | David Wragg | 2009-11-05 | 2 | -2/+4 |