| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rearrange order of args to gm:start_link/4 since it seems to make invocations... | Simon MacMullen | 2012-10-19 | 1 | -3/+3 |
| * | Cosmetic | Simon MacMullen | 2012-10-19 | 1 | -17/+17 |
| * | do not couple gm with rabbit_misc | Tim Watson | 2012-10-17 | 1 | -52/+63 |
| * | use the worker pool for gm mnesia txns | Tim Watson | 2012-10-17 | 1 | -12/+12 |
| * | Remove the Mnesia record after we are done with it. | Simon MacMullen | 2012-09-13 | 1 | -9/+24 |
| * | Maybe better name? | Simon MacMullen | 2012-06-26 | 1 | -1/+1 |
| * | OK, we do actually need a special way to determine the difference between: | Simon MacMullen | 2012-06-25 | 1 | -1/+1 |
| * | normal -> leaving the ring, change topology | Simon MacMullen | 2012-06-25 | 1 | -1/+1 |
| * | The spec for gm:group_members/1 says it returns a list of pids - let's do that. | Simon MacMullen | 2012-06-25 | 1 | -1/+1 |
| * | Ignore normal exits; do not try to change the ring topology as it shuts down. | Simon MacMullen | 2012-06-25 | 1 | -3/+5 |
| * | cosmetic | Matthias Radestock | 2012-06-11 | 1 | -56/+31 |
| * | Cosmetic changes only in order to produce new head of default | Matthew Sackman | 2012-05-25 | 1 | -29/+25 |
| * | Merging bug 24952 into default | Matthew Sackman | 2012-05-25 | 1 | -13/+12 |
| |\ | |||||
| | * | cosmetic | Matthew Sackman | 2012-05-25 | 1 | -1/+1 |
| | * | Refrain from discarding updated view when no aliases are removed | Emile Joubert | 2012-05-25 | 1 | -6/+6 |
| | * | Erase aliases more correctly | Emile Joubert | 2012-05-23 | 1 | -8/+7 |
| * | | Merging bug 24946 into default | Matthew Sackman | 2012-05-25 | 1 | -19/+41 |
| |\ \ | |||||
| | * \ | Merging bug 24954 into default | Matthew Sackman | 2012-05-25 | 1 | -10/+24 |
| | |\ \ | |||||
| | | * | | Handle callback replies to handle_msg correctly | Emile Joubert | 2012-05-23 | 1 | -10/+24 |
| | | |/ | |||||
| | * | | Merging bug 24945 into default | Matthew Sackman | 2012-05-25 | 1 | -4/+8 |
| | |\ \ | |||||
| | | * | | Prevent DOWN messages from overtaking initial catchup | Emile Joubert | 2012-05-18 | 1 | -3/+7 |
| | | |/ | |||||
| | * | | Track a member's own last_pub in members_state | Emile Joubert | 2012-05-18 | 1 | -6/+10 |
| | |/ | |||||
| * | | cosmetic part 2 - the one where it actually compiles | Matthew Sackman | 2012-05-25 | 1 | -1/+1 |
| * | | cosmetic | Matthew Sackman | 2012-05-25 | 1 | -3/+3 |
| * | | cosmetic | Matthew Sackman | 2012-05-25 | 1 | -20/+17 |
| * | | Update own members_state as well when sending catchup | Emile Joubert | 2012-05-25 | 1 | -15/+18 |
| * | | Remove erased memberstate when possible | Emile Joubert | 2012-05-23 | 1 | -3/+15 |
| |/ | |||||
| * | Added specs for gm callbacks. | Francesco Mazzoli | 2012-03-05 | 1 | -47/+56 |
| * | Update copyright 2012 | Emile Joubert | 2012-02-02 | 1 | -1/+1 |
| * | Cosmetic / revert | Simon MacMullen | 2011-12-12 | 1 | -2/+1 |
| * | remove rabbit dependencies from gm | Emile Joubert | 2011-12-12 | 1 | -5/+10 |
| * | Separate member construction function | Emile Joubert | 2011-12-09 | 1 | -1/+3 |
| * | Extend member structure to prevent pid collisions | Emile Joubert | 2011-12-09 | 1 | -14/+22 |
| * | more specs | Alexandru Scvortov | 2011-08-05 | 1 | -2/+2 |
| * | just ignore the result to erlang:cancel_timer | Alexandru Scvortov | 2011-08-02 | 1 | -1/+1 |
| * | convert gm's flush timer | Alexandru Scvortov | 2011-08-02 | 1 | -14/+9 |
| * | use mnesia:read/1 instead of read/3 | Alexandru Scvortov | 2011-04-01 | 1 | -4/+4 |
| * | fix some R12B-5isms | Alexandru Scvortov | 2011-04-01 | 1 | -4/+4 |
| * | remove R13isms | Alexandru Scvortov | 2011-03-29 | 1 | -1/+2 |
| * | Introduce batching (again - same diff as 5f7d8d07f94f) | Matthew Sackman | 2011-03-21 | 1 | -42/+92 |
| * | Whoops - add missing catch case which I just hit in testing... | Matthew Sackman | 2011-03-14 | 1 | -3/+10 |
| * | cosmetic | Matthias Radestock | 2011-03-04 | 1 | -12/+12 |
| * | Additional word | Matthew Sackman | 2011-02-25 | 1 | -4/+4 |
| * | Make documentation accurate for current API... | Matthew Sackman | 2011-02-25 | 1 | -8/+8 |
| * | correction of specs | Matthew Sackman | 2011-02-23 | 1 | -8/+7 |
| * | Added documentation for gm 'become' callback result | Matthew Sackman | 2011-02-12 | 1 | -0/+14 |
| * | bump year on copyrights | Matthew Sackman | 2011-01-21 | 1 | -1/+1 |
| * | Adding gm related files, plucked from branch bug23554 | Matthew Sackman | 2011-01-21 | 1 | -0/+1308 |
