summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpc-clnt-ping.c
Commit message (Expand)AuthorAgeFilesLines
* rpc/rpc-lib/src/rpc-clnt-ping.c:move to GF_MALLOC() instead of GF_CALLOC() whenYaniv Kaul2018-08-231-1/+1
* cleanup: xlator_t structure's 'client_latency' variable is not usedSven Fischer2018-03-191-2/+0
* rpc: Eliminate conn->lock contention by using more granular locksMohit Agrawal2017-11-281-2/+2
* stack: change gettimeofday() to clock_gettime()Amar Tumballi2017-11-061-1/+2
* Halo Replication feature for AFR translatorKevin Vigor2017-05-021-11/+54
* socket: socket disconnect should wait for poller thread exitRajesh Joseph2016-12-211-1/+1
* remove unused variablesPrasanna Kumar Kalever2016-05-061-2/+0
* rpc-clnt: Check for transport object during rpc connection cleanupSoumya Koduri2015-08-081-3/+7
* rpc: fix possible deadlock left behind in d448fd1Krishnan Parthasarathi2015-06-171-6/+6
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* rpc-lib: Fixing the coverity issuesNandaja Varma2015-04-101-8/+1
* rpc: fix deadlock when unref is inside conn->lockKrishnan Parthasarathi2015-04-101-70/+91
* rpc: fix ref leak in ping timerKrishnan Parthasarathi2015-02-041-1/+16
* client/rpc: Add ping and msgs statsKrishnan Parthasarathi2014-07-311-0/+9
* rpc: Do not reset @ping_started to 0 in ping callbackKrutika Dhananjay2014-07-091-10/+25
* cleanup: Fix order of arguments passed in log messageKrutika Dhananjay2014-06-131-1/+1
* glusterd: Disable ping-timer between glusterd and brick processVijaikumar M2014-05-191-2/+3
* rpc: don't stop sending ping packets to an active server.Krishnan Parthasarathi2014-05-061-16/+35
* glusterd: Ping timer implmentationKrishnan Parthasarathi2014-04-291-0/+266