summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* spelling: refreshJosh Soref2019-02-121-3/+3
|
* spelling: redirectJosh Soref2019-02-121-1/+1
|
* spelling: redeliveredJosh Soref2019-02-121-1/+1
|
* spelling: queuingJosh Soref2019-02-122-2/+2
|
* spelling: protocolJosh Soref2019-02-121-1/+1
|
* spelling: priorityJosh Soref2019-02-121-1/+1
|
* spelling: predicateJosh Soref2019-02-121-1/+1
|
* spelling: possibilitiesJosh Soref2019-02-121-1/+1
|
* spelling: positivesJosh Soref2019-02-121-1/+1
|
* spelling: permutationJosh Soref2019-02-122-2/+2
|
* spelling: overriddenJosh Soref2019-02-125-5/+5
|
* spelling: outputJosh Soref2019-02-121-1/+1
|
* spelling: optimisation (en-GB)Josh Soref2019-02-121-1/+1
|
* spelling: notificationJosh Soref2019-02-121-1/+1
|
* spelling: monitorJosh Soref2019-02-121-1/+1
|
* spelling: maximumJosh Soref2019-02-121-1/+1
|
* spelling: maintenanceJosh Soref2019-02-121-1/+1
|
* spelling: macroJosh Soref2019-02-121-1/+1
|
* spelling: javascriptJosh Soref2019-02-121-1/+1
|
* spelling: invocationJosh Soref2019-02-121-1/+1
|
* spelling: inconsistentJosh Soref2019-02-122-2/+2
|
* spelling: includeJosh Soref2019-02-121-1/+1
|
* spelling: ideallyJosh Soref2019-02-121-1/+1
|
* spelling: greaterJosh Soref2019-02-121-1/+1
|
* spelling: floatJosh Soref2019-02-121-1/+1
|
* spelling: explicitlyJosh Soref2019-02-124-4/+4
|
* spelling: existentJosh Soref2019-02-121-5/+5
|
* spelling: exceptionJosh Soref2019-02-121-1/+1
|
* spelling: everythingJosh Soref2019-02-121-1/+1
|
* spelling: doesn'tJosh Soref2019-02-121-1/+1
|
* spelling: discoveryJosh Soref2019-02-121-1/+1
|
* spelling: disabledJosh Soref2019-02-121-1/+1
|
* spelling: directoryJosh Soref2019-02-121-1/+1
|
* spelling: delegateJosh Soref2019-02-121-1/+1
|
* spelling: deferringJosh Soref2019-02-121-1/+1
|
* spelling: connectionJosh Soref2019-02-121-1/+1
|
* spelling: conflictsJosh Soref2019-02-121-1/+1
|
* spelling: confirmingJosh Soref2019-02-121-1/+1
|
* spelling: comparedJosh Soref2019-02-121-1/+1
|
* spelling: cancelledJosh Soref2019-02-121-2/+2
|
* spelling: betweenJosh Soref2019-02-121-1/+1
|
* spelling: argumentsJosh Soref2019-02-121-1/+1
|
* spelling: abstractJosh Soref2019-02-121-1/+1
|
* rabbitmq.conf.example: minor editsMichael Klishin2019-02-111-5/+5
|
* Default num_acceptors.ssl is 10Michael Klishin2019-02-111-1/+1
| | | | | | | It used to be limited to 1 because of an ssl application bug in OTP that resulted in excessive log noise per acceptor. That's no longer true and the limit has been bumped to 10 months ago.
* fix rabbit_fifo test setupkjnilsson2019-02-081-1/+1
|
* Remove rabbit_fifo_client priority togglekjnilsson2019-02-081-16/+1
| | | | | | | This code is a remnant from when rabbit_fifo was inside ra and it tried to maintain order of low and normal operations within a single process. For rabbit this is not required as it is ok for acks to overtake publishes.
* Merge pull request #1871 from rabbitmq/leader-trackingKarl Nilsson2019-02-082-9/+29
|\ | | | | QQ: Repair amqqrecord leader info on tick
| * QQ: Repair amqqrecord leader info on tickkjnilsson2019-02-072-9/+29
| | | | | | | | | | | | | | | | It is possible that the initial update could fail and then the leader would never be updated. Here we check periodically if the amqqueue record leader is incorrect and update it if so. [#163554015]
* | Update unit_log_config_SUITE now that we have an LDAP sinkMichael Klishin2019-02-081-0/+24
| | | | | | | | See rabbitmq/rabbitmq-common#301.