summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpc-clnt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mem-pool: Make mem-pool ptr avialable in ptrshishir gowda2011-08-251-6/+6
* rpc-clnt: fix merge error of http://review.gluster.com/248Anand Avati2011-08-171-2/+6
* rpc-clnt: perform XDR encoding in unlocked regionAnand Avati2011-08-171-41/+36
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* IOBUF: Bring in variable iobuf supportshishir gowda2011-07-311-1/+1
* RPC unify code changekrishna2011-07-291-8/+14
* rpc: in client connection init(), return the proper error codeAmar Tumballi2011-07-271-0/+1
* logging: fill proper domain names at places where it is missingAmar Tumballi2011-06-161-1/+1
* rpc-clnt: consider the (re-)configured port for only one connect() callAmar Tumballi2011-05-301-2/+14
* mgmt/glusterd: Remove excessive INFO logsPranith Kumar K2011-04-131-0/+4
* spelling errors fixed across the code baseAmar Tumballi2011-03-221-2/+2
* rpc/rpc-lib : log enhancementsAmar Tumballi2011-03-171-71/+75
* rpc: Changes for handling unix domain sockets avoid racePranith K2011-03-101-61/+48
* rpc/rpc-clnt: don't access rpcreq after putting the struct back into mem-pool.Raghavendra G2011-02-071-8/+13
* rpc: handle proper 'ref', 'unref' of transport from rpc-clntAmar Tumballi2011-01-261-2/+5
* rpc: fix format string mismatches in invocation of gf_log.Raghavendra G2010-12-121-4/+4
* rpc-clnt: add check for NULL argument for rpc_clnt_startAmar Tumballi2010-11-181-0/+3
* rpc-clnt: introduce new way of creating rpc-clnt objectsAnand Avati2010-11-161-0/+68
* rpc-clnt: move rpc_clnt_reconnect() call to rpc_clnt_initAnand Avati2010-11-161-2/+4
* mgmt/glusterd: handle reqs from unknown peers for friend smPranith K2010-10-111-1/+1