summaryrefslogtreecommitdiff
path: root/src/rabbit_networking.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* 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
| |/ |/|
* | Make tcp listen options configurablebug23792Matthew Sackman2011-02-021-11/+5
* | merging in from defaultVlad Alexandru Ionescu2011-01-271-48/+178
|\ \
| * \ default merged into bug23154 (ipv6)bug23154Marek Majkowski2011-01-201-48/+178
| |\ \
| | * | Don't test on the real port. Pick a test port, and retry if we find any evide...Simon MacMullen2011-01-191-14/+22
| | * | Duh.Simon MacMullen2011-01-191-2/+2
| | * | Make port_to_listeners distinguish all the cases now, and write even more com...Simon MacMullen2011-01-191-12/+31
| | * | Cosmetics.Simon MacMullen2011-01-181-10/+7
| | * | Rename ipv6_status to port_to_listeners, make it return listeners, explain it...Simon MacMullen2011-01-181-20/+35
| | * | Allow gethostaddr(Host, auto) to return more than one IP address in the case ...Simon MacMullen2011-01-181-14/+11
| | * | Don't have the scripts set bind address of 0.0.0.0 if the port is specified b...Simon MacMullen2011-01-071-9/+16