| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | | | * | | | | Added -callbacks for rabbit_auth_backend. | Francesco Mazzoli | 2012-03-05 | 3 | -67/+49 | |
| | | | | * | | | | Added -callbacks for rabbit_exchange_type. Deleted rabbit_exchange_type_spec.... | Francesco Mazzoli | 2012-03-05 | 7 | -67/+42 | |
| | | | | * | | | | Added specs for gm callbacks. | Francesco Mazzoli | 2012-03-05 | 2 | -48/+57 | |
| | | | | * | | | | -callbacks for gen_server2. USE_SPECS now requires R15B. | Francesco Mazzoli | 2012-03-05 | 2 | -11/+56 | |
| | * | | | | | | | List comprehension instead of map. | Francesco Mazzoli | 2012-04-16 | 1 | -3/+2 | |
| | * | | | | | | | Fixed cycle detection, resources and names were messed up. | Francesco Mazzoli | 2012-04-16 | 1 | -10/+12 | |
| | * | | | | | | | Usual Makefile editing... test don't work with 'sleep 1' | Francesco Mazzoli | 2012-04-16 | 1 | -1/+1 | |
| | * | | | | | | | Checking for cycles when sending instead of when receiving. | Francesco Mazzoli | 2012-04-16 | 2 | -27/+33 | |
| | |/ / / / / / | ||||||
| | * | | | | | | Merge bug24869 | Simon MacMullen | 2012-04-16 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | eprotonosupport support. | Simon MacMullen | 2012-04-16 | 1 | -4/+7 | |
| | |/ / / / / / | ||||||
| | * | | | | | | Merge bug24858. | Simon MacMullen | 2012-04-12 | 5 | -9/+19 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | Cosmetic | Simon MacMullen | 2012-04-12 | 1 | -1/+1 | |
| | | * | | | | | | cosmetic | Matthias Radestock | 2012-04-11 | 2 | -9/+7 | |
| | | * | | | | | | gb_sets:fold instead of lists:foldl. | Francesco Mazzoli | 2012-04-11 | 2 | -2/+2 | |
| | | * | | | | | | The "blind" difference is unsafe in 'prune'. | Francesco Mazzoli | 2012-04-11 | 1 | -6/+4 | |
| | | * | | | | | | Uff, pushed Makefile change by mistake... | Francesco Mazzoli | 2012-04-11 | 1 | -1/+1 | |
| | | * | | | | | | Removed rabbit_misc:gb_trees_difference/2. | Francesco Mazzoli | 2012-04-11 | 1 | -5/+1 | |
| | | * | | | | | | Specialised set difference function for dtree. | Francesco Mazzoli | 2012-04-11 | 1 | -3/+7 | |
| | | * | | | | | | delete_any instead of delete. | Francesco Mazzoli | 2012-04-11 | 3 | -5/+5 | |
| | | * | | | | | | Changed uses of gb_sets:difference/2 to our difference functions. | Francesco Mazzoli | 2012-04-11 | 3 | -7/+12 | |
| | | * | | | | | | Added sane set and tree difference functions. | Francesco Mazzoli | 2012-04-11 | 1 | -0/+9 | |
| | * | | | | | | | oops | Matthias Radestock | 2012-04-12 | 1 | -1/+1 | |
| | | |_|_|_|/ / | |/| | | | | | ||||||
| | * | | | | | | Merge bug 24769. | Simon MacMullen | 2012-04-12 | 2 | -4/+2 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | tiny space saving refactor | Matthias Radestock | 2012-04-12 | 1 | -3/+1 | |
| | | * | | | | | | backing queue quickcheck updates for bug20337 | Emile Joubert | 2012-04-12 | 1 | -1/+1 | |
| | | | |_|_|/ / | | |/| | | | | ||||||
| | * | | | | | | fix bug | Matthias Radestock | 2012-04-12 | 1 | -1/+1 | |
| | * | | | | | | cosmetic | Matthias Radestock | 2012-04-11 | 1 | -15/+14 | |
| | * | | | | | | fix a bug | Matthias Radestock | 2012-04-11 | 1 | -1/+1 | |
| | * | | | | | | merge bug24769 | Matthias Radestock | 2012-04-11 | 25 | -473/+803 | |
| | |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | | * | | | | | Micro-optimisation | Simon MacMullen | 2012-04-11 | 1 | -1/+1 | |
| | | * | | | | | Matthias points out that we don't need to lookup here; we will lookup later a... | Simon MacMullen | 2012-04-11 | 1 | -3/+1 | |
| | | * | | | | | Merge bug24862 | Simon MacMullen | 2012-04-11 | 1 | -0/+7 | |
| | | |\ \ \ \ \ | ||||||
| | | | * | | | | | Deduplicate routes (needed for sender routing). | Simon MacMullen | 2012-04-11 | 1 | -1/+2 | |
| | | | * | | | | | Optimise routing for the default exchange. | Simon MacMullen | 2012-04-11 | 1 | -0/+6 | |
| | | |/ / / / / | ||||||
| | | * | | | | | Merge bug24725. | Simon MacMullen | 2012-04-11 | 6 | -68/+125 | |
| | | |\ \ \ \ \ | ||||||
| | | | * \ \ \ \ | Merge bug24854 | Simon MacMullen | 2012-04-11 | 5 | -67/+124 | |
| | | | |\ \ \ \ \ | | | | |/ / / / | ||||||
| | | | | * | | | | cosmetic | Matthias Radestock | 2012-04-10 | 1 | -3/+4 | |
| | | | | * | | | | optimisation: gm:broadcast earlier so other nodes can get on with work | Matthias Radestock | 2012-04-10 | 1 | -2/+2 | |
| | | | | * | | | | merge bug24846 into default | Matthias Radestock | 2012-04-10 | 3 | -29/+31 | |
| | | | | |\ \ \ \ | ||||||
| | | | | | * \ \ \ | Merged bug24833 into default | Emile Joubert | 2012-04-10 | 2 | -37/+28 | |
| | | | | | |\ \ \ \ | | | | | | |_|_|/ | | | | | |/| | | | ||||||
| | | | | | * | | | | Restore rabbit_basic:extract_headers/1 | Emile Joubert | 2012-04-10 | 1 | -1/+8 | |
| | | | | * | | | | | typo | Matthias Radestock | 2012-04-05 | 1 | -1/+1 | |
| | | | | * | | | | | dtree API cleanup: handle 'insert' w empty secondary key list correctly | Matthias Radestock | 2012-04-05 | 1 | -1/+5 | |
| | | | | * | | | | | better(?) dtree docs | Matthias Radestock | 2012-04-04 | 1 | -11/+26 | |
| | | | | * | | | | | revise nack handling in queue (for dlx) | Matthias Radestock | 2012-04-03 | 1 | -7/+6 | |
| | | | | * | | | | | fix nack handling in channel | Matthias Radestock | 2012-04-03 | 2 | -6/+32 | |
| | | | | * | | | | | make dtree:take/3 cope with absent keys | Matthias Radestock | 2012-04-03 | 1 | -19/+24 | |
| | | | * | | | | | | Whoopsy. | Matthew Sackman | 2012-04-04 | 1 | -1/+1 | |
| | | * | | | | | | | I initially read this as "head 2 is an optimistion of head 3, and head 4 is a... | Simon MacMullen | 2012-04-11 | 1 | -1/+1 | |
| | | * | | | | | | | refactor: shrink | Matthias Radestock | 2012-04-05 | 1 | -9/+7 | |
