summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_amqp.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: fix spelling errorsJosh Soref2023-11-271-2/+2
* rgw/amqp: use "fmt" for converting connection_id to stringYuval Lifshitz2023-06-251-1/+3
* rgw/amqp: remove possible race conditions with the amqp connectionsYuval Lifshitz2023-06-211-232/+174
* rgw/amqp: store CA location string in connection objectYuval Lifshitz2022-10-111-1/+1
* rgw: fix rabbitmq version checking for AMQP_STATUS_SSL_SET_ENGINE_FAILEDFrancisco J. Solis2022-09-251-0/+4
* rgw/amqp: add default case to silence compiler warningCasey Bodley2021-12-151-1/+2
* src/rgw: AMQP connection timeoutKalpesh Pandya2021-09-011-0/+10
* rgw/amqp: remove the explicit "disconnect()" interfaceYuval Lifshitz2021-06-131-36/+8
* rgw/amqp: fix valgrind issue of uninitialized info.sslYuval Lifshitz2021-06-081-7/+13
* rgw: add support for SSL encrypted AMQP connectionsTom Schoonjans2021-02-151-7/+55
* Merge pull request #38852 from adamemerson/wip-thou-shalt-not-unwindHarish Munjulur2021-01-261-1/+1
|\
| * rgw: Make some thread entry-points noexceptAdam C. Emerson2021-01-111-1/+1
* | rgw/amqp: fix race condition in amqp manager initializationYuval Lifshitz2021-01-141-3/+3
|/
* rgw/amqp: fix the "routable" delivery modeYuval Lifshitz2020-04-191-39/+70
* rgw/pubsub: add kafka notification endpointYuval Lifshitz2019-11-051-9/+8
* rgw/pubsub: push notifications from opsYuval Lifshitz2019-09-101-19/+28
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: use the compatibilty function for pthread_setnameWillem Jan Withagen2019-04-091-1/+2
* rgw/pubsub: avoid static creation of amqp managerYuval Lifshitz2019-03-311-28/+33
* rgw/pubsub: allow for endpoint definition via topicsYuval Lifshitz2019-03-271-31/+103
* rgw: pubsub. fix commenst from PR#25866. support httpsYuval Lifshitz2019-02-131-28/+24
* rgw: pubsub support amqp broker reconnectsYuval Lifshitz2019-02-131-209/+399
* rgw: pubsub handle immediate errors. support connection deletionsYuval Lifshitz2019-02-131-98/+200
* rgw: pubsub support multiple acks in one amqp replyYuval Lifshitz2019-02-131-22/+33
* rgw: pubsub amqp manager to be thread safeYuval Lifshitz2019-02-131-70/+188
* rgw: pubsub move amqp ro rgw namespace. memleak fix in unittestYuval Lifshitz2019-02-131-1/+1
* rgw: pubsub support rabbitmq 0.7.1 (ubuntu-xenial)Yuval Lifshitz2019-02-131-0/+2
* rgw: pubsub handle amqp n/acksYuval Lifshitz2019-02-131-98/+242
* rgw: pubsub add amqp unit-testsYuval Lifshitz2019-02-131-2/+12
* rgw: pubsub noack in rabbitmq + error handlingYuval Lifshitz2019-02-131-74/+210
* rgw: pubsub support amqp endpoint - demoYuval Lifshitz2019-02-131-0/+240