summaryrefslogtreecommitdiffstats
path: root/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* core: fedora 30 compiler warningsSheetalPamecha2019-06-171-1/+1
* multiple files: another attempt to remove includesYaniv Kaul2019-06-0917-45/+1
* across: clang-scan: fix NULL dereferencing warningsAmar Tumballi2019-05-201-5/+3
* If bind-address is IPv6 return it successfullyAmgad Saleh2019-05-231-6/+11
* Fix some "Null pointer dereference" coverity issuesXavi Hernandez2019-05-221-0/+4
* Revert "rpc: implement reconnect back-off strategy"Amar Tumballi2019-05-212-18/+16
* rpc: implement reconnect back-off strategyXavier Hernandez2018-01-192-16/+18
* protocol: remove compound fopAmar Tumballi2019-04-202-240/+0
* rpclib: slow floating point math and libmKaleb S. KEITHLEY2019-03-282-9/+3
* transport/socket: log shutdown msg occasionallyRaghavendra G2019-03-222-2/+3
* mgmt/shd: Implement multiplexing in self heal daemonMohammed Rafi KC2019-02-251-0/+2
* rpc: Remove duplicate codePranith Kumar K2019-03-283-77/+1
* build: link libgfrpc with MATH_LIB (libm, -lm)Kaleb S. KEITHLEY2019-03-211-1/+1
* rpc/transport: Missing a ref on dict while creating transport objectMohammed Rafi KC2019-02-265-43/+16
* socket/ssl: fix crl handlingMilind Changire2019-03-142-19/+94
* dict: handle STR_OLD data type in xdr conversionsAmar Tumballi2019-03-052-0/+3
* core: implement a global thread poolXavi Hernandez2019-01-244-22/+49
* socket: socket event handlers now return voidMilind Changire2019-02-151-7/+7
* clnt/rpc: ref leak during disconnect.Mohammed Rafi KC2019-01-231-1/+10
* Multiple files: reduce work while under lock.Yaniv Kaul2018-12-271-17/+13
* core: heketi-cli is throwing error "target is busy"Mohit Agrawal2019-01-222-0/+2
* core: move logs which are only developer relevant to DEBUG levelAmar Tumballi2019-01-161-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-031-2/+2
* socket: fix issue when socket read return with EAGAINZhang Huan2018-12-291-7/+11
* socket: fix issue when socket write return with EAGAINZhang Huan2018-12-291-0/+2
* socket: fix counting of socket total_bytes_read and total_bytes_writeZhang Huan2018-12-271-4/+4
* Revert "iobuf: Get rid of pre allocated iobuf_pool and use per thread mem pool"Amar Tumballi2019-01-042-4/+248
* rpc-clnt: reduce transport connect log for EINPROGRESSKinglong Mee2018-12-201-1/+2
* rpcsvc: Don't expect dictionary values to be availablePranith Kumar K2019-01-021-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-212-37/+4
* rpc: Use adaptive mutex in rpcsvc_program_registerMohit Agrawal2018-12-191-2/+8
* rdma: fix possible buffer overflowRinku Kothiya2018-12-171-1/+6
* iobuf: Get rid of pre allocated iobuf_pool and use per thread mem poolPoornima G2018-11-212-248/+4
* clang: Fix various missing checks for empty listShyamsundarR2018-12-121-3/+1
* Worker still ACTIVE after killing bricksMohit Agrawal2018-11-231-0/+6
* rpc: Resolve memory leak in mgmt_pmap_signout_cbkMohit Agrawal2018-11-211-0/+6
* copy_file_range support in GlusterFSRaghavendra Bhat2018-11-064-0/+16
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-2944-106/+106
* protocol/server: support server.all-squashXie Changlong2018-12-033-0/+60
* rpc-transport/socket: NULL pointer dereferencing clang fixSheetal Pamecha2018-11-301-1/+3
* rpc: check if fini is there before calling itRaghavendra Bhat2018-12-031-1/+3
* server: Resolve memory leak path in server_initMohit Agrawal2018-11-295-9/+66
* rpc *.h fles: align structsYaniv Kaul2018-11-238-106/+100
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-291-1/+0
* rpcsvc: provide each request handler thread its own queueRaghavendra Gowdappa2018-10-318-141/+348
* libglusterfs: rename macros roof and floor to not conflict with math.hRaghavendra Gowdappa2018-11-161-4/+4
* core: create a constant for default network timeoutXavi Hernandez2018-11-231-3/+3