index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_asio_frontend.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #57659 from mkogan1/wip-graceful-shutdown
SrinivasaBharathKanta
2024-09-27
1
-0
/
+14
|
\
|
*
rgw: delay the RGW process exit until all actice requests have completed
Mark Kogan
2024-06-24
1
-0
/
+14
*
|
rgw/beast: optimize for accept when meeting error in listenning
liangmingyuan
2024-08-23
1
-1
/
+51
*
|
rgw/beast: spawn a cancellable coroutine for the accept loop
Casey Bodley
2024-08-07
1
-24
/
+47
*
|
Merge pull request #57640 from cbodley/wip-rgw-beast-realm-reload
J. Eric Ivancich
2024-07-16
1
-2
/
+5
|
\
\
|
*
|
rgw/beast: realm reload closes connections so requests drain quickly
Casey Bodley
2024-05-22
1
-2
/
+5
|
|
/
*
|
Merge pull request #58179 from cbodley/wip-rgw-assert-async
Casey Bodley
2024-07-05
1
-0
/
+1
|
\
\
|
*
|
rgw: split is_asio_thread warnings into separate file/function
Casey Bodley
2024-07-02
1
-0
/
+1
|
|
/
*
/
rgw: Changed discard buffer size
Artem Vasiliev
2024-07-01
1
-1
/
+1
|
/
*
rgw: switch back to boost::asio for spawn() and yield_context
Casey Bodley
2024-05-13
1
-11
/
+16
*
rgw/beast: fix crash observed in SSL stream.async_shutdown()
Mark Kogan
2024-04-30
1
-3
/
+5
*
rgw/beast: enablment of SSL session-id reuse speedup mechanism
Mark Kogan
2024-03-05
1
-4
/
+4
*
rgw: Asio frontend shares `io_context` with the rest of RGW
Adam C. Emerson
2024-01-24
1
-49
/
+17
*
rgw/asio: Add asserts to ensure asio isn't running during `run` and
Samarah
2024-01-17
1
-0
/
+4
*
Revert "rgw/beast: use explicit executor type for tcp socket and stream"
Casey Bodley
2023-12-21
1
-15
/
+9
*
Revert "spawn: use explicit strand executor"
Casey Bodley
2023-12-21
1
-5
/
+5
*
rgw: fix spelling errors
Josh Soref
2023-11-27
1
-1
/
+1
*
rgw: use granular asio includes
Casey Bodley
2023-10-20
1
-1
/
+7
*
rgw: Restore ostream format state after changing it
Vedansh Bhartia
2023-08-03
1
-1
/
+8
*
Revert "rgw/beast: add extra_response_headers for Server name"
Casey Bodley
2023-03-13
1
-15
/
+5
*
rgw/beast: add extra_response_headers for Server name
Casey Bodley
2023-03-11
1
-5
/
+15
*
Merge pull request #50059 from cbodley/wip-rgw-stream-errors
J. Eric Ivancich
2023-02-17
1
-0
/
+16
|
\
|
*
rgw/beast: StreamIO remembers connection errors for graceful shutdown
Casey Bodley
2023-02-08
1
-0
/
+16
*
|
rgw: Fix segfault due to concurrent socket use at timeout
Yixin Jin
2023-02-15
1
-0
/
+2
|
/
*
rgw/beast: fix interaction between keepalive and 100-continue
Casey Bodley
2023-01-05
1
-1
/
+7
*
rgw: process_request() takes RGWProcessEnv
Casey Bodley
2022-12-09
1
-7
/
+2
*
rgw: move lua_manager into RGWProcessEnv
Casey Bodley
2022-12-09
1
-9
/
+4
*
rgw: RGWRealmReloader reloads auth_registry
Casey Bodley
2022-12-09
1
-11
/
+6
*
rgw: frontends share RGWProcessEnv by reference
Casey Bodley
2022-12-09
1
-4
/
+4
*
rgw: move uri_prefix out of RGWProcessEnv
Casey Bodley
2022-12-09
1
-5
/
+9
*
Merge pull request #48390 from cbodley/wip-57784
Casey Bodley
2022-12-09
1
-2
/
+6
|
\
|
*
rgw: beast frontend checks for local_endpoint() errors
Casey Bodley
2022-10-06
1
-2
/
+6
*
|
RGW - Zipper - Rename rgw::sal::Store to rgw::sal::Driver
Daniel Gryniewicz
2022-12-08
1
-13
/
+13
|
/
*
RGW - Zipper - Make Zone generic
Daniel Gryniewicz
2022-08-16
1
-1
/
+1
*
rgw/lua: don't create the script manager per request
yuval Lifshitz
2022-08-07
1
-2
/
+10
*
rgw: Fix implicit capture of this warnings
Adam C. Emerson
2022-07-30
1
-1
/
+1
*
rgw: fix frontend's use of rgw_access log subsystem
Casey Bodley
2022-06-22
1
-1
/
+1
*
rgw: add 'rgw_access' log subsys for frontend http access log
Casey Bodley
2022-06-08
1
-1
/
+1
*
rgw: Lua scripting global map feature
Matan Breizman
2022-05-08
1
-1
/
+1
*
RGW: Zipper - zonegroup, placement tier
Daniel Gryniewicz
2022-04-20
1
-2
/
+2
*
rgw: Add rgw rate limiting per user and per bucket
Or Friedmann
2022-01-05
1
-2
/
+3
*
rgw/beast: add max_header_size option with 16k default, up from 4k
Casey Bodley
2021-11-19
1
-11
/
+30
*
rgw/beast: reference count Connections for timeout_handler
Casey Bodley
2021-11-12
1
-46
/
+43
*
rgw/beast: replace beast::tcp_stream with manual timeouts
Casey Bodley
2021-11-12
1
-31
/
+41
*
rgw/beast: use explicit executor type for tcp socket and stream
Casey Bodley
2021-11-12
1
-8
/
+14
*
spawn: use explicit strand executor
Casey Bodley
2021-11-12
1
-6
/
+5
*
rgw: clean up WITH_RADOSGW_BEAST_OPENSSL
Casey Bodley
2021-11-12
1
-2
/
+1
*
rgw: build without "using namespace std"
Kefu Chai
2021-08-13
1
-0
/
+2
*
rgw: set default ssl options for beast frontend
Mykola Golub
2021-07-14
1
-0
/
+4
*
rgw: allow to set ssl options and ciphers for beast frontend
Mykola Golub
2021-07-14
1
-0
/
+48
[next]