summaryrefslogtreecommitdiff
path: root/src/rabbit_binding.erl
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Go back to serial/1.Simon MacMullen2011-03-291-7/+11
| | | * | Don't attempt to provide a serial for the x deleted event, we weren't doing i...Simon MacMullen2011-03-291-2/+6
| | | * | Fix Matthias' deliberate mistake.Simon MacMullen2011-03-291-2/+2
| | | * | index the serial dict by XName rather than XMatthias Radestock2011-03-281-3/+3
| | | * | refactor: make add_notify do what it says (and no more)Matthias Radestock2011-03-281-6/+7
| | | * | refactor: move all serial manipulation code into 'exchange' moduleMatthias Radestock2011-03-281-17/+2
| | | * | cosmeticMatthias Radestock2011-03-281-18/+14
| | | * | Cosmetic. I'm sure at some point Prev was used for something.Simon MacMullen2011-03-281-5/+4
| | | * | Cosmetic.Simon MacMullen2011-03-281-8/+5
| | | * | Better abstraction.Simon MacMullen2011-03-281-29/+28
| | | * | Cosmetic.Simon MacMullen2011-03-281-12/+12
| | | * | Simplify a bit more.Simon MacMullen2011-03-281-15/+13
| | | * | Make the tail fun in execute_mnesia_tx_with_tail *only* get executed after th...Simon MacMullen2011-03-281-15/+13
| | | * | Unify funs, cosmetic.Simon MacMullen2011-03-281-18/+12
| | | * | Oops.Simon MacMullen2011-03-281-1/+1
| | | * | Make serialise_events into /0, don't call it via callback/3.Simon MacMullen2011-03-281-1/+1
| | | * | Merge from defaultSimon MacMullen2011-03-241-11/+57
| | | |\ \
| | | | * | Do an impersonation of the serialisation thing for create / delete. Since the...Simon MacMullen2011-03-231-6/+9
| | | | * | serialise_events should take an exchange really.Simon MacMullen2011-03-211-1/+1
| | | | * | I think this is tidier.Simon MacMullen2011-03-181-31/+44
| | | | * | Not 100% beautiful, but this gets serial ids into the hands of add_binding an...Simon MacMullen2011-03-171-13/+43
* | | | | | tiny refactorbug24009Matthias Radestock2011-04-151-2/+1
* | | | | | cosmetic(ish)Matthias Radestock2011-04-131-18/+13
* | | | | | Slight further simplificationSimon MacMullen2011-04-131-4/+2
* | | | | | sync_binding -> sync_route, simplify.Simon MacMullen2011-04-131-37/+25
* | | | | | Oops.Simon MacMullen2011-04-131-2/+2
* | | | | | Simpler remove_for_source.Simon MacMullen2011-04-131-10/+5
* | | | | | Cosmetic.Simon MacMullen2011-04-131-2/+2
* | | | | | -sync_binding(Binding, SrcDurable, DstDurable, Fun)Simon MacMullen2011-04-131-8/+7
* | | | | | Remove from all forward routing tables in remove_for_source.Simon MacMullen2011-04-111-5/+10
* | | | | | Only copy routes that aren't already there.Simon MacMullen2011-04-111-1/+3
* | | | | | Merge in default.Simon MacMullen2011-04-111-55/+41
|\ \ \ \ \ \
| * | | | | | correct error when attempting to stomp on an unavailable bindingbug24039Matthias Radestock2011-04-091-10/+9
| * | | | | | tiny refactorMatthias Radestock2011-04-091-6/+5
| * | | | | | cosmetic changes and minor tweaks to rabbit_binding:{add,remove}Matthias Radestock2011-04-081-38/+26
* | | | | | | merge default into bug24009Matthias Radestock2011-04-081-6/+3
|\ \ \ \ \ \ \ | |/ / / / / / | | / / / / / | |/ / / / / |/| | | | |
| * | | | | remove duplicate checkMatthias Radestock2011-04-081-6/+3
* | | | | | Merge in default.Simon MacMullen2011-04-081-13/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Merge bug24006 into bug24009.Simon MacMullen2011-04-011-13/+20
| |\ \ \ \ | | |/ / /
| | * | | Make things more symmetrical. This adds extra rows into the semi durable tabl...Simon MacMullen2011-04-011-9/+6
| | * | | Dest -> DstSimon MacMullen2011-04-011-8/+8
| | * | | Merge bug 24006 into bug 24009.Simon MacMullen2011-04-011-9/+19
| | |\ \ \
| | | * | | Introduce rabbit_semi_durable_route to kee bindings between transient exchang...Simon MacMullen2011-03-311-9/+19
* | | | | | cosmeticbug24006Matthias Radestock2011-04-081-1/+1
* | | | | | Cut down on reads.Simon MacMullen2011-04-081-5/+5
* | | | | | Go back to add_binding.Simon MacMullen2011-04-081-2/+2
* | | | | | Callbacks should come after mnesia writes.Simon MacMullen2011-04-081-2/+2
* | | | | | misc:table_map -> misc:table_filter.Simon MacMullen2011-04-081-15/+10
* | | | | | cosmeticMatthias Radestock2011-04-081-12/+8
* | | | | | table_fold -> table_mapSimon MacMullen2011-04-061-10/+11