summaryrefslogtreecommitdiff
path: root/src/rabbit_networking.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge default into bug24315Alexandru Scvortov2011-09-231-0/+1
|\
| * log various ctl actionsAlexandru Scvortov2011-09-061-0/+1
* | merge default into bug 23056bug23056Alexandru Scvortov2011-08-251-0/+27
|\ \ | |/ |/|
| * fix dialyzer warningsAlexandru Scvortov2011-08-081-1/+3
| * more specsAlexandru Scvortov2011-08-081-0/+3
| * merge default into bug23056Alexandru Scvortov2011-08-051-29/+36
| |\
| * \ merge from defaultAlexandru Scvortov2011-02-231-88/+198
| |\ \
| * | | Redid bug23056 changes atop newer base.John DeTreville2010-12-021-0/+22
* | | | Don't have misc depend on mnesia.Simon MacMullen2011-08-161-1/+2
* | | | Rename and refactor append_rpc_all_nodes, and get the networking:connections(...Simon MacMullen2011-08-081-2/+8
* | | | Various smaller QA things.Simon MacMullen2011-08-081-1/+2
* | | | Introduce rabbit:force_event_refresh which will:Simon MacMullen2011-08-011-1/+6
| |_|/ |/| |
* | | Rollback info_all renamingEmile Joubert2011-05-271-12/+14
* | | rabbitmqctl reportEmile Joubert2011-05-261-14/+12
* | | R14B03 moved hostname and ip_port out of inet.hrl and into inet.erl where the...bug24136Matthew Sackman2011-05-251-0/+3
* | | Always specify rabbit application when looking up ssl_optionsRob Harrop2011-03-021-1/+1
* | | Extracted ensure_ssl and ssl_transform_fun for use by STOMPRob Harrop2011-03-021-29/+33
| |/ |/|