summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #723 from rabbitmq/rabbitmq-server-698Michael Klishin2016-04-201-23/+88
|\
| * Merge branch 'stable' into rabbitmq-server-698Michael Klishin2016-04-184-134/+239
| |\
| * | ExplainMichael Klishin2016-04-131-0/+2
| * | Check mnesia consistency starting from 3.6.2, OTP consistency in older versionsDaniil Fedotov2016-04-121-27/+31
| * | Compatibility with 3.6.xDaniil Fedotov2016-04-111-16/+25
| * | NamingMichael Klishin2016-04-111-1/+1
| * | Update commentMichael Klishin2016-04-111-1/+2
| * | NamingDaniil Fedotov2016-04-071-7/+8
| * | Check mnesia consistency by negotiating protocolDaniil Fedotov2016-04-011-21/+71
| * | Ignore OTP version in clusteringDaniil Fedotov2016-04-011-4/+2
* | | Merge pull request #585 from rabbitmq/rabbitmq-server-343bisMichael Klishin2016-04-201-6/+6
|\ \ \
| * \ \ Merge branch 'stable' into rabbitmq-server-343bisMichael Klishin2016-04-208-167/+424
| |\ \ \ | | | |/ | | |/|
| * | | Batch writes to the index on requeueLoïc Hoguin2016-03-041-6/+6
* | | | Merge pull request #745 from rabbitmq/rabbitmq-server-744Daniil Fedotov2016-04-191-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | rabbit_policy: Fix case clause for missing vhostJean-Sébastien Pédron2016-04-191-2/+2
| * | | rabbit_policy: Fix transaction return value in udpate_policies()Jean-Sébastien Pédron2016-04-181-1/+1
| * | | rabbit_policy: Forward exit signals update_policies() transactionJean-Sébastien Pédron2016-04-181-0/+2
* | | | Merge pull request #748 from rabbitmq/rabbitmq-server-714rabbitmq_v3_6_2_milestone4Michael Klishin2016-04-161-130/+221
|\ \ \ \
| * | | | Stop deleted GM member when partial partition is detectedDiana Corbacho2016-04-141-130/+221
| |/ / /
* | | | WordingMichael Klishin2016-04-131-1/+1
* | | | Merge branch 'rabbitmq-server-dead-user-diagnostics' of https://github.com/bi...Michael Klishin2016-04-131-1/+9
|\ \ \ \
| * | | | Detect missing 'user' processAlexey Lebedeff2016-04-131-1/+9
| |/ / /
* | | | rabbitmqctl set_policy: Format error messagesJean-Sébastien Pédron2016-04-131-2/+8
|/ / /
* | | Update owner of mgmt_db tablesDiana Corbacho2016-04-051-1/+1
| |/ |/|
* | Allow memory-relative disk-free limits greater than 1.0Brandon Shroyer2016-03-311-1/+1
* | Merge branch 'rabbitmq-server-688' of https://github.com/binarin/rabbitmq-ser...Michael Klishin2016-03-242-5/+27
|\ \
| * | Add support for listing up/down queuesAlexey Lebedeff2016-03-242-5/+27
* | | Fix `rabbitmqctl list_consumers`Alexey Lebedeff2016-03-241-8/+19
|/ /
* | Inline, don't reinvent rabbit_misc:get_env/3Michael Klishin2016-03-231-8/+1
* | Make slaves wait timeout configurable instead of hardcoded 15000Peter Lemenkov2016-03-231-4/+13
* | Do not warn about mising kernel polling on WindowsJean-Sébastien Pédron2016-03-181-5/+10
* | "rabbitmqctl stop" exits with 0 if it fails to contact the nodeJean-Sébastien Pédron2016-03-181-1/+4
* | Check 'systemctl' usability for activaction checkAlexey Lebedeff2016-03-161-1/+8
* | Support abstract unix socket for systemd notifyAlexey Lebedeff2016-03-161-1/+6
* | Explicitly close `socat` portAlexey Lebedeff2016-03-111-5/+10
* | Add an explanation about why `socat(1)` is usedAlexey Lebedeff2016-03-111-0/+9
* | Improve systemd integrationAlexey Lebedeff2016-03-111-9/+92
|/
* Merge branch 'stable' into rabbitmq-server-346Michael Klishin2016-03-047-668/+79
|\
| * Move auth_backend and types modules to rabbitmq-common.Brandon Shroyer2016-03-023-616/+0
| * Merge branch 'stable' into rabbitmq-server-398Michael Klishin2016-03-022-41/+61
| |\
| | * Bump rabbit.channel_operation_timeout default to 15sMichael Klishin2016-03-021-1/+2
| | * Unescape list_permission and list_user_permission regexesDiana Corbacho2016-02-261-40/+57
| * | WordingMichael Klishin2016-02-291-3/+3
| * | Return error codes in node health checkDiana Corbacho2016-02-261-2/+3
| * | Restore rabbit_cli:rpc_call APIDiana Corbacho2016-02-261-1/+18
| * | Move health checks to rabbit_common and rabbit_cli:rpc_call to rabbit/rabbit_...Diana Corbacho2016-02-253-81/+8
| * | Rename aliveness_test to node_health_checkDiana Corbacho2016-02-251-22/+22
| * | Use net_ticktime + 10s as timeout in the aliveness test and abort with the fi...Diana Corbacho2016-02-251-14/+15
| * | Aliveness checkDiana Corbacho2016-02-251-1/+64
* | | Avoid hipe compile versioned modulesDiana Corbacho2016-02-251-1/+6
| |/ |/|