summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | delete_any instead of delete.Francesco Mazzoli2012-04-113-5/+5
| | * | | | | Changed uses of gb_sets:difference/2 to our difference functions.Francesco Mazzoli2012-04-113-7/+12
| | * | | | | Added sane set and tree difference functions.Francesco Mazzoli2012-04-111-0/+9
| * | | | | | oopsMatthias Radestock2012-04-121-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Merge bug 24769.Simon MacMullen2012-04-122-4/+2
| |\ \ \ \ \
| | * | | | | tiny space saving refactorMatthias Radestock2012-04-121-3/+1
| | * | | | | backing queue quickcheck updates for bug20337Emile Joubert2012-04-121-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | fix bugbug24769Matthias Radestock2012-04-121-1/+1
| * | | | | cosmeticMatthias Radestock2012-04-111-15/+14
| * | | | | fix a bugMatthias Radestock2012-04-111-1/+1
| * | | | | merge bug24769Matthias Radestock2012-04-1125-473/+803
| |\ \ \ \ \ | | |/ / / /
| | * | | | Micro-optimisationSimon MacMullen2012-04-111-1/+1
| | * | | | Matthias points out that we don't need to lookup here; we will lookup later a...Simon MacMullen2012-04-111-3/+1
| | * | | | Merge bug24862Simon MacMullen2012-04-111-0/+7
| | |\ \ \ \
| | | * | | | Deduplicate routes (needed for sender routing).bug24862Simon MacMullen2012-04-111-1/+2
| | | * | | | Optimise routing for the default exchange.Simon MacMullen2012-04-111-0/+6
| | |/ / / /
| | * | | | Merge bug24725.Simon MacMullen2012-04-116-68/+125
| | |\ \ \ \
| | | * \ \ \ Merge bug24854Simon MacMullen2012-04-115-67/+124
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | cosmeticMatthias Radestock2012-04-101-3/+4
| | | | * | | optimisation: gm:broadcast earlier so other nodes can get on with workMatthias Radestock2012-04-101-2/+2
| | | | * | | merge bug24846 into defaultMatthias Radestock2012-04-103-29/+31
| | | | |\ \ \
| | | | | * \ \ Merged bug24833 into defaultEmile Joubert2012-04-102-37/+28
| | | | | |\ \ \
| | | | | * | | | Restore rabbit_basic:extract_headers/1Emile Joubert2012-04-101-1/+8
| | | | * | | | | 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
| | | | * | | | | revise nack handling in queue (for dlx)Matthias Radestock2012-04-031-7/+6
| | | | * | | | | fix nack handling in channelMatthias Radestock2012-04-032-6/+32
| | | | * | | | | make dtree:take/3 cope with absent keysMatthias Radestock2012-04-031-19/+24
| | | * | | | | | Whoopsy.bug24854Matthew Sackman2012-04-041-1/+1
| | * | | | | | | I initially read this as "head 2 is an optimistion of head 3, and head 4 is a...bug24725Simon MacMullen2012-04-111-1/+1
| | * | | | | | | refactor: shrinkMatthias Radestock2012-04-051-9/+7
| | * | | | | | | merge default into bug24725Matthias Radestock2012-04-052-37/+28
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | handle confirms and dlxMatthias Radestock2012-04-021-12/+19
| | * | | | | | | merge default into bug24725Matthias Radestock2012-04-0217-245/+493
| | |\ \ \ \ \ \ \
| | * | | | | | | | permit x-message-ttl=0, and optimise that caseMatthias Radestock2012-03-282-10/+26
| * | | | | | | | | don't check the return of credit_flow:{peer_down,ack}Matthias Radestock2012-03-231-2/+2
| * | | | | | | | | merge default into bug24769Matthias Radestock2012-03-237-155/+182
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | correct return value of rabbit_amqqueue:delete_immediately/1Matthias Radestock2012-03-232-3/+4
| | * | | | | | | | | monitor queue senders with pmonMatthias Radestock2012-03-233-39/+33
| | * | | | | | | | | use pmon in mirror_queue_slaveMatthias Radestock2012-03-232-25/+21
| | * | | | | | | | | use pmon in queue_coordinatorMatthias Radestock2012-03-231-15/+6
| | * | | | | | | | | use pmon in queue_collectorMatthias Radestock2012-03-234-27/+25
| | * | | | | | | | | use pmon in rabbit_channelMatthias Radestock2012-03-231-12/+9
| | * | | | | | | | | use pmon in amqqueue_processMatthias Radestock2012-03-231-46/+32
| | * | | | | | | | | first cut of helper module for keeping track of process monitorsMatthias Radestock2012-03-231-0/+64
* | | | | | | | | | | Current thinking is fold should be master only. Interestingly, this also elim...bug24855Matthew Sackman2012-04-052-8/+1
| |_|_|_|_|_|_|/ / / |/| | | | | | | | |
* | | | | | | | | | Merged bug24833 into defaultEmile Joubert2012-04-052-29/+29
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Fix in map_headers.Francesco Mazzoli2012-04-031-3/+3
| * | | | | | | | Pushed a change to the Makefile by mistake.Francesco Mazzoli2012-04-031-1/+1