Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: add rabbit_misc:unlink_and_capture_exit/1 | Matthias Radestock | 2010-04-09 | 1 | -4/+1 |
* | Merging headsbug22423 | Matthew Sackman | 2010-03-03 | 1 | -6/+16 |
|\ | |||||
| * | Better handle the limiter exiting | Matthew Sackman | 2010-03-03 | 1 | -6/+16 |
* | | cosmetic | Matthias Radestock | 2010-03-03 | 1 | -3/+3 |
|/ | |||||
* | Fixes to limiter - logic mistake in maybe_notify and some refactoring and cos... | Matthew Sackman | 2010-03-03 | 1 | -19/+22 |
* | Incomplete implementation | Matthew Sackman | 2010-03-02 | 1 | -2/+33 |
* | Problem: if the limiter is blocked due to a client flow, and the client then ... | Matthew Sackman | 2010-03-02 | 1 | -7/+10 |
* | Merging bug22332 onto default | Matthew Sackman | 2010-02-10 | 1 | -3/+3 |
|\ | |||||
| * | update copyright notices to say 2010 where appropriatebug22312 | David R. MacIver | 2010-02-09 | 1 | -3/+3 |
* | | merge default into bug22310bug22310 | Matthias Radestock | 2010-02-05 | 1 | -3/+15 |
|\ \ | |||||
| * | | add prefetch_count channel info item | Matthias Radestock | 2010-02-01 | 1 | -3/+15 |
| |/ | |||||
* | | Initialise a channel's limiter with the current number of unacked msgs | Matthew Sackman | 2010-02-04 | 1 | -6/+6 |
|/ | |||||
* | s/bool()/boolean() in type specsbug21714 | Matthias Radestock | 2009-09-30 | 1 | -1/+1 |
* | cosmeticbug20940 | Matthias Radestock | 2009-06-10 | 1 | -6/+7 |
* | Made can_send/2 into can_send/3. | Matthew Sackman | 2009-06-09 | 1 | -7/+10 |
* | wait foreverbug20546 | Matthias Radestock | 2009-04-01 | 1 | -1/+1 |
* | Merged default into 20097 | Ben Hood | 2009-01-21 | 1 | -6/+6 |
|\ | |||||
| * | oops, meant to advertise this as an ordinary gen_server | Matthias Radestock | 2009-01-08 | 1 | -1/+1 |
| * | replace gen_server:cast with gen_server2:cast in rabbit_limiter | Matthias Radestock | 2009-01-08 | 1 | -7/+7 |
* | | 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 |