summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpc-clnt.c
Commit message (Expand)AuthorAgeFilesLines
* glusterd: resource leaks (#1748)Nikhil Ladha2020-11-121-3/+11
* glusterfsd, libglusterfs, rpc: prefer libglusterfs time APIDmitry Antipov2020-09-031-3/+2
* Indicate timezone offsets in timestampsCsaba Henk2020-03-121-14/+5
* rpc, gf_attach: add minimal proper synchronizationDmitry Antipov2020-05-221-0/+3
* rpc: fix missing unref on reconnectZhang Huan2018-01-241-6/+10
* graph/cleanup: Fix race in graph cleanupMohammed Rafi KC2019-07-051-4/+4
* Revert "rpc: implement reconnect back-off strategy"Amar Tumballi2019-05-211-17/+16
* rpc: implement reconnect back-off strategyXavier Hernandez2018-01-191-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-02-261-2/+0
* clnt/rpc: ref leak during disconnect.Mohammed Rafi KC2019-01-231-1/+10
* rpc-clnt: reduce transport connect log for EINPROGRESSKinglong Mee2018-12-201-1/+2
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-291-2/+2
* rpcsvc: provide each request handler thread its own queueRaghavendra Gowdappa2018-10-311-0/+6
* core: fix strncpy warningsKaleb S. KEITHLE2018-11-091-2/+2
* rpc/rpc-lib/src/rpc-clnt.c: unlock sooner, if we fail to connect.Yaniv Kaul2018-11-081-15/+11
* rpc-clnt*: several code changes to reduce conn lock timesYaniv Kaul2018-11-081-25/+2
* rpc/rpc-lib: Uninitialized argument value of a functionHarpreet Lalwani2018-10-081-0/+3
* rpc: failed requests immediately if rpc connection is downKinglong Mee2018-09-181-1/+4
* Land part 2 of clang-format changesGluster Ant2018-09-121-1715/+1661
* multiple files: calloc -> mallocYaniv Kaul2018-08-081-1/+1
* Various files: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-211-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-241-3/+17
* rpc/clnt: Don't let consumers manage "connected" stateRaghavendra G2018-06-031-46/+14
* rpc: Don't reset auth_value in disconnectKotresh HR2018-05-171-12/+48
* rpc: simplify parameters when a saved frame is forced to unwindZhang Huan2017-11-101-4/+2
* rpc/*: auth-header changesAmar Tumballi2017-11-071-111/+186
* rpc: fix use after freed of clnt after rpc transport clenupKinglong Mee2017-12-231-1/+4
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-10-201-10/+5
* rpc: Eliminate conn->lock contention by using more granular locksMohit Agrawal2017-08-141-10/+2
* rpc-lib: coverity fixesMilind Changire2017-11-221-0/+12
* rpc: free conn->name in rpc_clnt_destroy()Niels de Vos2017-10-101-0/+1
* rpc: free registered callback programsNiels de Vos2017-10-091-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-071-1/+1
* rpc: use GF_ATOMIC_INC to generate rpc_clnt's callidZhou Zhengping2017-05-071-16/+2
* rpc: bump up conn->cleanup_gen in rpc_clnt_reconnect_cleanupAtin Mukherjee2017-03-181-1/+3
* rpc/clnt: remove locks while notifying CONNECT/DISCONNECTRaghavendra G2017-02-281-30/+64
* rpc: fix obvious typo in cleanup code in rpc_clnt_notifyMateusz Slupny2016-11-291-1/+1
* socket: socket disconnect should wait for poller thread exitRajesh Joseph2016-12-131-2/+2
* rpc: fix for race between rpc and protocol/clientRajesh Joseph2016-12-031-40/+58
* Revert "rpc: Fix the race between notification and reconnection"Pranith Kumar Karampuri2016-11-131-4/+3
* rpc: Fix the race between notification and reconnectionPranith Kumar K2016-10-191-3/+4
* rpc: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-221-3/+2
* changelog/rpc: Fix rpc_clnt_t mem leaksKotresh HR2016-03-071-6/+98
* glusterd/rpc : Discard duplicate Disconnect eventsAtin Mukherjee2016-03-201-0/+20
* rpc: Connect back only if rpc is not disabledKotresh HR2016-03-021-1/+1
* rpc: Fix for rpc_transport_t leakSoumya Koduri2016-02-161-2/+3