summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* merging headsMatthew Sackman2009-11-251-15/+9
|\
| * Utterly baffled. I thought this was the obvious refactoring I was doing earli...Matthew Sackman2009-11-251-15/+9
* | cosmeticMatthias Radestock2009-11-251-42/+38
* | inliningMatthias Radestock2009-11-251-29/+26
|/
* Corrected spec for open and inlined the internal versions. Also used the with...Matthew Sackman2009-11-251-127/+121
* removed calls to rabbit_log, using error_logger instead. Still one call to ra...Matthew Sackman2009-11-251-3/+3
* corrected order of cast tuple; improved set_maximum_since_use; corrected bug ...Matthew Sackman2009-11-251-21/+30
* Remove the double indirection of fhc_file and fhc_path; make open non-recursiveMatthew Sackman2009-11-251-45/+39
* minor refactoringMatthias Radestock2009-11-241-20/+18
* cosmeticMatthias Radestock2009-11-241-12/+12
* more cosmeticMatthias Radestock2009-11-241-17/+12
* more cosmeticMatthias Radestock2009-11-241-43/+41
* more cosmeticMatthias Radestock2009-11-241-66/+81
* cosmeticMatthias Radestock2009-11-241-14/+15
* merge default into bug21673Matthias Radestock2009-11-241-0/+1
|\
| * Spec for rabbit_misc:sort_field_table/1Tony Garnock-Jones2009-11-231-0/+1
* | merging in from defaultMatthew Sackman2009-11-2313-220/+517
|\ \ | |/
| * Oops -- it's supposed to be a .hrl, not a .erlTony Garnock-Jones2009-11-234-4/+4
| * Speculative specs, pending R13B to try them outTony Garnock-Jones2009-11-234-0/+4
| * Rename sort_arguments to sort_field_tableTony Garnock-Jones2009-11-233-5/+5
| * Comment lists:keysort in delete_queue_bindingsTony Garnock-Jones2009-11-231-0/+7
| * Catch list_to_existing_atom error, throw command_invalidTony Garnock-Jones2009-11-231-1/+7
| * License headers on new files.Tony Garnock-Jones2009-11-226-1/+156
| * Change to publish (= route-and-deliver) model for exchanges.Tony Garnock-Jones2009-11-216-33/+29
| * Make exchanges modular behaviours. AddedTony Garnock-Jones2009-11-2111-207/+336
| * Oversupply of EMatthew Sackman2009-11-201-2/+2
* | Did Matthias's requested transformation of the fhc. Saved 50 lines. It's not ...Matthew Sackman2009-11-191-152/+145
* | Finished the file handle cache. It works as follows:Matthew Sackman2009-11-196-74/+227
* | started on the server part of fhcMatthew Sackman2009-11-183-14/+92
* | merge in from defaultMatthew Sackman2009-11-184-92/+139
|\ \ | |/
| * Merge bug21929 into defaultTony Garnock-Jones2009-11-163-83/+130
| |\
| | * Support field-arrays in the parser. This involves a similar factoringMichael Bridgen2009-11-113-32/+49
| | * CosmeticMichael Bridgen2009-11-101-11/+11
| | * Refactoring of encoding code, so that it uses the table encoding erm,Michael Bridgen2009-11-102-56/+86
| * | all doneMatthew Sackman2009-11-161-9/+9
| |/
* | correction of documentation in absence of prefetcherMatthew Sackman2009-11-181-5/+4
* | Lots of tidying. Also, don't allow rates to decay infinitely. Instead avg ove...Matthew Sackman2009-11-182-28/+25
* | Documentation improvementsMatthew Sackman2009-11-181-34/+3
* | Minor bugfixMatthew Sackman2009-11-181-1/+2
* | yeah, duration shouldn't be truncated. revertedMatthew Sackman2009-11-181-1/+1
* | truncate desired duration as I've now seen rounding issues cause behavioural ...Matthew Sackman2009-11-171-1/+1
* | some cosmetics to MM. Also, there's a problem where if all queues have been p...Matthew Sackman2009-11-171-10/+14
* | Tidying of msg_store as per QA discussion with MatthiasMatthew Sackman2009-11-171-55/+53
* | Well tracking down that transposed error took about an hour... sigh.Matthew Sackman2009-11-171-1/+1
* | 1. A bugfix in MM, in internal_update. 2. In MM only enforce limits if we're ...Matthew Sackman2009-11-172-18/+13
* | If a queue reports 0 duration, then the MM may well calculate that the desire...Matthew Sackman2009-11-171-3/+8
* | In the absense of an egress rate, use ingress rate instead. Also, if there's ...Matthew Sackman2009-11-174-41/+77
* | Remove most of the vq tests which are now invalid given the prefetcher has gone.Matthew Sackman2009-11-172-284/+9
* | stripped out the prefetcher. Note that I've not fixed up the tests yet, so th...Matthew Sackman2009-11-165-443/+35
* | reverting a change to the start up script that I never meant to commit. Also ...Matthew Sackman2009-11-121-2/+1