summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport
Commit message (Expand)AuthorAgeFilesLines
* socket: fix SSL breakage from re/connect handling changesJeff Darcy2012-11-121-7/+9
* build: libraries must be in LDADD/LIBADDJeff Darcy2012-10-031-2/+2
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-032-4/+8
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-032-4/+4
* build: remove -nostartfiles flagJeff Darcy2012-10-022-2/+2
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-012-2/+2
* Fixed some general typing errors.Varun Shastry2012-09-271-1/+1
* rpc/socket: Wrong Log-File Error-MessageVarun Shastry2012-09-051-1/+2
* socket: code cleanupAmar Tumballi2012-08-232-312/+333
* misleading/wrong keep-alive error message in logKaleb S. KEITHLEY2012-08-191-4/+11
* rpc/socket: finish initialization in own threadJeff Darcy2012-07-301-7/+47
* rpc-transport/socket: Add SSL support.Jeff Darcy2012-07-173-83/+667
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-132-11/+4
* rpc: variable name changesAmar Tumballi2012-07-121-1/+1
* rpc-transport/rdma: decode and handle RDMA_ERROR msgs.Raghavendra G2012-06-131-41/+55
* rpc-transport/socket: fix the state machine for XDATA readingAnand Avati2012-06-062-11/+40
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-051-1/+1
* Use inet as default listenerEmmanuel Dreyfus2012-06-013-25/+16
* rpc-transport/rdma: logging enhancementsRaghavendra G2012-05-271-72/+210
* rpc: fix the vecsizer issueAmar Tumballi2012-05-241-2/+4
* protocol: handle proper vector size for writev()/readv()Amar Tumballi2012-05-212-21/+55
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-108-112/+40
* rpc-transport/socket: Set NODELAY for connect socketVijay Bellur2012-04-191-0/+10
* transport/socket: configuring tcp window-sizeRajesh Amaravathi2012-02-292-54/+64
* iobuf: use 'iobuf_get2()' to get variable sized buffersAmar Tumballi2012-02-202-17/+21
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-241-1/+1
* transport/rdma: Add attr_timeout, attr_retry_cnt, attr_rnr_retryHarshavardhana2011-12-202-7/+43
* rpc-transport/socket: Donot fail reconnect if error is ENOENTshishir gowda2011-12-191-1/+1
* rpc-transport/rdma: add gf_ prefix to all procedure, variable namesRaghavendra G2011-11-242-1045/+1098
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-164-6/+6
* rpc-transport/rdma: send correct vector count when both rpc-header and progra...Raghavendra G2011-11-151-2/+10
* rpc: fix wrong wiping of state machine's stateAnand Avati2011-09-251-1/+1
* socket: provide proper arguments to getaddrinfoAmar Tumballi2011-09-131-1/+1
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-24/+2
* modify to the way we used XDR definitions files (.x files)Amar Tumballi2011-09-071-1/+0
* mem-pool: Make mem-pool ptr avialable in ptrshishir gowda2011-08-251-4/+4
* Change Copyright current yearPranith Kumar K2011-08-108-8/+8
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-068-24/+24
* Variable IOBUF: Use variable iobuf for cli/glusterd/glusterfsd(mgmt)shishir gowda2011-07-311-9/+11
* RPC unify code changekrishna2011-07-292-31/+61
* Glusterd: Remove dependency on AI_ADDRCONFIG for AF_UNSPECGaurav2011-07-272-5/+16
* rpc-transport/socket: avoid logging socket read failsRajesh2011-07-252-8/+28
* glusterd: Add bind-insecure xlator-option for glusterdshishir gowda2011-07-241-1/+1
* rpc-transport/rdma: call ibv_fork_init to make rdma work with fork.Raghavendra G2011-07-011-0/+1
* logging: fill proper domain names at places where it is missingAmar Tumballi2011-06-161-6/+6
* rdma: fix the excessive logsAmar Tumballi2011-06-161-2/+3
* build warning fixesAmar Tumballi2011-06-164-57/+48
* rpc-transport/rdma: don't return '0' in case of un-initiated rdma_connect()Amar Tumballi2011-06-081-4/+1
* client_bind: When allow-insecure xlator option is set, donot bind.shishir gowda2011-05-311-3/+1
* rpc: TCP_KEEPALIVE undeclared in NetBSDAnand Avati2011-05-301-1/+1