| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | | | | | | | | | | | | Version 0.0.18, as included in RHEL5, doesn't support this option. It was introduced in 0.0.19. | ||||
| | * | | 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 |
| | |/ / | | | | | | | | | | | | | ...from the channel, since the latter should have no in-depth knowledge what these checks entail. | ||||
| | * | | 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 |
| | | | | | | | | | | | | | not that it matters | ||||
| | * | | 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 ↵ | Matthew Sackman | 2010-06-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | lists:usort/lists:foldl has a decent performance improvement, moving from being able to sustain 8kHz on a topic exchang to 8.5kHz on a topic exchange | ||||
| | * | | | 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 ↵ | Matthew Sackman | 2010-06-29 | 3 | -41/+54 |
| | | |/ | | | | | | | | | | incorrect values in the queue.declare_ok | ||||
| | * | | 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 |
| | |/ / | | | | | | | | | | code | ||||
| * | | | 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 ↵ | Simon MacMullen | 2010-07-01 | 2 | -3/+2 |
| | | | | | | | | | | | | | of connection parameters. | ||||
| * | | | Show protocol in rabbitmqctl list_connections. I *think* this is interesting ↵ | Simon MacMullen | 2010-06-25 | 3 | -3/+10 |
| | | | | | | | | | | | | | enough to put in the default list of info items. | ||||
| * | | | Multi-protocol broker. Let joy be unconfined. | Simon MacMullen | 2010-06-25 | 2 | -35/+47 |
| | | | | | | | | | | | | | The resultant broker passes the entire 0-8 test suite on default. Unfortunately we can't run the full 0-9-1 test suite as that ends up trying to rebuild part of the broker which fails due to rabbitmq-codegen being on the wrong branch. However the Java functional tests all pass bar one; the exception is UnexpectedFrames.testMissingHeader which fails due to different error codes used on default. This will be fixed by bug 22886. | ||||
| * | | | 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 ↵ | Matthew Sackman | 2010-06-25 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | find the eldest of our requirements and the current version, and if that eldest thing is not our requirement then we must have something older, so we take some action | ||||
| | | | * | | 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 |
| | | | | | | |||||
| | | * | | | Rebase bug21848 | Emile Joubert | 2010-06-24 | 1 | -0/+8 |
| | |/ / / | |||||
| | * | | | merge bug22888 into default | Matthias Radestock | 2010-06-24 | 2 | -12/+59 |
| | |\ \ \ | | |_|/ | |/| | | |||||
| | | * | | tweak error message | Matthias Radestock | 2010-06-24 | 1 | -2/+2 |
| | | | | | |||||
| | | * | | get rid of channel_max checks | Matthias Radestock | 2010-06-24 | 1 | -17/+3 |
| | | | | | | | | | | | | | | | | | | | | | ...until we actually support channel_max settings properly. That way we avoid dead code / unused var warnings from the compiler | ||||
| | | * | | shut up compiler | Matthias Radestock | 2010-06-24 | 1 | -4/+11 |
| | | | | | |||||
| | | * | | Use ~w rather than ~p. | Simon MacMullen | 2010-06-24 | 1 | -3/+3 |
| | | | | | |||||
| | | * | | Argh. | Simon MacMullen | 2010-06-23 | 1 | -1/+1 |
| | | | | | |||||
