summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rgw: mongoose prototypewip-mongooseYehuda Sadeh2012-11-1613-44/+5817
* rgw: fix warningYehuda Sadeh2012-11-131-3/+3
* Merge branch 'wip-min-size'Sage Weil2012-11-134-4/+14
|\
| * osd: default pool min_size to 0 (which gives us size-size/2)Sage Weil2012-11-131-1/+1
| * mon: default min_size to size-size/2 if min_size default is 0Sage Weil2012-11-131-2/+5
| * osd: default min_size to size - size/2Sage Weil2012-11-131-1/+1
| * mon: helpful warning in 'health detail' output about incomplete pgsSage Weil2012-11-131-0/+7
* | vstart.sh: support -X by adding 'auth required = none' entriesDan Mick2012-11-131-1/+9
|/
* osd: start_boot() after init()Sage Weil2012-11-131-0/+1
* Merge remote-tracking branch 'gh/wip-rgw-integration'Sage Weil2012-11-1337-220/+3587
|\
| * Merge remote-tracking branch 'origin/wip-swift-token' into wip-rgw-integrationYehuda Sadeh2012-11-082-1/+2
| |\
| | * rgw: configurable swift token ttlYehuda Sadeh2012-11-052-1/+2
| * | Merge branch 'wip-keystone' into wip-rgw-integrationYehuda Sadeh2012-11-0823-88/+1339
| |\ \
| | * | docs: add keystone documentationYehuda Sadeh2012-11-081-0/+43
| | * | rgw: change configurableYehuda Sadeh2012-11-082-3/+3
| | * | rgw: fix buildYehuda Sadeh2012-11-088-41/+54
| | * | rgw: use a different boost thread libraryYehuda Sadeh2012-11-081-1/+1
| | * | rgw: keystone tokens revocation threadYehuda Sadeh2012-11-084-97/+196
| | * | json_spirit: thread safeYehuda Sadeh2012-11-082-2/+2
| | * | rgw: decode pki tokensYehuda Sadeh2012-11-081-31/+67
| | * | rgw: invalidate revoked tokensYehuda Sadeh2012-11-081-4/+18
| | * | rgw: keep pki tokens by hashYehuda Sadeh2012-11-081-30/+60
| | * | rgw: decode revocation messageYehuda Sadeh2012-11-084-30/+181
| | * | crypto: add cms utility functionYehuda Sadeh2012-11-027-6/+386
| | * | rgw: parse keystone token expirationYehuda Sadeh2012-10-311-3/+16
| | * | rgw: cache keystone tokensYehuda Sadeh2012-10-316-48/+194
| | * | rgw: map keystone tenant id to rgw userYehuda Sadeh2012-10-312-2/+11
| | * | rgw: handle keystone rolesYehuda Sadeh2012-10-302-0/+41
| | * | rgw: auto create rgw user for new keystone usersYehuda Sadeh2012-10-301-4/+17
| | * | rgw: handle keystone tokensYehuda Sadeh2012-10-306-23/+196
| | * | rgw: extend rgw json parser apiYehuda Sadeh2012-10-302-9/+36
| | * | rgw: refactor curl functionalityYehuda Sadeh2012-10-305-20/+74
| | * | rgw: configurable swift auth urlYehuda Sadeh2012-10-302-3/+12
| * | | Merge branch 'wip-post-cleaned' into wip-rgw-integrationYehuda Sadeh2012-11-0817-38/+2020
| |\ \ \ | | |/ /
| | * | rgw: better error responses, logging for specific error casesYehuda Sadeh2012-10-234-45/+192
| | * | rgw: POST fixes, policy range, policy expirationYehuda Sadeh2012-10-239-95/+119
| | * | rgw: handle expiration and content length policy conditions.caleb miles2012-10-236-9/+85
| | * | rgw: implement POST key can use ${filename}Yehuda Sadeh2012-10-232-8/+31
| | * | rgw: return correct responses with POSTYehuda Sadeh2012-10-235-37/+117
| | * | rgw: handle success_action_redirectYehuda Sadeh2012-10-236-12/+16
| | * | rgw: handle policy as case insensitive where requiredYehuda Sadeh2012-10-236-21/+42
| | * | rgw: handle missing content length in POSTYehuda Sadeh2012-10-231-5/+6
| | * | rgw: handle x-ignore- in POST requestYehuda Sadeh2012-10-231-1/+5
| | * | rgw: verify that request variables are in policyYehuda Sadeh2012-10-233-7/+40
| | * | json_spirit: update grammarYehuda Sadeh2012-10-231-2/+2
| | * | rgw: add policy decoding codeYehuda Sadeh2012-10-232-6/+112
| | * | rgw: basic policy functionalityYehuda Sadeh2012-10-233-0/+213
| | * | rgw: add a test tool for json parserYehuda Sadeh2012-10-232-0/+85
| | * | rgw: adjustments for 100-continueYehuda Sadeh2012-10-231-9/+14
| | * | rgw: handle content_type, metaYehuda Sadeh2012-10-235-11/+34