summaryrefslogtreecommitdiff
path: root/src/rabbit_networking.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Uhhh... put back the full error message. I misunderstood theEssien Ita Essien2009-02-191-2/+2
* Add 'Label' parameter so we can properly log SSL vs TCP listenersEssien Ita Essien2009-02-031-4/+4
* Close the TCP sock if SSL upgrade fails.Essien Ita Essien2009-02-031-0/+1
* Make error messages nicer and consistent with the rest of the codebaseEssien Ita Essien2009-02-031-3/+3
* Merged with upstreamEssien Ita Essien2009-01-291-14/+42
|\
| * Bring back start_ssl_listener/start_tcp_listener and make themEssien Ita Essien2009-01-161-6/+14
| * Re-write start_tcp_listener to take an additional mfa() argument.Essien Ita Essien2009-01-111-21/+7
| * Remove the hardcoded ssl options, and read them in from the app envEssien Ita Essien2008-12-281-10/+3
| * Cleanup ssl_connection_upgrade a bit.Essien Ita Essien2008-12-271-3/+3
| * Rename rabbit_ssl_socket to ssl_socket.Essien Ita Essien2008-12-261-1/+1
| * Hook in the new #rabbit_ssl_socket{} into the whole process.ssl_async_recvEssien Ita Essien2008-12-161-10/+5
| * Implement start_ssl_listener, to complete ssl acceptor implementationEssien Ita Essien2008-12-151-12/+58
* | prefix all mnesia table names with 'rabbit_'Matthias Radestock2009-01-221-5/+5
* | don't infer table name from record type in mnesia opsMatthias Radestock2009-01-221-0/+2
|/
* merged default into bug18381bug18381Tony Garnock-Jones2008-12-091-1/+21
|\
| * refactoringMatthias Radestock2008-11-191-6/+1
| * add connection_info functionsMatthias Radestock2008-11-191-2/+21
| * add function to get hold of all connections (i.e. reader pids)Matthias Radestock2008-11-191-1/+7
* | Update copyrights.bug19974Tony Garnock-Jones2008-12-091-6/+12
* | rename node() type to erlang_node()bug19792Matthias Radestock2008-11-211-2/+2
|/
* Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)Tony Garnock-Jones2008-07-031-0/+151