Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: code_change/3 should return {ok, State} | Matthias Radestock | 2012-04-27 | 1 | -1/+1 |
* | Update copyright 2012bug24606 | Emile Joubert | 2012-02-02 | 1 | -1/+1 |
* | optimise interaction of limiter with single queues | Matthias Radestock | 2011-10-01 | 1 | -0/+1 |
* | I refer you to bug24285#c40bug24350 | Matthew Sackman | 2011-08-17 | 1 | -1/+1 |
* | Merging bug24285 to default | Matthew Sackman | 2011-08-17 | 1 | -57/+86 |
|\ | |||||
| * | All gs:calls should be 'infinity'; cosmetic change to spec | Matthew Sackman | 2011-08-17 | 1 | -3/+3 |
| * | refactor | Alexandru Scvortov | 2011-08-15 | 1 | -3/+6 |
| * | fix specs | Alexandru Scvortov | 2011-08-11 | 1 | -1/+1 |
| * | replace undefined | token() with token() | Alexandru Scvortov | 2011-08-11 | 1 | -12/+10 |
| * | merge from default | Alexandru Scvortov | 2011-08-11 | 1 | -14/+13 |
| |\ | |||||
| * | | refactor | Alexandru Scvortov | 2011-08-11 | 1 | -7/+11 |
| * | | fix dialyzer types | Alexandru Scvortov | 2011-08-11 | 1 | -3/+5 |
| * | | catch-all cases, not just undefined | Alexandru Scvortov | 2011-07-27 | 1 | -1/+1 |
| * | | combine function heads | Alexandru Scvortov | 2011-07-26 | 1 | -11/+7 |
| * | | remove useless cases | Alexandru Scvortov | 2011-07-26 | 1 | -5/+1 |
| * | | finish refactoring | Alexandru Scvortov | 2011-07-26 | 1 | -16/+15 |
| * | | refactor | Alexandru Scvortov | 2011-07-26 | 1 | -25/+22 |
| * | | refactor | Alexandru Scvortov | 2011-07-25 | 1 | -15/+13 |
| * | | start limiter before channel | Alexandru Scvortov | 2011-07-25 | 1 | -52/+88 |
* | | | No need to do the append | Matthew Sackman | 2011-08-17 | 1 | -1/+2 |
| |/ |/| | |||||
* | | cosmeticbug24296 | Matthias Radestock | 2011-07-26 | 1 | -8/+7 |
* | | Convert dict to orddict | Matthew Sackman | 2011-07-22 | 1 | -8/+8 |
|/ | |||||
* | remember when we've refused a queue's can_send due to being blockedbug24221 | Matthias Radestock | 2011-06-25 | 1 | -2/+2 |
* | Get rid of gen_server2?:call/2 sitesbug23859 | Matthew Sackman | 2011-02-17 | 1 | -1/+1 |
* | Update .erl and .hrl license boilerplates | Matthew Sackman | 2011-01-19 | 1 | -26/+11 |
* | minor tweaksbug23115 | Matthias Radestock | 2010-09-28 | 1 | -5/+5 |
* | rabbitmqctl reports channel blocked status | Emile Joubert | 2010-09-17 | 1 | -5/+14 |
* | Merging bug 23157 into default | Matthew Sackman | 2010-09-15 | 1 | -2/+5 |
|\ | |||||
| * | Merging default into bug 23157 | Matthew Sackman | 2010-09-10 | 1 | -21/+3 |
| |\ | |/ |/| | |||||
| * | migrated rabbit_limiter to prioritizers | Alexandru Scvortov | 2010-08-24 | 1 | -2/+5 |
* | | Specs, moving things around, and removing dead code | Matthew Sackman | 2010-08-13 | 1 | -10/+2 |
* | | Merging default into bug 15930 | Matthew Sackman | 2010-08-13 | 1 | -11/+1 |
|\ \ | |/ |/| | |||||
| * | cosmetic | Matthias Radestock | 2010-08-13 | 1 | -3/+0 |
| * | Fixes all over. Still more to do, though mainly API fixes. Functionality seem... | Matthew Sackman | 2010-08-09 | 1 | -8/+1 |
* | | use consistent return types for start/start_link functionsbug23120 | Matthias Radestock | 2010-08-13 | 1 | -1/+2 |
|/ | |||||
* | Merging bug 23032 onto default | Matthew Sackman | 2010-07-30 | 1 | -3/+2 |
|\ | |||||
| * | consistently return {ok, Pid} from start_{link} functionsbug23032 | Matthias Radestock | 2010-07-29 | 1 | -3/+2 |
|/ | |||||
* | 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 |