summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merged defaultFrancesco Mazzoli2012-04-1210-246/+330
|\
| * 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
| * Deduplicate routes (needed for sender routing).Simon 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-102-22/+29
| | | |\
| | | | * Merged bug24833 into defaultEmile Joubert2012-04-101-30/+26
| | | | |\
| | | | | * Merged bug24833 into defaultEmile Joubert2012-04-052-29/+29
| | | | | |\
| | | | * | | Restore rabbit_basic:extract_headers/1Emile Joubert2012-04-101-1/+8
| | | | | |/ | | | | |/|
| | | | * | Fix in map_headers.Francesco Mazzoli2012-04-031-3/+3
| | | | * | map_headers instead of {extract, replace}_headers.Francesco Mazzoli2012-04-032-29/+29
| | | * | | typoMatthias 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.Matthew Sackman2012-04-041-1/+1
| | |/ /
| * | | I initially read this as "head 2 is an optimistion of head 3, and head 4 is a...Simon MacMullen2012-04-111-1/+1
| * | | refactor: shrinkMatthias Radestock2012-04-051-9/+7
| * | | merge default into bug24725Matthias Radestock2012-04-051-30/+26
| |\ \ \ | | |/ /
| | * | do not confirm 'immediate' messages that failed to be deliveredMatthias Radestock2012-04-031-13/+11
| | * | refactor queue's confirm handling on publishMatthias Radestock2012-04-021-30/+28
| | |/
| * | handle confirms and dlxMatthias Radestock2012-04-021-12/+19
| * | merge default into bug24725Matthias Radestock2012-04-0213-238/+483
| |\ \ | | |/
| | * fix a raceMatthias Radestock2012-04-021-0/+3
| | * fix cluster tests to work again in single-node caseMatthias Radestock2012-04-021-1/+2
| | * Merge bug24750.Simon MacMullen2012-04-024-172/+173
| | |\
| | | * Attempt to flesh out the essay slightly more.Simon MacMullen2012-04-021-7/+15
| | | * erhm. it helps to actually add this.Matthias Radestock2012-03-221-0/+103
| | | * convert channel to use new dtree data structure for confirm trackingMatthias Radestock2012-03-221-81/+21
| | | * merge default into bug24750Matthias Radestock2012-03-222-91/+41
| | | |\
| | | | * get rid of rabbit_misc:gb_trees_set_insert/3Matthias Radestock2012-03-221-12/+1
| | | | * merge default into bug24750Matthias Radestock2012-03-221-79/+40
| | | | |\
| | | | | * convert the queue to use dtree for confirm trackingMatthias Radestock2012-03-221-80/+40
| * | | | | permit x-message-ttl=0, and optimise that caseMatthias Radestock2012-03-282-10/+26
* | | | | | Added callback info for rabbit_backing_queue.Francesco Mazzoli2012-04-023-163/+193
* | | | | | Added callback info to rabbit_msg_store.Francesco Mazzoli2012-04-022-2/+29
* | | | | | Added callback info to mirrored_supervisor.Francesco Mazzoli2012-04-021-5/+22
* | | | | | Added callback info to supervisor2.Francesco Mazzoli2012-04-022-50/+136
* | | | | | Moved behaviour_info/1 export in the same ifdef blockFrancesco Mazzoli2012-04-021-11/+5
* | | | | | Merged default.Francesco Mazzoli2012-04-0214-149/+233
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Added -callbacks for rabbit_auth_mechanism.Francesco Mazzoli2012-03-054-29/+33
| * | | | | Added -callbacks for rabbit_auth_backend.Francesco Mazzoli2012-03-052-36/+49
| * | | | | Added -callbacks for rabbit_exchange_type. Deleted rabbit_exchange_type_spec....Francesco Mazzoli2012-03-056-29/+42
| * | | | | Added specs for gm callbacks.Francesco Mazzoli2012-03-052-48/+57