| Commit message (Expand) | Author | Age | Files | Lines |
* | Rollback info_all renaming | Emile Joubert | 2011-05-27 | 1 | -12/+14 |
* | rabbitmqctl report | Emile Joubert | 2011-05-26 | 1 | -14/+12 |
* | R14B03 moved hostname and ip_port out of inet.hrl and into inet.erl where the...bug24136 | Matthew Sackman | 2011-05-25 | 1 | -0/+3 |
* | Always specify rabbit application when looking up ssl_options | Rob Harrop | 2011-03-02 | 1 | -1/+1 |
* | Extracted ensure_ssl and ssl_transform_fun for use by STOMP | Rob Harrop | 2011-03-02 | 1 | -29/+33 |
* | Make tcp listen options configurablebug23792 | Matthew Sackman | 2011-02-02 | 1 | -11/+5 |
* | merging in from default | Vlad Alexandru Ionescu | 2011-01-27 | 1 | -48/+178 |
|\ |
|
| * | default merged into bug23154 (ipv6)bug23154 | Marek Majkowski | 2011-01-20 | 1 | -48/+178 |
| |\ |
|
| | * | Don't test on the real port. Pick a test port, and retry if we find any evide... | Simon MacMullen | 2011-01-19 | 1 | -14/+22 |
| | * | Duh. | Simon MacMullen | 2011-01-19 | 1 | -2/+2 |
| | * | Make port_to_listeners distinguish all the cases now, and write even more com... | Simon MacMullen | 2011-01-19 | 1 | -12/+31 |
| | * | Cosmetics. | Simon MacMullen | 2011-01-18 | 1 | -10/+7 |
| | * | Rename ipv6_status to port_to_listeners, make it return listeners, explain it... | Simon MacMullen | 2011-01-18 | 1 | -20/+35 |
| | * | Allow gethostaddr(Host, auto) to return more than one IP address in the case ... | Simon MacMullen | 2011-01-18 | 1 | -14/+11 |
| | * | Don't have the scripts set bind address of 0.0.0.0 if the port is specified b... | Simon MacMullen | 2011-01-07 | 1 | -9/+16 |
| | * | Dialyzer fixes. | Simon MacMullen | 2011-01-05 | 1 | -4/+5 |
| | * | Format IPv4-mapped IPv6 addresses as IPv4, put brackets round IPv6 addresses ... | Simon MacMullen | 2011-01-05 | 1 | -1/+1 |
| | * | Allow specifying a listener as just a port number, meaning "bind to everythin... | Simon MacMullen | 2011-01-05 | 1 | -0/+45 |
| | * | Reinstate stop_tcp_listener. | Simon MacMullen | 2011-01-05 | 1 | -8/+11 |
| | * | Allow check_tcp_listener_address to convert one config into more than one spe... | Simon MacMullen | 2011-01-05 | 1 | -11/+14 |
| | * | Make listener spec a bit more of an abstract type so that changes to plugins ... | Simon MacMullen | 2011-01-05 | 1 | -37/+31 |
| | * | Automatically determine ipv4 / ipv6 depending on IP address or hostname provi... | Simon MacMullen | 2011-01-05 | 1 | -21/+42 |
| | * | Special case [::] like we do 0.0.0.0. | Simon MacMullen | 2011-01-05 | 1 | -5/+12 |
| | * | Import and debitrot Reilly Grant's patch. | Simon MacMullen | 2011-01-04 | 1 | -24/+37 |
* | | | merging in from default | Vlad Alexandru Ionescu | 2011-01-19 | 1 | -3/+3 |
|\ \ \
| |/ /
|/| | |
|
| * | | adding supervision support for direct connection channels | Vlad Alexandru Ionescu | 2011-01-19 | 1 | -3/+3 |
| |/ |
|
* | | Update .erl and .hrl license boilerplates | Matthew Sackman | 2011-01-19 | 1 | -26/+11 |
|/ |
|
* | Abstraction | Matthew Sackman | 2010-12-21 | 1 | -1/+1 |
* | Cosmetic.bug23634 | Simon MacMullen | 2010-12-21 | 1 | -5/+4 |
* | Matthew says we really need that check, so make connections() return connecti... | Simon MacMullen | 2010-12-21 | 1 | -4/+9 |
* | Don't attempt to verify the pid represents a connection. | Simon MacMullen | 2010-12-21 | 1 | -4/+1 |
* | Added rabbit_types:{infos,info_keys} and used them as appropriate. | John DeTreville | 2010-11-10 | 1 | -7/+7 |
* | Merged bug23442 into default | Emile Joubert | 2010-10-29 | 1 | -0/+5 |
|\ |
|
| * | Add a comment to explain | Simon MacMullen | 2010-10-29 | 1 | -0/+3 |
| * | Store listener IP addressbug23446 | Simon MacMullen | 2010-10-28 | 1 | -0/+2 |
* | | Use the protocol field to indicate something useful.bug23442 | Simon MacMullen | 2010-10-28 | 1 | -10/+10 |
|/ |
|
* | Don't require otp sources for buildbug23308 | Emile Joubert | 2010-09-29 | 1 | -23/+1 |
* | RC4 commentbug23245 | Emile Joubert | 2010-09-17 | 1 | -1/+2 |
* | unknown_ca SSL workaround expiry reminder | Emile Joubert | 2010-09-15 | 1 | -0/+2 |
* | Re-indentbug21528 | Emile Joubert | 2010-09-14 | 1 | -7/+12 |
* | Change 'case' to 'if' | Emile Joubert | 2010-09-14 | 1 | -3/+2 |
* | use OTP functions to decide whether a cipher suite uses RC4 or not | Alexandru Scvortov | 2010-09-13 | 1 | -8/+13 |
* | refactoring | Alexandru Scvortov | 2010-09-08 | 1 | -10/+11 |
* | string:str instead of re:run | Alexandru Scvortov | 2010-09-08 | 1 | -1/+1 |
* | accept string names for ciphers; don't clobber user-defined cipher option | Alexandru Scvortov | 2010-09-07 | 1 | -4/+10 |
* | unbreak ssl | Alexandru Scvortov | 2010-09-07 | 1 | -1/+6 |
* | merge bug23107 into default | Alexandru Scvortov | 2010-09-01 | 1 | -7/+8 |
|\ |
|
| * | Reduce calls to connection_sup:reader | Matthew Sackman | 2010-08-13 | 1 | -2/+1 |
| * | Merging default into bug 15930 and a little debitrotting | Matthew Sackman | 2010-07-19 | 1 | -16/+20 |
| |\ |
|
| * | | And now the channel, writer, limiter and framing_channel are also all suitabl... | Matthew Sackman | 2010-07-06 | 1 | -10/+7 |