| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge default into bug22889, and remove another hard coded protocol use. | Simon MacMullen | 2010-07-02 | 4 | -31/+23 |
| |\ | |||||
| | * | minor refactor | Matthias Radestock | 2010-07-02 | 1 | -18/+16 |
| | * | Merged bug22925 into default | Emile Joubert | 2010-07-02 | 3 | -12/+7 |
| | |\ | |||||
| | | * | Inline qstats | Simon MacMullen | 2010-07-01 | 1 | -2/+2 |
| | | * | Remove stat_all/0, remove queue name from stat. | Simon MacMullen | 2010-07-01 | 3 | -11/+6 |
| * | | | Oops, missed one. | Simon MacMullen | 2010-07-02 | 1 | -3/+2 |
| * | | | Remove an instance of hard-coding. | Simon MacMullen | 2010-07-02 | 1 | -5/+5 |
| * | | | This clause can indeed go. | Simon MacMullen | 2010-07-02 | 1 | -6/+0 |
| * | | | Remove the rabbit_framing shim, pass around a module name and use that. | Simon MacMullen | 2010-07-02 | 10 | -131/+36 |
| * | | | Merge default into bug22889 | Simon MacMullen | 2010-07-02 | 9 | -95/+109 |
| |\ \ \ | |/ / | |||||
| | * | | Merging bug22927 | Simon MacMullen | 2010-07-01 | 1 | -3/+4 |
| | |\ \ | |||||
| | | * | | Omit the --stringparam option for old versions of xmlto | David Wragg | 2010-07-01 | 1 | -3/+4 |
| | | |/ | |||||
| | * | | Merge bug22911 into default (make srcdist creates README and BUILD) | David Wragg | 2010-07-01 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | Switch from BUILD to README, both for the .in file and for elinks. | Tony Garnock-Jones | 2010-06-29 | 2 | -2/+2 |
| | | * | | Rename README.in to BUILD.in | Tony Garnock-Jones | 2010-06-29 | 2 | -1/+1 |
| | * | | | Merge bug22910 into default (stage.rabbitmq.com no longer exists) | David Wragg | 2010-07-01 | 1 | -1/+1 |
| | |\ \ \ | | |_|/ | |/| | | |||||
| | | * | | Switch to www.rabbitmq.com by default (was stage.rabbitmq.com) | Tony Garnock-Jones | 2010-06-29 | 1 | -1/+1 |
| | | |/ | |||||
| | * | | Merging bug 22924 into default | Matthew Sackman | 2010-07-01 | 2 | -30/+46 |
| | |\ \ | |||||
| | | * | | move queue equivalence and exclusivity checks into amqqueue module | Matthias Radestock | 2010-07-01 | 2 | -30/+46 |
| | |/ / | |||||
| | * | | cosmetic | Matthias Radestock | 2010-07-01 | 1 | -1/+1 |
| | * | | cosmetic: remove trailing whitespace | Matthias Radestock | 2010-07-01 | 1 | -1/+1 |
| | * | | recurse with the correct value | Matthias Radestock | 2010-07-01 | 1 | -1/+1 |
| | * | | cosmetic | Matthias Radestock | 2010-07-01 | 1 | -7/+7 |
| | * | | Merging bug 22918 into default | Matthew Sackman | 2010-06-30 | 1 | -7/+7 |
| | |\ \ | |||||
| | | * | | Rename no_delete to not_deleted, makes things clearer. | Simon MacMullen | 2010-06-30 | 1 | -4/+4 |
| | | * | | Fix auto-delete on unbind. | Simon MacMullen | 2010-06-30 | 1 | -4/+4 |
| | |/ / | |||||
| | * | | Merged bug22392 into default | Emile Joubert | 2010-06-30 | 1 | -2/+2 |
| | |\ \ | |||||
| | | * | | As predicted, changing this from sets:from_list/sets:fold to lists:usort/list... | Matthew Sackman | 2010-06-30 | 1 | -2/+2 |
| | * | | | Merge bug21830 into default | Simon MacMullen | 2010-06-30 | 4 | -53/+59 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | Refactoring and cosmetics | Matthew Sackman | 2010-06-30 | 1 | -38/+32 |
| | | * | | Cosmetic | Matthew Sackman | 2010-06-29 | 2 | -8/+6 |
| | | * | | Make tests pass again and correct placement of permission check | Matthew Sackman | 2010-06-29 | 2 | -8/+9 |
| | | * | | Rework queue declaration to avoid a race condition that could result in incor... | Matthew Sackman | 2010-06-29 | 3 | -41/+54 |
| | | |/ | |||||
| | * | | merge bug22882 into default (ssl is even more broken with rabbit in R14A) | David Wragg | 2010-06-29 | 2 | -3/+3 |
| | |\ \ | | |/ | |/| | |||||
| | | * | ssl works again | Alexandru Scvortov | 2010-06-23 | 2 | -3/+3 |
| | * | | Merged bug21872 | Simon MacMullen | 2010-06-28 | 1 | -33/+24 |
| | |\ \ | |||||
| | | * | | Avoid unnecessary mnesia lookup and significantly simplify queue declaration ... | Matthew Sackman | 2010-06-25 | 1 | -33/+24 |
| | |/ / | |||||
| * | | | Protocol is negotiated first. | Simon MacMullen | 2010-07-01 | 1 | -2/+2 |
| * | | | Refactor connection negotiation a bit. | Simon MacMullen | 2010-07-01 | 1 | -19/+15 |
| * | | | Protocol is not actually very interesting; take it out of the default list of... | Simon MacMullen | 2010-07-01 | 2 | -3/+2 |
| * | | | Show protocol in rabbitmqctl list_connections. I *think* this is interesting ... | Simon MacMullen | 2010-06-25 | 3 | -3/+10 |
| * | | | Multi-protocol broker. Let joy be unconfined. | Simon MacMullen | 2010-06-25 | 2 | -35/+47 |
| * | | | Merged default into bug22885 | Simon MacMullen | 2010-06-25 | 3 | -13/+93 |
| |\ \ \ | |/ / | |||||
| | * | | Merging heads | Simon MacMullen | 2010-06-25 | 1 | -1/+13 |
| | |\ \ | |||||
| | | * \ | Merging bug 22879 onto default | Matthew Sackman | 2010-06-25 | 1 | -1/+13 |
| | | |\ \ | |||||
| | | | * | | Simplify logic, plus cosmetics. Both conditionals can now be read as: if we f... | Matthew Sackman | 2010-06-25 | 1 | -6/+8 |
| | | | * | | blow up if make is to old | Alexandru Scvortov | 2010-06-24 | 1 | -3/+6 |
| | | | * | | added support for make-3.80 (and a deprecation warning) | Alexandru Scvortov | 2010-06-23 | 1 | -1/+8 |
| | * | | | | Merging bug22895 into default | Simon MacMullen | 2010-06-25 | 1 | -0/+18 |
| | |\ \ \ \ | | |/ / / | |/| | | | |||||
| | | * | | | Rebase bug21849 | Emile Joubert | 2010-06-25 | 1 | -0/+10 |
