summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rgw: call appropriate curl calls for waiting on socketsrgw-next-libcurlYehuda Sadeh2013-07-085-51/+72
* configure.ac: detect whether libcurl supports curl_multi_wait()Yehuda Sadeh2013-07-081-0/+5
* cls_rgw: skip namespaced entries when listing bucketYehuda Sadeh2013-06-201-2/+55
* rgw: handle racing default region creationYehuda Sadeh2013-06-181-3/+9
* rgw: move a couple of unitests to a different Makefile ruleYehuda Sadeh2013-06-171-2/+2
* rgw: add 'delete' to signed subresources listYehuda Sadeh2013-06-171-0/+1
* test: update cli testYehuda Sadeh2013-06-171-0/+4
* rgw: set default region as masterYehuda Sadeh2013-06-171-0/+2
* rgw: send meta headers with remote PUT requestYehuda Sadeh2013-06-105-9/+28
* rgw: don't busy wait for outgoing rest requestsYehuda Sadeh2013-06-102-25/+26
* rgw: don't send redirect if copy object has a local sourceYehuda Sadeh2013-06-101-1/+31
* rgw: link bucket to owner on metadata updateYehuda Sadeh2013-06-101-0/+4
* rgw: fix logic related to operations on different regionYehuda Sadeh2013-06-101-2/+2
* rgw: minor logging changeYehuda Sadeh2013-06-101-1/+2
* rgw: fix json decoding for swift keysYehuda Sadeh2013-06-101-4/+3
* rgw: stream obj into http requestYehuda Sadeh2013-06-107-24/+334
* rgw: format put request authYehuda Sadeh2013-06-102-17/+55
* rgw: bucket metadata, ignore ENOENT on putYehuda Sadeh2013-06-101-1/+1
* rgw: skeleton for obj copy across regionsYehuda Sadeh2013-06-108-3/+78
* rgw: metadata lock/unlock implemented with test casesBabu Shanmugam2013-06-1013-151/+409
* RESTful APIs for data changes log implemented with test casesBabu Shanmugam2013-06-106-6/+626
* rgw: some user metadata fixesYehuda Sadeh2013-05-311-5/+17
* rgw_admin: modify mdlog functionalityYehuda Sadeh2013-05-311-20/+37
* rgw: set truncated as false if ENOENT when listing mdlog entriesYehuda Sadeh2013-05-311-0/+4
* Merge branch 'wip-rgw-geo-enovance' into wip-rgw-geo-2Yehuda Sadeh2013-05-3114-64/+1827
|\
| * flushed the formatter after closing the primary section in MDLOG, BILOG and G...Babu Shanmugam2013-05-302-1/+4
| * rgw: mdlog, bilog RESTful api cleanupYehuda Sadeh2013-05-282-80/+118
| * With mdlog lock and unlock functionality, listing and trimming base on shard_idBabu Shanmugam2013-05-289-104/+384
| * Added send_response implementation for MDLOG and BILOG list APIs so that peri...Babu Shanmugam2013-05-213-9/+44
| * MDLOG and BILOG REST Apis implemented along with some bug fixesBabu Shanmugam2013-05-1811-13/+1419
* | rgw: Do not assum rest connection to be establishedChristophe Courtaut2013-05-311-0/+4
* | rgw: verify bucket location only if existsYehuda Sadeh2013-05-292-10/+9
* | rgw: forward delete_bucket to master regionYehuda Sadeh2013-05-297-29/+60
* | Fixed default region creation issueChristophe Courtaut2013-05-291-0/+4
* | rgw: user master region's version of bucketYehuda Sadeh2013-05-2912-73/+153
* | rgw: propagate region on bucket creationYehuda Sadeh2013-05-248-7/+24
* | rgw: determine owner after effetctive userYehuda Sadeh2013-05-241-4/+5
* | rgw: forward request params through upstream RESTYehuda Sadeh2013-05-246-5/+57
* | rgw: enable data sending via http clientYehuda Sadeh2013-05-249-24/+83
* | rgw: multiple fixes and cleanupsYehuda Sadeh2013-05-2311-24/+75
* | utime: add asctime()Yehuda Sadeh2013-05-231-0/+27
* | rgw: rest_client, forward requestsYehuda Sadeh2013-05-237-64/+129
* | rgw: some code cleanupYehuda Sadeh2013-05-235-158/+173
* | rgw: separate certain request info into different structureYehuda Sadeh2013-05-2315-195/+204
* | rgw: clean up s3 signing codeYehuda Sadeh2013-05-223-59/+107
* | rgw: add system usersYehuda Sadeh2013-05-226-1/+53
* | rgw: pre-generate bucket object version before creating itYehuda Sadeh2013-05-225-3/+18
* | rgw: forward bucket creation to master regionYehuda Sadeh2013-05-2112-34/+71
* | rgw: infrastructure to send requests to different regionYehuda Sadeh2013-05-218-2/+234
* | rgw: add access key to zone infoYehuda Sadeh2013-05-203-2/+22