summaryrefslogtreecommitdiff
path: root/src/rgw
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next'Sage Weil2013-05-232-1/+4
|\
| * rgw: protect ops log socket formatterYehuda Sadeh2013-05-212-1/+4
* | rgw/rgw_tools.cc: reduce scope of 'ret' in rgw_get_obj()Danny Al-Gaaf2013-05-161-2/+1
* | rgw/rgw_common.cc: reduce scope of 'end' in two casesDanny Al-Gaaf2013-05-161-4/+2
* | rgw/rgw_bucket.cc: reduce scope of 'max' in rgw_remove_bucket()Danny Al-Gaaf2013-05-161-1/+1
* | rgw/rgw_admin.cc: reduce scope of 'ret'Danny Al-Gaaf2013-05-161-2/+1
* | rgw/rgw_acl_s3.cc: remove local variable 'ret' from create_from_headers()Danny Al-Gaaf2013-05-161-3/+1
* | rgw/rgw_rados.cc: remove not needed codeDanny Al-Gaaf2013-05-161-1/+0
* | rgw/rgw_gc.cc: fix possible NULL pointer dereferenceDanny Al-Gaaf2013-05-161-4/+2
|/
* rgw/rgw_user.cc: fix possible NULL pointer dereferenceDanny Al-Gaaf2013-05-141-1/+4
* rgw/rgw_rest.cc: remove dead and unneeded codeDanny Al-Gaaf2013-05-111-2/+2
* rgw/rgw_user.cc: add missing break in switchDanny Al-Gaaf2013-05-111-0/+1
* rgw/rgw_op.cc: use empty() instead of size()Danny Al-Gaaf2013-05-101-1/+1
* rgw: fix various uninit class fieldsSage Weil2013-05-093-14/+15
* radosgw-admin: fix fd leak in read_input()Sage Weil2013-05-091-4/+6
* rgw: user operation maskYehuda Sadeh2013-05-089-18/+157
* rgw: fix compilation for certain architecturesYehuda Sadeh2013-04-261-1/+1
* rgw: fix list buckets limitYehuda Sadeh2013-04-262-3/+11
* rgw: fix bucket listing when reaching limitYehuda Sadeh2013-04-261-1/+1
* rgw: swift list containers can return 204Yehuda Sadeh2013-04-266-8/+12
* rgw: fix plain formatter flushYehuda Sadeh2013-04-262-4/+12
* rgw: fix bucket count when stating accountYehuda Sadeh2013-04-261-1/+3
* rgw: trivial cleanups post code reviewYehuda Sadeh2013-04-262-22/+5
* Merge pull request #239 from ceph/wip-4760Sage Weil2013-04-2513-281/+405
|\
| * rgw: fix i386 compile errorSage Weil2013-04-241-2/+2
| * rgw: list container only shows stats if neededYehuda Sadeh2013-04-247-12/+74
| * rgw: stream list buckets (containers) requestYehuda Sadeh2013-04-2311-277/+339
* | radosgw: receiving unexpected error code while accessing an non-existing obje...Li Wang2013-04-252-10/+2
* | rgw: don't send tail to gc if copying object to itselfYehuda Sadeh2013-04-222-2/+6
* | radosgw: Fix duplicate 'Content-Type' when using 'response-content-type'Sylvain Munaut2013-04-221-2/+3
|/
* rgw_bucket: Fix dump_index_check.caleb miles2013-04-181-1/+0
* Fix policy handling for RESTful admin api.caleb miles2013-04-171-1/+0
* rgw_admin: Create keys for a new user by default.caleb miles2013-04-101-2/+3
* rgw: translate object marker to raw formatYehuda Sadeh2013-04-051-12/+5
* Allow creation of buckets starting with underscore in RGWcaleb miles2013-04-052-7/+14
* rgw/rgw_user.cc: reduce scope of variableDanny Al-Gaaf2013-04-021-2/+2
* rgw/rgw_user.h: remove twice initialized purge_keysDanny Al-Gaaf2013-04-021-1/+0
* rgw/rgw_user.cc: use 'true' directly instead of variableDanny Al-Gaaf2013-04-021-2/+1
* rgw/rgw_user.cc: reduce scope of same_email in execute_modify()Danny Al-Gaaf2013-04-021-1/+1
* rgw/rgw_user.cc: remove some unused std::string variablesDanny Al-Gaaf2013-04-021-6/+0
* rgw/rgw_cors_swift.h: prefer prefix ++operator for iteratorDanny Al-Gaaf2013-04-021-2/+2
* rgw/rgw_op.cc: prefer prefix ++operator for iteratorDanny Al-Gaaf2013-04-021-1/+1
* rgw/rgw_op.cc: remove unsused variableDanny Al-Gaaf2013-04-021-1/+0
* rgw/rgw_op.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-04-021-1/+1
* rgw/rgw_cors_s3.cc: prefer prefix ++operator for iteratorDanny Al-Gaaf2013-04-021-4/+4
* rgw/rgw_cors_s3.cc: remove unused variableDanny Al-Gaaf2013-04-021-1/+0
* rgw/rgw_cors_s3.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-04-021-2/+2
* rgw/rgw_cors.cc: fix inefficient usage of string::find()Danny Al-Gaaf2013-04-021-1/+3
* rgw/rgw_cors.cc: prefer prefix ++operator for iteratorDanny Al-Gaaf2013-04-021-6/+6
* rgw/rgw_cors.cc: use empty() instead of size() == 0Danny Al-Gaaf2013-04-021-1/+1