summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport
Commit message (Expand)AuthorAgeFilesLines
...
* rpc: fix a routine to destory RDMA qp(queue-pair)Ji-Hyeon Gim2017-05-121-1/+1
* rpc: Remove accidental IPV6 changesKaushal M2017-05-052-20/+0
* rpc: fix transport add/remove race on port probingMilind Changire2017-05-031-165/+196
* Halo Replication feature for AFR translatorKevin Vigor2017-05-022-2/+26
* rpc: add options to manage socket keepalive lifespanMilind Changire2017-04-122-42/+98
* transport: allow OS to assign us a portKevin Vigor2017-03-122-0/+10
* rpc: avoid logging success on failureMilind Changire2017-03-071-0/+2
* Return ret as soon as `this` is freedNigel Babu2017-03-011-0/+1
* rpc: log more about socket disconnectsMilind Changire2017-03-011-3/+15
* socket: Avoid flooding of SSL messages in case of failure/successMohit Agrawal2017-02-271-7/+7
* Free iobuf after using it, not beforeMichael Scherer2017-02-261-2/+2
* socket: GF_REF_PUT should be called outside lockRajesh Joseph2017-02-061-2/+4
* socket: retry connect immediately if it failsJeff Darcy2017-02-021-2/+36
* libglusterfs+transport+io-threads: fix 256KB stack abuseJeff Darcy2017-02-012-12/+12
* rpc/socket.c : Bonnie++ hangs during rewrites in ganesha + SSLMohit Agrawal2017-02-011-0/+5
* refcount: typecast function for calling on freeNiels de Vos2017-01-311-4/+2
* core: run many bricks within one glusterfsd processJeff Darcy2017-01-301-2/+0
* socket: socket disconnect should wait for poller thread exitRajesh Joseph2016-12-213-26/+97
* socket: Keepalives should happen on IPv6 as well as IPv4Shreyas Siravara2016-12-161-1/+1
* rpc/socket.c : Modify socket_poller code in case of ENODATA error code.Mohit Agrawal2016-10-231-1/+1
* rpc/socket: Close pipe on disconnectionKaushal M2016-10-231-1/+8
* rpc/socket.c : Modify gf_log message in socket_poller code in case of errorMohit Agrawal2016-10-121-3/+6
* socket: log the client identifier in ssl connectMohit Agrawal2016-10-051-2/+2
* socket: pollerr event shouldn't trigger socket_connnect_finishAtin Mukherjee2016-09-192-1/+44
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-182-4/+8
* rpc: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-291-2/+0
* 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