Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmeticbug24994 | Emile Joubert | 2012-06-18 | 1 | -1/+0 |
* | Only one version of append_file is required | Emile Joubert | 2012-06-18 | 3 | -28/+4 |
* | Rotate logs differently | Emile Joubert | 2012-06-14 | 3 | -9/+13 |
* | Rotate logs without consuming excessive memory | Emile Joubert | 2012-06-14 | 3 | -5/+14 |
* | 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 | 2 | -2/+2 |
* | 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 |
* | Merge bug24989 | Simon MacMullen | 2012-06-11 | 0 | -0/+0 |
|\ | |||||
* | | Cosmetic (again)bug24989 | Emile Joubert | 2012-06-11 | 1 | -4/+4 |
* | | No error when stopping a stopped broker, or starting a running broker | Emile Joubert | 2012-06-11 | 1 | -0/+1 |
|/ | |||||
* | Merge bug24984 | Simon MacMullen | 2012-06-08 | 0 | -0/+0 |
|\ | |||||
* | | Unused varbug24984 | 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 R12Bbug24982 | 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 |
* | | | Merge bug 24981 | Simon MacMullen | 2012-06-06 | 2 | -33/+22 |
|\ \ \ | | |/ | |/| | |||||
| * | | 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 |
| |/ | |||||
* | | Backed out changeset 6ee929c7f821bug24981 | Emile Joubert | 2012-06-06 | 1 | -5/+5 |
* | | Cosmetic: remove colons from sysv startup script | Emile Joubert | 2012-06-06 | 1 | -5/+5 |
* | | Emit upstart events when broker stops/starts | Emile Joubert | 2012-06-01 | 1 | -9/+13 |
|/ | |||||
* | 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 |
* | | Merged bug24974 into default | Emile Joubert | 2012-06-01 | 2 | -2/+7 |
|\ \ | |/ | |||||
| * | Merge bug24924 | Simon MacMullen | 2012-06-01 | 32 | -987/+1150 |
| |\ | |||||
| * | | do not overwrite RABBITMQ_PLUGINS_DIR on windowsbug24924 | Tim Watson | 2012-05-04 | 2 | -2/+7 |
* | | | Add the "safe" SSL-related modules [ssl_connection, ssl_record, gen_fsm, ssl]...bug24974 | 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 |
* | | Those backticks are... not quite necessary. And led to endless confusion with... | Simon MacMullen | 2012-05-29 | 1 | -3/+2 |
* | | Merge bug24918 | Simon MacMullen | 2012-05-29 | 39 | -988/+1651 |
|\ \ | |||||
| * \ | Merge bug 24792 | Simon MacMullen | 2012-05-29 | 16 | -636/+662 |
| |\ \ | |||||
| | * | | Don't print the plugin list as output from "rabbitmqctl start_app".bug24792 | 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 |