summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport
Commit message (Expand)AuthorAgeFilesLines
* 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
* rpc: make binding to port 0 as the default if no option is providedAmar Tumballi2018-10-024-23/+38
* socket: set 42 as default tpc-user-timeoutXavi Hernandez2018-09-141-3/+3
* Land part 2 of clang-format changesGluster Ant2018-09-124-9073/+8615
* Land clang-format changesGluster Ant2018-09-126-555/+502
* Modify log message 'DH ciphers are disabled' from ERROR to INFOOmar Kohl2018-09-101-1/+1
* multiple files: calloc -> mallocYaniv Kaul2018-09-041-1/+1
* All: remove memset() before sprintf()Yaniv Kaul2018-08-142-2/+0
* socket: Remove code duplicationKrutika Dhananjay2018-08-021-69/+13
* build: rename event.h to gf-event.hNiels de Vos2018-07-272-2/+2
* rpc: merge ssl infra with epoll infraMilind Changire2018-07-272-748/+814
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-224-8/+8
* Fix compile warningsXavi Hernandez2018-07-101-8/+17
* rpc: set listen-backlog to high valueMilind Changire2018-04-131-1/+1
* rpc: rearm listener socket earlyMilind Changire2018-04-071-3/+3
* socket: Improve error logging when loading SSL files failsNiklas Hambüchen2018-03-211-2/+6
* glusterd: TLS verification fails while using intermediate CAMohit Agrawal2018-03-191-4/+8
* socket: options update for GD2Mohit Agrawal2018-02-191-4/+36
* protocol: utilize the version 4 xdrAmar Tumballi2018-02-011-1/+142
* build: Link libgfrpc within rpc-transport shared librariesAnoop C S2018-01-112-2/+5
* Revert "rpc: merge ssl infra with epoll infra"Milind Changire2018-01-072-835/+766
* rpc-transport/rdma: Fix coverity issues in rdma transportYi Wang2017-12-281-32/+34
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-192/+87
* rpc: merge ssl infra with epoll infraMilind Changire2017-12-122-777/+831
* rpc-transport/rdma: Add a mutex for the list of RDMA Memory Region(MR) accessYi Wang2017-12-122-38/+72
* rpc/rpc-transport: dead code coverity fixKartik_Burmee2017-11-211-3/+0
* rpc: Fix several coverity issues in rpc/socket codeMohit Agrawal2017-11-101-7/+12
* rpc/rpc-transport/: MISSING_BREAK in name.cGirjesh Rajoria2017-11-082-5/+5