summaryrefslogtreecommitdiffstats
path: root/rpc
Commit message (Expand)AuthorAgeFilesLines
* syncdaemon: Moved the gsync start code to cli.Mohammed Junaid Ahmed2011-02-153-0/+4
* syncdaemon: config-get-all option add to gsync cli.Mohammed Junaid Ahmed2011-02-143-6/+26
* fix a typo in xdr_gf1_cli_gsync_set_req functionRaghavendra Bhat2011-02-131-1/+1
* gsync: cli support for gsyncd.Mohammed Junaid Ahmed2011-02-106-1/+126
* rpc/rpc-clnt: don't access rpcreq after putting the struct back into mem-pool.Raghavendra G2011-02-071-8/+13
* Move hostname, ip address validating functions to libglusterfs.Sachidananda2011-01-271-122/+0
* rpc: handle proper 'ref', 'unref' of transport from rpc-clntAmar Tumballi2011-01-262-3/+7
* rdma : prevent confusing logs when both 'poll_in' and 'poll_err' are received.Amar Tumballi2010-12-271-1/+1
* glusterd,cli: print single error message on failurePranith K2010-12-273-1/+5
* setsockopt should be called with solaris specific arguments for solaris servershishir gowda2010-12-141-0/+5
* rpc: fix format string mismatches in invocation of gf_log.Raghavendra G2010-12-122-6/+6
* rpc-transport/rdma: QP configuration changes.Raghavendra G2010-12-121-29/+46
* rpc-transport/rdma: add informative debug messages when posting of send reque...Raghavendra G2010-12-121-13/+33
* rpcsvc: while handling transport-cleanup event look for listener with transpo...Raghavendra G2010-12-101-1/+1
* rpc-transport: don't merge payload iobuf and iobuf which holds program header...Raghavendra G2010-11-255-36/+39
* 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-162-0/+75
* rpc-clnt: move rpc_clnt_reconnect() call to rpc_clnt_initAnand Avati2010-11-161-2/+4
* rpc-lib: Fail auth-unix if more than 16 gids foundShehjar Tikoo2010-11-161-0/+5
* rpc-lib: Copy auxiliary GIDs into request from de-XDRed bufferShehjar Tikoo2010-11-161-0/+4
* rpc/rpc-lib: don't build libgfrpc as a module.Raghavendra G2010-11-101-1/+0
* cli: remove volume type from add-brick and remove-brick cmdsPranith K2010-11-093-8/+0
* rpc-transport/rdma: set the default quota of recv buffers to 128.Raghavendra G2010-11-091-2/+2
* rpc-transport/rdma: create request_context only if message contains read chun...Raghavendra G2010-11-071-18/+28
* rpc-transport/rdma: Fix 2KB as threshold size for msgs that can be transferre...Raghavendra G2010-11-072-13/+23
* rpc-transport/rdma: increment post->ctx.count in a loop doint rdma_read.Raghavendra G2010-11-071-5/+5
* socket: avoid check on lowlat for enabling nodelayVijay Bellur2010-11-021-6/+1
* rpc-transport: fix race-condition between rdma-read completion and updating t...Raghavendra G2010-10-291-1/+1
* cli,mgmt/glusterd: fsm log implementationPranith K2010-10-296-8/+106
* Revert "rpc-transport/rdma: create request_context only if message contains r...Anand V. Avati2010-10-291-26/+18
* Solaris build fixes: Patch for 64bit buildshishir gowda2010-10-273-1/+3
* socket: Reduce keepalive idle and interval timev3.1.1qa1Vijay Bellur2010-10-271-1/+2
* report the error if a volume not in the started state is tried to be stoppedRaghavendra Bhat2010-10-263-1/+5
* OS X: Include rpc/types.hnoah williamsson2010-10-261-0/+1
* Correct enum declaration of gf_dump_procnum, fixing duplicate symbol error wh...noah williamsson2010-10-261-2/+2
* rpc-transport/rdma: create request_context only if message contains read chun...Raghavendra G2010-10-261-18/+26
* rpcsvc: handle NULL deref in case of program mismatchAmar Tumballi2010-10-261-16/+23
* rpc-transport/rdma: associate mem-pools with device instead of transport.Raghavendra G2010-10-252-69/+102
* Solaris build: Fix linux only featuresshishir gowda2010-10-212-1/+2
* Solaris build: Handle namespace clash for rpc-clnt.hshishir gowda2010-10-211-2/+2
* rpc-transport/socket: initialize fragcurrent pointer in correct state while r...Raghavendra G2010-10-121-3/+3
* Change assert to GF_ASSERTVijay Bellur2010-10-122-3/+3
* rpcsvc: calculate dump response length instead of hard coding it.Raghavendra G2010-10-121-5/+9
* rpc-transport/rdma: by default use infiniband port 1Raghavendra G2010-10-121-1/+1
* Copyright changesVijay Bellur2010-10-114-4/+4
* mgmt/glusterd: handle reqs from unknown peers for friend smPranith K2010-10-112-2/+4
* rpc-transport/rdma: fix the bug which was causing an ioq-entry being mem_put ...Raghavendra G2010-10-091-1/+3
* rpc-clnt: do rpc_transport_destroy() in rpc_clnt_destroy()Amar Tumballi2010-10-082-2/+5
* mgmt/glusterd: Fix replace brick to pass src-brick and dst-brick port nos pro...v3.1.0qa42Pavan Sondur2010-10-083-0/+11
* rpc/clnt: allocate a new cbk_program before registering it.Raghavendra G2010-10-081-8/+46