summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Doc editsMichael Klishin2015-10-281-5/+3
|
* Move resource_alert to rabbit-commonMichael Klishin2015-10-271-3/+0
|
* Merge branch 'fix-alarms' of https://github.com/binarin/rabbitmq-server into ↵Michael Klishin2015-10-272-20/+92
|\ | | | | | | | | | | rabbitmq-server-379 rabbit_reader is now in rabbit-common.
| * Fix cluster-wide alarm handlingAlexey Lebedeff2015-10-233-21/+93
| | | | | | | | | | | | | | | | | | | | - Properly handle clearing alarms from dead nodes - #362. - Unblock publisher only when all alarms throughout the cluster was cleared - #379. - Disable/enable paging in rabbit_memory_monitor only in response to disk resource alarms from current node (I'm not totally sure about this). - Add some documentation.
* | Merge branch 'stable'Michael Klishin2015-10-271-4/+4
|\ \
| * \ Merge pull request #394 from aboroska/rabbitmq-server-117-fix-function-nameMichael Klishin2015-10-271-4/+4
| |\ \ | | | | | | | | Fix spelling of function name
| | * | Fix spelling of function nameAndras Boroska2015-10-261-4/+4
| |/ /
* | | Merge branch 'stable'Michael Klishin2015-10-271-4/+14
|\ \ \ | |/ /
| * | Merge pull request #391 from rabbitmq/rabbitmq-server-117Michael Klishin2015-10-271-4/+14
| |\ \ | | | | | | | | Check port using ipv6
| | * | Check port using ipv6Diana Corbacho2015-10-261-4/+14
| |/ /
* | | Update erlang.mkJean-Sébastien Pédron2015-10-261-2/+2
| | |
* | | Merge branch 'rabbitmq-server-386'Jean-Sébastien Pédron2015-10-261-1/+1
|\ \ \
| * | | Disable FHC read cache by defaultMichael Klishin2015-10-231-1/+1
| | | | | | | | | | | | Fixes #386.
* | | | make source-dist: Do not distribute plugins/ directoriesJean-Sébastien Pédron2015-10-261-1/+4
| | | | | | | | | | | | | | | | Those are artefacts of unrelated builds.
* | | | make source-dist: Properly list distributed componentsJean-Sébastien Pédron2015-10-261-11/+22
| | | | | | | | | | | | | | | | I was waiting for the erlang.mk branch to be merged.
* | | | make source-dist: Filter out `rabbit` from the dependencies listJean-Sébastien Pédron2015-10-261-1/+1
| | | |
* | | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-261-0/+3
| | | |
* | | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-261-1/+1
|/ / /
* | | Merge pull request #385 from rabbitmq/erlang.mkMichael Klishin2015-10-2398-21528/+7484
|\ \ \ | | | | | | | | Switch to Erlang.mk
| * | | Move compare_version to rabbitmq-commonJean-Sébastien Pédron2015-10-231-18/+0
| | | |
| * | | Update erlang.mk's build.configJean-Sébastien Pédron2015-10-232-0/+51
| | | |
| * | | Update erlang.mkJean-Sébastien Pédron2015-10-231-6/+6
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-231-1/+9
| | | |
| * | | Merge branch 'master' into erlang.mkJean-Sébastien Pédron2015-10-238-25/+67
| |\ \ \ | | | |/ | | |/|
| * | | Update erlang.mkJean-Sébastien Pédron2015-10-221-44/+82
| | | |
| * | | rabbitmqctl-env: Fix how we locate rabbit_commonJean-Sébastien Pédron2015-10-201-11/+19
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-0/+2
| | | |
| * | | Update erlang.mkJean-Sébastien Pédron2015-10-201-2/+2
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-20/+75
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-0/+2
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-10/+18
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-0/+10
| | | |
| * | | Move password_hashing_tests.erl to rabbitmq-testJean-Sébastien Pédron2015-10-201-54/+0
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-0/+6
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-0/+2
| | | |
| * | | rabbit_common is added automaticallyJean-Sébastien Pédron2015-10-201-1/+1
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-1/+13
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-0/+34
| | | |
| * | | Update erlang.mkJean-Sébastien Pédron2015-10-201-1/+1
| | | |
| * | | Update erlang.mkJean-Sébastien Pédron2015-10-201-3/+10
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-7/+9
| | | |
| * | | Allow to specify temporary $(PLUGINS)Jean-Sébastien Pédron2015-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful when a user wants to start a broker with a temporary list of plugins. The name of the Erlang application must be used (ie. the same as the name in erlang.mk), not the name of the repository. For example: make run-broker PLUGINS="rabbitmq_shovel rabbitmq_shovel_management"
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-4/+26
| | | |
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2015-10-201-10/+14
| | | |
| * | | Update erlang.mk and rabbitmq-components.mkJean-Sébastien Pédron2015-10-202-55/+176
| | | |
| * | | Give path to the source dist to packages' MakefilesJean-Sébastien Pédron2015-10-206-44/+105
| | | |
| * | | Packages are now "self-hosted": no need for the packaging dirJean-Sébastien Pédron2015-10-209-16/+17
| | | | | | | | | | | | | | | | ... in the source distribution anymore
| * | | Remove exec bit from non-executable scriptsJean-Sébastien Pédron2015-10-206-0/+0
| | | |
| * | | Update distributed LICENSE with license_info from pluginsJean-Sébastien Pédron2015-10-201-0/+5
| | | |
| * | | Finish with generic-unix and standalone-macosx packagesJean-Sébastien Pédron2015-10-2010-51/+149
| | | |