summaryrefslogtreecommitdiffstats
path: root/rpc
Commit message (Expand)AuthorAgeFilesLines
* Multiple files: reduce work while under lock.Yaniv Kaul2019-01-291-17/+13
* core: heketi-cli is throwing error "target is busy"Mohit Agrawal2019-01-242-0/+2
* core: move logs which are only developer relevant to DEBUG levelAmar Tumballi2019-01-231-1/+1
* rpc: use address-family option from vol fileMilind Changire2019-01-222-3/+3
* 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
* rpc-clnt: reduce transport connect log for EINPROGRESSKinglong Mee2019-01-071-1/+2
* rpcsvc: Don't expect dictionary values to be availablePranith Kumar K2019-01-071-2/+2
* rpc/rpc-lib: fix coverity issueSheetal Pamecha2018-12-281-4/+0
* rpc : fix coverity in rpc/rpc-lib/src/rpcsvc.cSunny Kumar2018-12-281-2/+2
* socket: Remove redundant in_lock in incoming message handlingKrutika Dhananjay2018-12-262-37/+4
* rpc: Use adaptive mutex in rpcsvc_program_registerMohit Agrawal2018-12-201-2/+8
* 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
* clang: Fix various missing checks for empty listShyamsundarR2018-12-141-3/+1
* [geo-rep]: Worker still ACTIVE after killing bricksMohit Agrawal2018-12-131-0/+6
* rpc: Resolve memory leak in mgmt_pmap_signout_cbkMohit Agrawal2018-12-121-0/+6
* copy_file_range support in GlusterFSRaghavendra Bhat2018-12-124-0/+16
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-0544-106/+106
* protocol/server: support server.all-squashXie Changlong2018-12-053-0/+60
* rpc-transport/socket: NULL pointer dereferencing clang fixSheetal Pamecha2018-12-051-1/+3
* rpc: check if fini is there before calling itRaghavendra Bhat2018-12-041-1/+3
* server: Resolve memory leak path in server_initMohit Agrawal2018-12-035-9/+66
* rpc *.h fles: align structsYaniv Kaul2018-12-038-106/+100
* 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-298-141/+348
* 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
* core: fix strncpy warningsKaleb S. KEITHLE2018-11-151-2/+2
* rpc/rpc-lib/src/rpc-clnt.c: unlock sooner, if we fail to connect.Yaniv Kaul2018-11-151-15/+11
* glusterfsd: Make each multiplexed brick sign inPrashanth Pai2018-11-121-0/+1
* rpc-clnt*: several code changes to reduce conn lock timesYaniv Kaul2018-11-123-55/+25
* libglusterfs multiple files: remove dead initilizationYaniv Kaul2018-11-111-8/+2
* all: fix the format string exceptionsAmar Tumballi2018-11-051-2/+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
* rpc/rpc-lib: Uninitialized argument value of a functionHarpreet Lalwani2018-10-231-0/+3
* 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
* rpc: failed requests immediately if rpc connection is downKinglong Mee2018-09-271-1/+4
* socket: set 42 as default tpc-user-timeoutXavi Hernandez2018-09-141-3/+3
* Land part 2 of clang-format changesGluster Ant2018-09-1220-17095/+16413