Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge default into bug20099bug20099 | Matthias Radestock | 2009-01-16 | 1 | -0/+1 |
* | Merged 18557 into default | Ben Hood | 2009-01-16 | 1 | -6/+8 |
* | add some commentsbug18557 | Matthias Radestock | 2009-01-15 | 1 | -1/+4 |
* | tidying up, refactoring and some cosmetic changes | Matthias Radestock | 2008-12-26 | 1 | -3/+3 |
* | cosmetic: rename 'in_use' to 'volume' | Matthias Radestock | 2008-12-25 | 1 | -10/+10 |
* | optimisation: only notify queues that have had can_send requests rejected | Matthias Radestock | 2008-12-25 | 1 | -18/+22 |
* | destroy limiter when a channel becomes unlimited | Matthias Radestock | 2008-12-24 | 1 | -2/+8 |
* | don't leave the limiter behind when the channel terminates | Matthias Radestock | 2008-12-23 | 1 | -1/+10 |
* | add type spec for start_link | Matthias Radestock | 2008-12-23 | 1 | -0/+1 |
* | handle the "no limiter" case more obviously | Matthias Radestock | 2008-12-23 | 1 | -10/+8 |
* | create limiter lazily | Matthias Radestock | 2008-12-23 | 1 | -0/+2 |
* | make limiter keep track of all queues with subscriptions | Matthias Radestock | 2008-12-23 | 1 | -17/+41 |
* | cosmetic | Matthias Radestock | 2008-12-23 | 1 | -10/+10 |
* | ensure fairness | Matthias Radestock | 2008-12-23 | 1 | -4/+13 |
* | minor simplifications | Matthias Radestock | 2008-12-18 | 1 | -6/+4 |
* | oops | Matthias Radestock | 2008-12-18 | 1 | -1/+1 |
* | refactoring | Matthias Radestock | 2008-12-18 | 1 | -18/+14 |
* | tidy some more comments | Matthias Radestock | 2008-12-18 | 1 | -3/+3 |
* | tidy comments | Matthias Radestock | 2008-12-18 | 1 | -11/+10 |
* | lots of tweaks and fixes | Matthias Radestock | 2008-12-18 | 1 | -48/+20 |
* | fix typo | Matthias Radestock | 2008-12-18 | 1 | -2/+2 |
* | Added handler for monitor notifications | Ben Hood | 2008-12-18 | 1 | -17/+6 |
* | Don't double monitor anything | Ben Hood | 2008-12-18 | 1 | -2/+5 |
* | Put some monitors in | Ben Hood | 2008-12-18 | 1 | -17/+26 |
* | Fix for multi ack bug | Ben Hood | 2008-12-18 | 1 | -1/+1 |
* | merge default into bug18557 | Matthias Radestock | 2008-12-18 | 1 | -2/+31 |
* | Shutting dialyzer up | Ben Hood | 2008-12-07 | 1 | -3/+13 |
* | Dead queue informs limiter | Ben Hood | 2008-12-07 | 1 | -0/+11 |
* | Now the channel sends the ack directly to the limiter instead of via the queue | Ben Hood | 2008-11-24 | 1 | -9/+9 |
* | Minor fixes | Ben Hood | 2008-11-21 | 1 | -11/+15 |
* | Changed prefetch from call to cast | Ben Hood | 2008-11-21 | 1 | -6/+6 |
* | Got rid o the per-queue in-use capacity | Ben Hood | 2008-11-21 | 1 | -30/+21 |
* | Made set_prefetch_count into a proper gen_server call | Ben Hood | 2008-11-21 | 1 | -14/+20 |
* | Fixed bug in limiter | Ben Hood | 2008-11-21 | 1 | -3/+3 |
* | Refactored the internal structure of the limiter | Ben Hood | 2008-11-20 | 1 | -78/+34 |
* | First cut with some actual load balancing working | Ben Hood | 2008-11-20 | 1 | -10/+18 |
* | Savepoint | Ben Hood | 2008-11-19 | 1 | -0/+155 |