| Commit message (Expand) | Author | Age | Files | Lines |
| * | Default to 1GB limit, check every 10s. | Simon MacMullen | 2012-06-19 | 1 | -1/+1 |
| * | Report more clearly when we fail to monitor disk space on an unsupported plat... | Simon MacMullen | 2012-06-14 | 1 | -2/+2 |
| * | cosmetic: move comment to a better place | Matthias Radestock | 2012-06-12 | 1 | -2/+0 |
| * | Revert d86c121dfb0d, since, of course, it breaks the test suite. | Simon MacMullen | 2012-06-11 | 1 | -2/+0 |
| * | cosmetic | Matthias Radestock | 2012-06-11 | 1 | -56/+31 |
| * | Unused var | Simon MacMullen | 2012-06-08 | 1 | -1/+1 |
| * | Stop mirror coordinator gen_server when deleting queue | Emile Joubert | 2012-06-08 | 1 | -2/+6 |
| * | Prevent coordinator process leakage | Emile Joubert | 2012-06-07 | 1 | -0/+2 |
| * | Merge bug 24982 | Simon MacMullen | 2012-06-07 | 1 | -13/+16 |
| |\ |
|
| | * | simply reading pid files in a way that works on R12B | Tim Watson | 2012-06-06 | 1 | -4/+2 |
| | * | Cosmetic | Simon MacMullen | 2012-06-06 | 1 | -1/+1 |
| | * | Merge in default | Simon MacMullen | 2012-06-06 | 1 | -27/+20 |
| | |\ |
|
| | * | | rename rabbit_control_main:system/1 to run_ps, which more accurately describe... | Tim Watson | 2012-06-05 | 1 | -4/+3 |
| | * | | cosmetic | Tim Watson | 2012-06-05 | 1 | -3/+3 |
| | * | | return the correct value from rabbit_control_main:read_pid_file/2; don't call... | Tim Watson | 2012-06-05 | 1 | -2/+2 |
| | * | | capture and swallow all stdio during 'rabbitmqctl wait' | Tim Watson | 2012-06-05 | 1 | -9/+11 |
| * | | | Probably should have been part of bug 24792 but: now that we start applicatio... | Simon MacMullen | 2012-06-06 | 1 | -0/+2 |
| | |/
|/| |
|
| * | | Revert to the 2.8.2 version until bug 24982 is resolved | Simon MacMullen | 2012-06-06 | 1 | -6/+2 |
| * | | more sacrifices to the CI gods | Matthias Radestock | 2012-06-06 | 1 | -27/+20 |
| * | | appease CI gods | Matthias Radestock | 2012-06-05 | 1 | -1/+1 |
| |/ |
|
| * | merge tip | Tim Watson | 2012-06-01 | 1 | -2/+6 |
| |\ |
|
| | * | don't use re:replace/3 as it's unavailable on R12 | Tim Watson | 2012-06-01 | 1 | -2/+6 |
| * | | Merge heads | Simon MacMullen | 2012-06-01 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | Look better when running with input enabled. | Simon MacMullen | 2012-06-01 | 1 | -1/+1 |
| * | | Add the "safe" SSL-related modules [ssl_connection, ssl_record, gen_fsm, ssl]... | Simon MacMullen | 2012-05-31 | 1 | -1/+2 |
| |/ |
|
| * | Oops, bug 24792 failed to take into account that HiPE compilation was inserte... | Simon MacMullen | 2012-05-30 | 1 | -12/+14 |
| * | Merge bug 24792 | Simon MacMullen | 2012-05-29 | 9 | -581/+622 |
| |\ |
|
| | * | Don't print the plugin list as output from "rabbitmqctl start_app". | Simon MacMullen | 2012-05-29 | 1 | -4/+10 |
| | * | Cosmetic. | Simon MacMullen | 2012-05-29 | 1 | -11/+11 |
| | * | This can only be true or false. Plus cosmetic. | Simon MacMullen | 2012-05-29 | 1 | -5/+5 |
| | * | cosmetic | Tim Watson | 2012-05-28 | 2 | -9/+16 |
| | * | rename rabbit_plugins API calls to be less verbose | Tim Watson | 2012-05-28 | 3 | -32/+32 |
| | * | Cosmetic | Simon MacMullen | 2012-05-23 | 1 | -3/+3 |
| | * | Fix dialyzer warnings. | Simon MacMullen | 2012-05-23 | 2 | -2/+3 |
| | * | Merge in default | Simon MacMullen | 2012-05-23 | 9 | -581/+608 |
| | |\ |
|
| | | * | OK, it's slightly cheeky to pass this as the name of an application. But I th... | Simon MacMullen | 2012-05-23 | 1 | -2/+2 |
| | | * | Cosmetic | Simon MacMullen | 2012-05-23 | 1 | -4/+4 |
| | | * | Cosmetic | Simon MacMullen | 2012-05-23 | 1 | -1/+1 |
| | | * | It's really misleading to print "-- plugins running" when there are no plugin... | Simon MacMullen | 2012-05-18 | 1 | -0/+2 |
| | | * | rebase with master | Tim Watson | 2012-05-21 | 9 | -582/+595 |
| | | |\ |
|
| | | | * | remove message about re-installing windows service after plugin changes | Tim Watson | 2012-05-16 | 2 | -11/+2 |
| | | | * | be mindful of windows line endings whilst parsing pid files | Tim Watson | 2012-05-16 | 1 | -1/+3 |
| | | | * | rationalise rabbit_misc:terminate/1/2 with rabbit_misc:quit/1 | Tim Watson | 2012-05-16 | 3 | -23/+20 |
| | | | * | manually merge 3c20079f0601 | Tim Watson | 2012-05-21 | 2 | -2/+2 |
| | | | * | rework e4649f81c3a6 commit history for renaming | Tim Watson | 2012-05-21 | 1 | -0/+0 |
| | | | * | split rabbit_plugins into client and server side modules | Tim Watson | 2012-05-16 | 2 | -283/+332 |
| | | | * | rename bootstrap_environment to prepare_plugins; fix while_process_is_alive a... | Tim Watson | 2012-05-16 | 3 | -8/+8 |
| | | | * | remove ref to old define; document terminate/1 vs quit/1 | Tim Watson | 2012-05-15 | 1 | -1/+4 |
| | | | * | remove vestigial ERROR_CODE define and dangling TODO from rabbit_misc | Tim Watson | 2012-05-15 | 1 | -3/+0 |
| | | | * | preserve original 'wait on any app' functionality | Tim Watson | 2012-05-15 | 1 | -4/+11 |