summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpc-clnt.c
Commit message (Expand)AuthorAgeFilesLines
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-2/+2
* rpcsvc: provide each request handler thread its own queueRaghavendra Gowdappa2018-11-291-0/+6
* 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
* rpc-clnt*: several code changes to reduce conn lock timesYaniv Kaul2018-11-121-25/+2
* rpc/rpc-lib: Uninitialized argument value of a functionHarpreet Lalwani2018-10-231-0/+3
* rpc: failed requests immediately if rpc connection is downKinglong Mee2018-09-271-1/+4
* Land part 2 of clang-format changesGluster Ant2018-09-121-1715/+1661
* multiple files: calloc -> mallocYaniv Kaul2018-09-041-1/+1
* Various files: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-311-4/+6
* rpc: log fuse unique ID along with gluster XIDMilind Changire2018-08-301-8/+12
* rpc: rpc_clnt_connection_cleanup is crashed due to double freeMohit Agrawal2018-07-251-3/+17
* rpc/clnt: Don't let consumers manage "connected" stateRaghavendra G2018-06-041-46/+14
* rpc: Don't reset auth_value in disconnectKotresh HR2018-05-241-12/+48
* rpc: simplify parameters when a saved frame is forced to unwindZhang Huan2018-03-281-4/+2
* rpc/*: auth-header changesAmar Tumballi2018-01-171-111/+186
* rpc: fix use after freed of clnt after rpc transport clenupKinglong Mee2017-12-271-1/+4
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-12-121-10/+5
* rpc: Eliminate conn->lock contention by using more granular locksMohit Agrawal2017-11-281-10/+2
* rpc-lib: coverity fixesMilind Changire2017-11-221-0/+12
* rpc: free conn->name in rpc_clnt_destroy()Niels de Vos2017-10-111-0/+1
* rpc: free registered callback programsNiels de Vos2017-10-111-0/+7
* Revert "rpc: disable client on disconnection from rebalance"Milind Changire2017-08-241-4/+0
* rpc: disable client on disconnection from rebalanceMilind Changire2017-08-231-0/+4
* rpc: include current second in timed out frame cleanupMilind Changire2017-07-211-1/+1
* rpc: use GF_ATOMIC_INC to generate rpc_clnt's callidZhou Zhengping2017-05-081-16/+2
* rpc: bump up conn->cleanup_gen in rpc_clnt_reconnect_cleanupAtin Mukherjee2017-03-201-1/+3
* rpc/clnt: remove locks while notifying CONNECT/DISCONNECTRaghavendra G2017-03-011-30/+64
* rpc: fix obvious typo in cleanup code in rpc_clnt_notifyMateusz Slupny2017-02-191-1/+1
* socket: socket disconnect should wait for poller thread exitRajesh Joseph2016-12-211-2/+2
* rpc: fix for race between rpc and protocol/clientRajesh Joseph2016-12-051-40/+58
* Revert "rpc: Fix the race between notification and reconnection"Pranith Kumar Karampuri2016-11-161-4/+3
* rpc: Fix the race between notification and reconnectionPranith Kumar K2016-10-241-3/+4
* rpc: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-291-3/+2
* changelog/rpc: Fix rpc_clnt_t mem leaksKotresh HR2016-07-221-6/+98
* glusterd/rpc : Discard duplicate Disconnect eventsAtin Mukherjee2016-03-221-0/+20
* rpc: Connect back only if rpc is not disabledKotresh HR2016-03-081-1/+1
* rpc: Fix for rpc_transport_t leakSoumya Koduri2016-02-231-2/+3
* rpc: Remove unused functionAnoop C S2015-10-011-8/+0
* all: reduce "inline" usageJeff Darcy2015-09-011-2/+2
* rpc: add owner xlator argument to rpc_clnt_newKrishnan Parthasarathi2015-08-121-1/+18
* client, rpc: make ping-timeout configurable for glusterfs clientsKrishnan Parthasarathi2015-08-051-0/+15
* rpc: fix possible deadlock left behind in d448fd1Krishnan Parthasarathi2015-06-171-17/+13
* rpc: call transport_unref only on non-NULL transportKrishnan Parthasarathi2015-06-051-2/+8
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* glusterd: fix repeated connection to nfssvc failed msgsKrishnan Parthasarathi2015-05-281-0/+6
* rpc-lib: Fixing the coverity issuesNandaja Varma2015-04-101-7/+8
* glusterd: nfs,shd,quotad,snapd daemons refactoringAtin Mukherjee2015-02-201-0/+41
* Do not call rpc_transport_unref() on NULL transEmmanuel Dreyfus2014-08-041-2/+4
* client/rpc: Add ping and msgs statsKrishnan Parthasarathi2014-07-311-0/+4