summaryrefslogtreecommitdiff
path: root/src/rabbit_binding.erl
Commit message (Expand)AuthorAgeFilesLines
* Work around what looks like a bug.bug26211Simon MacMullen2014-09-171-1/+3
* Switch to Erlang 17-style types, /0 versions at least.Simon MacMullen2014-09-171-1/+1
* Introduce the idea that queues can be absent for a reason. The traditional ab...Simon MacMullen2014-09-091-3/+3
* Two modes for delete, one for when the server is running and we need to be qu...bug26347Simon MacMullen2014-08-151-23/+35
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* stable to defaultSimon MacMullen2014-02-171-7/+9
|\
| * Don't call InnerFun and remove/3 if the binding was not there.bug26014Simon MacMullen2014-02-171-7/+9
* | remove an abstraction too farMatthias Radestock2014-02-061-1/+1
|/
* Merged stable into defaultEmile Joubert2013-10-171-12/+15
|\
| * Oopsbug25822Simon MacMullen2013-10-161-2/+2
| * remove unused functionMatthias Radestock2013-10-151-2/+0
| * cosmeticMatthias Radestock2013-10-151-7/+8
| * Remove from the semi_durable table when removing an exchange even if the rout...Simon MacMullen2013-10-151-7/+11
* | Make delete and unbind idempotent.bug25716Simon MacMullen2013-08-151-16/+25
|/
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* move spec expansion to right placebug25488Matthias Radestock2013-03-151-3/+4
* Push protocol errors closer to the edge.Simon MacMullen2013-03-151-1/+3
* Move the check inside the tx - this means we only lookup the exchange once an...Simon MacMullen2013-03-141-13/+17
* rabbit_exchange_type:validate_binding/2.Simon MacMullen2013-03-131-1/+4
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* refactor: s/lookup_absent/not_found_or_absentbug25164Matthias Radestock2012-10-311-3/+3
* better error messages for 'absent' queues in binding commandsMatthias Radestock2012-10-241-8/+21
* refactor for clarity (I think)Matthias Radestock2012-09-211-4/+4
* 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