summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Hard-kill all connections and stop all listeners as soon as we decide we are ...Simon MacMullen2014-06-252-6/+26
|/ /
* | Added tag rabbitmq_v3_3_4 for changeset 8e9bc23a55eaSimon MacMullen2014-06-240-0/+0
* | Changelog for 3.3.4.rabbitmq_v3_3_4Simon MacMullen2014-06-242-0/+9
* | Merge bug 26258Simon MacMullen2014-06-231-2/+2
|\ \
| * | OopsSimon MacMullen2014-06-191-1/+1
| * | Merge bug 26253Simon MacMullen2014-06-191-3/+3
| |\ \
| | * | Don't explode if we have a file with 0 or 2+ Erlang terms. Also remove TODO, ...Simon MacMullen2014-06-191-3/+3
| |/ /
* | | More explanation.Simon MacMullen2014-06-231-2/+3
* | | Don't use -e for a portion of rabbitmq-env that uses readlinkMichael Klishin2014-06-231-0/+4
|/ /
* | Merge bug26247Simon MacMullen2014-06-180-0/+0
|\ \
* | | Allow prelaunch to return error code 2 without failing.Simon MacMullen2014-06-181-2/+9
|/ /
* | Added tag rabbitmq_v3_3_3 for changeset 7cbb21091d12Simon MacMullen2014-06-170-0/+0
* | changelogs for 3.3.3rabbitmq_v3_3_3Simon MacMullen2014-06-172-0/+9
* | Merge bug26241Simon MacMullen2014-06-130-0/+0
|\ \
* | | Ensure the limit field is always a number so we can't miss the need to interp...Simon MacMullen2014-06-131-10/+10
|/ /
* | Merge bug26236 againSimon MacMullen2014-06-120-0/+0
|\ \
| * \ Merge bug26236Simon MacMullen2014-06-111-4/+6
| |\ \
* | | | 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
|/ /
* | Resurrect stable (without bug 26230)Simon MacMullen2014-06-111-1/+0
* | Merge bug24759Simon MacMullen2014-06-091-1/+1
|\ \
| * | Ensure we don't fail if that file is missing.Simon MacMullen2014-06-091-1/+1
* | | Merge bug24759Simon MacMullen2014-06-095-5/+5
|\ \ \ | |/ /
| * | Use '-e' for all shell scripts.Simon MacMullen2014-06-095-5/+5
|/ /
* | Fix tests for 32 bit machines.Simon MacMullen2014-06-091-2/+8
* | Added tag rabbitmq_v3_3_2 for changeset 9ec4d3a2498aSimon MacMullen2014-06-090-0/+0
* | changelogs for 3.3.2.rabbitmq_v3_3_2Simon MacMullen2014-06-092-0/+9
* | Merge bug26227Simon MacMullen2014-06-052-3/+20
|\ \
| * | Don't show misleading information in the Windows service case when the servic...Simon MacMullen2014-06-052-3/+20
|/ /
* | Merge bug26226Simon MacMullen2014-06-041-1/+1
|\ \
| * | 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
* | Merge bug 26179Simon MacMullen2014-06-030-0/+0
|\ \
* | | Add a README file explaining this directory.Simon MacMullen2014-06-032-0/+9
|/ /
* | Merge bug25550Simon MacMullen2014-06-031-9/+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