| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use a list comp to filter, sort the list. | Simon MacMullen | 2011-06-03 | 1 | -3/+3 |
| * | Split rabbitmqctl status query | Emile Joubert | 2011-06-02 | 2 | -19/+30 |
| * | Cosmetic | Simon MacMullen | 2011-06-02 | 1 | -12/+15 |
| * | Move status info (again) | Emile Joubert | 2011-05-31 | 2 | -14/+13 |
| * | Report node-specific details separately | Emile Joubert | 2011-05-31 | 2 | -6/+16 |
| * | List permissions differently | Emile Joubert | 2011-05-31 | 2 | -27/+33 |
| * | rabbitmqctl report layout tidy | Emile Joubert | 2011-05-31 | 1 | -9/+10 |
| * | Optimisation while listing consumers | Emile Joubert | 2011-05-31 | 1 | -1/+2 |
| * | Add headers | Emile Joubert | 2011-05-27 | 1 | -2/+2 |
| * | rabbitmqctl report listing consumers more consistently | Emile Joubert | 2011-05-27 | 2 | -23/+38 |
| * | Remove rabbit_consumer.erl | Emile Joubert | 2011-05-27 | 1 | -42/+0 |
| * | Rollback info_all renaming | Emile Joubert | 2011-05-27 | 3 | -19/+25 |
| * | rabbitmqctl report | Emile Joubert | 2011-05-26 | 5 | -24/+81 |
| * | Merge bug 24136. | Simon MacMullen | 2011-05-25 | 1 | -1/+1 |
| |\ | |||||
| | * | Assert equivalence of x-message-ttl | Matthew Sackman | 2011-05-25 | 1 | -1/+1 |
| * | | R14B03 moved hostname and ip_port out of inet.hrl and into inet.erl where the... | Matthew Sackman | 2011-05-25 | 1 | -0/+3 |
| |/ | |||||
| * | Merged bug24107 into default | Emile Joubert | 2011-05-24 | 6 | -88/+144 |
| |\ | |||||
| | * | Add a "tracing" column to the list_vhosts command. A bigger change than expec... | Simon MacMullen | 2011-05-23 | 3 | -5/+33 |
| | * | 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 |
| | * | 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 | 4 | -28/+49 |
| | * | 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 | 3 | -39/+35 |
| * | | Since we should not normally see warnings now, let's zhuzh them up. | Simon MacMullen | 2011-05-23 | 1 | -1/+2 |
| * | | Rename variable | Simon MacMullen | 2011-05-23 | 1 | -2/+2 |
| * | | Introduce variable | Simon MacMullen | 2011-05-23 | 1 | -2/+4 |
| * | | Exclude mochiweb from the xref check. | Simon MacMullen | 2011-05-23 | 1 | -1/+3 |
| |/ | |||||
| * | merge bug24118 into default | Matthias Radestock | 2011-05-20 | 4 | -41/+45 |
| |\ | |||||
| | * | merge bug24117 into default | Matthias Radestock | 2011-05-19 | 4 | -30/+32 |
| | |\ | |||||
| | | * | BQ:idle_timeout => BQ:timeout | Matthew Sackman | 2011-05-19 | 4 | -11/+11 |
| | | * | 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 | 4 | -25/+28 |
| | * | | simplify | Matthias Radestock | 2011-05-19 | 1 | -21/+14 |
| | * | | And now, after testing it, actually make it work by correcting one of the cou... | 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 inlining | 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 |
