summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/socket/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
* Use inet as default listeneEmmanuel Dreyfus2012-07-131-2/+1
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* rpc-transport/socket: Set NODELAY for connect socketv3.3.0qa36Vijay Bellur2012-04-191-0/+10
* transport/socket: configuring tcp window-sizeRajesh Amaravathi2012-02-291-47/+59
* iobuf: use 'iobuf_get2()' to get variable sized buffersAmar Tumballi2012-02-201-2/+13
* rpc-transport/socket: Donot fail reconnect if error is ENOENTshishir gowda2011-12-191-1/+1
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-2/+2
* rpc: fix wrong wiping of state machine's stateAnand Avati2011-09-251-1/+1
* modify to the way we used XDR definitions files (.x files)Amar Tumballi2011-09-071-1/+0
* 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
* Variable IOBUF: Use variable iobuf for cli/glusterd/glusterfsd(mgmt)shishir gowda2011-07-311-9/+11
* RPC unify code changekrishna2011-07-291-31/+58
* Glusterd: Remove dependency on AI_ADDRCONFIG for AF_UNSPECGaurav2011-07-271-1/+1
* rpc-transport/socket: avoid logging socket read failsRajesh2011-07-251-8/+27
* logging: fill proper domain names at places where it is missingAmar Tumballi2011-06-161-6/+6
* build warning fixesAmar Tumballi2011-06-161-6/+7
* 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 timev3.1.1qa1Vijay 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