summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpc-clnt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rpc: Do not reset @ping_started to 0 in ping callbackKrutika Dhananjay2014-07-091-1/+1
* glusterd: Handle rpc_connect failure in the event handlerVijaikumar M2014-06-051-4/+0
* glusterd: Disable ping-timer between glusterd and brick processVijaikumar M2014-05-191-3/+5
* rpc: don't stop sending ping packets to an active server.Krishnan Parthasarathi2014-05-061-24/+0
* glusterd: Ping timer implmentationKrishnan Parthasarathi2014-04-291-0/+15
* build: MacOSX Porting fixesHarshavardhana2014-04-241-3/+4
* rpc: warn and truncate grouplist if RPC/AUTH can not hold everythingNiels de Vos2014-04-081-0/+43
* rpc: transport may be destroyed while rpc isn'tKrishnan Parthasarathi2014-03-051-60/+101
* rpc: use GF_FREE when a string is gf_strdup'd.Krishnan Parthasarathi2014-01-221-1/+1
* rpc,glusterd: Use rpc_clnt notifyfn to cleanup mydataKaushal M2013-12-161-1/+8
* rpc: add remote peer's hostname to call_bail log msgsKrishnan Parthasarathi2013-10-171-3/+4
* libglusterfs: Add monotonic clocking counter for timer threadHarshavardhana2013-10-151-11/+12
* rpc: Cleanup rpc object in TRANSPORT_CLEANUP eventKrishnan Parthasarathi2013-06-151-11/+38
* rpc-transport: Moved unix socket options function to rpc-transportKrishnan Parthasarathi2013-05-161-56/+0
* rpc-lib: fix printf args when printing XIDMichael Brown2013-05-061-5/+5
* Revert "glusterd: Fix spurious wakeups in glusterd syncops"Krishnan Parthasarathi2013-05-041-29/+7
* glusterd: Fixed spurious wakeups in glusterd syncopsKrishnan Parthasarathi2013-04-121-7/+29
* "gcc -pedantic": made 'inline' functions as 'static inline' functionsAmar Tumballi2013-01-231-1/+1
* core: fixes for gcc's '-pedantic' flag buildAvra Sengupta2013-01-211-1/+1
* core: remove ref/unref while unwinding framesRajesh Amaravathi2012-11-301-4/+0
* client-handshake: synchronize config.remote_port setting b/wRaghavendra G2012-10-111-13/+8
* rpc: Reduce frame-timeout for glusterd connectionsKaushal M2012-08-171-1/+8
* rpc-lib: fix rpc_clnt_reconfig log on remote_host changeyinyin2012-08-021-1/+1
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-2/+1
* rpc: variable name changesAmar Tumballi2012-07-121-2/+2
* rpc: add extra arguments to _callback's actor functionAmar Tumballi2012-07-111-2/+5