summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
* | | | Merge branch 'stable'Alvaro Videla2015-07-032-2/+40
|\ \ \ \ | |/ / /
| * | | Merge pull request #215 from rabbitmq/rabbitmq-server-175Alvaro Videla2015-07-032-2/+40
| |\ \ \
| | * | | Squash unused variable warningsMichael Klishin2015-07-031-1/+1
| | * | | Introduce rabbitmqctl purge_queueMichael Klishin2015-07-032-2/+40
* | | | | Merge pull request #213 from ingwinlu/remove_python_version_detectionMichael Klishin2015-07-032-22/+4
|\ \ \ \ \
| * | | | | remove python version detection from Makefile...derwinlu2015-07-032-22/+4
|/ / / / /
* | | | | 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 64Michael Klishin2015-07-021-1/+1
| |/ / /
* | | | 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
| | |\ \ \
| | | * | | 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
| | |_|/ / | |/| | |
* | | | | 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 functionalit...Jakauppila2015-07-027-232/+331
| * | | | 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 https://github.com/Jakauppila/rabbitmq-...Michael Klishin2015-07-017-214/+333
|\ \ \ \
| * | | | Windows batch file changes to support -env, -defaults, and -conf functionalit...Jakauppila2015-06-237-232/+331
| * | | | Add 'rabbitmq-env.bat' execution in rabbitmqctl.batJakauppila2015-05-121-0/+4
| * | | | Add 'rabbitmq-env.bat' execution in rabbitmq-service.batJakauppila2015-05-121-0/+4
| * | | | Add 'rabbitmq-env.bat' execution in rabbitmq-server.batJakauppila2015-05-121-0/+4
| * | | | Add 'rabbitmq-env.bat' execution in rabbitmq-plugins.batJakauppila2015-05-121-0/+4
| * | | | Add 'rabbitmq-env.bat' execution in rabbitmq-echopid.batJakauppila2015-05-121-0/+4
* | | | | Merge branch 'stable'Michael Klishin2015-06-300-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | add detection for python2.7derwinlu2015-06-301-0/+4
* | | | | Merge pull request #204 from ingwinlu/python_detectionMichael Klishin2015-06-301-0/+4
|\ \ \ \ \
| * | | | | add detection for python2.7derwinlu2015-06-301-0/+4
|/ / / / /
* | | | | Merge branch 'stable'Jean-Sébastien Pédron2015-06-291-2/+14
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'bug26427' into stableJean-Sébastien Pédron2015-06-291-2/+14
| |\ \ \ \
| | * | | | Ensure the conditions to log "accepting..." match those for "closing..."Jean-Sébastien Pédron2015-06-291-1/+3
| | * | | | Merge pull request #202 from legoscia/bug26427Jean-Sébastien Pédron2015-06-291-1/+11
| | |\ \ \ \
| | | * | | | Be quiet about sockets closed during SSL upgradeMagnus Henoch2015-06-291-1/+11
| | |/ / / /
* | | | | | Merge branch 'stable'Michael Klishin2015-06-291-6/+32
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #201 from rabbitmq/rabbitmq-server-200Michael Klishin2015-06-291-6/+32
| |\ \ \ \ \