summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpc-clnt.c
Commit message (Expand)AuthorAgeFilesLines
* glusterfsd, libglusterfs, rpc: prefer libglusterfs time APIDmitry Antipov2020-09-071-3/+2
* Indicate timezone offsets in timestampsCsaba Henk2020-06-151-14/+5
* rpc, gf_attach: add minimal proper synchronizationDmitry Antipov2020-06-031-0/+3
* rpc: fix missing unref on reconnectZhang Huan2019-10-021-6/+10
* graph/cleanup: Fix race in graph cleanupMohammed Rafi KC2019-09-051-4/+4
* Revert "rpc: implement reconnect back-off strategy"Amar Tumballi2019-05-211-17/+16
* rpc: implement reconnect back-off strategyXavier Hernandez2019-05-111-16/+17
* rpc: Remove duplicate codePranith Kumar K2019-03-281-73/+1
* rpc/transport: Missing a ref on dict while creating transport objectMohammed Rafi KC2019-03-201-2/+0
* clnt/rpc: ref leak during disconnect.Mohammed Rafi KC2019-02-121-1/+10
* rpc-clnt: reduce transport connect log for EINPROGRESSKinglong Mee2019-01-071-1/+2
* 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