summaryrefslogtreecommitdiff
path: root/src/rabbit_binding.erl
Commit message (Expand)AuthorAgeFilesLines
* Increase the amount of symmetry.bug25152Simon MacMullen2012-09-171-7/+7
* bring queue/exchange removal cost back down to O(binding_count)Matthias Radestock2012-09-151-20/+30
* guard deletes on disk tables in order to eliminate superfluos fsyncsMatthias Radestock2012-09-151-3/+11
* Rework event serialisation thing so that decorators get a say too. It's a bit...Simon MacMullen2012-04-241-6/+5
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* correct typoMatthias Radestock2012-01-191-2/+2
* reduce queue/exchange deletion complexitybug24607Matthias Radestock2011-12-011-0/+22
* correct a spec that has been wrong for agesMatthias Radestock2011-09-221-1/+1
* And now it's like well beautiful. Wicked.bug24428Matthew Sackman2011-09-151-22/+17
* Scatter/Gather. Eliminates gaps between txns and thus goes much faster.Matthew Sackman2011-09-151-19/+30
* Rework binding recoveryMatthew Sackman2011-09-151-14/+21
* inliningbug24244Matthias Radestock2011-07-071-6/+6
* One last tweak.Simon MacMullen2011-07-061-3/+2
* Refactor / beautification.Simon MacMullen2011-07-061-37/+26
* Inline rabbit_misc:table_filter, then fiddle with it until it's actually righ...Simon MacMullen2011-07-051-19/+35
* Allow binding:list_* to be invoked inside a tx meaningfully.Simon MacMullen2011-05-311-12/+23
* 80 columns.bug23939Simon MacMullen2011-05-051-2/+4
* Merge in defaultSimon MacMullen2011-05-041-29/+42
|\
| * Oops.Simon MacMullen2011-04-081-5/+7
| * Merge in bug24009Simon MacMullen2011-04-081-31/+42
| |\
| | * Merge bug 24009 into bug 23939.Simon MacMullen2011-04-011-18/+33
| | |\
| | * \ Merge bug 24009 into bug 23939.Simon MacMullen2011-04-011-32/+42
| | |\ \
| | | * | cosmeticMatthias Radestock2011-03-301-5/+5
| | | * | simplify: rabbit_misc:const/1 and thunk/1 types are identicalMatthias Radestock2011-03-301-3/+3
| | | * | shrinkage: one dict is better than twoMatthias Radestock2011-03-291-32/+22
| | | * | err...Simon MacMullen2011-03-291-1/+1
| | | * | DialyserSimon MacMullen2011-03-291-1/+1
| | | * | 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