summaryrefslogtreecommitdiff
path: root/src/rabbit_exchange.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not export definitions of built-in exchangesMichael Klishin2020-02-181-1/+13
* Introduce rabbit_{exchange,amqqueue}:lookup_many/1Michael Klishin2020-02-021-10/+13
* rabbit_exchange:lookup/1: support lists of keysMichael Klishin2020-02-021-2/+10
* (c) bumpMichael Klishin2019-12-291-1/+1
* Refactoring for CLI-driven definition importMichael Klishin2019-11-161-1/+1
* Queue, connection and exchange count functionsDiana Corbacho2019-06-101-1/+6
* URL CleanupSpring Operator2019-03-201-1/+1
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-66/+96
* Make #amqqueue{} a private record + add a feature flagJean-Sébastien Pédron2019-02-011-1/+1
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Replace match_object with dirty_match_object for binding cleanup.Daniil Fedotov2018-09-281-3/+9
* Do not read exchange & queue before deleting, simply deleteGerhard Lazu2018-03-271-6/+1
* Per-vhost supervision trees for queues and message stores.Daniil Fedotov2017-04-121-4/+5
* Merge branch 'stable'Michael Klishin2017-04-021-1/+1
|\
| * (c) yearMichael Klishin2017-04-021-1/+1
* | Fix a bad mergeMichael Klishin2017-02-201-0/+1
* | Merge branch 'stable'Michael Klishin2017-02-201-1/+4
|\ \ | |/
| * Function to retrieve all exchange names (keys)Diana Corbacho2017-02-171-1/+4
* | Fall back to ?UNKNOWN_USER if no user is present in optionsMichael Klishin2017-01-201-1/+1
* | Notify user who performed the action in all system eventsDiana Corbacho2017-01-161-12/+17
* | Merge branch 'stable'Jean-Sébastien Pédron2016-06-291-53/+49
|\ \ | |/
| * Use the new -spec formatJean-Sébastien Pédron2016-06-281-53/+49
* | Squash a warningMichael Klishin2016-06-021-1/+1
* | Select type specific info itemsDaniil Fedotov2016-05-201-2/+6
* | Support for type-specific exchange infoDaniil Fedotov2016-05-201-2/+4
|/
* Clear temporary runtime exchange parameters on bootMichael Klishin2016-01-101-3/+3
* ElaborateMichael Klishin2016-01-091-1/+2
* Ensure exchange-delete-in-progress is always clearedMichael Klishin2016-01-091-18/+29
* Rename runtime parameter to exchange-delete-in-progressDiana Corbacho2016-01-081-3/+3
* Set deleting exchange statusDiana Corbacho2016-01-071-19/+33
* Update (c) infoMichael Klishin2016-01-011-1/+1
* moves emitting_map to rabbit_control_miscAlvaro Videla2015-10-311-1/+1
* Update to use abstraction function rabbit_control_main:emitting_map/4.Ayanda Dube2015-10-071-3/+2
* Updates 'Pid' variable to 'AggregatorPid'.Ayanda Dube2015-10-071-3/+3
* Adds info_all/4 for dynamic display of exchanges.Ayanda Dube2015-10-071-1/+9
* (c) yearMichael Klishin2015-05-241-1/+1
* ...and the same for exchanges.Simon MacMullen2014-09-101-10/+9
* MErge bug25813Simon MacMullen2014-08-201-13/+14
|\
| * stable to defaultSimon MacMullen2014-08-181-39/+50
| |\
| * | Two modes for delete, one for when the server is running and we need to be qu...Simon MacMullen2014-08-151-13/+14
* | | Remove support for decorators to modify routing for the default exchange; it ...Simon MacMullen2014-08-141-6/+5
* | | Security hole--Simon MacMullen2014-08-141-5/+5
* | | Rename this thing for consistency and also RabbitMQ-specificness.Simon MacMullen2014-08-141-2/+2
* | | Prototype of fast RPC replies.Simon MacMullen2014-08-131-1/+9
| |/ |/|
* | Move these down (ish) from federation.Simon MacMullen2014-06-111-1/+6
* | Support updating decorators correctly when plugins start and stop.Simon MacMullen2014-06-091-5/+20
* | Ensure rabbit_exchange funnels all updates through a single function, like ra...Simon MacMullen2014-06-091-33/+22
* | Make decorators field in exchange and queue transient, i.e. we recalcualte it...Simon MacMullen2014-06-091-7/+9
|/