| Commit message (Expand) | Author | Age | Files | Lines |
| * | merging heads | Matthew Sackman | 2009-11-25 | 1 | -15/+9 |
| |\ |
|
| | * | Utterly baffled. I thought this was the obvious refactoring I was doing earli... | Matthew Sackman | 2009-11-25 | 1 | -15/+9 |
| * | | cosmetic | Matthias Radestock | 2009-11-25 | 1 | -42/+38 |
| * | | inlining | Matthias Radestock | 2009-11-25 | 1 | -29/+26 |
| |/ |
|
| * | Corrected spec for open and inlined the internal versions. Also used the with... | Matthew Sackman | 2009-11-25 | 1 | -127/+121 |
| * | removed calls to rabbit_log, using error_logger instead. Still one call to ra... | Matthew Sackman | 2009-11-25 | 1 | -3/+3 |
| * | corrected order of cast tuple; improved set_maximum_since_use; corrected bug ... | Matthew Sackman | 2009-11-25 | 1 | -21/+30 |
| * | 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 | 13 | -220/+517 |
| |\ \
| |/ |
|
| | * | Oops -- it's supposed to be a .hrl, not a .erl | Tony Garnock-Jones | 2009-11-23 | 4 | -4/+4 |
| | * | Speculative specs, pending R13B to try them out | Tony Garnock-Jones | 2009-11-23 | 4 | -0/+4 |
| | * | 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 | 11 | -207/+336 |
| | * | 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 | 4 | -92/+139 |
| |\ \
| |/ |
|
| | * | 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 |
| | * | | all done | Matthew Sackman | 2009-11-16 | 1 | -9/+9 |
| | |/ |
|
| * | | 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 |
| * | | yeah, duration shouldn't be truncated. reverted | Matthew Sackman | 2009-11-18 | 1 | -1/+1 |
| * | | 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 |
| * | | reverting a change to the start up script that I never meant to commit. Also ... | Matthew Sackman | 2009-11-12 | 1 | -2/+1 |