| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright for 2014bug25940 | Simon MacMullen | 2014-03-17 | 1 | -1/+1 |
* | Oops | Simon MacMullen | 2014-02-18 | 1 | -1/+1 |
* | Allow checking an IP address as well as a socket. | Simon MacMullen | 2014-02-18 | 1 | -8/+7 |
* | Refuse access for guest via non-localhost by default. | Simon MacMullen | 2014-02-14 | 1 | -1/+17 |
* | This code can now be invoked in the context of the Erlang client, in which ca... | Simon MacMullen | 2014-01-10 | 1 | -4/+3 |
* | s/VMware/GoPivotal/g | Simon MacMullen | 2013-07-01 | 1 | -2/+2 |
* | stable to default | Simon MacMullen | 2013-04-25 | 1 | -3/+10 |
|\ |
|
| * | Receive fixed number of bytes from socket synchronouslybug25502 | Emile Joubert | 2013-04-25 | 1 | -3/+10 |
* | | move socket buffer tuning into tcp_acceptorbug25467 | Matthias Radestock | 2013-02-26 | 1 | -9/+1 |
|/ |
|
* | Update copyright 2013bug25343 | Emile Joubert | 2013-01-23 | 1 | -1/+1 |
* | Unify address and host. Stick ports in the state, just because we're grabbing... | Simon MacMullen | 2012-11-01 | 1 | -25/+24 |
* | Store name, host and peerhost as binary in the first place. | Simon MacMullen | 2012-10-30 | 1 | -3/+4 |
* | cosmetic | Matthias Radestock | 2012-10-19 | 1 | -1/+1 |
* | OK, I prefer this. Patch the dns lookups into connection_string, this makes n... | Simon MacMullen | 2012-10-19 | 1 | -8/+32 |
* | explainbug25120 | Matthias Radestock | 2012-09-03 | 1 | -3/+8 |
* | attempt to close ssl connections gracefully but forcefully | Matthias Radestock | 2012-09-03 | 1 | -2/+22 |
* | tiny refactor: rename fun and clarify comment | Matthias Radestock | 2012-08-24 | 1 | -4/+4 |
* | refactor: move socket buffer size tuning into rabbit_netbug24872 | Matthias Radestock | 2012-05-28 | 1 | -1/+9 |
* | Increase buffer size for the port driver to match that used by the underlying...bug24866 | Simon MacMullen | 2012-04-23 | 1 | -5/+15 |
* | Ahem. | Simon MacMullen | 2012-03-07 | 1 | -1/+1 |
* | Try to close the socket immediately on reader death. | Simon MacMullen | 2012-03-07 | 1 | -1/+6 |
* | Merge bug24606 | Simon MacMullen | 2012-02-03 | 1 | -4/+3 |
|\ |
|
| * | refactor: extract string formatting function | Matthias Radestock | 2012-02-02 | 1 | -4/+3 |
* | | Update copyright 2012bug24606 | Emile Joubert | 2012-02-02 | 1 | -1/+1 |
|/ |
|
* | prettier and more consistent connection log messages | Matthias Radestock | 2012-01-25 | 1 | -1/+20 |
* | Merging bug23559 to default | Matthew Sackman | 2011-05-10 | 1 | -1/+25 |
|\ |
|
| * | refactor: extract commonality between tcp and ssl recv | Matthias Radestock | 2011-05-10 | 1 | -13/+9 |
| * | make ssl work | Matthias Radestock | 2011-04-07 | 1 | -1/+21 |
| * | merge default into bug23559 | Matthias Radestock | 2011-04-06 | 1 | -82/+62 |
| |\ |
|
| * | | experiment with uing {active,once} instead of prim_inet:async_recv | Matthias Radestock | 2010-11-30 | 1 | -1/+9 |
* | | | How did these tabs get here? | Matthew Sackman | 2011-05-09 | 1 | -2/+2 |
| |/
|/| |
|
* | | Update .erl and .hrl license boilerplates | Matthew Sackman | 2011-01-19 | 1 | -26/+11 |
* | | SSL protocol / algorithm information. | Simon MacMullen | 2010-12-07 | 1 | -1/+9 |
* | | cosmetic: put rabbit_net exports, specs, and funs in sensible order | Matthias Radestock | 2010-11-30 | 1 | -49/+36 |
|/ |
|
* | Keep knowledge of sockets in rabbit_net | Simon MacMullen | 2010-11-10 | 1 | -1/+5 |
* | merge default into bug22902 | Matthias Radestock | 2010-09-08 | 1 | -1/+1 |
|\ |
|
| * | correct some types | Matthias Radestock | 2010-09-08 | 1 | -1/+1 |
* | | fix type sigs | Matthias Radestock | 2010-09-08 | 1 | -12/+10 |
* | | moved certificate decoding to rabbit_ssl | Alexandru Scvortov | 2010-09-08 | 1 | -6/+3 |
* | | cosmetic | Matthias Radestock | 2010-09-07 | 1 | -3/+2 |
* | | merge default into bug22902 | Matthias Radestock | 2010-09-07 | 1 | -28/+14 |
|\ \
| |/ |
|
| * | tiny refactor and some cosmetic changes | Matthias Radestock | 2010-09-07 | 1 | -28/+14 |
* | | extract encoded subject field from certificate | Alexandru Scvortov | 2010-07-22 | 1 | -1/+4 |
* | | list_connections can now print a peer's ssl certificate | Alexandru Scvortov | 2010-07-20 | 1 | -1/+10 |
|/ |
|
* | cleanup | Alexandru Scvortov | 2010-07-06 | 1 | -9/+19 |
* | {'ok', A} -> rabbit_types:ok(A) | Alexandru Scvortov | 2010-07-06 | 1 | -4/+4 |
* | {'ok' | error(...)} -> rabbit_types:ok_or_error(...) | Alexandru Scvortov | 2010-07-06 | 1 | -3/+3 |
* | {error, A} -> rabbit_types:error(A) | Alexandru Scvortov | 2010-07-06 | 1 | -1/+1 |
* | moved all rabbit.hrl types to rabbit_types.erl | Alexandru Scvortov | 2010-07-06 | 1 | -4/+1 |
* | moved common types rabbit_types; move net types to rabbit_networking | Alexandru Scvortov | 2010-07-06 | 1 | -3/+3 |