index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
crimson
/
net
/
SocketConnection.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
crimson/net: use set_ephemeral_port() for non-bound port
Yingxin Cheng
2019-07-17
1
-3
/
+7
*
crimson/net: unify the usage of entity_type_t and entity_name_t
Yingxin Cheng
2019-07-16
1
-4
/
+0
*
crimson/net: gather message buffers when send
Yingxin Cheng
2019-04-29
1
-3
/
+3
*
crimson/net: add target_addr to SocketConnection
Yingxin Cheng
2019-04-05
1
-0
/
+4
*
crimson/net: skeleton code for ProtocolV2 logic
Yingxin Cheng
2019-04-05
1
-0
/
+1
*
crimson/net: added msgr2 setting for SocketConnection
Yingxin Cheng
2019-04-05
1
-1
/
+2
*
crimson/net: introduce SocketFRef
Yingxin Cheng
2019-04-05
1
-2
/
+2
*
crimson/net: introduce protocol-level abstraction
Yingxin Cheng
2019-04-05
1
-133
/
+8
*
crimson/net: batch messages instead of chaining futures
Yingxin Cheng
2019-03-22
1
-6
/
+2
*
crimson/net: centralized write_event()
Yingxin Cheng
2019-03-22
1
-3
/
+18
*
crimson/{net,osd}: make ms_get_authorizer() sync
Kefu Chai
2019-03-20
1
-1
/
+1
*
crimson/net: enable connections on all cores
Yingxin Cheng
2019-02-12
1
-4
/
+8
*
crimson/net: drop authenticator retry
Sage Weil
2019-01-16
1
-1
/
+0
*
crimson/net: simplify logics and centralize fault handling in execute_open()
Yingxin
2019-01-04
1
-10
/
+3
*
crimson/net: add proper gating and fault handling for send/keepalive
Yingxin
2019-01-04
1
-0
/
+3
*
crimson/net: fix address learning during banner exchange
Yingxin
2019-01-03
1
-1
/
+10
*
crimson/net: add basic loggings for SocketConnection
Yingxin
2019-01-03
1
-0
/
+2
*
crimson/net: encapsulate protocol implementations with accept/connect
Yingxin
2018-12-20
1
-11
/
+8
*
crimson/net: encapsulate protocol implementations with open state
Yingxin
2018-12-20
1
-1
/
+1
*
crimson/net: remove unecessary future dependencies for accept/dispatch
Yingxin
2018-12-20
1
-3
/
+3
*
crimson/net: dispatch events in SocketConnection
Yingxin
2018-12-20
1
-8
/
+18
*
crimson/net: extract state transition out of repeat_connect()
Kefu Chai
2018-11-20
1
-12
/
+12
*
crimson/net: define an alias of seastar::stop_iteration
Kefu Chai
2018-11-20
1
-1
/
+3
*
crimson/net: implement accepting/connecting states
Yingxin
2018-10-17
1
-25
/
+15
*
crimson/net: clean seastar-msgr class dependencies
Yingxin
2018-10-15
1
-21
/
+48
*
crimson/net: don't return null from Connection::read_message()
Casey Bodley
2018-09-14
1
-0
/
+2
*
crimson/net: support multiple call to conn.close()
Yingxin
2018-09-04
1
-0
/
+4
*
crimson/net: add keepalive support to Connection
Kefu Chai
2018-08-21
1
-1
/
+10
*
crimson/net: use HAVE_FEATURE instead
Kefu Chai
2018-08-21
1
-3
/
+0
*
Merge pull request #23044 from tchaikov/wip-crimson-connection
Kefu Chai
2018-07-17
1
-1
/
+1
|
\
|
*
crimson/net: add Connection::get_peer_type()
Kefu Chai
2018-07-14
1
-1
/
+1
*
|
crimson: include seastar headers with 'seastar/' prefix
Kefu Chai
2018-07-12
1
-1
/
+1
|
/
*
crimson: add throttler
Kefu Chai
2018-06-13
1
-1
/
+3
*
crimson/net: support the lossless connection and auth
Kefu Chai
2018-06-13
1
-6
/
+97
*
msg: SocketConnection reads message tags
Casey Bodley
2018-06-13
1
-0
/
+6
*
msg: start on SocketConnection negotiation
Casey Bodley
2018-06-13
1
-0
/
+12
*
msg: add seastar SocketMessenger
Casey Bodley
2018-06-13
1
-2
/
+0
*
msg: add seastar SocketConnection
Casey Bodley
2018-06-13
1
-0
/
+78
[prev]