summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport
Commit message (Expand)AuthorAgeFilesLines
* all: reduce "inline" usageJeff Darcy2015-09-012-17/+17
* SSL improvements: do not fail if certificate purpose is setEmmanuel Dreyfus2015-08-232-0/+9
* rdma:restore device linked list structure in case of failureMohammed Rafi KC2015-08-131-3/+5
* SSL improvements: ECDH, DH, CRL, and accessible optionsEmmanuel Dreyfus2015-08-051-80/+180
* rpc: fix binding brick issue while bind-insecure is enabledPrasanna Kumar Kalever2015-07-262-50/+73
* rpc,server,glusterd: Init transport list for accepted transportKaushal M2015-07-241-0/+1
* rpc-transport: socket_poller fixes for proper working of mgmt encryptionKaushal M2015-07-131-5/+8
* rdma : porting missing gf_log to gf_msgManikandan Selvaganesh2015-07-122-11/+15
* Revert "rpc: By default set allow-insecure, bind-insecure to on"Raghavendra G2015-07-021-34/+17
* rpc: By default set allow-insecure, bind-insecure to onPrasanna Kumar Kalever2015-06-301-17/+34
* rdma : removing duplicate printing of error string in gf_msgManikandan Selvaganesh2015-06-272-35/+27
* build: improve detection of new OpenSSL featuresNiels de Vos2015-06-111-1/+1
* build: fix compiling on older distributionsNiels de Vos2015-06-031-0/+18
* socket: throttle only connected transportKrishnan Parthasarathi2015-05-311-2/+15
* build: do not #include "config.h" in each fileNiels de Vos2015-05-295-25/+0
* rdma:properly handle iobuf_pool when rdma transport is unloadedMohammed Rafi KC2015-05-052-20/+62
* rdma: porting rdma to a new message id logging formatHumble Devassy Chirammal2015-04-294-371/+695
* socket: use OpenSSL multi-threading interfacesJeff Darcy2015-04-092-3/+70
* socket: use TLS 1.2 instead of 1.0Jeff Darcy2015-03-271-1/+1
* socket: use TCP_USER_TIMEOUT to detect client failures quickerNiels de Vos2015-03-172-7/+49
* rdma:changing list iteration to safe modeMohammed Rafi KC2015-03-151-5/+10
* rdma: Free resources related to iobuf in finiMohammed Rafi KC2015-03-102-0/+19
* rdma:enhance logging when a connection error occurMohammed Rafi KC2015-03-101-1/+3
* rdma: return proper data type.Humble Devassy Chirammal2015-03-091-1/+1
* rdma: 'list','wr' and 'new' memory has to be verified.Humble Devassy Chirammal2015-03-091-1/+22
* rdma:setting wrong remote memory.Mohammed Rafi KC2015-03-041-2/+2
* rdma: segfault trying to call ibv_dealloc_pd on a null pointer Mark Lipscombe2015-03-031-1/+3
* epoll: Fix broken RPC throttling due to MT epollShyam2015-03-011-11/+3
* socket: allow only one epoll thread to read msg fragmentsKrishnan Parthasarathi2015-02-272-0/+13
* rdma: Fix failure to call rdma_bind_addr if unable to bind privileged port.Mark Lipscombe2015-02-261-1/+8
* rdma: free rdma priv data if init failsAtin Mukherjee2015-02-191-0/+2
* rdma: pre-register iobuf_pool with rdma devices.Mohammed Rafi KC2015-02-172-14/+196
* rdma: reduce log level from E to WMohammed Rafi KC2015-02-171-1/+1
* rdma:read multiple wr from cq and ack them in one callMohammed Rafi KC2015-02-171-71/+97
* rdma: post multiple work request in a single call.Mohammed Rafi KC2015-02-121-55/+65
* rdma : agregate a vectored read as oneMohammed Rafi KC2015-02-121-0/+10
* epoll: edge triggered and multi-threaded epollVijaikumar M2015-02-071-5/+28
* socket: fix segfaults when TLS management connections failJeff Darcy2015-01-271-11/+19
* build: FreeBSD 11-Current causes libtool to fail with '-shared'Harshavardhana2014-12-121-1/+1
* rpc/rpcsvc: add peername to log messagesKrishnan Parthasarathi2014-12-101-1/+2
* rdma:client process will hang if server is started to sendMohammed Rafi KC2014-11-181-0/+21
* rdma: client connection establishment takes more timeMohammed Rafi KC2014-11-181-1/+1
* rdma:rdma fuse mount hangs for tcp,rdma volumes if brick is down.Mohammed Rafi KC2014-11-171-5/+2
* rdma: glusterd crash if rdma_disconnect is called as soon as connect a request.Mohammed Rafi KC2014-11-141-9/+17
* rdma:setting rdma REUSEADDR flag to rdma id.Mohammed Rafi KC2014-11-131-0/+10
* socket: disallow CBC cipher modesJeff Darcy2014-10-271-1/+67
* rdma: mount hangs for rdma type transport.Mohammed Rafi KC2014-10-081-46/+46
* Sane default for SSL on OSXHarshavardhana2014-09-291-1/+1
* Use sane OS-dependent defaults for SSL configurationEmmanuel Dreyfus2014-09-261-3/+17
* socket: Fixed parsing RPC records containing multi fragmentsGu Feng2014-09-191-3/+20