| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetic | Matthias Radestock | 2011-05-19 | 1 | -17/+17 |
* | fix error handling and construct xname on init rather than every message | Matthias Radestock | 2011-05-19 | 1 | -14/+16 |
* | inlining | Matthias Radestock | 2011-05-19 | 1 | -32/+25 |
* | sometimes clarity trumps performance | Matthias Radestock | 2011-05-19 | 1 | -9/+4 |
* | funs are too expensive here. Ouch. | Simon MacMullen | 2011-05-19 | 1 | -14/+13 |
* | Further refactoring | Simon MacMullen | 2011-05-19 | 2 | -21/+17 |
* | Refactor. | Simon MacMullen | 2011-05-19 | 1 | -23/+22 |
* | Slightly tighter specs, tidy imports. | Simon MacMullen | 2011-05-19 | 2 | -4/+5 |
* | Fold refresh_config in with (un)set_env, abstract into rabbit. | Simon MacMullen | 2011-05-19 | 2 | -7/+19 |
* | Rename | Simon MacMullen | 2011-05-19 | 1 | -2/+2 |
* | rabbitmqctl refresh_channel_config | Simon MacMullen | 2011-05-19 | 2 | -1/+14 |
* | Refactor a bit and push more work "below" checking the state. This reduces th... | Simon MacMullen | 2011-05-19 | 1 | -17/+22 |
* | Only check the application environment when a channel starts up. | Simon MacMullen | 2011-05-18 | 2 | -21/+34 |
* | merge bug24004 into default | Matthias Radestock | 2011-05-17 | 21 | -223/+431 |
|\ |
|
| * | merge bug23939 into default | Matthias Radestock | 2011-05-16 | 10 | -127/+277 |
| |\ |
|
| | * | Merging bug23899 to default | Matthew Sackman | 2011-05-12 | 2 | -23/+10 |
| | |\ |
|
| | | * | I cannot BELIEVE that anyone was so UNPROFFESSIONNAL as to OMIT these TYPES.bug23899 | Simon MacMullen | 2011-05-03 | 1 | -2/+2 |
| | | * | Remove dead code. | Simon MacMullen | 2011-05-03 | 1 | -14/+1 |
| | | * | Separate out different types for network and direct connections, don't check ... | Simon MacMullen | 2011-05-03 | 1 | -8/+8 |
| | * | | Fix racy bug in tests as reported by Simon. Bug created in bug24037 I suspect | Matthew Sackman | 2011-05-10 | 1 | -1/+1 |
| | * | | Merging bug23559 to default | Matthew Sackman | 2011-05-10 | 2 | -94/+129 |
| | |\ \ |
|
| | | * | | track buffer size explicitly, resulting in a small performance improvementbug23559 | Matthias Radestock | 2011-05-10 | 1 | -20/+22 |
| | | * | | refactor: extract commonality between tcp and ssl recv | Matthias Radestock | 2011-05-10 | 1 | -13/+9 |
| | | * | | optimise common case that buf contains a single binary | Matthias Radestock | 2011-04-26 | 1 | -2/+5 |
| | | * | | make ssl work | Matthias Radestock | 2011-04-07 | 2 | -75/+93 |
| | | * | | get heartbeat monitor to pause when it should | Matthias Radestock | 2011-04-07 | 1 | -2/+2 |
| | | * | | tweak | Matthias Radestock | 2011-04-07 | 1 | -1/+1 |
| | | * | | merge default into bug23559 | Matthias Radestock | 2011-04-06 | 96 | -6708/+9083 |
| | | |\ \ |
|
| | | * | | | experiment with uing {active,once} instead of prim_inet:async_recv | Matthias Radestock | 2010-11-30 | 2 | -23/+39 |
| | * | | | | Merge bug20589 into default | Emile Joubert | 2011-05-10 | 3 | -0/+122 |
| | |\ \ \ \ |
|
| | | * | | | | Indentationbug20589 | Emile Joubert | 2011-05-10 | 1 | -3/+3 |
| | | * | | | | trace_exchange -> trace_exchanges | Simon MacMullen | 2011-05-05 | 1 | -9/+13 |
| | | * | | | | Merge from default | Simon MacMullen | 2011-05-05 | 10 | -217/+313 |
| | | |\ \ \ \
| | | | | |_|/
| | | | |/| | |
|
| | | * | | | | Simplify tap_trace_in/out, don't make msg_to_table return a tuple, refactor, ... | Simon MacMullen | 2011-04-14 | 1 | -41/+33 |
| | | * | | | | Cosmetic. | Simon MacMullen | 2011-04-12 | 1 | -4/+3 |
| | | * | | | | Remove user and consumer tag. | Simon MacMullen | 2011-04-12 | 2 | -31/+17 |
| | | * | | | | Be more specific about what we catch. | Simon MacMullen | 2011-04-12 | 1 | -7/+9 |
| | | * | | | | Cosmetic. | Simon MacMullen | 2011-04-11 | 1 | -5/+3 |
| | | * | | | | Get rid of that "Bin" suffix, it was inconsistent and strings are generally b... | Simon MacMullen | 2011-04-11 | 1 | -20/+20 |
| | | * | | | | Cosmetic. | Simon MacMullen | 2011-04-11 | 1 | -4/+2 |
| | | * | | | | Less magic. | Simon MacMullen | 2011-04-11 | 1 | -4/+4 |
| | | * | | | | Add user to trace messages. | Simon MacMullen | 2011-04-11 | 2 | -17/+26 |
| | | * | | | | Convert properties to table in a slightly smarter way. Also refer to the resu... | Simon MacMullen | 2011-04-11 | 1 | -32/+19 |
| | | * | | | | Merge in default | Simon MacMullen | 2011-04-11 | 3 | -0/+147 |
| | | |\ \ \ \ |
|
| | | | * | | | | Remove delivery tag. | Simon MacMullen | 2011-04-11 | 2 | -9/+5 |
| | | | * | | | | Specs. | Simon MacMullen | 2011-04-08 | 1 | -1/+5 |
| | | | * | | | | Keys not key. | Simon MacMullen | 2011-04-08 | 1 | -1/+1 |
| | | | * | | | | Tracing has very little to do with rabbit_log, let's make it its own module. | Simon MacMullen | 2011-04-07 | 3 | -102/+129 |
| | | | * | | | | Cosmetic. | Simon MacMullen | 2011-04-07 | 1 | -10/+11 |
| | | | * | | | | Cosmetic. | Simon MacMullen | 2011-04-07 | 1 | -21/+17 |