summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* More startup banner tweaks suggested by @gerhardMichael Klishin2019-09-251-7/+10
* Merge pull request #2119 from rabbitmq/queue-rate-fixMichael Klishin2019-09-251-3/+3
|\
| * Fix regression where queue exchange rates were too highkjnilsson2019-09-251-3/+3
* | Rearrange startup banner itemsMichael Klishin2019-09-251-12/+11
* | Startup banner improvementsMichael Klishin2019-09-253-14/+31
|/
* Merge pull request #2114 from rabbitmq/consume-events-commandMichael Klishin2019-09-241-0/+206
|\
| * Merge remote-tracking branch 'origin' into consume-events-commanddcorbacho2019-09-232-3/+5
| |\
| * | Event handler for consume events commanddcorbacho2019-09-201-0/+206
* | | rabbit_diagnostics: handle race in binary_refsJohn Eckersberg2019-09-231-3/+6
| |/ |/|
* | Queue master balancing: log the "no-op" case at info levelMichael Klishin2019-09-221-1/+1
* | WordingMichael Klishin2019-09-181-1/+2
* | Added more helpful message in case the config file failed to generatevanseverk2019-09-181-2/+3
|/
* Fix queue type splitdcorbacho2019-09-171-1/+1
* Return number of queues per typedcorbacho2019-09-161-1/+5
* Test rebalancedcorbacho2019-09-131-1/+2
* Refactor rebalance of mirrored and quorum queuesDiana Corbacho2019-09-133-205/+142
* Rebalance mirrored queuesDiana Corbacho2019-09-131-0/+137
* Rebalance quorum queuesDiana Corbacho2019-09-131-0/+109
* Merge pull request #2100 from tomyouyou/masterv3.8.0-rc.1Michael Klishin2019-09-071-9/+11
|\
| * force to flush segments when recovering a message with last non-CleanShutdown. tomyouyou2019-09-071-9/+11
* | Merge pull request #2096 from tomyouyou/masterMichael Klishin2019-09-061-4/+4
|\ \ | |/
| * call "add_to_journal" before "maybe_flush_pre_publish_cache"tomyouyou2019-09-041-4/+4
* | Merge pull request #2095 from rabbitmq/disk-monitor-and-long-paths-on-windowsLuke Bakken2019-09-031-1/+22
|\ \
| * | rabbit_disk_monitor: Tell Win32 API to not enforce path limits to dir's argumentJean-Sébastien Pédron2019-09-021-1/+22
* | | Merge pull request #2092 from tomyouyou/masterMichael Klishin2019-09-031-1/+1
|\ \ \ | |/ / |/| / | |/
| * Update rabbit_queue_index.erltomyouyou2019-08-311-1/+1
* | rabbit_disk_monitor: Fix format string to correctly log an integerJean-Sébastien Pédron2019-09-021-1/+1
* | Merge pull request #2091 from rabbitmq/remove-ra-hrlD Corbacho2019-08-304-28/+27
|\ \
| * | Remove use of ra.hrlkjnilsson2019-08-304-28/+27
| |/
* | Make virtual host record versionedDiana Corbacho2019-08-3012-128/+480
|/
* Replace timer:send_after/3 by erlang:send_after/3Diana Corbacho2019-08-161-1/+1
* rabbit_amqqueue: Return empty list in consumers/1 when the queue is goneJean-Sébastien Pédron2019-08-141-3/+4
* Remove short name formattingLuke Bakken2019-08-134-8/+8
* Merge pull request #2075 from rabbitmq/configure-cluster-nameGerhard Lazu2019-08-122-3/+24
|\
| * Make it possible to pre-configure cluster name via configMichael Klishin2019-08-122-3/+24
* | Only send force_event_refresh events to classic queuesMichael Klishin2019-08-131-1/+4
|/
* Merge pull request #2072 from rabbitmq/mk-cuttlefish-upgradeMichael Klishin2019-08-081-0/+1
|\
| * Log Cuttlefish command at debug levelMichael Klishin2019-08-081-0/+1
* | Add marker rabbit_queue_type behaviourkjnilsson2019-08-074-80/+120
|/
* Merge pull request #2070 from rabbitmq/dialyzer-fixesMichael Klishin2019-08-074-23/+5
|\
| * Dialyzer fixeskjnilsson2019-08-064-23/+5
* | Publish messages_persistentDiana Corbacho2019-08-051-2/+2
|/
* Merge pull request #2064 from rabbitmq/get-empty-qqMichael Klishin2019-08-031-0/+1
|\
| * Add get empty counter to quorum queuesDiana Corbacho2019-08-021-0/+1
* | Publish persistent stats for quorum queuesDiana Corbacho2019-08-011-1/+4
|/
* Merge branch 'master' into management-only-apiMichael Klishin2019-07-0815-80/+599
|\
| * Merge pull request #2047 from rabbitmq/rabbitmq_cli_log_commandsMichael Klishin2019-07-061-0/+95
| |\
| | * Merge branch 'master' into rabbitmq_cli_log_commandsMichael Klishin2019-07-049-33/+137
| | |\
| | * | Stream log for N seconds. Fix line cropping when reading entire log.Daniil Fedotov2019-06-271-24/+33
| | * | Functions to support log streaming to a CLI node.Daniil Fedotov2019-06-261-1/+34