| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stable to default | Simon MacMullen | 2014-06-30 | 1 | -0/+4 |
| |\ | |||||
| | * | Merge bug26272 | Simon MacMullen | 2014-06-30 | 1 | -0/+4 |
| | |\ | |||||
| | | * | Emit an event when we modify a global parameter. | Simon MacMullen | 2014-06-30 | 1 | -0/+4 |
| | |/ | |||||
| * | | stable to default | Simon MacMullen | 2014-06-27 | 3 | -14/+45 |
| |\ \ | |/ | |||||
| | * | Merge bug26225 | Simon MacMullen | 2014-06-27 | 3 | -14/+45 |
| | |\ | |||||
| | | * | Separate out responsibilities in the various node state detection functions. ... | Simon MacMullen | 2014-06-27 | 2 | -8/+19 |
| | | * | Hard-kill all connections and stop all listeners as soon as we decide we are ... | Simon MacMullen | 2014-06-25 | 2 | -6/+26 |
| | |/ | |||||
| * | | Merge bug26255 | Simon MacMullen | 2014-06-27 | 3 | -3/+16 |
| |\ \ | |||||
| | * | | More descriptive name. | Simon MacMullen | 2014-06-27 | 2 | -4/+4 |
| | * | | os:timestamp/1 return parts can be 0 | Michael Klishin | 2014-06-25 | 1 | -3/+3 |
| | * | | Add spec for rabbit_misc:timestamp/1 | Michael Klishin | 2014-06-25 | 1 | -0/+3 |
| | * | | Move timestamp formatting fn to rabbit_misc | Michael Klishin | 2014-06-25 | 2 | -5/+5 |
| | * | | Wording | Michael Klishin | 2014-06-25 | 1 | -1/+1 |
| | * | | Convert connected_at to timestamp when bound since it is immutable | Michael Klishin | 2014-06-25 | 1 | -2/+2 |
| | * | | Timestamp cannot be unknown | Michael Klishin | 2014-06-25 | 1 | -2/+0 |
| | * | | connected_at is a timestamp now | Michael Klishin | 2014-06-25 | 1 | -1/+1 |
| | * | | print/2 is no longer used | Michael Klishin | 2014-06-25 | 1 | -5/+0 |
| | * | | Remove connected_at from the default list_connections key list | Michael Klishin | 2014-06-23 | 1 | -1/+1 |
| | * | | Make rabbitmqctl list connected_at as a machine-readable timestamp | Michael Klishin | 2014-06-23 | 1 | -3/+2 |
| | * | | List connected_at in rabbitmqctl usage | Michael Klishin | 2014-06-23 | 1 | -0/+4 |
| | * | | Include connected_at into default keys displayed by `rabbitmqctl list_connect... | Michael Klishin | 2014-06-23 | 1 | -1/+1 |
| | * | | Format connected_at to a human-readable date and time | Michael Klishin | 2014-06-23 | 1 | -6/+13 |
| | * | | Add connected_at to the list of statistics keys | Michael Klishin | 2014-06-20 | 1 | -1/+1 |
| | * | | Format connected_at info item | Michael Klishin | 2014-06-20 | 1 | -1/+6 |
| | * | | Track connection timestamps | Michael Klishin | 2014-06-20 | 1 | -2/+4 |
| * | | | Merge bug24929 | Simon MacMullen | 2014-06-26 | 4 | -10/+416 |
| |\ \ \ | |||||
| | * | | | Control max_size, and remove some broken premature abstraction from the Makef... | Simon MacMullen | 2014-06-26 | 2 | -6/+7 |
| | * | | | Simplify message assertions, don't use timestamps. | Simon MacMullen | 2014-06-26 | 1 | -57/+22 |
| | * | | | Minor cleanup. | Simon MacMullen | 2014-06-25 | 2 | -58/+48 |
| | * | | | Add instrumenting for monitors and Mnesia transactions. It actually all seems... | Simon MacMullen | 2014-06-23 | 3 | -48/+113 |
| | * | | | Various bug fixes in generating command sequences. | Simon MacMullen | 2014-06-06 | 1 | -37/+50 |
| | * | | | Be more correct about dynamic vs symbolic state; this gets us back into a pos... | Simon MacMullen | 2014-06-06 | 1 | -32/+42 |
| | * | | | Wait until a GM has actually left before forgetting it. | Simon MacMullen | 2014-06-06 | 1 | -12/+13 |
| | * | | | Oops, 3d7b7d85df74 got us into a degenerate case where our tests only ever co... | Simon MacMullen | 2014-06-02 | 1 | -15/+26 |
| | * | | | Don't expect message delivery until we have had the joined callback invoked. | Simon MacMullen | 2014-06-02 | 1 | -14/+18 |
| | * | | | Don't explode if the pid vanishes during is_gm_process/2. Keep on handling in... | Simon MacMullen | 2014-06-02 | 1 | -3/+12 |
| | * | | | Even better | Simon MacMullen | 2014-06-02 | 1 | -13/+11 |
| | * | | | Better cleanup | Simon MacMullen | 2014-06-02 | 1 | -2/+16 |
| | * | | | Merge in stable | Simon MacMullen | 2014-06-02 | 2 | -9/+10 |
| | |\ \ \ | |||||
| | * | | | | Do "randomness" properly, trap exits. | Simon MacMullen | 2014-06-02 | 2 | -16/+13 |
| | * | | | | Oops. | Simon MacMullen | 2014-06-02 | 1 | -1/+1 |
| | * | | | | Don't be so intrusive into gm.erl. | Simon MacMullen | 2014-06-02 | 3 | -76/+63 |
| | * | | | | Instrument certain calls to gs2:call/3 and gs2:cast/2, and allow PropEr to de... | Simon MacMullen | 2014-05-29 | 3 | -131/+226 |
| | * | | | | Merge bug26210 | Simon MacMullen | 2014-05-29 | 8 | -45/+316 |
| | |\ \ \ \ | |||||
| | | * | | | | First go at some PropEr tests, which join and leave a group, and make sure me... | Simon MacMullen | 2014-05-28 | 1 | -0/+245 |
| * | | | | | | Merge bug26169 | Simon MacMullen | 2014-06-24 | 24 | -134/+353 |
| |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge bug26148 | Simon MacMullen | 2014-06-24 | 19 | -43/+170 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | stable to default | Simon MacMullen | 2014-06-24 | 36 | -354/+880 |
| | | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| | | | * | | | | | stable to default | Simon MacMullen | 2014-06-23 | 36 | -354/+880 |
| | | | |\ \ \ \ \ | |||||
| | | | | * \ \ \ \ | Merge bug25848 again. | Simon MacMullen | 2014-06-23 | 12 | -42/+125 |
| | | | | |\ \ \ \ \ | |||||
