Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a "tracing" column to the list_vhosts command. A bigger change than expec...bug24129 | Simon MacMullen | 2011-05-23 | 4 | -8/+53 |
* | Inline exchange/1, multihead publish/7 | Simon MacMullen | 2011-05-23 | 1 | -17/+9 |
* | Rename and move things a bit | Simon MacMullen | 2011-05-23 | 1 | -15/+14 |
* | Abstract the types | Simon MacMullen | 2011-05-23 | 1 | -6/+7 |
* | Don't display it as binary. | Simon MacMullen | 2011-05-23 | 1 | -4/+4 |
* | Update docs. | Simon MacMullen | 2011-05-23 | 1 | -6/+2 |
* | Actually use the exchange we have. Not very scientifically measured, but this... | Simon MacMullen | 2011-05-23 | 1 | -4/+4 |
* | Fix dumb mistake. | Simon MacMullen | 2011-05-23 | 1 | -1/+1 |
* | -- | Simon MacMullen | 2011-05-20 | 1 | -2/+2 |
* | Switch to hard coding the exchange name. | Simon MacMullen | 2011-05-20 | 5 | -29/+50 |
* | Fold publish and republish together. | Simon MacMullen | 2011-05-20 | 2 | -45/+40 |
* | Optimise looking up trace exchange and message construction. | Simon MacMullen | 2011-05-20 | 2 | -19/+43 |
* | Rewrite the rabbitmqctl interface. Define trace_exchanges in rabbit.app. | Simon MacMullen | 2011-05-20 | 5 | -70/+46 |
* | merge bug24118 into default | Matthias Radestock | 2011-05-20 | 5 | -43/+47 |
|\ | |||||
| * | merge bug24117 into default | Matthias Radestock | 2011-05-19 | 5 | -32/+34 |
| |\ | |||||
| | * | BQ:idle_timeout => BQ:timeoutbug24117 | Matthew Sackman | 2011-05-19 | 5 | -12/+12 |
| | * | whitespace | Matthew Sackman | 2011-05-18 | 1 | -1/+0 |
| | * | Well it's no shorter, but it closer matches the original | Matthew Sackman | 2011-05-18 | 1 | -14/+14 |
| | * | BQ:needs_idle_timeout :: State -> Bool ==> BQ:needs_timeout :: State -> (fals... | Matthew Sackman | 2011-05-18 | 5 | -26/+29 |
| * | | simplify | Matthias Radestock | 2011-05-19 | 1 | -21/+14 |
| * | | Merge bug24116 into default | Rob Harrop | 2011-05-19 | 1 | -8/+17 |
| |\ \ | | |/ | |/| | |||||
| | * | And now, after testing it, actually make it work by correcting one of the cou...bug24116 | Matthew Sackman | 2011-05-18 | 1 | -10/+15 |
| | * | Do not read the msg surviving dropwhile1 | Matthew Sackman | 2011-05-18 | 1 | -8/+12 |
| |/ | |||||
* | | some more inliningbug24118 | Matthias Radestock | 2011-05-19 | 1 | -21/+18 |
* | | 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 | 3 | -15/+19 |
* | | Rename | Simon MacMullen | 2011-05-19 | 2 | -4/+4 |
* | | rabbitmqctl refresh_channel_config | Simon MacMullen | 2011-05-19 | 3 | -1/+22 |
* | | 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 | 24 | -227/+501 |
|\ | |||||
| * | merge bug23939 into default | Matthias Radestock | 2011-05-16 | 11 | -127/+338 |
| |\ | |||||
| | * | 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 |