summaryrefslogtreecommitdiff
path: root/src/dtree.erl
Commit message (Collapse)AuthorAgeFilesLines
* Switch to Erlang 17-style types, /0 versions at least.Simon MacMullen2014-09-171-1/+1
|
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
|
* Fix drop/2.Simon MacMullen2014-01-221-3/+3
|
* Don't explode when there is more than one queue to route to!Simon MacMullen2014-01-221-3/+6
|
* Substantially improve both performance and correctness: 1) really don't ↵Simon MacMullen2014-01-221-1/+7
| | | | treat presence of MsgSeqNo as a cue we are doing confirms, and 2) get the right dtree function when we receive a MsgSeqNo.
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
|
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
|
* Cosmeticbug24858Simon MacMullen2012-04-121-1/+1
|
* gb_sets:fold instead of lists:foldl.Francesco Mazzoli2012-04-111-1/+1
|
* The "blind" difference is unsafe in 'prune'.Francesco Mazzoli2012-04-111-6/+4
|
* Specialised set difference function for dtree.Francesco Mazzoli2012-04-111-3/+7
|
* Changed uses of gb_sets:difference/2 to our difference functions.Francesco Mazzoli2012-04-111-2/+3
|
* typobug24846Matthias Radestock2012-04-051-1/+1
|
* dtree API cleanup: handle 'insert' w empty secondary key list correctlyMatthias Radestock2012-04-051-1/+5
|
* better(?) dtree docsMatthias Radestock2012-04-041-11/+26
|
* fix nack handling in channelMatthias Radestock2012-04-031-1/+26
| | | | | | When a queue dies abnormally we nack all messages sent to that queue and still pending confirms. Any confirms coming in for these messages thereafter - from other queues - are ignored.
* make dtree:take/3 cope with absent keysMatthias Radestock2012-04-031-19/+24
|
* Attempt to flesh out the essay slightly more.bug24750Simon MacMullen2012-04-021-7/+15
|
* erhm. it helps to actually add this.Matthias Radestock2012-03-221-0/+103