summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpc-clnt.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* rpc: Fixed ping timer algo.Krishnan Parthasarathi2012-06-301-1/+0
* localtime and ctime are not MT-SAFEKaleb S. KEITHLEY2012-06-291-8/+5
* rpc-transport/rdma: decode and handle RDMA_ERROR msgs.Raghavendra G2012-06-131-2/+0
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* rpc-clnt: use the correct xdr_size for getting the iobufAmar Tumballi2012-04-191-14/+14
* rpc-clnt: separate out connection_cleanup() from destroy()v3.3.0qa30Amar Tumballi2012-03-191-1/+0
* rpc: cancel reconnect timer in rpc_clnt_disablePranith Kumar K2012-03-181-0/+4
* rpc-clnt: print xid of the saved frames getting unwindAmar Tumballi2012-03-051-2/+3
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-6/+8
* rpc/clnt: handle PARENT_DOWN event appropriatelyAmar Tumballi2012-02-211-11/+60
* NLM - Network Lock Manger V4Krishna Srinivas2012-02-201-13/+27
* protocol/client,server: fcntl lock self healing.Mohammed Junaid2012-02-201-1/+0
* iobuf: use 'iobuf_get2()' to get variable sized buffersAmar Tumballi2012-02-201-15/+10