summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into rabbitmq-server-589Arnaud Cogoluègnes2017-02-0711-256/+63
|\
| * Merge branch 'stable'Jean-Sébastien Pédron2017-02-071-3/+3
| |\
| | * Merge branch 'disable-background-gc-by-default' into stableJean-Sébastien Pédron2017-02-071-3/+3
| | |\
| | | * Bump message store credit flow settingsMichael Klishin2017-02-051-1/+1
| | | * Disable background GC by default; bump credit flow defaultsMichael Klishin2017-02-051-2/+2
| * | | merge branch 'stable'Michael Klishin2017-02-061-0/+2
| |\ \ \ | | |/ /
| | * | Update rabbitmq-components.mkMichael Klishin2017-02-061-0/+2
| | |/
| * | Merge pull request #1086 from rabbitmq/rabbitmq-server-1085Michael Klishin2017-02-063-25/+25
| |\ \
| | * \ Merge branch 'master' into rabbitmq-server-1085Michael Klishin2017-02-057-227/+32
| | |\ \ | | |/ / | |/| |
| * | | Merge branch 'stable'Michael Klishin2017-02-031-219/+9
| |\ \ \ | | | |/ | | |/|
| | * | Merge pull request #1097 from rabbitmq/move-rabbit_ssl-functions-to-rabbitmq-...Michael Klishin2017-02-031-219/+9
| | |\ \
| | | * | rabbit_ssl: Move most functions to `rabbit_cert_info` in rabbitmq-commonJean-Sébastien Pédron2017-02-031-219/+9
| | |/ /
| * | | Update rabbitmq-components.mkJean-Sébastien Pédron2017-02-021-1/+1
| * | | Merge pull request #1091 from rabbitmq/rabbitmq-server-1090Gerhard Lazu2017-02-022-1/+10
| |\ \ \
| | * | | Rename "alpha" to "preview" in version commentDaniil Fedotov2017-01-261-4/+4
| | * | | Ignore pre-release version part in plugin version requirement validationDaniil Fedotov2017-01-262-1/+10
| * | | | Merge pull request #1089 from rabbitmq/rabbitmq-common-164Michael Klishin2017-02-013-6/+12
| |\ \ \ \
| | * | | | Switch to rabbit_json:try_decode/1Michael Klishin2017-02-013-4/+4
| | * | | | merge branch 'master'Michael Klishin2017-02-012-2/+2
| | |\ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Add Reason to error handlerGabriele Santomaggio2017-01-271-2/+3
| | * | | | Add Reason to error handlerGabriele Santomaggio2017-01-272-4/+9
| | * | | | Change the calls that uses the rabbit_json moduleGabriele Santomaggio2017-01-253-4/+4
| | |/ / /
| | | | * Merge branch 'master' into rabbitmq-server-1085Arnaud Cogoluègnes2017-01-312-2/+2
| | | | |\ | | |_|_|/ | |/| | |
| | | | * Merge branch 'master' into rabbitmq-server-1085Arnaud Cogoluègnes2017-01-2318-205/+322
| | | | |\ | | | |_|/ | | |/| |
| | | | * Add topic authorisation for consumptionArnaud Cogoluègnes2017-01-193-24/+25
* | | | | Add tests for proxy protocol supportArnaud Cogoluègnes2017-02-071-0/+100
* | | | | Add proxy_protocol configuration optionsArnaud Cogoluègnes2017-02-021-1/+3
|/ / / /
* | | | merge branch 'stable'Michael Klishin2017-01-311-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Update rabbitmq-components.mkrabbitmq_v3_6_7_milestone5Michael Klishin2017-01-311-1/+1
* | | | Merge branch 'stable'Jean-Sébastien Pédron2017-01-311-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Makefile: Load rabbitmq-dist.mk before rabbitmq-run.mkJean-Sébastien Pédron2017-01-311-1/+1
* | | Merge pull request #1082 from rabbitmq/rabbitmq-event-exchange-10rabbitmq_v3_7_0_milestone10Michael Klishin2017-01-2118-205/+323
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into rabbitmq-event-exchange-10Michael Klishin2017-01-204-12/+100
| |\ \ | |/ / |/| |
* | | Correct and expand rabbitmqctl(1) examples for vhost limitsMichael Klishin2017-01-191-3/+16
* | | Merge pull request #1084 from rabbitmq/use-sh-for-scriptsGerhard Lazu2017-01-183-9/+84
|\ \ \
| * | | Modify new scripts to use /bin/shGerhard Lazu2017-01-173-9/+84
| | * | Fall back to ?UNKNOWN_USER if no user is present in optionsMichael Klishin2017-01-202-2/+2
| | * | Merge branch 'master' into rabbitmq-event-exchange-10Michael Klishin2017-01-171-7/+8
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #1083 from rabbitmq/rabbitmq-cli-165Michael Klishin2017-01-171-7/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Fix API for listing vhost limitsDaniil Fedotov2017-01-171-7/+8
|/ / /
| * | Notify user who performed the action in all system eventsDiana Corbacho2017-01-1616-197/+275
| * | Add user ID to consumersDiana Corbacho2017-01-151-8/+10
| * | Include options map in queue and exchange recordsDiana Corbacho2017-01-151-0/+38
|/ /
* | Merge pull request #1065 from rabbitmq/rabbitmq-server-505rabbitmq_v3_7_0_milestone9Michael Klishin2017-01-136-2/+253
|\ \
| * | Log topic when access to one is refusedMichael Klishin2017-01-121-2/+2
| * | Merge branch 'master' into rabbitmq-server-505Michael Klishin2017-01-1218-43/+903
| |\ \
| * | | Launch topic authorisation test in brokerArnaud Cogoluègnes2016-12-291-45/+38
| * | | Create topic permission table in upgradesArnaud Cogoluègnes2016-12-293-11/+34
| * | | Merge branch 'master' into rabbitmq-server-505Arnaud Cogoluègnes2016-12-281-13/+2
| |\ \ \
| * | | | Move topic permission tests in their own suiteArnaud Cogoluègnes2016-12-282-179/+222