summaryrefslogtreecommitdiff
path: root/src/rabbit_networking.erl
Commit message (Expand)AuthorAgeFilesLines
* Workaround for dialyzer errorPhilip Kuryloski2020-10-051-1/+1
* Make it easy to close all connections on a nodeMichael Klishin2020-09-241-1/+8
* Revert "tcp_listener_sup: use maps for supervisor flags and child spec"Luke Bakken2020-09-021-8/+3
* Refer to running nodes using rabbit_nodes:all_running/0Michael Klishin2020-09-021-3/+2
* Add timeout to rpc:multicall usageLuke Bakken2020-08-281-2/+4
* rabbit_networking: Re-enable Dialyzer in this fileJean-Sébastien Pédron2020-07-241-8/+9
* Correct two minor issues discovered by DialyzerMichael Klishin2020-07-141-5/+4
* Extract rabbit_networking:stop_ranch_listener_of_protocol/1Michael Klishin2020-07-141-1/+11
* Be more defensive when computing Ranch ref from protocol nameMichael Klishin2020-07-141-2/+4
* Unify Ranch ref construction for all listenersMichael Klishin2020-07-141-1/+30
* Introduce rabbit_maintenance:{drain,revive}/0Michael Klishin2020-07-141-6/+18
* Extract a function that computes Ranch listener referencesMichael Klishin2020-07-141-4/+16
* tcp_listener_sup: use maps for supervisor flags and child specMichael Klishin2020-07-141-5/+5
* Introduce rabbit_networking:node_client_listeners/1Michael Klishin2020-07-141-1/+13
* Merge pull request #2406 from rabbitmq/rabbitmq-server-2405Michael Klishin2020-07-121-0/+1
|\
| * Log a message when listeners are about to be startedMichael Klishin2020-07-121-0/+1
* | 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
* Chang proxy protocol error message to debugLuke Bakken2020-01-071-1/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* Add a no_return() type spec to silence a Dialyzer warningLoïc Hoguin2019-03-261-0/+1
* URL CleanupSpring Operator2019-03-201-1/+1
* Handle error triples, improve loggingMichael Klishin2019-02-271-6/+16
* Ensure resources are cleaned upLuke Bakken2019-02-271-4/+10
* Fix more Dialyzer warningsLoïc Hoguin2019-02-121-3/+5
* Remove commented out codeLoïc Hoguin2019-02-051-2/+1
* Fix many Dialyzer warningsLoïc Hoguin2019-02-051-1/+6
* Move `-spec()` near their functionJean-Sébastien Pédron2019-02-011-46/+67
* Restore the `rabbit:force_refresh_event()` featureJean-Sébastien Pédron2019-02-011-1/+8
* Remove use of accept_ackLuke Bakken2019-01-151-9/+7
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Use the built-in Ranch PROXY protocol supportLoïc Hoguin2018-12-041-18/+23
* Quorum queues (#1706)Karl Nilsson2018-10-291-8/+3
* Refactor listener startup error handlingMichael Klishin2018-10-111-17/+46
* Merge branch 'stable'Michael Klishin2017-10-311-3/+9
|\
| * Make rabbit_networking:close_connection/2 more benignMichael Klishin2017-10-301-3/+9
| * Move rabbit_net:accept_ack() to rabbit_networkingJean-Sébastien Pédron2017-06-261-1/+19
| * Move rabbit_networking and rabbit_reader from rabbitmq-commonJean-Sébastien Pédron2017-06-261-0/+440
* | Move rabbit_net:accept_ack() to rabbit_networkingJean-Sébastien Pédron2017-06-261-1/+19
* | Move rabbit_networking and rabbit_reader from rabbitmq-commonJean-Sébastien Pédron2017-06-261-0/+463
|/
* Move modules to rabbitmq-commonJean-Sébastien Pédron2015-10-201-608/+0
* Merge stable into masterMichael Klishin2015-08-271-2/+16
* (c) yearMichael Klishin2015-05-241-1/+1
* rabbit_networking: In on_node_down(), don't remove listeners if node is backJean-Sébastien Pédron2015-03-091-1/+5
* Rework SSL's verify_fun supportJean-Sebastien Pedron2014-12-261-4/+55
* Allow people to re-enable SSLv3 even on newer Erlangs with ssl_allow_poodle_a...Simon MacMullen2014-10-211-6/+11
* Test for old Erlang, and shout if we are vulnerable.Simon MacMullen2014-10-201-2/+31
* Remove bad SSL versions from the configured ones, don't hard code good versio...Simon MacMullen2014-10-201-20/+25
* Handle edge cases, log enabled TLS/SSL versionsMichael Klishin2014-10-201-6/+19
* Remove a ton of special-case error_logger invocationsSimon MacMullen2014-08-111-2/+2