| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Support extension in advanced.config | Daniil Fedotov | 2016-04-05 | 1 | -0/+5 |
| * | Equality operators and trimming extension | Daniil Fedotov | 2016-04-05 | 1 | -11/+3 |
| * | Condition ordering to set RABBITMQ_CONFIG_ARG | Daniil Fedotov | 2016-04-05 | 1 | -4/+4 |
| * | Strip off trailing .conf/.config using dirname and basename | Michael Klishin | 2016-04-05 | 1 | -1/+9 |
| * | Remove debug echoes | Daniil Fedotov | 2016-04-05 | 1 | -2/+0 |
| * | Support extensions in config files | Daniil Fedotov | 2016-04-05 | 1 | -4/+24 |
| * | Merge branch 'stable' | Michael Klishin | 2016-04-05 | 1 | -1/+1 |
| |\ | |||||
| | * | Override CONF_ENV_FILE with RABBITMQ_CONF_ENV_FILE | Daniil Fedotov | 2016-04-05 | 1 | -1/+1 |
| * | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-04-01 | 1 | -0/+16 |
| |\ \ | |/ | |||||
| | * | Guess thread pool size on startup | Alexey Lebedeff | 2016-03-30 | 1 | -0/+16 |
| * | | Merge pull request #575 from rabbitmq/rabbitmq-server-550 | Michael Klishin | 2016-03-24 | 1 | -3/+21 |
| |\ \ | |||||
| | * \ | Merge branch 'master' into rabbitmq-server-550 | Michael Klishin | 2016-03-17 | 1 | -5/+21 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' into rabbitmq-server-550 | Michael Klishin | 2016-03-17 | 1 | -1/+21 |
| | |\ \ \ | |||||
| | * | | | | rename env variable CONFIG_ADVANCED to ADVANCED_CONFIG_FILE | Daniil Fedotov | 2016-03-17 | 1 | -5/+4 |
| | * | | | | Do not generate config in prelaunch. Copy rabbitmq.schema to SCHEMA_DIR | Daniil Fedotov | 2016-03-10 | 1 | -2/+4 |
| | * | | | | Env variable for schema dir | Daniil Fedotov | 2016-03-10 | 1 | -1/+1 |
| | * | | | | Config location logging | Daniil Fedotov | 2016-02-22 | 1 | -0/+1 |
| | * | | | | Update rabbitmq.config to advanced.config on windows | Daniil Fedotov | 2016-02-19 | 1 | -1/+1 |
| | * | | | | Use advanced config as inittial config. Extract plugin schemas | Daniil Fedotov | 2016-02-19 | 1 | -1/+8 |
| | * | | | | Support for plugin schemas | Daniil Fedotov | 2016-02-17 | 1 | -2/+6 |
| | * | | | | Additional config gile | Daniil Fedotov | 2016-02-09 | 1 | -2/+3 |
| | * | | | | Config detection in rabbit_config. Always pass generate args to windows script | Daniil Fedotov | 2016-02-08 | 1 | -1/+0 |
| | * | | | | Scripts to start erlang node with .conf file to generate config | Daniil Fedotov | 2016-02-08 | 1 | -18/+6 |
| | * | | | | Generation called from inside erlang only | Daniil Fedotov | 2016-02-05 | 1 | -18/+20 |
| | * | | | | COnfig file generation windows | Daniil Fedotov | 2016-02-02 | 1 | -1/+1 |
| | * | | | | Starting node with generated config | Daniil Fedotov | 2016-02-02 | 1 | -3/+19 |
| * | | | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-03-18 | 1 | -2/+1 |
| |\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| | | |||||
| | * | | | rabbitmq-server: Remove trailing spaces | Jean-Sébastien Pédron | 2016-03-18 | 1 | -2/+1 |
| * | | | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-03-17 | 1 | -5/+21 |
| |\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| | * | | Improve systemd integration | Alexey Lebedeff | 2016-03-11 | 1 | -5/+21 |
| * | | | Merge branch 'stable' | Daniil Fedotov | 2016-03-11 | 1 | -0/+21 |
| |\ \ \ | |/ / | | / | |/ |/| | |||||
| | * | removed check_start_params on stop_rabbitmq_server | Gabriele Santomaggio | 2016-03-10 | 1 | -2/+1 |
| | * | remove debug echo | Daniil Fedotov | 2016-03-09 | 1 | -2/+0 |
| | * | mention RABBITMQ_CONF_ENV_FILE | Daniil Fedotov | 2016-03-04 | 1 | -7/+10 |
| | * | Check env variables before start | Daniil Fedotov | 2016-03-03 | 1 | -0/+21 |
| * | | Merge branch 'stable' | Michael Klishin | 2016-01-15 | 1 | -2/+15 |
| |\ \ | |/ | |||||
| | * | Improve diagnostics in 'rabbitmq-server' script | Alexey Lebedeff | 2015-12-31 | 1 | -2/+15 |
| * | | Use Lager to log RabbitMQ messages | Daniil Fedotov | 2016-01-13 | 1 | -13/+6 |
| |/ | |||||
| * | Make wait command wait for start_rabbitmq_server command | Daniil Fedotov | 2015-12-03 | 1 | -1/+2 |
| * | rabbitmq-server: Don't catch EXIT "signal" | Jean-Sébastien Pédron | 2015-08-11 | 1 | -4/+2 |
| * | rabbitmq-server: Catch SIG{HUP,INT,TERM,TSTP} and exit gracefully | Jean-Sébastien Pédron | 2015-08-10 | 1 | -28/+68 |
| * | Fixes #179 | Daniil Fedotov | 2015-07-07 | 1 | -0/+2 |
| * | Initialise IO_THREAD_POOL_SIZE in rabbitmq-defaults | Michael Klishin | 2015-07-02 | 1 | -0/+1 |
| * | Introduce RABBITMQ_BOOT_MODULE (for *nix for now) | Michael Klishin | 2015-07-01 | 1 | -1/+1 |
| * | (c) year | Michael Klishin | 2015-05-24 | 1 | -1/+1 |
| * | rabbitmq-server: Add a way to send log messages to stdout | Jean-Sébastien Pédron | 2015-04-30 | 1 | -3/+21 |
| * | Add RABBITMQ_USE_LONGNAME. Based on a patch from Marcos Diez but with fixes f... | Simon MacMullen | 2014-10-17 | 1 | -2/+2 |
| * | stable to default | Simon MacMullen | 2014-09-16 | 1 | -0/+1 |
| |\ | |||||
| | * | Make sure the server sees RABBITMQ_CONFIG_FILE and can thus log the config fi... | Simon MacMullen | 2014-09-16 | 1 | -0/+1 |
| * | | Port script Mnesia dir changes from bug26192. Add rabbitmqctl force_boot. | Simon MacMullen | 2014-07-03 | 1 | -42/+0 |
