| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge bug26347 | Simon MacMullen | 2014-08-18 | 1 | -0/+9 |
| |\ |
|
| | * | Restore behaviour_info/1 on older Erlang, don't emit so many warnings. | Simon MacMullen | 2014-08-15 | 1 | -0/+9 |
| * | | Two modes for delete, one for when the server is running and we need to be qu... | Simon MacMullen | 2014-08-15 | 3 | -40/+53 |
| |/ |
|
| * | BE more assertive. | Simon MacMullen | 2014-08-13 | 1 | -3/+2 |
| * | Catch enotconn here. | Simon MacMullen | 2014-08-12 | 1 | -1/+1 |
| * | Merge bug26313 (again) | Simon MacMullen | 2014-08-11 | 2 | -1/+80 |
| |\ |
|
| | * | Fix typo spotted by Edwin Fine. | Simon MacMullen | 2014-08-08 | 1 | -1/+1 |
| | * | Tweak timings, shorten name, explain heuristics, specify which process info i... | Simon MacMullen | 2014-08-07 | 1 | -10/+21 |
| | * | merge bug26313 into stable (again) | Michael Klishin | 2014-08-01 | 1 | -4/+1 |
| | |\ |
|
| | * \ | merge heads | Michael Klishin | 2014-08-01 | 1 | -2/+6 |
| | |\ \ |
|
| | * | | | Actually, let's rename that. Yes, a plural, but one that makes more sense. | Simon MacMullen | 2014-07-30 | 1 | -1/+1 |
| | * | | | Try again, adding a module this time. Find stuck processes with heuristics. | Simon MacMullen | 2014-07-30 | 1 | -0/+68 |
| * | | | | ...and inline that again. | Simon MacMullen | 2014-08-11 | 1 | -3/+0 |
| * | | | | Use a catch-all fn head instead | Michael Klishin | 2014-08-11 | 1 | -3/+1 |
| * | | | | Handle exceptions when connection_state = 'starting' the same way we do for '... | Michael Klishin | 2014-08-11 | 1 | -0/+5 |
| | |_|/
|/| | |
|
| * | | | Let exception handler do all the handshake failure logging | Michael Klishin | 2014-08-01 | 1 | -4/+1 |
| | |/
|/| |
|
| * | | Explicitly log handshake errors | Michael Klishin | 2014-08-01 | 1 | -1/+4 |
| * | | Enforce server-side value when client provided one is 0 | Michael Klishin | 2014-08-01 | 1 | -1/+2 |
| |/ |
|
| * | Merge bug26159 | Simon MacMullen | 2014-07-29 | 2 | -3/+26 |
| |\ |
|
| | * | Explain | Simon MacMullen | 2014-07-25 | 1 | -0/+3 |
| | * | Don't allow rabbit_misc:is_process_alive/1 to hang indefinitely if a node is ... | Simon MacMullen | 2014-07-25 | 1 | -1/+3 |
| | * | Merge in stable | Simon MacMullen | 2014-07-25 | 1 | -2/+20 |
| | |\ |
|
| | | * | Avoid connecting to nodes that are down. | Simon MacMullen | 2014-03-11 | 1 | -2/+20 |
| * | | | Cosmetics | Michael Klishin | 2014-07-29 | 1 | -2/+3 |
| * | | | This code will naturally be called just once, eliminate the guard | Michael Klishin | 2014-07-29 | 1 | -7/+2 |
| * | | | Catch errors in vm_memory_monitor:get_total_memory/0 and return 'unknown' | Michael Klishin | 2014-07-25 | 1 | -1/+13 |
| |/ / |
|
| * | | Merge bug26290 | Simon MacMullen | 2014-07-25 | 3 | -7/+56 |
| |\ \ |
|
| | * | | Inline | Simon MacMullen | 2014-07-25 | 1 | -8/+4 |
| | * | | Make vm_memory_monitor:parse_line_linux/1 parse lines w/o colons | Michael Klishin | 2014-07-25 | 1 | -8/+25 |
| | * | | Tests for vm_memory_monitor:parse_line_linux/1 | Michael Klishin | 2014-07-25 | 2 | -0/+36 |
| * | | | Actually, hold on to confirms when pausing. It's not inconceivable that we mi... | Simon MacMullen | 2014-07-22 | 1 | -1/+1 |
| * | | | Check for pause minority mode being about to cause a shutdown before sending ... | Simon MacMullen | 2014-07-22 | 3 | -34/+64 |
| |/ / |
|
| * | | 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 w... | Simon MacMullen | 2014-07-14 | 1 | -3/+4 |
| * | | Reset restarts before we go round again, otherwise if MaxT is large we will k... | Simon MacMullen | 2014-07-14 | 1 | -1/+1 |
| * | | Emit an event when we modify a global parameter. | Simon MacMullen | 2014-06-30 | 1 | -0/+4 |
| * | | 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 |
| * | | Oops | Simon MacMullen | 2014-06-19 | 1 | -1/+1 |
| * | | 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 |
| * | | Ensure the limit field is always a number so we can't miss the need to interp... | Simon MacMullen | 2014-06-13 | 1 | -10/+10 |
| * | | Since a crash in handle_event is so disasterous, and since gen_event handlers... | Simon MacMullen | 2014-06-12 | 3 | -6/+31 |
| * | | 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 |
| * | | Fix tests for 32 bit machines. | Simon MacMullen | 2014-06-09 | 1 | -2/+8 |
| * | | Don't show misleading information in the Windows service case when the servic... | Simon MacMullen | 2014-06-05 | 1 | -3/+19 |
| * | | 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 Wr... | Simon MacMullen | 2014-06-03 | 1 | -11/+5 |
| * | | Rebranch bug 25550 from stable | Simon MacMullen | 2014-06-03 | 1 | -9/+5 |
| * | | Small refactor | Simon MacMullen | 2014-06-02 | 1 | -7/+7 |