| Commit message (Expand) | Author | Files | Lines |
2016-02-12 | librgw: declare RGWDeleteObjRequest | Matt Benjamin | 1 | -0/+55 |
2016-02-12 | librgw: declare RGWGetObjRequest | Matt Benjamin | 2 | -1/+69 |
2016-02-12 | librgw: fix RGWPutObj s->content_length | Matt Benjamin | 1 | -1/+3 |
2016-02-12 | RGWPutObjRequest: fix get_data() | Matt Benjamin | 1 | -2/+3 |
2016-02-12 | rgw log: disambiguate 'Read AccessControlPolicy' (logs) | Matt Benjamin | 2 | -2/+2 |
2016-02-12 | librgw: add --prelist to gp to prime cache | Matt Benjamin | 1 | -5/+45 |
2016-02-12 | librgw: fix rgw_open param names and invocation | Matt Benjamin | 2 | -7/+13 |
2016-02-12 | librgw: avoid illegal rele() | Matt Benjamin | 2 | -5/+4 |
2016-02-12 | librgw: don't create/delete in librgw_file.cc (unit test) | Matt Benjamin | 1 | -12/+0 |
2016-02-12 | librgw: fs->root_fh is a pointer (and assign it) | Matt Benjamin | 6 | -12/+13 |
2016-02-12 | librgw: bucket names can be const | Matt Benjamin | 1 | -1/+1 |
2016-02-12 | librgw: reify root handles | Matt Benjamin | 5 | -187/+88 |
2016-02-12 | librgw: incremental RGWPutObj work and almost-complete RGWFH refactor. | Matt Benjamin | 5 | -24/+111 |
2016-02-12 | xxHash: build internally | Matt Benjamin | 1 | -1/+1 |
2016-02-12 | librgw: add ZPage/ZPageSet abstraction (gp unit tests) | Matt Benjamin | 1 | -0/+75 |
2016-02-12 | xxHash: add as submodule | Matt Benjamin | 3 | -0/+6 |
2016-02-12 | librgw: rgw_file_handle refactor, plus get/put | Matt Benjamin | 8 | -36/+349 |
2016-02-12 | librgw: add options for bucket name, multi create, delete | Matt Benjamin | 1 | -0/+34 |
2016-02-12 | librgw: fix acl assignment in RGWCreateBucket_OS_Lib | Matt Benjamin | 2 | -9/+19 |
2016-02-12 | librgw: don't fake hostname (real hostname isn't used yet) | Matt Benjamin | 1 | -3/+5 |
2016-02-12 | librgw: don't allow running rgwfile tests as anon | Matt Benjamin | 2 | -33/+15 |
2016-02-12 | librgw: partial delete/unlink support | Matt Benjamin | 5 | -4/+219 |
2016-02-12 | librgw: return result code from execute_request | Matt Benjamin | 3 | -14/+11 |
2016-02-12 | librgw: fix uri, read_permissions virtual for create-bucket | Matt Benjamin | 3 | -1/+11 |
2016-02-12 | librgw: block in create bucket, rgw_mkdir | Matt Benjamin | 5 | -2/+144 |
2016-02-12 | librgw: re-derive rgw_os_lib family | Matt Benjamin | 3 | -22/+22 |
2016-02-12 | librgw: s/rgw_rest_lib.{h,cc}/rgw_os_lib.{h,cc} | Matt Benjamin | 6 | -12/+9 |
2016-02-12 | lirgw: call RGWHanlder_Lib::init_from_header | Matt Benjamin | 3 | -9/+6 |
2016-02-12 | librgw: cleanups, incremental ListBuckets fixes | Matt Benjamin | 5 | -42/+47 |
2016-02-12 | librgw: forward cmdline args to librgw_create | Matt Benjamin | 1 | -1/+9 |
2016-02-12 | librgw: remove disabled RGWLib RGWREST::get_handler() | Matt Benjamin | 1 | -39/+0 |
2016-02-12 | librgw: cleanups in process_request | Matt Benjamin | 1 | -17/+2 |
2016-02-12 | librgw: pull RGWUserinfo user into RGWLibRequest | Matt Benjamin | 3 | -9/+8 |
2016-02-12 | librgw: cache RGWUserInfo in rgw_fs private handle | Matt Benjamin | 7 | -67/+94 |
2016-02-12 | librgw: split RGWUserInfo from struct req_state | Matt Benjamin | 15 | -155/+181 |
2016-02-12 | librgw: RGWFileHandle and RGWLibFS | Matt Benjamin | 2 | -4/+44 |
2016-02-12 | librgw: fixes for RGWListBucketRequest callback | Matt Benjamin | 5 | -7/+18 |
2016-02-12 | librgw: untested RGWLibListBucketsRequest and caller. | Matt Benjamin | 2 | -1/+66 |
2016-02-12 | librgw: fix 2 bugs in RGWListBuckets, remove scaffolding | Matt Benjamin | 5 | -43/+13 |
2016-02-12 | librgw: process_request prologue fixups | Matt Benjamin | 3 | -10/+17 |
2016-02-12 | librgw: reprocess process_request | Matt Benjamin | 5 | -139/+181 |
2016-02-12 | librgw: wire up RGWLibFrontend enqueue and exec operations | Matt Benjamin | 3 | -28/+44 |
2016-02-12 | librgw: remove RGWLibRequestEnv | Matt Benjamin | 2 | -67/+13 |
2016-02-12 | librgw: wire up request initializers | Matt Benjamin | 5 | -20/+83 |
2016-02-12 | librgw: re-derive RGWLibRequest | Matt Benjamin | 4 | -31/+37 |
2016-02-12 | librgw: rename RGWHandler_REST_Lib (sic), inherit from RGWHandler | Matt Benjamin | 2 | -11/+7 |
2016-02-12 | librgw: remove dead code, add comments in RGWLib | Matt Benjamin | 1 | -27/+3 |
2016-02-12 | librgw: refactor RGWHandler HTTP/REST methods into _REST | Matt Benjamin | 22 | -293/+328 |
2016-02-12 | librgw: call rcb in RGWListBucketsRequest operator() | Matt Benjamin | 1 | -1/+2 |
2016-02-12 | librgw: add user_id to RGWListBucketsRequest | Matt Benjamin | 2 | -5/+18 |