summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_website.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw:cleanup/refactor json and xml encoders and decodersKaleb S. KEITHLEY2021-12-131-0/+212
* rgw: build without "using namespace std"Kefu Chai2021-08-131-1/+1
* rgw: avoid occuring radosgw daemon crash when access a conditionally redirect...mengxiangrui2021-07-211-1/+3
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: fix checking index_doc_suffix when getting effective keyEnming Zhang2019-07-101-1/+6
* rgw: clean-up -- insure C++ source code files contain editor directivesJ. Eric Ivancich2018-12-111-0/+2
* [cleanup] Remove namespace using directives for stdShinobu Kinjo2017-11-271-1/+0
* rgw: fix the subdir without slash of s3 website urlliuhong2017-06-291-1/+3
* rgw: alter data structures to accommodate Static Website of Swift API.Radoslaw Zarzynski2016-09-151-1/+1
* S3Website: AmazonS3 changed RedirectAll HTTP response.Robin H. Johnson2016-01-201-1/+1
* Copyright: add copyright blocks to new files, and update files with existing ...Robin H. Johnson2016-01-161-0/+14
* S3Website: Ensure redirect_all has a 302 response, just like AmazonS3Robin H. Johnson2015-08-241-0/+1
* RGWWebsite: first pass at error redirect and error page handling.Robin H. Johnson2015-08-241-5/+19
* rgw-website: handle redirect_all via RGWBWRoutingRule.Robin H. Johnson2015-08-241-2/+6
* rgw-website: append the key, not overwrite.Robin H. Johnson2015-08-241-3/+3
* rgw-website: Use default hostname/protocol if redirect does not specify.Robin H. Johnson2015-08-241-2/+2
* rgw-website: do not truncate nuke key if valid.Robin H. Johnson2015-08-241-0/+2
* rgw: apply redirect rules in static websiteYehuda Sadeh2015-08-241-19/+34
* rgw: define data structures for static website configYehuda Sadeh2015-08-241-0/+69