summaryrefslogtreecommitdiff
path: root/src/rabbit_net.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* OopsSimon MacMullen2014-02-181-1/+1
* Allow checking an IP address as well as a socket.Simon MacMullen2014-02-181-8/+7
* Refuse access for guest via non-localhost by default.Simon MacMullen2014-02-141-1/+17
* This code can now be invoked in the context of the Erlang client, in which ca...Simon MacMullen2014-01-101-4/+3
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* stable to defaultSimon MacMullen2013-04-251-3/+10
|\
| * Receive fixed number of bytes from socket synchronouslybug25502Emile Joubert2013-04-251-3/+10
* | move socket buffer tuning into tcp_acceptorbug25467Matthias Radestock2013-02-261-9/+1
|/
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Unify address and host. Stick ports in the state, just because we're grabbing...Simon MacMullen2012-11-011-25/+24
* Store name, host and peerhost as binary in the first place.Simon MacMullen2012-10-301-3/+4
* cosmeticMatthias Radestock2012-10-191-1/+1
* OK, I prefer this. Patch the dns lookups into connection_string, this makes n...Simon MacMullen2012-10-191-8/+32
* explainbug25120Matthias Radestock2012-09-031-3/+8
* attempt to close ssl connections gracefully but forcefullyMatthias Radestock2012-09-031-2/+22
* tiny refactor: rename fun and clarify commentMatthias Radestock2012-08-241-4/+4
* refactor: move socket buffer size tuning into rabbit_netbug24872Matthias Radestock2012-05-281-1/+9
* Increase buffer size for the port driver to match that used by the underlying...bug24866Simon MacMullen2012-04-231-5/+15
* Ahem.Simon MacMullen2012-03-071-1/+1
* Try to close the socket immediately on reader death.Simon MacMullen2012-03-071-1/+6
* Merge bug24606Simon MacMullen2012-02-031-4/+3
|\
| * refactor: extract string formatting functionMatthias Radestock2012-02-021-4/+3
* | 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