summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_asio_client.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: fix spelling errorsJosh Soref2023-11-271-3/+3
* build: Bump boost to 1.82Adam C. Emerson2023-07-051-7/+7
* Revert "rgw/beast: add extra_response_headers for Server name"Casey Bodley2023-03-131-8/+1
* rgw/beast: add extra_response_headers for Server nameCasey Bodley2023-03-111-1/+8
* rgw/beast: ClientIO remembers whether it sent '100 Continue'Casey Bodley2023-01-051-0/+1
* rgw: keep underscore in metatdata keyIlsoo Byun2020-12-301-0/+2
* rgw: Replace boost::string_ref/view with std::string_viewPrateek Sachan2020-06-181-3/+3
* rgw: fix REQUEST_URI setting in the rgw_asio_client.ccJiaying Ren2019-09-241-7/+8
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: pubsub add perf counters. fix error handlingYuval Lifshitz2019-02-131-0/+1
* rgw: add ssl support to beast frontendCasey Bodley2018-04-051-3/+5
* rgw: factor the tcp::socket out of ClientIOCasey Bodley2018-04-051-45/+9
* rgw: enable 'qlen' & 'qactive' performance countersMark Kogan2018-03-121-0/+5
* rgw: make init env methods return an errorAbhishek Lekshmanan2018-02-201-1/+2
* rgw: fix for empty query string in beast frontendCasey Bodley2018-01-251-4/+5
* rgw: update beast frontend for boost 1.66Casey Bodley2018-01-051-1/+1
* rgw: implement ipv4 aws:SourceIp condition for bucket policyyuliyang2017-11-301-0/+1
* rgw: RGWEnv::set() takes std::stringCasey Bodley2017-11-101-9/+8
* rgw: ask beast parser about keepalive/closeCasey Bodley2017-10-271-6/+2
* rgw: beast frontend uses callbacks instead of coroutinesCasey Bodley2017-10-271-6/+1
* rgw: update beast frontend/submodule to v116Casey Bodley2017-10-271-20/+20
* rgw: fix opslog uri as per Amazon s3Jiaying Ren2017-10-171-0/+5
* rgw: update Beast for streaming reads in asio frontendCasey Bodley2017-05-051-30/+48
* dout: Use dout_contextAdam C. Emerson2016-12-221-0/+1
* rgw: implement buffered HTTP header composition in front-ends.Radoslaw Zarzynski2016-10-251-17/+28
* rgw: fix interface compliance of RGWCivetWeb::write_data().Radoslaw Zarzynski2016-10-211-1/+5
* rgw: switch to size_t and exception in rgw::io::BasicClient::complete_request.Radoslaw Zarzynski2016-10-211-2/+2
* rgw: improve debugs in RGWAsioClientIO and AsioConnection.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: fix off-by-one in RGWAsioClientIO::init_env.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: switch to namespaces and change naming in the frontend subsystem.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: ONLY replace std::size_t with size_t.Radoslaw Zarzynski2016-10-211-10/+10
* rgw: make RGWRestfulIOEngine::Exception alias to std::system_error.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: change naming based on RGWStreamIO in favor of RGWRestfulIO.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: implement RGWStreamIO[Engine]::send_header().Radoslaw Zarzynski2016-10-211-0/+12
* rgw: switch to std::size_t in the front-end infrastructure.Radoslaw Zarzynski2016-10-211-7/+8
* rgw: handle errors via exceptions in RGWStreamIOEngine.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: port the ASIO frontend to the new RGWStreamIOEngine infrastructure.Radoslaw Zarzynski2016-10-211-18/+42
* rgw: asio frontend uses async_readCasey Bodley2016-10-211-14/+7
* rgw: implement ClientIO interface for asio + beastCasey Bodley2016-10-211-0/+154