summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_main.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rgw: ONLY rename RGWMongooseFrontend to RGWCivetWebFrontend.Radoslaw Zarzynski2016-10-211-1/+1
* rgw: mark asio frontend as experimentalMatt Benjamin2016-10-211-1/+2
* rgw: implement Frontend interface for asioCasey Bodley2016-10-211-1/+7
* Merge pull request #10280 from rzarzynski/wip-rgw-swift-at-root-featuresRadoslaw Zarzynski2016-08-291-6/+39
|\
| * rgw: settle /info implementation across other swift-at-root features.Radoslaw Zarzynski2016-07-141-2/+2
| * swift /info implementation.Pritha Srivastava2016-07-141-0/+3
| * rgw: add support for the healthcheck feature of Swift API.Radoslaw Zarzynski2016-07-141-0/+3
| * rgw: add support for the crossdomain.xml resource of Swift API.Radoslaw Zarzynski2016-07-141-3/+11
| * rgw: fix the handling of rgw_swift_url_prefix.Radoslaw Zarzynski2016-07-141-5/+24
* | rgw/rgw_main: fix unnecessary variables definedzhang.zezhu2016-07-291-2/+1
* | RGW:lifecycle feature[rebase]Ji Chen2016-07-221-1/+1
|/
* Merge pull request #9931 from Yan-waller/yj-wip-rgwmainccfixMatt Benjamin2016-06-301-11/+13
|\
| * rgw/rgw_admin.cc: fix some indent and replace 'tab' with spacesYan Jun2016-06-251-11/+13
* | rgw: add error message for rgw_perf_start failure.Yan Jun2016-06-201-3/+4
* | rgw: check result of rgw_tools_initYan Jun2016-06-201-2/+5
|/
* rgw: eradicate rgw_swift.{h,cc}.Radoslaw Zarzynski2016-06-021-8/+0
* rgw: extend SIGHUP handler for realm reconfigurationYehuda Sadeh2016-05-171-2/+17
* rgw_main: break up frontend config parsingKarol Mroz2016-03-101-36/+46
* Merge remote-tracking branch 'origin/master' into wip-rgw-new-multisiteYehuda Sadeh2016-02-191-967/+25
|\
| * Merge pull request #7457 from weiqiaomiao/w1Yehuda Sadeh2016-02-181-1/+5
| |\
| | * Rgw: check the return value when call fe->run()huanwen ren2016-02-011-1/+5
| * | rgw: refactor rgw_mainMatt Benjamin2016-02-121-901/+20
* | | rgw: more on fix for g_ceph_context shutdownCasey Bodley2016-02-121-1/+0
* | | rgw: fix assert on shutdown by keeping g_ceph_context around longerCasey Bodley2016-02-121-0/+8
* | | rgw: register RGWPeriodPusher with RGWRealmWatcherCasey Bodley2016-02-121-3/+12
* | | rgw: RGWRealmWatcher supports multiple watch typesCasey Bodley2016-02-121-1/+1
* | | rgw: rename RGWRealmReloader::FrontendPauser to PauserCasey Bodley2016-02-121-1/+1
* | | rgw: refactor reconfigure out of RGWRealmWatcherCasey Bodley2016-02-121-4/+7
* | | rgw: RGWRealmWatcher to reload RGWRados on changesCasey Bodley2016-02-121-0/+22
* | | rgw: add pause/unpause to RGWFrontend interfaceCasey Bodley2016-02-121-9/+53
* | | rgw: zonegroup and zone should not be accessed directlyOrit Wasserman2016-02-121-1/+1
* | | rgw: adjust callsYehuda Sadeh2016-02-121-1/+1
* | | rgw: run and stop sync threadYehuda Sadeh2016-02-121-1/+2
* | | rgw: add handler for /admin/realm/periodCasey Bodley2016-02-121-0/+2
* | | rgw: Rename Region to ZoneGroup only internal structures and classOrit Wasserman2016-02-091-1/+1
* | | rgw: store immutable metadata entries in heap poolYehuda Sadeh2016-02-091-2/+0
|/ /
* | Merge pull request #7444 from dreamhost/wip-rgw-static-website-robbat2Yehuda Sadeh2016-02-091-0/+1
|\ \
| * | rgw: approximate AmazonS3 HostId error field.Robin H. Johnson2016-02-021-0/+1
* | | global: add data_dir_option for all daemonsSage Weil2016-02-041-1/+1
|/ /
* | Merge remote-tracking branch 'gh/wip-da-SCA-20150910'Sage Weil2016-02-021-3/+3
|\ \
| * | make ctors with one argument explicitDanny Al-Gaaf2016-01-291-3/+3
| |/
* / common,osd: remove _process(T *t) to silence warningsKefu Chai2016-02-011-2/+1
|/
* Merge branch 'wip-rgw-static-website-yehuda'Yehuda Sadeh2016-01-271-14/+52
|\
| * rgw: fix null dereferenceYehuda Sadeh2016-01-221-1/+5
| * rgw: don't abort on op_ret < 0Yehuda Sadeh2016-01-221-12/+1
| * rgw: the big op_ret changeMatt Benjamin2016-01-221-1/+7
| * WIP x-amz-website-redirect-location.Robin H. Johnson2016-01-201-1/+16
| * rgw: init_permissions() shouldn't return ENOENT in a specific caseYehuda Sadeh2016-01-201-1/+1
| * Merge remote-tracking branch 'origin/master' into wip-rgw-static-website-yehu...Yehuda Sadeh2016-01-191-6/+19
| |\
| * | rgw: prepare for handlers to have custom error handler routinesRobin H. Johnson2015-10-131-11/+11