| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed BQ:dropwhile/3 to take a boolean arg to decide wether to ack or not. | Francesco Mazzoli | 2012-04-19 | 6 | -36/+44 |
| | | | | | | | I'm most likely going to change this to two different functions, the only thing that is holding me back is that I'll end up writing one function and then two wrappers around it in both instances (variable_queue and queue_master). | ||||
| * | eliminate unused var, and correct formatting | Matthias Radestock | 2012-04-19 | 1 | -3/+2 |
| | | |||||
| * | Defensive programming | Matthew Sackman | 2012-04-19 | 1 | -1/+1 |
| | | |||||
| * | Merged bug24855 into default | Emile Joubert | 2012-04-19 | 42 | -833/+986 |
| |\ | |||||
| | * | merge bug24874 into default | Matthias Radestock | 2012-04-18 | 1 | -4/+4 |
| | |\ | |||||
| | | * | Consistency between dropwhile and internal_fetch | Emile Joubert | 2012-04-18 | 1 | -4/+4 |
| | | | | |||||
| | | * | prevent badmatch in vq | Emile Joubert | 2012-04-18 | 1 | -2/+2 |
| | | | | |||||
| | * | | Merge bug 24871 (as foretold in prophecy^W bug 20337 comment 199) | Simon MacMullen | 2012-04-17 | 27 | -589/+614 |
| | |\ \ | |||||
| | | * \ | Merge bug24729 | Simon MacMullen | 2012-04-17 | 27 | -589/+614 |
| | | |\ \ | | | |/ | | |/| | |||||
| | | | * | According to Simon the .hrl files are not worth it. | Francesco Mazzoli | 2012-04-12 | 5 | -95/+0 |
| | | | | | |||||
| | | | * | Added dummy .hrl files so that we don't break files including them. | Francesco Mazzoli | 2012-04-12 | 5 | -0/+95 |
| | | | | | |||||
| | | | * | Merged default | Francesco Mazzoli | 2012-04-12 | 12 | -253/+334 |
| | | | |\ | |||||
| | | | * | | Added callback info for rabbit_backing_queue. | Francesco Mazzoli | 2012-04-02 | 4 | -234/+193 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a problem: I can't parametrise the callbacks by the ack() and state() type - before this problem was "solved" by including the .hrl file that relied on those types being defined. | ||||
| | | | * | | Added callback info to rabbit_msg_store. | Francesco Mazzoli | 2012-04-02 | 3 | -47/+29 |
| | | | | | | |||||
| | | | * | | Added callback info to mirrored_supervisor. | Francesco Mazzoli | 2012-04-02 | 1 | -5/+22 |
| | | | | | | |||||
| | | | * | | Added callback info to supervisor2. | Francesco Mazzoli | 2012-04-02 | 2 | -50/+136 |
| | | | | | | |||||
| | | | * | | Moved behaviour_info/1 export in the same ifdef block | Francesco Mazzoli | 2012-04-02 | 1 | -11/+5 |
| | | | | | | |||||
| | | | * | | Merged default. | Francesco Mazzoli | 2012-04-02 | 18 | -249/+236 |
| | | | |\ \ | |||||
| | | | | * | | Added -callbacks for rabbit_auth_mechanism. | Francesco Mazzoli | 2012-03-05 | 5 | -57/+33 |
| | | | | | | | |||||
| | | | | * | | Added -callbacks for rabbit_auth_backend. | Francesco Mazzoli | 2012-03-05 | 3 | -67/+49 |
| | | | | | | | |||||
| | | | | * | | Added -callbacks for rabbit_exchange_type. Deleted ↵ | Francesco Mazzoli | 2012-03-05 | 7 | -67/+42 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rabbit_exchange_type_spec.hrl. rabbit_exchange_type_invalid doesn't typecheck (rightfully), we need to change the type signature to remove the warning, but that's ugly... | ||||
| | | | | * | | 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 |
| | |/ / / / | | | | | | | | | | | | | | | | This seems to be the best options and it should solve the HA problems. | ||||
| | * | | | | 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 ↵ | Simon MacMullen | 2012-04-11 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | anyway... | ||||
