summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge bug 24009 into bug 23939.Simon MacMullen2011-04-0112-103/+156
|\
| * Correct comment.Simon MacMullen2011-03-301-1/+1
| * Call the field next, not serial.Simon MacMullen2011-03-302-5/+4
| * cosmeticMatthias Radestock2011-03-301-5/+5
| * cosmeticMatthias Radestock2011-03-301-10/+7
| * cosmeticMatthias Radestock2011-03-301-3/+3
| * simplify: rabbit_misc:const/1 and thunk/1 types are identicalMatthias Radestock2011-03-302-6/+5
| * consistencyMatthias Radestock2011-03-301-6/+6
| * shrinkage: one dict is better than twoMatthias Radestock2011-03-291-32/+22
| * err...Simon MacMullen2011-03-291-1/+1
| * DialyserSimon MacMullen2011-03-293-4/+4
| * Go back to serial/1.Simon MacMullen2011-03-292-14/+14
| * Don't attempt to provide a serial for the x deleted event, we weren't doing i...Simon MacMullen2011-03-292-18/+30
| * 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
| * cosmeticMatthias Radestock2011-03-281-6/+4
| * refactor: move all serial manipulation code into 'exchange' moduleMatthias Radestock2011-03-282-24/+22
| * only look up exchange type onceMatthias Radestock2011-03-281-9/+9
| * merge default into bug23939Matthias Radestock2011-03-2812-87/+144
| |\
| | * merge default into bug23939Matthias Radestock2011-03-2812-87/+144
| | |\
| | | * cosmeticMatthias Radestock2011-03-281-18/+14
| | | * Cosmetic: move serialise_events.Simon MacMullen2011-03-284-8/+12
| | | * Comment.Simon MacMullen2011-03-281-3/+4
| | | * 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-283-47/+35
| | | * Merged heads. Need sleep.Simon MacMullen2011-03-281-12/+11
| | | |\
| | | | * Fix on_node_down.Simon MacMullen2011-03-281-12/+11
| | | * | 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-284-52/+49
| | | * 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-287-16/+17
| | | * Merge defaultSimon MacMullen2011-03-281-1/+0
| | | |\
| | | * | Shorten name for alignment reasons.Simon MacMullen2011-03-251-3/+3
| | | * | Merge from defaultSimon MacMullen2011-03-2412-44/+127
| | | |\ \
| | | | * | Fix for API changeSimon MacMullen2011-03-241-2/+2
| | | | * | Only return the queue the second time round and thus don't call XT:add_bindin...Simon MacMullen2011-03-231-1/+7
| | | | * | Since we use callback() to call serialise_events() this can now return a bool...Simon MacMullen2011-03-231-1/+2
| | | | * | Do an impersonation of the serialisation thing for create / delete. Since the...Simon MacMullen2011-03-233-9/+20
| | | | * | serialise_events should take an exchange really.Simon MacMullen2011-03-216-16/+12
| | | | * | Probably makes sense to remove the serial number on delete.Simon MacMullen2011-03-181-0/+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-1711-39/+94
* | | | | | 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-013-9/+30
|\ \ \ \ \ \
| * | | | | | Introduce rabbit_semi_durable_route to kee bindings between transient exchang...Simon MacMullen2011-03-313-9/+30