summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport
Commit message (Expand)AuthorAgeFilesLines
* glusterd: dump SSL error stack on disconnectLeonid Ishimnikov2020-08-131-0/+7
* socket: Use AES128 cipher in SSL if AES is supported by CPUMohit Agrawal2020-05-261-0/+32
* socket: Resolve ssl_ctx leak for a brick while only mgmt SSL is enabledMohit Agrawal2020-04-281-2/+2
* rpc: Make ssl log more usefulMohit Agrawal2020-04-021-17/+22
* name.c: fix Coverity issues 1412332/3 - strcat into uninitialized valueYaniv Kaul2020-01-191-2/+3
* socket.c/name.c: minor changesYaniv Kaul2020-01-133-238/+136
* transport/socket: destroy notify mutex and condition variableDmitry Antipov2019-12-311-0/+5
* socket: fix typos and drop unused members/optionsDmitry Antipov2019-12-272-11/+7
* socket: fix error handlingXavi Hernandez2019-12-121-84/+91
* socket.c: minor changesYaniv Kaul2019-11-192-105/+77
* rpc: Cleanup SSL specific data at the time of freeing rpc objectl17zhou2019-11-081-2/+20
* glusterd, rpc, glusterfsd: fix coverity defects and put required annotationsAtin Mukherjee2019-09-101-0/+1
* rpc: Update address family if it is not provide in cmd-line argumentsMohit Agrawal2019-09-021-1/+12
* rpc: glusterd start is failed and throwing an error Address already in useMohit Agrawal2019-08-181-7/+37
* rpc/transport: have default listen-portAtin Mukherjee2019-08-061-0/+2
* event: rename event_XXX with gf_ prefixedXiubo Li2019-07-291-25/+25
* ibverbs/rdma: remove from buildAmar Tumballi2019-07-138-6126/+1
* core: fedora 30 compiler warningsSheetalPamecha2019-06-181-1/+1
* multiple files: another attempt to remove includesYaniv Kaul2019-06-142-10/+0
* across: clang-scan: fix NULL dereferencing warningsAmar Tumballi2019-06-041-5/+3
* If bind-address is IPv6 return it successfullyAmgad Saleh2019-05-281-6/+11
* transport/socket: log shutdown msg occasionallyRaghavendra G2019-04-032-2/+3
* socket/ssl: fix crl handlingMilind Changire2019-03-192-19/+94
* core: implement a global thread poolXavi Hernandez2019-02-181-12/+29
* socket: socket event handlers now return voidMilind Changire2019-02-181-7/+7
* socket: don't pass return value from protocol handler to event handlerZhang Huan2019-01-221-2/+2
* socket: fix issue when socket read return with EAGAINZhang Huan2019-01-221-7/+11
* socket: fix issue when socket write return with EAGAINZhang Huan2019-01-171-0/+2
* socket: fix counting of socket total_bytes_read and total_bytes_writeZhang Huan2019-01-171-4/+4
* Revert "iobuf: Get rid of pre allocated iobuf_pool and use per thread mem pool"Amar Tumballi2019-01-082-4/+248
* socket: Remove redundant in_lock in incoming message handlingKrutika Dhananjay2018-12-262-37/+4
* rdma: fix possible buffer overflowRinku Kothiya2018-12-191-1/+6
* iobuf: Get rid of pre allocated iobuf_pool and use per thread mem poolPoornima G2018-12-182-248/+4
* [geo-rep]: Worker still ACTIVE after killing bricksMohit Agrawal2018-12-131-0/+6
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-0510-29/+29
* rpc-transport/socket: NULL pointer dereferencing clang fixSheetal Pamecha2018-12-051-1/+3
* rpc *.h fles: align structsYaniv Kaul2018-12-032-48/+44
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-301-1/+0
* rpcsvc: provide each request handler thread its own queueRaghavendra Gowdappa2018-11-291-7/+21
* libglusterfs: rename macros roof and floor to not conflict with math.hRaghavendra Gowdappa2018-11-281-4/+4
* core: create a constant for default network timeoutXavi Hernandez2018-11-231-3/+3
* rpc: stop log flooding about ENODATAMilind Changire2018-11-231-3/+3
* libglusterfs multiple files: remove dead initilizationYaniv Kaul2018-11-111-8/+2
* rpc-transport/socket: NULL pointer dereferencing clang fixShwetha Acharya2018-10-302-3/+3
* transport: log socket closures more verboseMilind Changire2018-10-261-11/+43
* rdma: coverity fixesBhumika Goyal2018-10-211-6/+7
* socket: use accept4/paccept for nonblocking socketKrishnan Parthasarathi2018-10-121-16/+6
* socket: set FD_CLOEXEC on all socketsKrishnan Parthasarathi2018-10-111-3/+3
* socket: clear return value if error is going to be handled in event threadKinglong Mee2018-10-101-0/+3
* rpc: coverity fixesMilind Changire2018-10-091-1/+1