summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport
Commit message (Expand)AuthorAgeFilesLines
* rpc: handle EAGAIN when SSL_ERROR_SYSCALL is returnedMilind Changire2018-09-061-2/+9
* rpc-transport/rdma: Add a mutex for the list of RDMA Memory Region(MR) accessYi Wang2018-01-022-38/+72
* rpc: TLSv1_2_method() is deprecated in OpenSSL-1.1Kaleb S. KEITHLEY2017-10-061-1/+3
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-192-8/+9
* socket: call init_openssl_mt() in init() and add cleanupPrashanth Pai2017-07-171-25/+39
* Link against missed libraries to resolve symbolsPrashanth Pai2017-07-031-1/+3
* protocol/server: make listen backlog value as configurableMohammed Rafi KC2017-06-083-11/+47
* socket/reconfigure: reconfigure should be done on new dictMohammed Rafi KC2017-05-291-8/+8
* socket: Avoid flooding of error message in case of SSLMohit Agrawal2017-05-151-1/+10
* event/epoll: Add back socket for polling of events immediately afterRaghavendra G2017-05-122-19/+83
* 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