summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/socket/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* rpc: TCP_KEEPALIVE undeclared in NetBSDAnand Avati2011-05-301-1/+1
* rpc-clnt: consider the (re-)configured port for only one connect() callAmar Tumballi2011-05-301-1/+2
* rpc: Introduce option for listen()'s backlogVijay Bellur2011-05-301-1/+14
* remove excessive logs due to log enhancementAmar Tumballi2011-04-131-7/+13
* CLI : Validate options farmework.Gaurav2011-03-231-26/+7
* spelling errors fixed across the code baseAmar Tumballi2011-03-221-1/+1
* rpc-transport: log enhancementAmar Tumballi2011-03-171-124/+130
* rpc-transport: whitespace cleanupAmar Tumballi2011-03-171-187/+187
* rpc: Changes for handling unix domain sockets avoid racePranith K2011-03-101-0/+16
* setsockopt should be called with solaris specific arguments for solaris servershishir gowda2010-12-141-0/+5
* rpc-transport: don't merge payload iobuf and iobuf which holds program header...Raghavendra G2010-11-251-5/+4
* socket: avoid check on lowlat for enabling nodelayVijay Bellur2010-11-021-6/+1
* socket: Reduce keepalive idle and interval timeVijay Bellur2010-10-271-1/+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-121-2/+2
* support for configuring keepalive idle timeVijay Bellur2010-10-081-5/+16
* mgmt/Glusterd: Volume set enhancementsKaushik BV2010-10-071-0/+61
* protocol/rpc/transport: bring in one more event for 'TRANSPORT-DESTROY'Amar Tumballi2010-10-071-1/+1
* remove 'gfs_id' field from all protocol xdr structuresAmar Tumballi2010-10-011-1/+1
* rpc-transport/socket: set keepalive socket option.Raghavendra G2010-09-201-0/+88
* cli, mgmt/glusterd: disallow probe to a clusterPranith Kumar K2010-09-151-1/+1
* socket.c: suppress spurious 'dict_get' logs in glusterd debug modeAmar Tumballi2010-09-151-2/+8
* rpc-transport.c: handle a double freeAmar Tumballi2010-09-151-3/+0
* socket: add xfer data countsAmar Tumballi2010-09-141-0/+2
* socket.c: more detailed info about mismatched msg typeAmar Tumballi2010-09-071-2/+8
* rpc-transport/socket: fix memory leaks.Raghavendra G2010-09-041-18/+28
* rpc-transport/socket: use xdr_sizeof instead of sizeof when trying to read ve...Raghavendra G2010-08-311-2/+21
* rpc: server to client callback mechanismAmar Tumballi2010-08-271-0/+2
* transport/socket: free priv->incoming.request_info if not already freed after...Raghavendra G2010-08-261-0/+9
* rpc-transport/socket: proper cleanup and NULL deref checks.Amar Tumballi2010-08-181-76/+126
* rpc - cleanup and changes related to rdmaRaghavendra G2010-08-181-4/+5
* 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-2/+44
* rpc-clnt/socket: rpc_clnt_reconfig() API to support overriding of port numbersAnand V. Avati2010-08-121-2/+5
* rpc fixesAmar Tumballi2010-08-121-6/+20
* rpc: changes to glusterfs programs that can take an optional payload argument.Raghavendra G2010-08-061-0/+5
* changes to rpcRaghavendra G2010-07-281-28/+101
* some check added to the variables after GF_CALLOCAmar Tumballi2010-07-281-0/+3
* fix all the clang errors in 'rpc/*'Amar Tumballi2010-07-281-5/+6
* protocol/lib: rename files to standardized names and placesAnand Avati2010-07-141-1/+4
* Move rpc to top-levelVijay Bellur2010-06-281-0/+2308