| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move from .app.src to Makefile variables | Jean-Sébastien Pédron | 2016-12-06 | 1 | -114/+0 |
| | | | | | | | | | | | | | | | This is the recommended way with Erlang.mk. By default, the version is computed with git-describe(1) or inherited from rabbitmq-server-release when creating the source archive. One can override the version from the command line by setting the `PROJECT_VERSION` variable. One nice bonus is that `make run-broker` will present a meaningful version by default, and one can set the version with `PROJECT_VERSION`. [#130992027] | ||||
| * | Merge branch 'stable' into rabbitmq-server-1033 | Gerhard Lazu | 2016-11-30 | 1 | -1/+3 |
| |\ | | | | | | | | | Conflicts: rabbitmq-components.mk | ||||
| | * | Make it possible to disable background GC | Michael Klishin | 2016-11-28 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | and make the interval configurable via config file. Kudos to Kyle O'Donnell and his team for contributing a patch that was included with minor modifications: https://groups.google.com/forum/#!topic/rabbitmq-users/gdqLpdWbop0. Fixes #1026. | ||||
| * | | Configure member retries on Mnesia reconnection failures | Diana Corbacho | 2016-11-25 | 1 | -1/+2 |
| |/ | | | | | | | (cherry picked from commit a5f4572243f2667c22385dd8f4eb32f94a9e2452) Signed-off-by: Michael Klishin <michael@rabbitmq.com> [#134685209] | ||||
| * | Use config_entry_decoder key for config encryption | Arnaud Cogoluègnes | 2016-10-14 | 1 | -1/+1 |
| | | | | | Fixes #979 | ||||
| * | Merge branch 'stable' into rabbitmq-server-979 | Arnaud Cogoluègnes | 2016-10-11 | 1 | -1/+3 |
| |\ | | | | | | | | | Conflicts: src/rabbit.app.src | ||||
| | * | Use a name that's more to the point | Michael Klishin | 2016-09-29 | 1 | -1/+1 |
| | | | |||||
| | * | Naming, cosmetics | Michael Klishin | 2016-09-29 | 1 | -1/+1 |
| | | | |||||
| | * | renamed run_count to gc_run_count | Gabriele Santomaggio | 2016-09-26 | 1 | -1/+1 |
| | | | |||||
| | * | Make the GC calls configurable for lazy queues | Gabriele Santomaggio | 2016-09-23 | 1 | -1/+3 |
| | | | |||||
| * | | Add configuration for decrypting hidden configuration values | Loïc Hoguin | 2016-10-06 | 1 | -1/+7 |
| |/ | |||||
| * | Bump default MoreCreditAfter to 100 | Michael Klishin | 2016-09-12 | 1 | -1/+2 |
| | | | | | | | | | | Local benchmarks with PerfTest demonstrate an insignificant (ranging from -1% to 2% improvement for 95th percentile) throughput change, however, a few large users report this reducing the amount of time queues spent in flow on their workloads. The original value is certainly quite conservative. | ||||
| * | Bump rabbit.channel_operation_timeout default to 15s | Michael Klishin | 2016-03-02 | 1 | -1/+2 |
| | | | | | Fixes #667. | ||||
| * | Bump rabbit.channel_operation_timeout to 5s | Michael Klishin | 2016-02-18 | 1 | -1/+1 |
| | | | | | | | Per discussion with Ayanda. Lower values are known to produce false positives in a variety of contexts. | ||||
| * | Sets initial channel_operation_timeout to 3s. | Ayanda Dube | 2016-02-17 | 1 | -1/+1 |
| | | | | | To update to a higher value in future, for cross-node calls. | ||||
| * | Adds channel_operation_timeout envionment variable. | Ayanda Dube | 2016-02-17 | 1 | -1/+3 |
| | | | | | References: #248 | ||||
| * | Make number of Ranch acceptors configurable | Loïc Hoguin | 2016-01-12 | 1 | -0/+2 |
| | | |||||
| * | rabbit.app: rabbit_common and ranch are required by RabbitMQ | Jean-Sébastien Pédron | 2015-11-23 | 1 | -1/+1 |
| | | |||||
| * | Switch to Ranch for connection handling | Loïc Hoguin | 2015-11-17 | 1 | -5/+1 |
| | | |||||
| * | Disable FHC read cache by default | Michael Klishin | 2015-10-23 | 1 | -1/+1 |
| | | | | Fixes #386. | ||||
| * | rabbit.app: Default to version 0.0.0 in source app file | Jean-Sébastien Pédron | 2015-10-20 | 1 | -1/+1 |
| | | |||||
| * | Move .app file to src/ | Jean-Sébastien Pédron | 2015-10-20 | 1 | -0/+101 |
