summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/socket/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
* rpc: handle EAGAIN when SSL_ERROR_SYSCALL is returnedMilind Changire2018-09-061-2/+9
* rpc: TLSv1_2_method() is deprecated in OpenSSL-1.1Kaleb S. KEITHLEY2017-10-061-1/+3
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-2/+3
* socket: call init_openssl_mt() in init() and add cleanupPrashanth Pai2017-07-171-25/+39
* protocol/server: make listen backlog value as configurableMohammed Rafi KC2017-06-081-10/+14
* 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-121-19/+77
* rpc: Remove accidental IPV6 changesKaushal M2017-05-051-14/+0
* rpc: fix transport add/remove race on port probingMilind Changire2017-05-031-165/+196
* Halo Replication feature for AFR translatorKevin Vigor2017-05-021-0/+15
* rpc: add options to manage socket keepalive lifespanMilind Changire2017-04-121-42/+93
* rpc: avoid logging success on failureMilind Changire2017-03-071-0/+2
* 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
* 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-211-17/+81
* 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-191-1/+41
* 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
* 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
* socket: Reap own-threadsKaushal M2016-04-291-0/+121
* socket: Don't cleanup encrypted transport in socket_connect()Kaushal M2016-04-071-12/+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-221-5/+6
* all: fixes for clang compile warningsKaleb S KEITHLEY2016-02-151-4/+5
* build: fix ecdh.h and dh.h depsMilind Changire2015-11-161-7/+10
* core: use syscall wrappers instead of direct syscalls - miscellaneousKaleb S. KEITHLEY2015-10-281-22/+23
* all: reduce "inline" usageJeff Darcy2015-09-011-12/+12
* SSL improvements: do not fail if certificate purpose is setEmmanuel Dreyfus2015-08-231-0/+8
* SSL improvements: ECDH, DH, CRL, and accessible optionsEmmanuel Dreyfus2015-08-051-80/+180
* 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