summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'stable'Michael Klishin2015-07-153-35/+15
|\
| * Make sure rabbitmqctl.bat arguments are not overwrittenrabbitmq_v3_5_4_rc2Michael Klishin2015-07-151-31/+0
| |
| * Bring back ERLANG_HOME checkMichael Klishin2015-07-151-1/+13
| |
| * Remove a misleading commentMichael Klishin2015-07-151-1/+0
| |
| * Apply the change in 4b12be8f9f287606762cbc1440d979abcebb17f3 to rabbitmqctl.batMichael Klishin2015-07-151-1/+1
| |
| * Apply the change in 4b12be8f9f287606762cbc1440d979abcebb17f3 to ↵Michael Klishin2015-07-131-1/+1
| | | | | | | | rabbitmq-service.bat
* | Merge branch 'stable'Michael Klishin2015-07-120-0/+0
|\ \ | |/
| * Another typoU-rabbitmq\admin2015-07-121-1/+1
| |
| * Replaced {} with () in server bat filesAlexey Ermishkin2015-07-122-4/+4
| |
* | Merge branch 'scratch-net-Fix_bat_typos'Michael Klishin2015-07-122-5/+5
|\ \
| * | Another typoU-rabbitmq\admin2015-07-121-1/+1
| | |
| * | Replaced {} with () in server bat filesAlexey Ermishkin2015-07-122-4/+4
|/ /
* | Merge branch 'stable'Michael Klishin2015-07-081-11/+11
|\ \ | |/
| * Merge pull request #221 from rabbitmq/rabbitmq-server-216rabbitmq_v3_5_4_rc1Michael Klishin2015-07-081-11/+11
| |\ | | | | | | Be less assertive about x-death value types, fixes #216
| | * Be less assertive about x-death value typesMichael Klishin2015-07-081-11/+11
| |/ | | | | | | | | | | | | | | | | Multiple numerical (and string, e.g. for "reason") types can work equally well. Strict type assertions result in clause failures in cases when clients modify headers (intentionally or not) and use types other than long for "count". Fixes #216.
* | Merge branch 'stable'Michael Klishin2015-07-071-8/+21
|\ \ | |/
| * Merge branch 'rabbitmq-server-159' of ↵Michael Klishin2015-07-071-8/+21
| |\ | | | | | | | | | https://github.com/hairyhum/rabbitmq-server into hairyhum-rabbitmq-server-159
| | * Log heartbeat timeout in a human friendly way #159Daniil Fedotov2015-07-071-8/+21
| | |
* | | Merge branch 'stable'Michael Klishin2015-07-074-8/+6
|\ \ \ | |/ /
| * | Fixes #179Daniil Fedotov2015-07-074-8/+6
| |/
* | Merge branch 'stable'Jean-Sébastien Pédron2015-07-061-1/+6
|\ \ | |/
| * make start-background-node: Use "rabbitmq-server &"Jean-Sébastien Pédron2015-07-061-1/+6
| | | | | | | | | | ... not "make run-background-node", because the latter does not write a PID file.
* | Merge branch 'stable'Alvaro Videla2015-07-032-2/+40
|\ \ | |/
| * Merge pull request #215 from rabbitmq/rabbitmq-server-175Alvaro Videla2015-07-032-2/+40
| |\ | | | | | | Introduce rabbitmqctl purge_queue
| | * Squash unused variable warningsMichael Klishin2015-07-031-1/+1
| | |
| | * Introduce rabbitmqctl purge_queueMichael Klishin2015-07-032-2/+40
| | | | | | | | | | | | For operational convenience.
* | | Merge pull request #213 from ingwinlu/remove_python_version_detectionMichael Klishin2015-07-032-22/+4
|\ \ \ | | | | | | | | remove python version detection from Makefile...
| * | | remove python version detection from Makefile...derwinlu2015-07-032-22/+4
|/ / / | | | | | | | | | ...and let env handle it.
* | | Merge branch 'stable'Jean-Sébastien Pédron2015-07-022-2/+2
|\ \ \ | |/ /
| * | make run-background-node: Actually run RabbitMQ in the backgroundJean-Sébastien Pédron2015-07-021-1/+1
| |/
| * Merge pull request #212 from rabbitmq/rabbitmq-server-176Michael Klishin2015-07-021-1/+1
| |\ | | | | | | Bump default +A value to 64
| | * Bump default +A value to 64Michael Klishin2015-07-021-1/+1
| |/ | | | | | | | | | | | | | | Based on user feedback, 30 feels a bit low. We have to recommend users with 8 or more cores per node to bump the value to around 100. This value is not very scientific and assumes roughly 16 I/O threads per core. This is also the default Riak 2.1 uses.
* | Merge branch 'stable'Michael Klishin2015-07-027-7/+33
|\ \ | |/
| * Initialise IO_THREAD_POOL_SIZE in rabbitmq-defaultsMichael Klishin2015-07-023-4/+4
| |
| * Merge branch 'stable' into rabbitmq-server-178Michael Klishin2015-07-0222-333/+659
| |\
| | * Merge pull request #209 from rabbitmq/rabbitmq-server-208Michael Klishin2015-07-026-4/+19
| | |\ | | | | | | | | Make boot module configurable via env variable
| | | * Introduce BOOT_MODULE in Windows batch scriptsMichael Klishin2015-07-023-3/+14
| | | |
| | | * Merge branch 'stable' into rabbitmq-server-208Michael Klishin2015-07-027-214/+333
| | | |\ | | | |/ | | |/|
| | | * Introduce RABBITMQ_BOOT_MODULE (for *nix for now)Michael Klishin2015-07-013-1/+5
| | | |
| * | | Make it possible to override the +A VM flag with an env variableMichael Klishin2015-06-033-3/+14
| | | | | | | | | | | | | | | | For easier tweaking. References #178.
* | | | Merge branch 'stable'Michael Klishin2015-07-020-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Make it possible to run scripts from dirs other than scripts and sbinMichael Klishin2015-07-021-1/+1
| | | |
| * | | Windows batch file changes to support -env, -defaults, and -conf ↵Jakauppila2015-07-027-232/+331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | functionality present on *nix Mimicked the behavior of the -env, -defaults, and -conf scripts available on *nix
| * | | Add 'rabbitmq-env.bat' execution in rabbitmqctl.batJakauppila2015-07-021-0/+4
| | | |
| * | | Add 'rabbitmq-env.bat' execution in rabbitmq-service.batJakauppila2015-07-021-0/+4
| | | |
| * | | Add 'rabbitmq-env.bat' execution in rabbitmq-server.batJakauppila2015-07-021-0/+4
| | | |
| * | | Add 'rabbitmq-env.bat' execution in rabbitmq-plugins.batJakauppila2015-07-021-0/+4
| | | |
| * | | Add 'rabbitmq-env.bat' execution in rabbitmq-echopid.batJakauppila2015-07-021-0/+4
| | |/ | |/|
* | | Make it possible to run scripts from dirs other than scripts and sbinMichael Klishin2015-07-011-1/+1
| | |
* | | Merge branch 'rabbitmq-server-154' of ↵Michael Klishin2015-07-017-214/+333
|\ \ \ | | | | | | | | | | | | https://github.com/Jakauppila/rabbitmq-server into Jakauppila-rabbitmq-server-154