summaryrefslogtreecommitdiff
path: root/src/rabbit_binding.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
* rabbit_binding: a few helpers to make it easier to delete bindingsMichael Klishin2020-02-081-5/+22
* (c) bumpMichael Klishin2019-12-291-1/+1
* Export explicitly defined bindingsMichael Klishin2019-11-141-3/+17
* URL CleanupSpring Operator2019-03-201-1/+1
* Less aggressive locking for bindings add/reomve.Daniil Fedotov2019-02-261-10/+8
* Merge pull request #1884 from rabbitmq/allow_binding_if_tables_inconsistentMichael Klishin2019-02-161-15/+13
|\
| * Do not fail on bind/unbind operations if the binding records are inconsistent.Daniil Fedotov2019-02-141-15/+13
* | Filter duplicate default exchange binding in `rabbit_binding:list_for_destina...Michael Klishin2019-02-161-4/+7
|/
* rabbit_binding: Small style improvementsJean-Sébastien Pédron2019-02-011-3/+3
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-41/+65
* Convert explicit default bindings removal to a feature flagJean-Sébastien Pédron2019-02-011-1/+5
* Make #amqqueue{} a private record + add a feature flagJean-Sébastien Pédron2019-02-011-4/+6
* Only remove durable bindings for durable queues.Daniil Fedotov2019-01-161-6/+1
* Extract function, add loggingMichael Klishin2019-01-161-1/+19
* Add an upgrade function to remove all default bindings.Daniil Fedotov2019-01-151-0/+2
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Filter out default exchange bindings that may already be in the databaseMichael Klishin2019-01-031-3/+8
* Check queue existence when checking for fake bindings existence.Daniil Fedotov2019-01-021-17/+24
* Add fake bindings to list functions.Daniil Fedotov2018-12-281-13/+48
* Replace match_object with dirty_match_object for binding cleanup.Daniil Fedotov2018-09-281-8/+8
* Use delete instead of delete_object and read instead of match_object in bindi...Daniil Fedotov2018-09-281-8/+20
* Remove a couple of sentences that may be slightly misleading nowMichael Klishin2018-08-301-4/+1
* Idempotent binding removalDiana Corbacho2018-08-301-6/+3
* CosmeticsMichael Klishin2018-07-241-2/+2
* Prepare bindings table in a separate recover function.Daniil Fedotov2018-07-241-10/+14
* Bring back transactional match_object for bindings cleanup.Daniil Fedotov2018-05-181-10/+10
* Ignore lock kind argument when dirty-deleting a routeDaniil Fedotov2018-05-151-1/+1
* Do dirty deletes when cleaning up bindings.Daniil Fedotov2018-05-141-5/+5
* Do not lock entire routing table when cleaning up bindings.Daniil Fedotov2018-05-141-33/+31
* Delete bindings from mnesia without full table scanGerhard Lazu2018-03-271-7/+2
* Merge branch 'stable'Michael Klishin2017-04-021-1/+1
|\
| * (c) yearMichael Klishin2017-04-021-1/+1
* | Notify user who performed the action in all system eventsDiana Corbacho2017-01-161-21/+28
* | Only use new non-builtin types in masterJean-Sébastien Pédron2016-07-061-1/+1
|/
* Fix build on Erlang R16B03 by using macros for old builtin typesJean-Sébastien Pédron2016-07-051-1/+1
* Use the new -spec formatJean-Sébastien Pédron2016-06-281-52/+51
* add vhost information to binding and policy eventskjnilsson2016-05-131-1/+3
* 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 listing of bindings.Ayanda Dube2015-10-071-1/+8
* (c) yearMichael Klishin2015-05-241-1/+1
* Fix forgetting queue when deleting offline.Simon MacMullen2014-11-121-1/+4
* Work around what looks like a bug.Simon MacMullen2014-09-171-1/+3
* Switch to Erlang 17-style types, /0 versions at least.Simon MacMullen2014-09-171-1/+1
* Introduce the idea that queues can be absent for a reason. The traditional ab...Simon MacMullen2014-09-091-3/+3
* Two modes for delete, one for when the server is running and we need to be qu...Simon MacMullen2014-08-151-23/+35