summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport
Commit message (Expand)AuthorAgeFilesLines
...
* socket: SSL_shutdown should be called before socket shutdownRajesh Joseph2016-08-161-13/+28
* rpc/socket.c : Modify socket code to avoid fd leak in case of socket_poller t...Mohit Agrawal2016-07-201-4/+3
* rpc: invalid argument when function setsockopt sets option TCP_USER_TIMEOUTZhou Zhengping2016-07-101-0/+2
* rpc/socket: pthread resources are not cleaned upN Balachandran2016-07-081-4/+6
* rpc/socket.c : Modify socket_poller code in case of ENODATA error code.Mohit Agrawal2016-07-081-1/+1
* socket: log the client identifier in ssl connectRaghavendra Bhat2016-06-301-1/+6
* rpc/socket.c: Modify approach to cleanup threads of socket_poller in sock...Mohit Agrawal2016-06-241-141/+45
* libglusterfs (timer): race conditions, illegal mem access, mem leakKaleb S KEITHLEY2016-06-011-2/+2
* rpc: change client insecure port ceiling from 65535 to 49151Prasanna Kumar Kalever2016-05-182-11/+17
* socket: Fix incorrect handling of partial readsXavier Hernandez2016-05-111-3/+5
* glusterd: add defence mechanism to avoid brick port clashesPrasanna Kumar Kalever2016-05-041-1/+3
* rpc: define client port rangePrasanna Kumar Kalever2016-05-032-2/+39
* socket: Reap own-threadsKaushal M2016-04-292-0/+122
* rpc: fix gf_process_reserved_portsPrasanna Kumar Kalever2016-04-272-15/+3
* socket: Don't cleanup encrypted transport in socket_connect()Kaushal M2016-04-071-12/+6
* rpc: assign port only if it is unreservedPrasanna Kumar Kalever2016-04-062-2/+6
* socket: Launch socket_poller only if connect succeededKaushal M2016-03-031-1/+1
* socket: reduce rate of readv failure logs due to disconnectKrishnan Parthasarathi2016-02-222-5/+7
* glusterd: Bug fixes for IPv6 supportNithin D2016-02-201-4/+5
* all: fixes for clang compile warningsKaleb S KEITHLEY2016-02-151-4/+5
* build: fix ecdh.h and dh.h depsMilind Changire2015-11-162-7/+16
* build: install and package header files more conventionallyKaleb S. KEITHLEY2015-11-161-2/+0
* core: use syscall wrappers instead of direct syscalls - miscellaneousKaleb S. KEITHLEY2015-10-281-22/+23
* 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