summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_asio_client.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: clean-up -- insure C++ source code files contain editor directivesJ. Eric Ivancich2018-12-111-0/+1
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
* rgw: add ssl support to beast frontendCasey Bodley2018-04-051-1/+2
* rgw: factor the tcp::socket out of ClientIOCasey Bodley2018-04-051-13/+8
* rgw: make init env methods return an errorAbhishek Lekshmanan2018-02-201-1/+1
* rgw: ask beast parser about keepalive/closeCasey Bodley2017-10-271-2/+0
* rgw: beast frontend uses callbacks instead of coroutinesCasey Bodley2017-10-271-2/+0
* rgw: update beast frontend/submodule to v116Casey Bodley2017-10-271-39/+6
* rgw: update Beast for streaming reads in asio frontendCasey Bodley2017-05-051-63/+50
* rgw/cleanup: add override in headersliuchang08122017-03-141-1/+1
* rgw: implement buffered HTTP header composition in front-ends.Radoslaw Zarzynski2016-10-251-2/+5
* rgw: switch to size_t and exception in rgw::io::BasicClient::complete_request.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: use filters over AsioConnection.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-11/+11
* rgw: change naming based on RGWStreamIO in favor of RGWRestfulIO.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: implement RGWStreamIOEngine::{send,recv}_body().Radoslaw Zarzynski2016-10-211-2/+10
* rgw: implement RGWStreamIO[Engine]::send_header().Radoslaw Zarzynski2016-10-211-1/+3
* rgw: switch to std::size_t in the front-end infrastructure.Radoslaw Zarzynski2016-10-211-6/+6
* 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-1/+6
* rgw: asio frontend uses async_readCasey Bodley2016-10-211-3/+4
* rgw: implement ClientIO interface for asio + beastCasey Bodley2016-10-211-0/+96