summaryrefslogtreecommitdiff
path: root/src/rabbit_net.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* prettier and more consistent connection log messagesMatthias Radestock2012-01-251-1/+20
* Merging bug23559 to defaultMatthew Sackman2011-05-101-1/+25
|\
| * refactor: extract commonality between tcp and ssl recvMatthias Radestock2011-05-101-13/+9
| * make ssl workMatthias Radestock2011-04-071-1/+21
| * merge default into bug23559Matthias Radestock2011-04-061-82/+62
| |\
| * | experiment with uing {active,once} instead of prim_inet:async_recvMatthias Radestock2010-11-301-1/+9
* | | How did these tabs get here?Matthew Sackman2011-05-091-2/+2
| |/ |/|
* | Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* | SSL protocol / algorithm information.Simon MacMullen2010-12-071-1/+9
* | cosmetic: put rabbit_net exports, specs, and funs in sensible orderMatthias Radestock2010-11-301-49/+36
|/
* Keep knowledge of sockets in rabbit_netSimon MacMullen2010-11-101-1/+5
* merge default into bug22902Matthias Radestock2010-09-081-1/+1
|\
| * correct some typesMatthias Radestock2010-09-081-1/+1
* | fix type sigsMatthias Radestock2010-09-081-12/+10
* | moved certificate decoding to rabbit_sslAlexandru Scvortov2010-09-081-6/+3
* | cosmeticMatthias Radestock2010-09-071-3/+2
* | merge default into bug22902Matthias Radestock2010-09-071-28/+14
|\ \ | |/
| * tiny refactor and some cosmetic changesMatthias Radestock2010-09-071-28/+14
* | extract encoded subject field from certificateAlexandru Scvortov2010-07-221-1/+4
* | list_connections can now print a peer's ssl certificateAlexandru Scvortov2010-07-201-1/+10
|/
* cleanupAlexandru Scvortov2010-07-061-9/+19
* {'ok', A} -> rabbit_types:ok(A)Alexandru Scvortov2010-07-061-4/+4
* {'ok' | error(...)} -> rabbit_types:ok_or_error(...)Alexandru Scvortov2010-07-061-3/+3
* {error, A} -> rabbit_types:error(A)Alexandru Scvortov2010-07-061-1/+1
* moved all rabbit.hrl types to rabbit_types.erlAlexandru Scvortov2010-07-061-4/+1
* moved common types rabbit_types; move net types to rabbit_networkingAlexandru Scvortov2010-07-061-3/+3
* moved export_types to inside ifdefsAlexandru Scvortov2010-07-051-1/+2
* because inet doesn't export all its typesAlexandru Scvortov2010-07-021-3/+3
* better typesAlexandru Scvortov2010-07-021-0/+2
* partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-0/+2
* updated inet-related specsAlexandru Scvortov2010-07-011-3/+2
* s/fun(/fun (/gSimon MacMullen2010-05-281-1/+1
* update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* cosmetic: squash trailing whitespaceMatthias Radestock2010-01-271-6/+6
* make dialyzer happyMatthias Radestock2009-07-211-2/+2
* timeout() is now built in. Redefinition is deprecatedEssien Ita Essien2009-06-211-1/+0
* Fix dialyzer spec for rabbit_net:send/2Essien Ita Essien2009-02-031-1/+1
* Actually run 'make dialyze'! and fix some type definitions.Essien Ita Essien2009-01-161-7/+8
* Add dialyser spec definitions to rabbit_net.erlEssien Ita Essien2009-01-111-1/+25
* Change the style of the exports to match rest of code base.Essien Ita Essien2009-01-111-11/+5
* Doesn't _really_ make sense to send {inet_reply...} on error.Essien Ita Essien2008-12-291-1/+0
* Make rabbit_net:port_command mimick erlang:port_command more closelyEssien Ita Essien2008-12-281-1/+3
* Closing the ssl socket already closes the tcp socket as wellEssien Ita Essien2008-12-271-2/+1
* Reverse the encapsulation of infinity timeout in rabbit_net:async_recv/3Essien Ita Essien2008-12-271-3/+3
* Rewrite rabbit_net:async_recv according to Matt's suggestion.Essien Ita Essien2008-12-271-10/+4
* Rename rabbit_ssl_socket to ssl_socket.Essien Ita Essien2008-12-261-18/+18
* Improve compatibility in the rabbit_net abstraction layerEssien Ita Essien2008-12-201-2/+11
* Forgot Copyright notice... heh!Essien Ita Essien2008-12-161-0/+31
* Add first draft implementation of the rabbit_net.erl module layerEssien Ita Essien2008-12-161-0/+80