summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpc-clnt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* rpc-clnt: do rpc_transport_destroy() in rpc_clnt_destroy()Amar Tumballi2010-10-081-2/+2
* rpc/clnt: allocate a new cbk_program before registering it.Raghavendra G2010-10-081-8/+46
* protocol/rpc/transport: bring in one more event for 'TRANSPORT-DESTROY'Amar Tumballi2010-10-071-20/+23
* rpc: in rpc_clnt_destroy(), destroy the memory pool alsoAmar Tumballi2010-09-301-0/+8
* rpc-clnt: handle NULL dereferencesAmar Tumballi2010-09-281-7/+11
* mgmt/glusterd: delay probe till connection happensPranith K2010-09-271-0/+2
* rpc-clnt: print frame-sent time till microsecond resolution in call_bail.Raghavendra G2010-09-241-1/+4
* rpc/rpcsvc: add debug messages when rpc-messages are handed over to/from tran...Raghavendra G2010-09-221-9/+22
* rdma: do event_unregister() in fini() too.Amar Tumballi2010-09-171-0/+1
* rpc: add ref/unref for rpc clntPranith Kumar K2010-09-151-2/+39
* memory leak fixes.Raghavendra G2010-09-151-0/+1
* rpc: print xid of the rpcreq corresponding to frame being bailed out.Raghavendra G2010-09-141-3/+3
* rpc: in rpc_clnt_destroy(), cleanup the transport tooAmar Tumballi2010-09-131-0/+6
* rpc-clnt: fix memory corruption happening while encoding auth data.Raghavendra G2010-09-061-11/+11
* rpc: server to client callback mechanismAmar Tumballi2010-08-271-1/+81
* rpc: add rpc_req structure to request_info structure, used by transport layer...Raghavendra G2010-08-181-14/+7
* rpc - cleanup and changes related to rdmaRaghavendra G2010-08-181-1/+4
* changed GNU General Public License to GNU Affero General Public LicensePranith Kumar K2010-08-171-3/+3
* rpc: move handling of fragment headers to socket.Raghavendra G2010-08-161-38/+3
* if frame is NULL, don't continue to destroy it.Amar Tumballi2010-08-131-0/+3
* rpc-clnt/socket: rpc_clnt_reconfig() API to support overriding of port numbersAnand V. Avati2010-08-121-2/+20
* rpc: Cleanup reconnect timer while destroying rpc_clntVijay Bellur2010-08-121-4/+25