summaryrefslogtreecommitdiff
path: root/src/rabbit_networking.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Dialyzer fixes.Simon MacMullen2011-01-051-4/+5
| | * Format IPv4-mapped IPv6 addresses as IPv4, put brackets round IPv6 addresses ...Simon MacMullen2011-01-051-1/+1
| | * Allow specifying a listener as just a port number, meaning "bind to everythin...Simon MacMullen2011-01-051-0/+45
| | * Reinstate stop_tcp_listener.Simon MacMullen2011-01-051-8/+11
| | * Allow check_tcp_listener_address to convert one config into more than one spe...Simon MacMullen2011-01-051-11/+14
| | * Make listener spec a bit more of an abstract type so that changes to plugins ...Simon MacMullen2011-01-051-37/+31
| | * Automatically determine ipv4 / ipv6 depending on IP address or hostname provi...Simon MacMullen2011-01-051-21/+42
| | * Special case [::] like we do 0.0.0.0.Simon MacMullen2011-01-051-5/+12
| | * Import and debitrot Reilly Grant's patch.Simon MacMullen2011-01-041-24/+37
* | | merging in from defaultVlad Alexandru Ionescu2011-01-191-3/+3
|\ \ \ | |/ / |/| |
| * | adding supervision support for direct connection channelsVlad Alexandru Ionescu2011-01-191-3/+3
| |/
* | Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
|/
* AbstractionMatthew Sackman2010-12-211-1/+1
* Cosmetic.bug23634Simon MacMullen2010-12-211-5/+4
* Matthew says we really need that check, so make connections() return connecti...Simon MacMullen2010-12-211-4/+9
* Don't attempt to verify the pid represents a connection.Simon MacMullen2010-12-211-4/+1
* Added rabbit_types:{infos,info_keys} and used them as appropriate.John DeTreville2010-11-101-7/+7
* Merged bug23442 into defaultEmile Joubert2010-10-291-0/+5
|\
| * Add a comment to explainSimon MacMullen2010-10-291-0/+3
| * Store listener IP addressbug23446Simon MacMullen2010-10-281-0/+2
* | Use the protocol field to indicate something useful.bug23442Simon MacMullen2010-10-281-10/+10
|/
* Don't require otp sources for buildbug23308Emile Joubert2010-09-291-23/+1
* RC4 commentbug23245Emile Joubert2010-09-171-1/+2
* unknown_ca SSL workaround expiry reminderEmile Joubert2010-09-151-0/+2
* Re-indentbug21528Emile Joubert2010-09-141-7/+12
* Change 'case' to 'if'Emile Joubert2010-09-141-3/+2
* use OTP functions to decide whether a cipher suite uses RC4 or notAlexandru Scvortov2010-09-131-8/+13
* refactoringAlexandru Scvortov2010-09-081-10/+11
* string:str instead of re:runAlexandru Scvortov2010-09-081-1/+1
* accept string names for ciphers; don't clobber user-defined cipher optionAlexandru Scvortov2010-09-071-4/+10
* unbreak sslAlexandru Scvortov2010-09-071-1/+6
* merge bug23107 into defaultAlexandru Scvortov2010-09-011-7/+8
|\
| * Reduce calls to connection_sup:readerMatthew Sackman2010-08-131-2/+1
| * Merging default into bug 15930 and a little debitrottingMatthew Sackman2010-07-191-16/+20
| |\
| * | And now the channel, writer, limiter and framing_channel are also all suitabl...Matthew Sackman2010-07-061-10/+7