| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'stable' | Michael Klishin | 2016-12-16 | 1 | -0/+4 |
| |\ | |||||
| | * | Bump the default ets tables limit | Daniil Fedotov | 2016-12-16 | 1 | -3/+7 |
| * | | Merge local `node_health_check` into `master` | Alexey Lebedeff | 2016-07-14 | 1 | -2/+1 |
| |\ \ | |/ | |||||
| | * | Set scheduler bindings in rabbitmq-env.bat for windows | Karl Nilsson | 2016-07-14 | 1 | -7/+1 |
| | * | Renaming | Diana Corbacho | 2016-07-13 | 1 | -3/+3 |
| | * | Tune scheduling bind flags for Erlang VM | Diana Corbacho | 2016-07-04 | 1 | -0/+5 |
| * | | SCHEMA_DIR set to writable location by default | Daniil Fedotov | 2016-04-14 | 1 | -0/+4 |
| * | | Unquoting and extension trimming in windows scripts | Daniil Fedotov | 2016-04-05 | 1 | -4/+4 |
| * | | Support extension in advanced.config | Daniil Fedotov | 2016-04-05 | 1 | -2/+7 |
| * | | Condition ordering to set RABBITMQ_CONFIG_ARG | Daniil Fedotov | 2016-04-05 | 1 | -16/+16 |
| * | | Support extensions in config files | Daniil Fedotov | 2016-04-05 | 1 | -9/+29 |
| * | | Merge branch 'stable'rabbitmq_v3_7_0_milestone2 | Michael Klishin | 2016-03-25 | 1 | -4/+3 |
| |\ \ | |/ | |||||
| | * | fix RABBITMQ_IO_THREAD_POOL_SIZE | Gabriele Santomaggio | 2016-03-25 | 1 | -4/+3 |
| * | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-03-24 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | increase IO async to 64 for windows | Gabriele Santomaggio | 2016-03-23 | 1 | -1/+1 |
| * | | Merge branch 'master' into rabbitmq-server-550 | Michael Klishin | 2016-03-17 | 1 | -0/+23 |
| |\ \ | |||||
| | * \ | Merge branch 'stable' | Daniil Fedotov | 2016-03-11 | 1 | -0/+23 |
| | |\ \ | | |/ | |||||
| | | * | variable unquoting | Daniil Fedotov | 2016-03-09 | 1 | -1/+1 |
| | | * | fixed message | Gabriele Santomaggio | 2016-03-08 | 1 | -1/+1 |
| | | * | more error details | Gabriele Santomaggio | 2016-03-08 | 1 | -1/+1 |
| | | * | removed double quotes for the variables | Gabriele Santomaggio | 2016-03-08 | 1 | -3/+3 |
| | | * | mention RABBITMQ_CONF_ENV_FILE | Daniil Fedotov | 2016-03-04 | 1 | -1/+1 |
| | | * | Check for env variables in windows script | Daniil Fedotov | 2016-03-03 | 1 | -10/+17 |
| | | * | Check env variables before start | Daniil Fedotov | 2016-03-03 | 1 | -0/+16 |
| * | | | rename env variable CONFIG_ADVANCED to ADVANCED_CONFIG_FILE | Daniil Fedotov | 2016-03-17 | 1 | -4/+4 |
| * | | | Do not generate config in prelaunch. Copy rabbitmq.schema to SCHEMA_DIR | Daniil Fedotov | 2016-03-10 | 1 | -3/+4 |
| * | | | Env variable for schema dir | Daniil Fedotov | 2016-03-10 | 1 | -2/+2 |
| * | | | Windows scripts | Daniil Fedotov | 2016-02-19 | 1 | -4/+5 |
| * | | | Use advanced config as inittial config. Extract plugin schemas | Daniil Fedotov | 2016-02-19 | 1 | -4/+8 |
| * | | | Support for plugin schemas | Daniil Fedotov | 2016-02-17 | 1 | -2/+7 |
| * | | | Additional config gile | Daniil Fedotov | 2016-02-09 | 1 | -2/+3 |
| * | | | Fixing start args | Daniil Fedotov | 2016-02-08 | 1 | -2/+2 |
| * | | | Scripts to start erlang node with .conf file to generate config | Daniil Fedotov | 2016-02-08 | 1 | -11/+3 |
| * | | | Generation called from inside erlang only | Daniil Fedotov | 2016-02-05 | 1 | -13/+15 |
| * | | | Generated config usage in windows scripts | Daniil Fedotov | 2016-02-03 | 1 | -4/+4 |
| * | | | Cuttlefish generation in windows | Daniil Fedotov | 2016-02-01 | 1 | -4/+5 |
| * | | | COnfig file generation windows | Daniil Fedotov | 2016-02-02 | 1 | -2/+13 |
| |/ / | |||||
| * | | rabbitmq-server.bat: Properly quote %RABBITMQ_LOG_BASE% | Jean-Sébastien Pédron | 2016-01-27 | 1 | -1/+1 |
| * | | Merge branch 'stable' | Jean-Sébastien Pédron | 2016-01-27 | 1 | -4/+15 |
| |\ \ | |/ | |||||
| | * | rabbitmq-server.bat: Honor RABBITMQ_LOGS=- to log to stdout | Jean-Sébastien Pédron | 2016-01-26 | 1 | -3/+21 |
| | * | Use RABBITMQ_HOME to set the path to RabbitMQ ebin directory | Jean-Sébastien Pédron | 2016-01-26 | 1 | -1/+1 |
| * | | Use Lager to log RabbitMQ messages | Daniil Fedotov | 2016-01-13 | 1 | -2/+2 |
| |/ | |||||
| * | rabbitmq-server.bat: Honor $RABBITMQ_ALLOW_INPUT | Jean-Sébastien Pédron | 2015-12-14 | 1 | -2/+4 |
| * | scripts: Pass script name to rabbitmq-env.bat | Jean-Sébastien Pédron | 2015-10-30 | 1 | -1/+1 |
| * | Merge branch 'master' into erlang.mk | Jean-Sébastien Pédron | 2015-10-23 | 1 | -2/+2 |
| |\ | |||||
| | * | fix issue 375 | Gabriele Santomaggio | 2015-10-21 | 1 | -2/+2 |
| | * | Another typo | U-rabbitmq\admin | 2015-07-12 | 1 | -1/+1 |
| | * | Replaced {} with () in server bat files | Alexey Ermishkin | 2015-07-12 | 1 | -2/+2 |
| * | | Remove exec bit from non-executable scripts | Jean-Sébastien Pédron | 2015-10-20 | 1 | -0/+0 |
| * | | Another typo | U-rabbitmq\admin | 2015-07-12 | 1 | -1/+1 |
