summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* merge bug26313 into stable (again)Michael Klishin2014-08-011-4/+1
|\
| * Let exception handler do all the handshake failure loggingMichael Klishin2014-08-011-4/+1
* | merge headsMichael Klishin2014-08-011-2/+6
|\ \ | |/
| * Explicitly log handshake errorsMichael Klishin2014-08-011-1/+4
| * Enforce server-side value when client provided one is 0Michael Klishin2014-08-011-1/+2
* | Actually, let's rename that. Yes, a plural, but one that makes more sense.Simon MacMullen2014-07-301-1/+1
* | Try again, adding a module this time. Find stuck processes with heuristics.Simon MacMullen2014-07-301-0/+68
|/
* Merge bug26159Simon MacMullen2014-07-292-3/+26
|\
| * ExplainSimon MacMullen2014-07-251-0/+3
| * Don't allow rabbit_misc:is_process_alive/1 to hang indefinitely if a node is ...Simon MacMullen2014-07-251-1/+3
| * Merge in stableSimon MacMullen2014-07-251-2/+20
| |\
| | * Avoid connecting to nodes that are down.Simon MacMullen2014-03-111-2/+20
* | | CosmeticsMichael Klishin2014-07-291-2/+3
* | | This code will naturally be called just once, eliminate the guardMichael Klishin2014-07-291-7/+2
* | | Catch errors in vm_memory_monitor:get_total_memory/0 and return 'unknown'Michael Klishin2014-07-251-1/+13
|/ /
* | Merge bug26290Simon MacMullen2014-07-253-7/+56
|\ \
| * | InlineSimon MacMullen2014-07-251-8/+4
| * | Make vm_memory_monitor:parse_line_linux/1 parse lines w/o colonsMichael Klishin2014-07-251-8/+25
| * | Tests for vm_memory_monitor:parse_line_linux/1Michael Klishin2014-07-252-0/+36
* | | Actually, hold on to confirms when pausing. It's not inconceivable that we mi...Simon MacMullen2014-07-221-1/+1
* | | Check for pause minority mode being about to cause a shutdown before sending ...Simon MacMullen2014-07-223-34/+64
|/ /
* | Further documentation of this approach.Simon MacMullen2014-07-161-13/+11
* | It's probably a good idea to reset "restarts" after we get the message, not w...Simon MacMullen2014-07-141-3/+4
* | Reset restarts before we go round again, otherwise if MaxT is large we will k...Simon MacMullen2014-07-141-1/+1
* | Emit an event when we modify a global parameter.Simon MacMullen2014-06-301-0/+4
* | Separate out responsibilities in the various node state detection functions. ...Simon MacMullen2014-06-272-8/+19
* | Hard-kill all connections and stop all listeners as soon as we decide we are ...Simon MacMullen2014-06-252-6/+26
* | OopsSimon MacMullen2014-06-191-1/+1
* | Don't explode if we have a file with 0 or 2+ Erlang terms. Also remove TODO, ...Simon MacMullen2014-06-191-3/+3
* | Ensure the limit field is always a number so we can't miss the need to interp...Simon MacMullen2014-06-131-10/+10
* | Since a crash in handle_event is so disasterous, and since gen_event handlers...Simon MacMullen2014-06-123-6/+31
* | OopsSimon MacMullen2014-06-111-1/+1
* | Don't fail if asked to truncate a reference. And go to having a catch-all case.Simon MacMullen2014-06-111-4/+6
* | Fix tests for 32 bit machines.Simon MacMullen2014-06-091-2/+8
* | Don't show misleading information in the Windows service case when the servic...Simon MacMullen2014-06-051-3/+19
* | Don't crash if Mnesia is starting or stoppingSimon MacMullen2014-06-041-1/+1
* | Oh, the shame. Changeset 54ad947f3b9e happened after I'd been playing with Wr...Simon MacMullen2014-06-031-11/+5
* | Rebranch bug 25550 from stableSimon MacMullen2014-06-031-9/+5
* | Small refactorSimon MacMullen2014-06-021-7/+7
* | Silence warningSimon MacMullen2014-06-021-1/+1
* | Merge bug26210Simon MacMullen2014-06-021-2/+2
|\ \
| * | optimiseMatthias Radestock2014-05-301-2/+2
* | | Don't prioritise DOWNs from the left. Also explain why we prioritise in vario...Simon MacMullen2014-05-291-1/+14
|/ /
* | Merge bug 26184Simon MacMullen2014-05-271-1/+1
|\ \
| * | Don't function_clause in terminate/1.Simon MacMullen2014-05-221-1/+1
* | | Actually, let's count in bytes rather than words-but-bytes-for-binaries.Simon MacMullen2014-05-271-22/+23
* | | By making lim/2 handle soem more limit_exceeded cases we can simplify everyth...Simon MacMullen2014-05-271-22/+14
* | | Avoid tuple_to_list/1.Simon MacMullen2014-05-271-1/+13
* | | More tests.Simon MacMullen2014-05-271-2/+18
* | | Remove a terminal case it's not possible to hit, and make sure we wrap lim() ...Simon MacMullen2014-05-271-2/+1