summaryrefslogtreecommitdiff
path: root/src/rabbit_networking.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Now we have the reader, heartbeaters and queue_collector all under the same c...Matthew Sackman2010-07-061-8/+12
* | | Don't nest listsbug23107Emile Joubert2010-08-241-1/+1
* | | Supply ssl verify function conditionallyEmile Joubert2010-08-241-8/+7
* | | Take peer verification config into account in verify functionEmile Joubert2010-08-241-3/+9
* | | Accept multiple SSL verification errorsEmile Joubert2010-08-231-2/+2
* | | Don't ignore SSL certificate verification errorsEmile Joubert2010-08-231-1/+4
* | | tiny simplifying refactorMatthias Radestock2010-08-131-2/+1
| |/ |/|
* | cleanupAlexandru Scvortov2010-07-061-5/+9
* | moved all rabbit.hrl types to rabbit_types.erlAlexandru Scvortov2010-07-061-13/+5
* | moved common types rabbit_types; move net types to rabbit_networkingAlexandru Scvortov2010-07-061-11/+13
* | better typesAlexandru Scvortov2010-07-021-3/+3
* | because inet doesn't export all its typesAlexandru Scvortov2010-07-021-6/+6
* | redistributed all types from rabbit_framing_spec.hrl and rabbit.hrlAlexandru Scvortov2010-07-021-1/+2
* | partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-8/+14
* | updated inet-related specsAlexandru Scvortov2010-07-011-6/+5
|/
* ssl works againbug22882Alexandru Scvortov2010-06-231-1/+1
* Increase the backlog on the listening socket backlog to 128.bug22619David Wragg2010-04-161-0/+1
* Reworked the supervision heirarchy againbug22454Matthew Sackman2010-03-081-4/+4
* Should stop and delete under the restartable sup tooMatthew Sackman2010-03-061-2/+2
* reworked supervisor hierarchyMatthew Sackman2010-03-051-2/+2
* s/( * %)([^%])/$1%$2/gMatthew Sackman2010-03-041-4/+4
* don't use inet:getaddr, try to use inet_parse:addressbug22397Marek Majkowski2010-02-251-9/+19
* Merging bug22332 onto defaultMatthew Sackman2010-02-101-3/+3
|\
| * update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* | handle attempt to close connection with a non-connection pidbug22309Matthias Radestock2010-02-051-1/+10
|/
* allow programmatic extraction of available info keysMatthias Radestock2010-02-031-4/+8
* cosmetic: squash trailing whitespaceMatthias Radestock2010-01-271-10/+10
* Refactor boot_recovery, boot_tcp_listeners and boot_ssl_listenersTony Garnock-Jones2009-12-171-1/+22
* merging bug 22117 into defaultMatthew Sackman2009-12-111-1/+1
|\
* | don't wait forever for ssl negotiation to succeedbug22117Matthias Radestock2009-12-101-1/+4
* | move ssl negotiation into reader processMatthias Radestock2009-12-101-25/+20
|/
* handle errors during connection establishment more gracefullyMatthias Radestock2009-09-301-11/+19
* cosmeticMatthias Radestock2009-09-301-4/+4
* produce error 2-tupleMatthias Radestock2009-09-281-1/+1
* cosmeticMatthias Radestock2009-07-211-7/+9