summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Limit the amount of time we spend seeing how large something is.Simon MacMullen2014-05-271-10/+28
* | Don't truncate "small" things at all.Simon MacMullen2014-05-221-8/+27
|/
* pretty-print non-inet errorsMatthias Radestock2014-05-221-2/+4
* Merge bug26180Simon MacMullen2014-05-191-5/+6
|\
| * Cope if report is not a list.Simon MacMullen2014-05-161-5/+6
* | Make with_handle/{1,2} into part of the fhc API, and thus hide the extra obta...Simon MacMullen2014-05-162-39/+37
* | Add a file variant to fhc:obtain() and friends so that rabbit_file can keep w...Simon MacMullen2014-05-162-109/+157
|/
* Merge bug26176Simon MacMullen2014-05-154-28/+46
|\
| * Notify about policy and parameter removal after the vhost is deleted, not dur...Simon MacMullen2014-05-154-28/+46
* | Merge bug26172Simon MacMullen2014-05-131-1/+2
|\ \
| * | Fix broken invocation.Simon MacMullen2014-05-121-1/+2
| |/
* | Monitor GM when going into a receive block.Simon MacMullen2014-05-121-1/+9
|/
* Remove coverage workarounds.Simon MacMullen2014-05-011-10/+0
* Attempt to make diagnostics even clearer.Simon MacMullen2014-04-291-14/+19
* Ensure we don't start treating a list as printable half way through it, or if...Simon MacMullen2014-04-241-13/+17
* Merge bug26125Simon MacMullen2014-04-241-7/+6
|\
| * blank members_state before maybe_erase_aliasesMatthias Radestock2014-04-231-7/+6
* | Introduce a new function for the case of dropping a master because we synced ...Simon MacMullen2014-04-232-6/+26
|/
* don't erase aliases quite so eagerly on DOWNMatthias Radestock2014-04-231-8/+9