summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_common.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: add encode_slash param in url_encodelvshanchun2018-04-131-7/+6
* rgw: fix mfa setting, verify on object deletionYehuda Sadeh2018-04-091-0/+1
* rgw: req_state members init refactorYehuda Sadeh2018-04-091-19/+1
* rgw: Sanitize rgw perf counter namesBoris Ranto2018-04-061-1/+1
* Merge pull request #19252 from joke-lee/website_redirectYuri Weinstein2018-03-021-10/+6
|\
| * rgw: fix s3 website redirection erroryuliyang2017-11-301-10/+6
* | Merge pull request #20332 from pritha-srivastava/wip-rgw-role-admin-onlyYuri Weinstein2018-02-161-1/+2
|\ \
| * | rgw: Correct permission evaluation to allow only adminPritha Srivastava2018-02-061-1/+2
* | | Merge pull request #20006 from jcsp/wip-rgw-perfcountersYuri Weinstein2018-02-151-0/+4
|\ \ \ | |/ / |/| |
| * | rgw: set priority on perf countersJohn Spray2018-01-181-0/+4
* | | rgw: Reinstating error codes mapping for Roles.Pritha Srivastava2018-02-051-0/+4
|/ /
* | rgw: Use unqualified encode/decodeAdam C. Emerson2018-01-101-1/+2
* | build: Bump language to C++17Adam C. Emerson2018-01-081-11/+8
* | Merge pull request #19210 from Liuchang0812/rgw-camelcaseYuri Weinstein2017-12-121-0/+53
|\ \
| * | rgw: move {camecase, lowercase}_dash_http_attr functions to rgw_commonChang Liu2017-11-281-0/+53
| |/
* / rgw: optimize memory usage in function rgw_bucket::get_keyBingyin Zhang2017-12-081-4/+4
|/
* rgw: Fix evaluation of bucket management permissionsAdam C. Emerson2017-10-301-25/+41
* rgw: Refactor checking of some opsAdam C. Emerson2017-10-281-0/+15
* rgw: Fix getter function names in RGWEnvJos Collin2017-10-181-3/+3
* Merge pull request #17432 from joscollin/wip-cleanup-fix-rgwconfMatt Benjamin2017-10-181-3/+3
|\
| * rgw: Access RGWConf through RGWEnvJos Collin2017-10-171-3/+3
* | Merge pull request #17972 from cbodley/wip-21401Kefu Chai2017-10-131-51/+13
|\ \
| * | rgw: remove error handling for get_random_bytesCasey Bodley2017-10-091-51/+13
* | | Merge pull request #17882 from ZVampirEM77/wip-rgw-encryptionMatt Benjamin2017-10-101-0/+1
|\ \ \ | |/ / |/| |
| * | rgw: encryption SSE-C add the details of error msg in responseEnming Zhang2017-10-051-0/+1
| |/
* | rgw: return proper message when deleting non-empty Swift's container.Radoslaw Zarzynski2017-08-291-0/+2
* | rgw: Swift API returns 400 Bad Request on too long container names.Radoslaw Zarzynski2017-08-221-0/+1
* | rgw: honor custom rgw_err::message in Swift's error handling.Radoslaw Zarzynski2017-08-221-1/+11
|/
* Merge pull request #16491 from cbodley/wip-20308Yuri Weinstein2017-08-031-65/+16
|\
| * rgw: split match into match_policy, match_wildcardsCasey Bodley2017-08-011-65/+16
* | Merge pull request #16370 from rzarzynski/wip-rgw-swift-prefixed-tempurlsYuri Weinstein2017-08-021-0/+12
|\ \ | |/ |/|
| * rgw: add the get_optional() method to RGWHTTPArgs.Radoslaw Zarzynski2017-07-171-0/+12
* | Merge pull request #16531 from rzarzynski/wip-rgw-20757Yuri Weinstein2017-07-271-18/+16
|\ \
| * | rgw: fix memory leaks during Swift Static Website's error handling.Radoslaw Zarzynski2017-07-241-18/+16
| |/
* | Merge pull request #16385 from mikulely/3-check-target-when-create-bucketCasey Bodley2017-07-251-0/+1
|\ \
| * | rgw: check placement existence when create bucketJiaying Ren2017-07-191-0/+1
* | | Merge pull request #16422 from theanalyst/rgw-lc-log-fixYuri Weinstein2017-07-241-0/+8
|\ \ \ | |/ / |/| |
| * | rgw: rgw_common introduce `rgw_to_asctime`Abhishek Lekshmanan2017-07-191-0/+8
* | | rgw: acl grants num limitEnming Zhang2017-07-161-0/+1
|/ /
* | Merge pull request #15953 from rzarzynski/wip-rgw-20418Yuri Weinstein2017-07-141-0/+5
|\ \ | |/ |/|
| * rgw: reject request if decoded URI contains \0 in the middle.Radoslaw Zarzynski2017-06-271-0/+5
* | rgw: add a new error code for non-existed user.Zhao Chao2017-07-071-0/+1
* | rgw: add a new error code for non-existed subuser.Zhao Chao2017-07-051-0/+1
|/
* rgw: implement get/put object tags for S3Abhishek Lekshmanan2017-06-211-1/+4
* rgw: fix bucket location s3 compatible issueJiaying Ren2017-06-181-0/+1
* Merge pull request #15269 from theanalyst/rgw/env-fixRadoslaw Zarzynski2017-06-141-14/+10
|\
| * rgw: make RGWEnv return a const ref. to its mapAbhishek Lekshmanan2017-06-141-14/+10
* | rgw: drop unused var header_endedJiaying Ren2017-06-141-1/+0
|/
* Merge pull request #14885 from rzarzynski/wip-rgw-auth-rework-cont-3-awsv4Matt Benjamin2017-06-131-66/+70
|\
| * rgw; rework interface and implementation of url_decode.Radoslaw Zarzynski2017-06-071-30/+24