summaryrefslogtreecommitdiff
path: root/src/rabbit_limiter.erl
Commit message (Expand)AuthorAgeFilesLines
* bug: code_change/3 should return {ok, State}Matthias Radestock2012-04-271-1/+1
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* optimise interaction of limiter with single queuesMatthias Radestock2011-10-011-0/+1
* I refer you to bug24285#c40bug24350Matthew Sackman2011-08-171-1/+1
* Merging bug24285 to defaultMatthew Sackman2011-08-171-57/+86
|\
| * All gs:calls should be 'infinity'; cosmetic change to specMatthew Sackman2011-08-171-3/+3
| * refactorAlexandru Scvortov2011-08-151-3/+6
| * fix specsAlexandru Scvortov2011-08-111-1/+1
| * replace undefined | token() with token()Alexandru Scvortov2011-08-111-12/+10
| * merge from defaultAlexandru Scvortov2011-08-111-14/+13
| |\
| * | refactorAlexandru Scvortov2011-08-111-7/+11
| * | fix dialyzer typesAlexandru Scvortov2011-08-111-3/+5
| * | catch-all cases, not just undefinedAlexandru Scvortov2011-07-271-1/+1
| * | combine function headsAlexandru Scvortov2011-07-261-11/+7
| * | remove useless casesAlexandru Scvortov2011-07-261-5/+1
| * | finish refactoringAlexandru Scvortov2011-07-261-16/+15
| * | refactorAlexandru Scvortov2011-07-261-25/+22
| * | refactorAlexandru Scvortov2011-07-251-15/+13
| * | start limiter before channelAlexandru Scvortov2011-07-251-52/+88
* | | No need to do the appendMatthew Sackman2011-08-171-1/+2
| |/ |/|
* | cosmeticbug24296Matthias Radestock2011-07-261-8/+7
* | Convert dict to orddictMatthew Sackman2011-07-221-8/+8
|/
* remember when we've refused a queue's can_send due to being blockedbug24221Matthias Radestock2011-06-251-2/+2
* Get rid of gen_server2?:call/2 sitesbug23859Matthew Sackman2011-02-171-1/+1
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* minor tweaksbug23115Matthias Radestock2010-09-281-5/+5
* rabbitmqctl reports channel blocked statusEmile Joubert2010-09-171-5/+14
* Merging bug 23157 into defaultMatthew Sackman2010-09-151-2/+5
|\
| * Merging default into bug 23157Matthew Sackman2010-09-101-21/+3
| |\ | |/ |/|
| * migrated rabbit_limiter to prioritizersAlexandru Scvortov2010-08-241-2/+5
* | Specs, moving things around, and removing dead codeMatthew Sackman2010-08-131-10/+2
* | Merging default into bug 15930Matthew Sackman2010-08-131-11/+1
|\ \ | |/ |/|
| * cosmeticMatthias Radestock2010-08-131-3/+0
| * Fixes all over. Still more to do, though mainly API fixes. Functionality seem...Matthew Sackman2010-08-091-8/+1
* | use consistent return types for start/start_link functionsbug23120Matthias Radestock2010-08-131-1/+2
|/
* Merging bug 23032 onto defaultMatthew Sackman2010-07-301-3/+2
|\
| * consistently return {ok, Pid} from start_{link} functionsbug23032Matthias Radestock2010-07-291-3/+2
|/
* refactor: add rabbit_misc:unlink_and_capture_exit/1Matthias Radestock2010-04-091-4/+1
* Merging headsbug22423Matthew Sackman2010-03-031-6/+16
|\
| * Better handle the limiter exitingMatthew Sackman2010-03-031-6/+16
* | cosmeticMatthias Radestock2010-03-031-3/+3
|/
* Fixes to limiter - logic mistake in maybe_notify and some refactoring and cos...Matthew Sackman2010-03-031-19/+22
* Incomplete implementationMatthew Sackman2010-03-021-2/+33
* Problem: if the limiter is blocked due to a client flow, and the client then ...Matthew Sackman2010-03-021-7/+10
* Merging bug22332 onto defaultMatthew Sackman2010-02-101-3/+3
|\
| * update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* | merge default into bug22310bug22310Matthias Radestock2010-02-051-3/+15
|\ \
| * | add prefetch_count channel info itemMatthias Radestock2010-02-011-3/+15
| |/
* | Initialise a channel's limiter with the current number of unacked msgsMatthew Sackman2010-02-041-6/+6
|/
* s/bool()/boolean() in type specsbug21714Matthias Radestock2009-09-301-1/+1