| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify comment. | Simon MacMullen | 2010-06-14 | 1 | -3/+3 |
| * | Merging bug 18524 onto default | Matthew Sackman | 2010-06-11 | 7 | -72/+116 |
| |\ | |||||
| | * | removed unnecessary ifdefs | Alexandru Scvortov | 2010-06-11 | 1 | -6/+3 |
| | * | ifdefs surround ALL the specs | Alexandru Scvortov | 2010-06-11 | 1 | -1/+1 |
| | * | fixed specs | Alexandru Scvortov | 2010-06-09 | 3 | -8/+8 |
| | * | cosmetic | Alexandru Scvortov | 2010-06-09 | 1 | -3/+1 |
| | * | enclosed generated specs in -ifdefs | Alexandru Scvortov | 2010-06-09 | 1 | -5/+6 |
| | * | spaces instead of tabs in autogenerated code | Alexandru Scvortov | 2010-06-09 | 1 | -2/+2 |
| | * | removed duplicated code | Alexandru Scvortov | 2010-06-09 | 1 | -40/+21 |
| | * | codegen.py now works with latest rabbit-codegen | Alexandru Scvortov | 2010-06-03 | 1 | -1/+3 |
| | * | updated .hgignore | Alexandru Scvortov | 2010-06-03 | 1 | -0/+1 |
| | * | rabbit_framing_spec.hrl is now generated | Alexandru Scvortov | 2010-06-03 | 3 | -111/+85 |
| | * | auto-generation of all function specs for rabbit_framing | Alexandru Scvortov | 2010-06-03 | 2 | -19/+40 |
| | * | more rabbit_framing specs are generated automatically | Alexandru Scvortov | 2010-06-02 | 2 | -3/+72 |
| * | | Merge heads | Emile Joubert | 2010-06-11 | 1 | -7/+2 |
| |\ \ | |||||
| | * \ | Merged bug21846 into default | Emile Joubert | 2010-06-11 | 1 | -7/+2 |
| | |\ \ | |||||
| | | * | | Remove unused variable. | Simon MacMullen | 2010-06-08 | 1 | -1/+0 |
| | | * | | Prevent the same delivery tag being used more than once. | Simon MacMullen | 2010-06-08 | 1 | -6/+2 |
| * | | | | Merging bug 22847 onto default | Matthew Sackman | 2010-06-11 | 2 | -16/+14 |
| |\ \ \ \ | |/ / / |/| | | | |||||
| | * | | | Don't reply after replying. | Simon MacMullen | 2010-06-10 | 1 | -1/+1 |
| | * | | | might as well do the reply first thing, before the case. | Simon MacMullen | 2010-06-09 | 1 | -1/+1 |
| | * | | | Move synchronous amqqueue:requeue/3 from amqp_0_9_1 to default | Simon MacMullen | 2010-06-09 | 2 | -16/+14 |
| | |/ / | |||||
| * | | | Merging bug 22848 onto default | Matthew Sackman | 2010-06-10 | 8 | -19/+71 |
| |\ \ \ | |||||
| | * | | | Use precondition_failed for equivalence failure. | Simon MacMullen | 2010-06-10 | 2 | -3/+3 |
| | * | | | Cosmetic. | Simon MacMullen | 2010-06-10 | 1 | -4/+4 |
| | * | | | Use unification rather than when clause. Also remove separate assert_type as ... | Simon MacMullen | 2010-06-10 | 1 | -18/+8 |
| | * | | | Add spec for assert_args_equivalence/2 for plugins. | Simon MacMullen | 2010-06-10 | 1 | -1/+1 |
| | * | | | Make assert_args_equivalence overridable by exchange plugins. | Simon MacMullen | 2010-06-09 | 6 | -7/+22 |
| | * | | | Move exchange and queue equivalence semantics from amqp_0_9_1 to default | Simon MacMullen | 2010-06-09 | 2 | -8/+54 |
| | |/ / | |||||
| * | | | Merging bug 20153 onto default | Matthew Sackman | 2010-06-10 | 7 | -7/+26 |
| |\ \ \ | |||||
| | * | | | Remove a HOSTNAME which should have been removed already... | Matthew Sackman | 2010-06-10 | 1 | -1/+0 |
| | * | | | Make nodename available to rabbitmq-env in startup scripts | Emile Joubert | 2010-06-10 | 3 | -8/+9 |
| | * | | | Use hostnames in node names | Emile Joubert | 2010-06-10 | 7 | -7/+26 |
| | |/ / | |||||
| * | | | Merging bug 22850 onto default | Matthew Sackman | 2010-06-10 | 1 | -7/+13 |
| |\ \ \ | |||||
| | * | | | Fix testing for variables so that you get as many errors as possible at the s... | Matthew Sackman | 2010-06-10 | 1 | -3/+4 |
| | * | | | Avoid very strange weird side effecting dependency thingy | Matthew Sackman | 2010-06-10 | 1 | -1/+6 |
| | * | | | complain about missing env vars in the right place | Matthias Radestock | 2010-06-09 | 1 | -6/+6 |
| | |/ / | |||||
| * | | | Merging bug 22833 onto default | Matthew Sackman | 2010-06-10 | 1 | -80/+92 |
| |\ \ \ | |||||
| | * | | | Convert all tabs to spaces | Matthew Sackman | 2010-06-10 | 1 | -68/+68 |
| | * | | | merged Florian's 10th patch: replace sleep 2 with sleep 1 | Alexandru Scvortov | 2010-06-09 | 1 | -2/+2 |
| | * | | | OCF resource agent: log debug messages on status | Florian Haas | 2010-05-11 | 1 | -0/+2 |
| | * | | | OCF resource agent: remove bogus parameters for monitor op | Florian Haas | 2010-05-11 | 1 | -1/+1 |
| | * | | | merged Florian's 07 patch: OCF resource agent: add status operation | Alexandru Scvortov | 2010-06-07 | 1 | -2/+3 |
| | * | | | OCF resource agent: fix incorrect parameter type | Florian Haas | 2010-05-11 | 1 | -1/+1 |
| | * | | | merge Florian's 05 patch | Alexandru Scvortov | 2010-06-07 | 1 | -6/+6 |
| | * | | | merged Florian's 04 patch | Alexandru Scvortov | 2010-06-07 | 1 | -12/+11 |
| | * | | | merged Florian's 03 patch | Alexandru Scvortov | 2010-06-07 | 1 | -4/+9 |
| | * | | | we should still run rabbit_validate_full when rabbit is started | Alexandru Scvortov | 2010-06-07 | 1 | -0/+6 |
| | * | | | OCF resource agent: use ocf_is_probe | Florian Haas | 2010-05-11 | 1 | -7/+5 |
| | * | | | OCF resource agent: use $OCF_FUNCTIONS_DIR | Florian Haas | 2010-05-11 | 1 | -2/+3 |
