Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure the server sees RABBITMQ_CONFIG_FILE and can thus log the config ↵bug26344 | Simon MacMullen | 2014-09-16 | 1 | -0/+1 |
| | | | | file location even if it's absent. | ||||
* | More explanation.bug26258 | Simon MacMullen | 2014-06-23 | 1 | -2/+3 |
| | |||||
* | Don't use -e for a portion of rabbitmq-env that uses readlink | Michael Klishin | 2014-06-23 | 1 | -0/+4 |
| | | | | readlink exists with an error when its argument is not a symlink. | ||||
* | Allow prelaunch to return error code 2 without failing.bug26247 | Simon MacMullen | 2014-06-18 | 1 | -2/+9 |
| | |||||
* | Ensure we don't fail if that file is missing.bug24759 | Simon MacMullen | 2014-06-09 | 1 | -1/+1 |
| | |||||
* | Use '-e' for all shell scripts. | Simon MacMullen | 2014-06-09 | 5 | -5/+5 |
| | |||||
* | Don't show misleading information in the Windows service case when the ↵bug26227 | Simon MacMullen | 2014-06-05 | 1 | -0/+1 |
| | | | | service has not been reinstalled. | ||||
* | Merge bug25722 (again) | Simon MacMullen | 2014-03-18 | 1 | -3/+4 |
|\ | |||||
| * | Don't export anything ever from this script, it gets inherited by any ↵ | Simon MacMullen | 2014-03-18 | 1 | -3/+4 |
| | | | | | | | | processes started by the broker - which breaks a bunch of our tests. | ||||
* | | Merge bug25722 | Simon MacMullen | 2014-03-18 | 3 | -11/+61 |
|\ \ | |/ | |||||
| * | Oops, we need RABBITMQ_CONFIG_FILE to be set for prelaunch to do its job ↵ | Simon MacMullen | 2014-03-18 | 1 | -4/+4 |
| | | | | | | | | properly. | ||||
| * | Check the config situation when installing the Windows service. | Simon MacMullen | 2014-03-13 | 1 | -0/+27 |
| | | |||||
| * | Update the batch file. | Simon MacMullen | 2014-03-13 | 1 | -1/+14 |
| | | |||||
| * | Move dist arg to the end so that if the user has set it in ↵ | Simon MacMullen | 2014-03-13 | 1 | -1/+1 |
| | | | | | | | | RABBITMQ_SERVER_START_ARGS then we take their version not ours. | ||||
| * | Check if dist port is available since otherwise we will create a horrific ↵ | Simon MacMullen | 2014-03-13 | 1 | -1/+1 |
| | | | | | | | | error message. Also refactor a touch. | ||||
| * | Cosmetic | Simon MacMullen | 2014-03-13 | 1 | -7/+7 |
| | | |||||
| * | Somehow that actually worked on OS X. Oops. | Simon MacMullen | 2014-03-13 | 1 | -2/+2 |
| | | |||||
| * | Set the distribution port range to the first of these that matches: | Simon MacMullen | 2014-03-12 | 1 | -9/+21 |
| | | | | | | | | | | | | | | | | * Not at all if it's mentioned in the config file * $DIST_PORT if that's mentioned in the env file * $RABBITMQ_DIST_PORT if that is set * $RABBITMQ_NODE_PORT + 20000 if that is set * 25672 in all other cases | ||||
* | | Update copyright for 2014bug25940 | Simon MacMullen | 2014-03-17 | 9 | -9/+9 |
| | | |||||
* | | Log the config file's expected location according to the environment varible ↵bug26065 | Simon MacMullen | 2014-03-12 | 1 | -0/+2 |
|/ | | | | if it cannot be found. | ||||
* | Strip extra parameter when installing servicebug25925 | Emile Joubert | 2013-12-13 | 1 | -2/+10 |
| | |||||
* | s/VMware/GoPivotal/g | Simon MacMullen | 2013-07-01 | 9 | -18/+18 |
| | |||||
* | Merge bug25271 | Simon MacMullen | 2013-03-11 | 4 | -5/+14 |
|\ | |||||
| * | specifies boot file for rabbit_prelaunch call | Alvaro Videla | 2013-02-26 | 1 | -0/+1 |
| | | |||||
| * | specifies boot file for erl calls | Alvaro Videla | 2012-11-09 | 4 | -5/+5 |
| | | |||||
| * | adds the erlang base dir before calling erl | Alvaro Videla | 2012-11-07 | 4 | -4/+12 |
| | | |||||
* | | Take note of RABBITMQ_SERVICENAME, same as rabbitmq-service.bat does.bug25453 | Simon MacMullen | 2013-02-15 | 1 | -1/+5 |
| | | |||||
* | | Update copyright 2013bug25343 | Emile Joubert | 2013-01-23 | 9 | -9/+9 |
|/ | |||||
* | Terseness.bug25000 | Simon MacMullen | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | emit warning when starting detached rabbit | Francesco Mazzoli | 2012-09-06 | 1 | -1/+3 |
| | |||||
* | don't record pid when using -detached | Francesco Mazzoli | 2012-09-05 | 1 | -3/+12 |
| | |||||
* | More randomness for temporary node names on windowsbug25087 | Emile Joubert | 2012-08-08 | 3 | -3/+3 |
| | |||||
* | Screambug25005 | Simon MacMullen | 2012-06-22 | 2 | -3/+6 |
| | |||||
* | Remove whitespace | Emile Joubert | 2012-06-22 | 1 | -3/+3 |
| | |||||
* | Merge bug24924 | Simon MacMullen | 2012-06-01 | 7 | -55/+39 |
|\ | |||||
| * | Those backticks are... not quite necessary. And led to endless confusion ↵ | Simon MacMullen | 2012-05-29 | 1 | -3/+2 |
| | | | | | | | | with node.js. | ||||
| * | fix variable handling in rabbitmq-server preventing background node startup ↵ | Tim Watson | 2012-05-21 | 1 | -3/+0 |
| | | | | | | | | from working (rebase foo) | ||||
| * | on windows, die in the correct manner when node name is already in use | Tim Watson | 2012-05-16 | 1 | -3/+5 |
| | | |||||
| * | revert to expected RABBITMQ_NODE_ONLY behaviour on unix | Tim Watson | 2012-05-16 | 1 | -1/+3 |
| | | |||||
| * | cosmetic | Tim Watson | 2012-05-16 | 1 | -1/+1 |
| | | |||||
| * | fix variable handling in rabbitmq-server preventing background node startup ↵ | Tim Watson | 2012-05-21 | 1 | -1/+2 |
| | | | | | | | | from working | ||||
| * | manually merge 3c20079f0601 | Tim Watson | 2012-05-21 | 2 | -2/+2 |
| | | |||||
| * | split rabbit_plugins into client and server side modules | Tim Watson | 2012-05-16 | 2 | -2/+2 |
| | | |||||
| * | rabbit_control waits as long as process is alive | Tim Watson | 2012-05-15 | 2 | -20/+19 |
| | | |||||
| * | remote TODO and extraneous branches from rabbit-server | Tim Watson | 2012-05-10 | 1 | -9/+4 |
| | | |||||
| * | rename start_cold to boot | Tim Watson | 2012-05-08 | 3 | -3/+3 |
| | | |||||
| * | apply startup changes to windows service batch utility | Tim Watson | 2012-05-04 | 1 | -18/+6 |
| | | |||||
| * | fix windows batch file code path handling during cold starts | Tim Watson | 2012-05-04 | 1 | -3/+3 |
| | | |||||
| * | attempt to make rabbitmq-server.bat behave like it's unix cousin | Tim Watson | 2012-05-04 | 1 | -10/+6 |
| | | |||||
| * | rabbitmq-server uses start_cold | Tim Watson | 2012-05-04 | 1 | -6/+8 |
| | |