summaryrefslogtreecommitdiff
path: root/src/rabbit_exchange.erl
Commit message (Expand)AuthorAgeFilesLines
* Correct specs of post functions from exchanges. none() is the empty set. No v...Matthew Sackman2010-08-031-2/+2
* Correct missing _ prefixbug23048Matthew Sackman2010-08-031-1/+1
* Merging bug 23048 onto defaultMatthew Sackman2010-08-031-4/+2
|\
* | updated specsAlexandru Scvortov2010-08-031-12/+8
* | rabbit_exchange:type_to_module/1 no longer throws protocol errorsAlexandru Scvortov2010-08-031-8/+8
|/
* Merging bug 21387 onto defaultMatthew Sackman2010-08-021-13/+21
|\
| * Merging bug 23022 onto defaultMatthew Sackman2010-08-021-1/+0
| |\
| * | added connection_exit() and channel_exit() to relevant function specsbug23022Alexandru Scvortov2010-07-301-13/+21
* | | Merge default into bug21387.Simon MacMullen2010-08-021-0/+14
|\ \ \ | |_|/ |/| |
| * | Merge default into bug21387Simon MacMullen2010-07-281-0/+14
| |\ \ | | |/ | |/|
| | * Merged default into bug21387Simon MacMullen2010-07-211-0/+14
| | |\
| | | * Missed out arguments in binding_created.Simon MacMullen2010-07-191-1/+2
| | | * Lifecycle events for queues, exchanges and bindings.Simon MacMullen2010-07-191-0/+13
* | | | Merge default into bug22889.bug22889Simon MacMullen2010-07-301-17/+7
|\ \ \ \ | |/ / /
| * | | cosmeticMatthias Radestock2010-07-271-1/+2
| * | | Merging default into bug 21922Matthew Sackman2010-07-211-16/+6
| |\ \ \ | | |/ / | |/| |
| | * | Refactorings in observation of commonality between queues and exchange arg eq...Matthew Sackman2010-07-201-16/+6
| | |/
| * | Merging bug 22677 onto defaultMatthew Sackman2010-07-201-1/+0
| |\ \ | | |/ | |/|
| | * replaced regexp with reAlexandru Scvortov2010-07-091-1/+0
* | | Cherry-pick the last differences between bug 22889 and amqp_0_9_1.Simon MacMullen2010-07-201-1/+0
|/ /
* | Fix type of inner_fun, cosmetics.Simon MacMullen2010-07-081-5/+9
* | Update inner_fun spec.Simon MacMullen2010-07-081-1/+2
* | Make add and delete more symmetrical, tidy up a bit.Simon MacMullen2010-07-081-13/+15
* | Wrap much less in try / catchSimon MacMullen2010-07-081-14/+22
|/
* merged default into bug21954Alexandru Scvortov2010-07-061-2/+2
|\
| * Merged default into bug22908bug22908Simon MacMullen2010-07-051-7/+7
| |\
| * | corrected error codes when re-declaring an exchangeAlexandru Scvortov2010-06-291-2/+2
* | | cleanupAlexandru Scvortov2010-07-061-20/+30
* | | {'ok', A} -> rabbit_types:ok(A)Alexandru Scvortov2010-07-061-1/+1
* | | {'ok' | error(...)} -> rabbit_types:ok_or_error(...)Alexandru Scvortov2010-07-061-3/+3
* | | {error, A} -> rabbit_types:error(A)Alexandru Scvortov2010-07-061-7/+6
* | | moved all rabbit.hrl types to rabbit_types.erlAlexandru Scvortov2010-07-061-25/+14
* | | moved common types rabbit_types; move net types to rabbit_networkingAlexandru Scvortov2010-07-061-9/+9
* | | moved export_types to inside ifdefsAlexandru Scvortov2010-07-051-2/+2
* | | better typesAlexandru Scvortov2010-07-021-1/+1
* | | moved most hard-coded types from rabbit_framingAlexandru Scvortov2010-07-021-4/+4
* | | redistributed all types from rabbit_framing_spec.hrl and rabbit.hrlAlexandru Scvortov2010-07-021-20/+36
* | | partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-29/+39
| |/ |/|
* | Rename no_delete to not_deleted, makes things clearer.bug22918Simon MacMullen2010-06-301-4/+4
* | Fix auto-delete on unbind.Simon MacMullen2010-06-301-4/+4
|/
* fix syntax error that prevented compilation under Erlang/OTP R14AMatthias Radestock2010-06-181-1/+1
* Use precondition_failed for equivalence failure.bug22848Simon MacMullen2010-06-101-2/+2
* Cosmetic.Simon MacMullen2010-06-101-4/+4
* Use unification rather than when clause. Also remove separate assert_type as ...Simon MacMullen2010-06-101-18/+8
* Make assert_args_equivalence overridable by exchange plugins.Simon MacMullen2010-06-091-2/+5
* Move exchange and queue equivalence semantics from amqp_0_9_1 to defaultSimon MacMullen2010-06-091-2/+36
* Merging bug 21841 onto defaultMatthew Sackman2010-06-081-13/+11
|\
| * Permit binding of durable queues to transient exchangesbug21841Simon MacMullen2010-06-081-13/+11
|/
* Merged in defaultSimon MacMullen2010-06-071-6/+7
|\
| * s/fun(/fun (/gSimon MacMullen2010-05-281-6/+7