Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct specs of post functions from exchanges. none() is the empty set. No v... | Matthew Sackman | 2010-08-03 | 1 | -2/+2 |
* | Correct missing _ prefixbug23048 | Matthew Sackman | 2010-08-03 | 1 | -1/+1 |
* | Merging bug 23048 onto default | Matthew Sackman | 2010-08-03 | 1 | -4/+2 |
|\ | |||||
* | | updated specs | Alexandru Scvortov | 2010-08-03 | 1 | -12/+8 |
* | | rabbit_exchange:type_to_module/1 no longer throws protocol errors | Alexandru Scvortov | 2010-08-03 | 1 | -8/+8 |
|/ | |||||
* | Merging bug 21387 onto default | Matthew Sackman | 2010-08-02 | 1 | -13/+21 |
|\ | |||||
| * | Merging bug 23022 onto default | Matthew Sackman | 2010-08-02 | 1 | -1/+0 |
| |\ | |||||
| * | | added connection_exit() and channel_exit() to relevant function specsbug23022 | Alexandru Scvortov | 2010-07-30 | 1 | -13/+21 |
* | | | Merge default into bug21387. | Simon MacMullen | 2010-08-02 | 1 | -0/+14 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge default into bug21387 | Simon MacMullen | 2010-07-28 | 1 | -0/+14 |
| |\ \ | | |/ | |/| | |||||
| | * | Merged default into bug21387 | Simon MacMullen | 2010-07-21 | 1 | -0/+14 |
| | |\ | |||||
| | | * | Missed out arguments in binding_created. | Simon MacMullen | 2010-07-19 | 1 | -1/+2 |
| | | * | Lifecycle events for queues, exchanges and bindings. | Simon MacMullen | 2010-07-19 | 1 | -0/+13 |
* | | | | Merge default into bug22889.bug22889 | Simon MacMullen | 2010-07-30 | 1 | -17/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | cosmetic | Matthias Radestock | 2010-07-27 | 1 | -1/+2 |
| * | | | Merging default into bug 21922 | Matthew Sackman | 2010-07-21 | 1 | -16/+6 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Refactorings in observation of commonality between queues and exchange arg eq... | Matthew Sackman | 2010-07-20 | 1 | -16/+6 |
| | |/ | |||||
| * | | Merging bug 22677 onto default | Matthew Sackman | 2010-07-20 | 1 | -1/+0 |
| |\ \ | | |/ | |/| | |||||
| | * | replaced regexp with re | Alexandru Scvortov | 2010-07-09 | 1 | -1/+0 |
* | | | Cherry-pick the last differences between bug 22889 and amqp_0_9_1. | Simon MacMullen | 2010-07-20 | 1 | -1/+0 |
|/ / | |||||
* | | Fix type of inner_fun, cosmetics. | Simon MacMullen | 2010-07-08 | 1 | -5/+9 |
* | | Update inner_fun spec. | Simon MacMullen | 2010-07-08 | 1 | -1/+2 |
* | | Make add and delete more symmetrical, tidy up a bit. | Simon MacMullen | 2010-07-08 | 1 | -13/+15 |
* | | Wrap much less in try / catch | Simon MacMullen | 2010-07-08 | 1 | -14/+22 |
|/ | |||||
* | merged default into bug21954 | Alexandru Scvortov | 2010-07-06 | 1 | -2/+2 |
|\ | |||||
| * | Merged default into bug22908bug22908 | Simon MacMullen | 2010-07-05 | 1 | -7/+7 |
| |\ | |||||
| * | | corrected error codes when re-declaring an exchange | Alexandru Scvortov | 2010-06-29 | 1 | -2/+2 |
* | | | cleanup | Alexandru Scvortov | 2010-07-06 | 1 | -20/+30 |
* | | | {'ok', A} -> rabbit_types:ok(A) | Alexandru Scvortov | 2010-07-06 | 1 | -1/+1 |
* | | | {'ok' | error(...)} -> rabbit_types:ok_or_error(...) | Alexandru Scvortov | 2010-07-06 | 1 | -3/+3 |
* | | | {error, A} -> rabbit_types:error(A) | Alexandru Scvortov | 2010-07-06 | 1 | -7/+6 |
* | | | moved all rabbit.hrl types to rabbit_types.erl | Alexandru Scvortov | 2010-07-06 | 1 | -25/+14 |
* | | | moved common types rabbit_types; move net types to rabbit_networking | Alexandru Scvortov | 2010-07-06 | 1 | -9/+9 |
* | | | moved export_types to inside ifdefs | Alexandru Scvortov | 2010-07-05 | 1 | -2/+2 |
* | | | better types | Alexandru Scvortov | 2010-07-02 | 1 | -1/+1 |
* | | | moved most hard-coded types from rabbit_framing | Alexandru Scvortov | 2010-07-02 | 1 | -4/+4 |
* | | | redistributed all types from rabbit_framing_spec.hrl and rabbit.hrl | Alexandru Scvortov | 2010-07-02 | 1 | -20/+36 |
* | | | partially moved types out of rabbit.hrl | Alexandru Scvortov | 2010-07-01 | 1 | -29/+39 |
| |/ |/| | |||||
* | | Rename no_delete to not_deleted, makes things clearer.bug22918 | Simon MacMullen | 2010-06-30 | 1 | -4/+4 |
* | | Fix auto-delete on unbind. | Simon MacMullen | 2010-06-30 | 1 | -4/+4 |
|/ | |||||
* | fix syntax error that prevented compilation under Erlang/OTP R14A | Matthias Radestock | 2010-06-18 | 1 | -1/+1 |
* | Use precondition_failed for equivalence failure.bug22848 | Simon MacMullen | 2010-06-10 | 1 | -2/+2 |
* | 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 |
* | Make assert_args_equivalence overridable by exchange plugins. | Simon MacMullen | 2010-06-09 | 1 | -2/+5 |
* | Move exchange and queue equivalence semantics from amqp_0_9_1 to default | Simon MacMullen | 2010-06-09 | 1 | -2/+36 |
* | Merging bug 21841 onto default | Matthew Sackman | 2010-06-08 | 1 | -13/+11 |
|\ | |||||
| * | Permit binding of durable queues to transient exchangesbug21841 | Simon MacMullen | 2010-06-08 | 1 | -13/+11 |
|/ | |||||
* | Merged in default | Simon MacMullen | 2010-06-07 | 1 | -6/+7 |
|\ | |||||
| * | s/fun(/fun (/g | Simon MacMullen | 2010-05-28 | 1 | -6/+7 |