| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Check for pause minority mode being about to cause a shutdown before sending ↵ | Simon MacMullen | 2014-07-22 | 3 | -34/+64 |
| | | | | | confirms. In this way we can get rid of the effort to kill all network connections ASAP. | ||||
| * | Merge bug26292 | Simon MacMullen | 2014-07-16 | 0 | -0/+0 |
| |\ | |||||
| * | | Further documentation of this approach. | Simon MacMullen | 2014-07-16 | 1 | -13/+11 |
| | | | |||||
| * | | It's probably a good idea to reset "restarts" after we get the message, not ↵ | Simon MacMullen | 2014-07-14 | 1 | -3/+4 |
| | | | | | | | | | when we send it; we don't want to jump back into restarting things as normal just because we have scheduled a restart. | ||||
| * | | Reset restarts before we go round again, otherwise if MaxT is large we will ↵ | Simon MacMullen | 2014-07-14 | 1 | -1/+1 |
| |/ | | | | keep looping until it clears. | ||||
| * | 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 |
| |/ | |||||
| * | 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 |
| | | | | | | | | | Only ping_all/0 is allowed to establish new tcp connections (and thus take significant time for them to time out if necessary). This removes a significant delay while waiting for pause_minority to start. | ||||
| | * | Hard-kill all connections and stop all listeners as soon as we decide we are ↵ | Simon MacMullen | 2014-06-25 | 2 | -6/+26 |
| |/ | | | | in a minority. Also remve an export from rabbit_networking that was unused (probably dated from era of unsupervised plugins). | ||||
| * | Added tag rabbitmq_v3_3_4 for changeset 8e9bc23a55ea | Simon MacMullen | 2014-06-24 | 0 | -0/+0 |
| | | |||||
| * | Changelog for 3.3.4.rabbitmq_v3_3_4 | Simon MacMullen | 2014-06-24 | 2 | -0/+9 |
| | | |||||
| * | Merge bug 26258 | Simon MacMullen | 2014-06-23 | 1 | -2/+2 |
| |\ | |||||
| | * | Oops | Simon MacMullen | 2014-06-19 | 1 | -1/+1 |
| | | | |||||
| | * | Merge bug 26253 | Simon MacMullen | 2014-06-19 | 1 | -3/+3 |
| | |\ | |||||
| | | * | Don't explode if we have a file with 0 or 2+ Erlang terms. Also remove TODO, ↵ | Simon MacMullen | 2014-06-19 | 1 | -3/+3 |
| | |/ | | | | | | | actually I don't think we can do better. | ||||
| * | | More explanation. | Simon MacMullen | 2014-06-23 | 1 | -2/+3 |
| | | | |||||
| * | | Don't use -e for a portion of rabbitmq-env that uses readlink | Michael Klishin | 2014-06-23 | 1 | -0/+4 |
| |/ | | | | readlink exists with an error when its argument is not a symlink. | ||||
| * | Merge bug26247 | Simon MacMullen | 2014-06-18 | 0 | -0/+0 |
| |\ | |||||
| * | | Allow prelaunch to return error code 2 without failing. | Simon MacMullen | 2014-06-18 | 1 | -2/+9 |
| |/ | |||||
| * | Added tag rabbitmq_v3_3_3 for changeset 7cbb21091d12 | Simon MacMullen | 2014-06-17 | 0 | -0/+0 |
| | | |||||
| * | changelogs for 3.3.3rabbitmq_v3_3_3 | Simon MacMullen | 2014-06-17 | 2 | -0/+9 |
| | | |||||
| * | Merge bug26241 | Simon MacMullen | 2014-06-13 | 0 | -0/+0 |
| |\ | |||||
| * | | Ensure the limit field is always a number so we can't miss the need to ↵ | Simon MacMullen | 2014-06-13 | 1 | -10/+10 |
| |/ | | | | interpret it. Yes, this means we won't update mem_relative if the size of the machine's physical memory changes at run time. I can live with that. | ||||
| * | Merge bug26236 again | Simon MacMullen | 2014-06-12 | 0 | -0/+0 |
| |\ | |||||
| | * | Merge bug26236 | Simon MacMullen | 2014-06-11 | 1 | -4/+6 |
| | |\ | |||||
| * | | | Since a crash in handle_event is so disasterous, and since gen_event ↵ | Simon MacMullen | 2014-06-12 | 3 | -6/+31 |
| | |/ |/| | | | | | handlers are not very supervisable, let's wrap everything in a try/catch. Prinitng to stdout is not great but we just failed to log properly - better to give some indication than none. | ||||
| * | | Oops | Simon MacMullen | 2014-06-11 | 1 | -1/+1 |
| | | | |||||
| * | | Don't fail if asked to truncate a reference. And go to having a catch-all case. | Simon MacMullen | 2014-06-11 | 1 | -4/+6 |
| |/ | |||||
| * | Resurrect stable (without bug 26230) | Simon MacMullen | 2014-06-11 | 1 | -1/+0 |
| | | |||||
| * | Merge bug24759 | Simon MacMullen | 2014-06-09 | 1 | -1/+1 |
| |\ | |||||
| | * | Ensure we don't fail if that file is missing. | Simon MacMullen | 2014-06-09 | 1 | -1/+1 |
| | | | |||||
| * | | Merge bug24759 | Simon MacMullen | 2014-06-09 | 5 | -5/+5 |
| |\ \ | |/ | |||||
| | * | Use '-e' for all shell scripts. | Simon MacMullen | 2014-06-09 | 5 | -5/+5 |
| |/ | |||||
| * | Fix tests for 32 bit machines. | Simon MacMullen | 2014-06-09 | 1 | -2/+8 |
| | | |||||
| * | Added tag rabbitmq_v3_3_2 for changeset 9ec4d3a2498a | Simon MacMullen | 2014-06-09 | 0 | -0/+0 |
| | | |||||
| * | changelogs for 3.3.2.rabbitmq_v3_3_2 | Simon MacMullen | 2014-06-09 | 2 | -0/+9 |
| | | |||||
| * | Merge bug26227 | Simon MacMullen | 2014-06-05 | 2 | -3/+20 |
| |\ | |||||
| | * | Don't show misleading information in the Windows service case when the ↵ | Simon MacMullen | 2014-06-05 | 2 | -3/+20 |
| |/ | | | | service has not been reinstalled. | ||||
| * | Merge bug26226 | Simon MacMullen | 2014-06-04 | 1 | -1/+1 |
| |\ | |||||
| | * | Don't crash if Mnesia is starting or stopping | Simon MacMullen | 2014-06-04 | 1 | -1/+1 |
| |/ | |||||
| * | Oh, the shame. Changeset 54ad947f3b9e happened after I'd been playing with ↵ | Simon MacMullen | 2014-06-03 | 1 | -11/+5 |
| | | | | | Wrangler - and I accidentally committed some random refactorings. So at least we know Wrangler is correctness-preserving. Still, I feel rather stupid. | ||||
| * | Merge bug 26179 | Simon MacMullen | 2014-06-03 | 0 | -0/+0 |
| |\ | |||||
| * | | Add a README file explaining this directory. | Simon MacMullen | 2014-06-03 | 2 | -0/+9 |
| |/ | |||||
| * | Merge bug25550 | Simon MacMullen | 2014-06-03 | 1 | -9/+5 |
| |\ | |||||
| | * | Rebranch bug 25550 from stable | Simon MacMullen | 2014-06-03 | 1 | -9/+5 |
| |/ | |||||
| * | Small refactor | Simon MacMullen | 2014-06-02 | 1 | -7/+7 |
| | | |||||
| * | Silence warning | Simon MacMullen | 2014-06-02 | 1 | -1/+1 |
| | | |||||
| * | Merge bug26210 | Simon MacMullen | 2014-06-02 | 1 | -2/+2 |
| |\ | |||||
| | * | optimise | Matthias Radestock | 2014-05-30 | 1 | -2/+2 |
| | | | |||||
