index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_main.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw: create global http manager
Yehuda Sadeh
2018-04-10
1
-1
/
+3
*
rgw: initial work to add otp as metadata provider
Yehuda Sadeh
2018-04-09
1
-0
/
+2
*
Merge tag 'v13.0.2'
Sage Weil
2018-04-03
1
-16
/
+17
|
\
|
*
global: output usage on -h, --help, or no args before contacting mons
Sage Weil
2018-03-15
1
-16
/
+17
*
|
lttng: Trace rgw data transfer, bi entry and object header update processes
Yang Honggang
2018-03-20
1
-0
/
+10
|
/
*
Merge pull request #20769 from oritwas/wip-rgw-20448
Yuri Weinstein
2018-03-08
1
-1
/
+5
|
\
|
*
rgw: fix crash with rgw_run_sync_thread false
Orit Wasserman
2018-03-07
1
-1
/
+5
*
|
Merge pull request #20390 from theanalyst/rgw/openssl-init
Yuri Weinstein
2018-03-08
1
-24
/
+4
|
\
\
|
|
/
|
/
|
|
*
rgw: call setup and release curl handles in setup_curl
Abhishek Lekshmanan
2018-03-05
1
-2
/
+0
|
*
rgw: setup locks for libopenssl
Abhishek Lekshmanan
2018-03-02
1
-22
/
+4
*
|
drop unnecessary env_to_vec calls
Sage Weil
2018-03-06
1
-1
/
+0
*
|
common: refactor default config value handling
Sage Weil
2018-03-06
1
-6
/
+8
|
/
*
Merge pull request #20635 from mdw-at-linuxbox/wip-master-rgw-openssl
Yuri Weinstein
2018-03-02
1
-0
/
+2
|
\
|
*
rgw: reuse CURL* for keystone.
Marcus Watts
2018-02-28
1
-0
/
+2
*
|
Merge pull request #12427 from linuxbox2/wip-rgw-ldap-shutdown
Yuri Weinstein
2018-02-16
1
-1
/
+1
|
\
\
|
*
|
rgw: don't leak S3 LDAPHelper on shutdown
Matt Benjamin
2018-01-02
1
-1
/
+1
*
|
|
Merge pull request #19958 from renhwztetecs/renhw-wip-osd-sighup
Kefu Chai
2018-02-07
1
-2
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
common: Sign in early SIGHUP signal
huanwen ren
2018-02-05
1
-2
/
+3
|
|
/
*
/
rgw: allow beast frontend to listen on specific IP address
Yuan Zhou
2018-01-24
1
-1
/
+1
|
/
*
rgw: the metavariables in frontends-related config won't be expanded
root
2017-12-26
1
-0
/
+1
*
Merge pull request #19159 from shinobu-x/drop_using_namespace_std
Kefu Chai
2017-11-29
1
-1
/
+0
|
\
|
*
[cleanup] Remove namespace using directives for std
Shinobu Kinjo
2017-11-27
1
-1
/
+0
*
|
rgw: drop useless includes in rgw_{main.cc, common.h}
Jiaying Ren
2017-11-23
1
-24
/
+2
|
/
*
rgw: remove unused disable_signal_fd
Yao Zongyou
2017-11-10
1
-8
/
+5
*
rgw: revert PR #8765
fang.yuxiang
2017-08-04
1
-16
/
+2
*
rgw: register as a service
Yehuda Sadeh
2017-07-09
1
-2
/
+21
*
rgw: start resharding theard
Orit Wasserman
2017-06-05
1
-1
/
+1
*
rgw: work on REST handler for es module
Yehuda Sadeh
2017-05-30
1
-2
/
+10
*
rgw: remove fastcgi from default rgw frontends
Casey Bodley
2017-05-16
1
-1
/
+1
*
rgw: rename frontend from asio to beast
Casey Bodley
2017-05-05
1
-6
/
+6
*
Merge pull request #14412 from mikulely/cleanup-civetweb-port
Casey Bodley
2017-05-02
1
-2
/
+0
|
\
|
*
rgw: drop unused port var
Jiaying Ren
2017-04-09
1
-2
/
+0
*
|
rgw: migrate atomic_t to std::atomic<>
Jesse Williamson
2017-04-28
1
-2
/
+3
|
/
*
rgw: implement the dynamic reconfiguration of auth strategies.
Radoslaw Zarzynski
2017-03-24
1
-10
/
+11
*
rgw: the Swift's auth strategy is instantiated and injected from rgw_main.cc.
Radoslaw Zarzynski
2017-03-24
1
-2
/
+6
*
rgw: set dumpable flag after setuid post ff0e521
Brad Hubbard
2017-02-27
1
-0
/
+10
*
Merge pull request #12295 from wjwithagen/wip-wjw-TEMP_FAILURE
Kefu Chai
2017-02-21
1
-1
/
+1
|
\
|
*
rgw/rgw_main.cc: fix parenteses and function result
Willem Jan Withagen
2016-12-03
1
-1
/
+1
*
|
rgw: add override in rgw subsystem
liuchang0812
2017-02-15
1
-1
/
+1
*
|
rgw/rgw_main.cc: close leak in error case
Danny Al-Gaaf
2017-02-09
1
-0
/
+1
*
|
rgw/rgw_main.cc: reorder framework detection
Danny Al-Gaaf
2017-02-09
1
-20
/
+23
*
|
rgw: make fcgi optional during build
Bassam Tabbara
2017-01-11
1
-7
/
+17
*
|
embedded: add RGW to libcephd
Bassam Tabbara
2017-01-11
1
-2
/
+6
*
|
rgw: Handle multiple listening addreses w/ optional ssl "correctly" with cive...
Marcus Watts
2016-12-20
1
-4
/
+1
*
|
rgw: add rgw_log_http_headers option
Matt Benjamin
2016-12-14
1
-0
/
+3
*
|
rgw: fix for unsafe change of rgw_zonegroup
Casey Bodley
2016-12-01
1
-0
/
+5
|
/
*
common,test: g_ceph_context->put() upon return
Kefu Chai
2016-11-24
1
-8
/
+4
*
rgw: region conversion respects pre-existing rgw_region_root_pool
Casey Bodley
2016-11-18
1
-0
/
+14
*
rgw: make the ASIO front-end compilation optional.
Radoslaw Zarzynski
2016-10-21
1
-0
/
+6
*
rgw: add support for exhibiting URL subtree over a specifc frontend instance.
Radoslaw Zarzynski
2016-10-21
1
-4
/
+12
[next]