summaryrefslogtreecommitdiff
path: root/src/rabbit_vhost_limit.erl
Commit message (Expand)AuthorAgeFilesLines
* Use count_tracked_items_inAyanda-D2020-08-241-1/+1
* Update per-vhost connection count references to new APIAyanda-D2020-08-241-1/+2
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* Make virtual host record versionedDiana Corbacho2019-08-301-5/+5
* URL CleanupSpring Operator2019-03-201-1/+1
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Consider vhost can be deleted when cleaning vhost limits.Daniil Fedotov2017-07-311-1/+6
* Add would_exceed_queue_limit functionLuke Bakken2017-07-191-17/+30
* (c) yearMichael Klishin2017-04-051-1/+1
* Switch to rabbit_json:try_decode/1Michael Klishin2017-02-011-1/+1
* Add Reason to error handlerGabriele Santomaggio2017-01-271-2/+3
* Change the calls that uses the rabbit_json moduleGabriele Santomaggio2017-01-251-1/+1
* Merge branch 'master' into rabbitmq-event-exchange-10Michael Klishin2017-01-171-7/+8
|\
| * Fix API for listing vhost limitsDaniil Fedotov2017-01-171-7/+8
* | Notify user who performed the action in all system eventsDiana Corbacho2017-01-161-17/+20
|/
* Change format for Limits APIGabriele Santomaggio2017-01-121-9/+14
* Use conversion module for JSON arguments in CLIArnaud Cogoluègnes2016-11-091-4/+1
* Accept both lists and binaries for JSON argumentsArnaud Cogoluègnes2016-11-091-1/+5
* Fix JSON arguments parsing in CLIArnaud Cogoluègnes2016-11-091-3/+3
* Vhost limit API functions to set/list/clear specific limitsDaniil Fedotov2016-10-031-2/+35
* Correct a commentMichael Klishin2016-09-211-1/+2
* Enforce max-queues vhost limitMichael Klishin2016-09-191-2/+53
* Use negative values to disable per-vhost limits, 0 to refuse all connectionsMichael Klishin2016-08-051-3/+4
* Keep track of connections, introduce per-vhost limitsMichael Klishin2016-07-221-0/+98