summaryrefslogtreecommitdiff
path: root/src/rabbit_networking.erl
Commit message (Expand)AuthorAgeFilesLines
* 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.bug26419Simon 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
* stable to defaultSimon MacMullen2014-07-221-4/+7
|\
| * stable to defaultSimon MacMullen2014-06-271-6/+25
| |\
| * | Fetch SSL handshake timeout from app environmentMichael Klishin2014-06-171-4/+7
* | | Check for pause minority mode being about to cause a shutdown before sending ...Simon MacMullen2014-07-221-25/+6
| |/ |/|
* | Hard-kill all connections and stop all listeners as soon as we decide we are ...Simon MacMullen2014-06-251-6/+25
|/
* optimiseMatthias Radestock2014-05-301-2/+2
* Merge bug25722Simon MacMullen2014-03-181-0/+6
|\
| * Slightly simpler, and more polite.Simon MacMullen2014-03-111-3/+2
| * Add listeners to rabbitmqctl status.Simon MacMullen2014-03-111-1/+1
| * Show the distribution port as a "protocol" in management.Simon MacMullen2014-03-111-0/+7
* | Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
|/
* Include a reference in forced event refreshes.Simon MacMullen2014-02-101-4/+4
* erlang:apply is not necessary since the arguments are knownbug25809Emile Joubert2013-10-091-1/+1
* Support only historical verify_fun signatureEmile Joubert2013-10-091-3/+2
* Support config-supplied verify_fun in tuple-formatEmile Joubert2013-10-081-8/+17
* Refresh branch from stableEmile Joubert2013-07-311-1/+2
|\
| * introduces ssl_apps as a env parameterAlvaro Videla2013-07-221-1/+2
* | s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
|/
* Start asn1 too.bug25636Simon MacMullen2013-06-201-1/+1
* stable to defaultSimon MacMullen2013-01-241-1/+1
|\
| * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* | USe pg_local rather than an ets table.Simon MacMullen2013-01-211-6/+3
* | various reader related changes for AMQP 1.0Matthias Radestock2013-01-181-11/+12
|/
* First pass at reverse DNS lookups for clients.Simon MacMullen2012-10-011-1/+1
* unify the various functions to get the cluster nodes into oneFrancesco Mazzoli2012-09-211-1/+1
* attempt to close ssl connections gracefully but forcefullyMatthias Radestock2012-09-031-0/+12
* rebase with masterTim Watson2012-05-211-1/+1
|\
| * migrate application handling code to app_utilsTim Watson2012-05-091-1/+1
* | expand rabbit_sup API with starting of children that are supervisorsMatthias Radestock2012-05-161-9/+4
|/
* eprotonosupport support.bug24869Simon MacMullen2012-04-161-4/+7
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* Merge bug22470Simon MacMullen2012-01-311-2/+10
|\
| * move error_logger 'flow control' into application codeMatthias Radestock2012-01-251-0/+10
| * drop ssl upgrade messageMatthias Radestock2012-01-251-2/+0
* | cosmeticbug23706Matthias Radestock2012-01-271-5/+4
* | Merge in default (and make error more readable)Simon MacMullen2012-01-261-75/+79
|\ \ | |/
| * helper function for constructing tcp listener sup child specsMatthias Radestock2012-01-231-13/+24
| * use the correct inet typesMatthias Radestock2012-01-231-1/+1
| * refactor: check_tcp_listener_address/2 -> tcp_listener_addresses/1Matthias Radestock2012-01-231-23/+21
| * refactor: turn a condition into a guardMatthias Radestock2012-01-231-10/+6
| * cosmetic: move helper functions where they belongMatthias Radestock2012-01-231-33/+32
* | Further clarity.Simon MacMullen2012-01-231-1/+2
* | Improvement?Simon MacMullen2012-01-201-9/+14
|/
* Move the try / catch into rabbit_networking.bug24591Simon MacMullen2011-11-241-1/+5
* Filter out connections which no longer exist.Simon MacMullen2011-11-241-2/+4