summaryrefslogtreecommitdiff
path: root/src/rabbit_net.erl
Commit message (Expand)AuthorAgeFilesLines
* 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