summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | It makes sense only to fully flush the journal prior to hibernation. Other th...Matthew Sackman2009-11-124-78/+59
* | Err, as I said in the last commit, make sure the desired queue length isn't < 0.Matthew Sackman2009-11-121-4/+5
* | Firstly the desired queue length shouldn't go negative. Secondly, testing sho...Matthew Sackman2009-11-121-14/+3
* | Found the bug. What was happening was:Matthew Sackman2009-11-121-5/+8
* | Wired it all together. It does seem to work, but there seems to be an off by ...Matthew Sackman2009-11-115-429/+63
* | unused varsMatthew Sackman2009-11-111-3/+2
* | merging in from bug 21742, ignoring all of its changes to amqqueue and amqque...Matthew Sackman2009-11-113-4/+289
|\ \
| * | Various amounts of tidying, post testing and a large amount of cosmetics.Matthew Sackman2009-11-113-67/+81
| * | Unhappy with the idea that the desired duration is affected immediately by ne...Matthew Sackman2009-11-112-38/+37
| * | CosmeticsMatthew Sackman2009-11-111-104/+90
| * | QA: quoted atoms in specs, timer:now_diffMarek Majkowski2009-11-113-18/+11
| * | Using vm_memory_manager.Marek Majkowski2009-11-092-16/+24
| * | Merged default into bug21742.Marek Majkowski2009-11-0611-437/+403
| |\ \ | | |/
| * | Merged default into bug21742.Marek Majkowski2009-10-263-13/+22
| |\ \
| * | | Major refactoring including ets, saving last-send-value and call instead of c...Marek Majkowski2009-10-262-67/+120
| * | | dict->ets, and a refactoringMarek Majkowski2009-10-231-3/+3
| * | | QA: changed names to: queue_duration, changed MemoryOvercommit to be availabl...Marek Majkowski2009-10-222-25/+30
| * | | QA: specs, and LOGDEBUGSMarek Majkowski2009-10-222-17/+17
| * | | Default merged into bug21742Marek Majkowski2009-10-214-33/+36
| |\ \ \
| * | | | Rewritten the couting, hopefully, it's simplified nowMarek Majkowski2009-10-071-34/+47
| * | | | Few more lines of commentsMarek Majkowski2009-10-071-0/+14
| * | | | Changes to amqqueue_process required to proove that the code works.Marek Majkowski2009-10-061-3/+62
| * | | | Memory monitor code.Marek Majkowski2009-10-062-1/+209
* | | | | Fixed. There was a choice of having the qi do its own seqids, which would hav...Matthew Sackman2009-11-102-69/+160
* | | | | Added test which slowly reduces the duration target of the queue as messages ...Matthew Sackman2009-11-102-1/+44
* | | | | Cosmetic reorganisation of vq. Added specs and made sure usage matches specsMatthew Sackman2009-11-092-184/+263