summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpc-clnt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix case where we free a definitely-NULL iobufJeff Darcy2012-02-101-1/+3
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-241-31/+38
* rpc: Need to update conn->last_recieved.Krishnan Parthasarathi2011-11-181-0/+6
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-1/+1
* rpc: No timeouts for lock fops.Krishnan Parthasarathi2011-09-231-3/+43
* rpc:memcpy data of right size to auth paramsVijay Bellur2011-09-191-1/+1
* rpc: Need to keep ref when handling cbk in call_bail.Krishnan Parthasarathi2011-09-121-0/+5
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-3/+0