index
:
glusterfs.git
bug-deprecated
dht-stale-layout-fixes
exp
experimental
heal-info
master
release-2.0
release-3.0
release-3.1
release-3.10
release-3.11
release-3.12
release-3.13
release-3.2
release-3.3
release-3.4
release-3.5
release-3.6
release-3.7
release-3.8
release-3.8-fb
release-3.9
release-4.0
release-4.1
release-5
release-6
release-7
release-8
round-robin2
testing-regression-job
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rpc
/
rpc-transport
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket: socket event handlers now return void
Milind Changire
2019-03-02
1
-7
/
+7
*
socket: don't pass return value from protocol handler to event handler
Zhang Huan
2019-01-22
1
-2
/
+2
*
socket: fix issue when socket read return with EAGAIN
Zhang Huan
2019-01-22
1
-7
/
+11
*
socket: fix issue when socket write return with EAGAIN
Zhang Huan
2019-01-17
1
-0
/
+2
*
socket: fix counting of socket total_bytes_read and total_bytes_write
Zhang Huan
2019-01-17
1
-4
/
+4
*
Revert "iobuf: Get rid of pre allocated iobuf_pool and use per thread mem pool"
Amar Tumballi
2019-01-08
2
-4
/
+248
*
socket: Remove redundant in_lock in incoming message handling
Krutika Dhananjay
2018-12-26
2
-37
/
+4
*
rdma: fix possible buffer overflow
Rinku Kothiya
2018-12-19
1
-1
/
+6
*
iobuf: Get rid of pre allocated iobuf_pool and use per thread mem pool
Poornima G
2018-12-18
2
-248
/
+4
*
[geo-rep]: Worker still ACTIVE after killing bricks
Mohit Agrawal
2018-12-13
1
-0
/
+6
*
libglusterfs: Move devel headers under glusterfs directory
ShyamsundarR
2018-12-05
10
-29
/
+29
*
rpc-transport/socket: NULL pointer dereferencing clang fix
Sheetal Pamecha
2018-12-05
1
-1
/
+3
*
rpc *.h fles: align structs
Yaniv Kaul
2018-12-03
2
-48
/
+44
*
Multiple xlator .h files: remove unused private gf_* memory types.
Yaniv Kaul
2018-11-30
1
-1
/
+0
*
rpcsvc: provide each request handler thread its own queue
Raghavendra Gowdappa
2018-11-29
1
-7
/
+21
*
libglusterfs: rename macros roof and floor to not conflict with math.h
Raghavendra Gowdappa
2018-11-28
1
-4
/
+4
*
core: create a constant for default network timeout
Xavi Hernandez
2018-11-23
1
-3
/
+3
*
rpc: stop log flooding about ENODATA
Milind Changire
2018-11-23
1
-3
/
+3
*
libglusterfs multiple files: remove dead initilization
Yaniv Kaul
2018-11-11
1
-8
/
+2
*
rpc-transport/socket: NULL pointer dereferencing clang fix
Shwetha Acharya
2018-10-30
2
-3
/
+3
*
transport: log socket closures more verbose
Milind Changire
2018-10-26
1
-11
/
+43
*
rdma: coverity fixes
Bhumika Goyal
2018-10-21
1
-6
/
+7
*
socket: use accept4/paccept for nonblocking socket
Krishnan Parthasarathi
2018-10-12
1
-16
/
+6
*
socket: set FD_CLOEXEC on all sockets
Krishnan Parthasarathi
2018-10-11
1
-3
/
+3
*
socket: clear return value if error is going to be handled in event thread
Kinglong Mee
2018-10-10
1
-0
/
+3
*
rpc: coverity fixes
Milind Changire
2018-10-09
1
-1
/
+1
*
rpc: make binding to port 0 as the default if no option is provided
Amar Tumballi
2018-10-02
4
-23
/
+38
*
socket: set 42 as default tpc-user-timeout
Xavi Hernandez
2018-09-14
1
-3
/
+3
*
Land part 2 of clang-format changes
Gluster Ant
2018-09-12
4
-9073
/
+8615
*
Land clang-format changes
Gluster Ant
2018-09-12
6
-555
/
+502
*
Modify log message 'DH ciphers are disabled' from ERROR to INFO
Omar Kohl
2018-09-10
1
-1
/
+1
*
multiple files: calloc -> malloc
Yaniv Kaul
2018-09-04
1
-1
/
+1
*
All: remove memset() before sprintf()
Yaniv Kaul
2018-08-14
2
-2
/
+0
*
socket: Remove code duplication
Krutika Dhananjay
2018-08-02
1
-69
/
+13
*
build: rename event.h to gf-event.h
Niels de Vos
2018-07-27
2
-2
/
+2
*
rpc: merge ssl infra with epoll infra
Milind Changire
2018-07-27
2
-748
/
+814
*
All: run codespell on the code and fix issues.
Yaniv Kaul
2018-07-22
4
-8
/
+8
*
Fix compile warnings
Xavi Hernandez
2018-07-10
1
-8
/
+17
*
rpc: set listen-backlog to high value
Milind Changire
2018-04-13
1
-1
/
+1
*
rpc: rearm listener socket early
Milind Changire
2018-04-07
1
-3
/
+3
*
socket: Improve error logging when loading SSL files fails
Niklas Hambüchen
2018-03-21
1
-2
/
+6
*
glusterd: TLS verification fails while using intermediate CA
Mohit Agrawal
2018-03-19
1
-4
/
+8
*
socket: options update for GD2
Mohit Agrawal
2018-02-19
1
-4
/
+36
*
protocol: utilize the version 4 xdr
Amar Tumballi
2018-02-01
1
-1
/
+142
*
build: Link libgfrpc within rpc-transport shared libraries
Anoop C S
2018-01-11
2
-2
/
+5
*
Revert "rpc: merge ssl infra with epoll infra"
Milind Changire
2018-01-07
2
-835
/
+766
*
rpc-transport/rdma: Fix coverity issues in rdma transport
Yi Wang
2017-12-28
1
-32
/
+34
*
all: Simplify component message id's definition
Xavier Hernandez
2017-12-14
1
-192
/
+87
*
rpc: merge ssl infra with epoll infra
Milind Changire
2017-12-12
2
-777
/
+831
*
rpc-transport/rdma: Add a mutex for the list of RDMA Memory Region(MR) access
Yi Wang
2017-12-12
2
-38
/
+72
[next]