summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/socket
Commit message (Expand)AuthorAgeFilesLines
...
* socket: Remove code duplicationKrutika Dhananjay2018-08-021-69/+13
* build: rename event.h to gf-event.hNiels de Vos2018-07-271-1/+1
* rpc: merge ssl infra with epoll infraMilind Changire2018-07-272-748/+814
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-222-6/+6
* Fix compile warningsXavi Hernandez2018-07-101-8/+17
* rpc: set listen-backlog to high valueMilind Changire2018-04-131-1/+1
* rpc: rearm listener socket earlyMilind Changire2018-04-071-3/+3
* socket: Improve error logging when loading SSL files failsNiklas Hambüchen2018-03-211-2/+6
* glusterd: TLS verification fails while using intermediate CAMohit Agrawal2018-03-191-4/+8
* socket: options update for GD2Mohit Agrawal2018-02-191-4/+36
* protocol: utilize the version 4 xdrAmar Tumballi2018-02-011-1/+142
* build: Link libgfrpc within rpc-transport shared librariesAnoop C S2018-01-111-0/+1
* Revert "rpc: merge ssl infra with epoll infra"Milind Changire2018-01-072-835/+766
* rpc: merge ssl infra with epoll infraMilind Changire2017-12-122-777/+831
* rpc: Fix several coverity issues in rpc/socket codeMohit Agrawal2017-11-101-7/+12
* rpc/rpc-transport/: MISSING_BREAK in name.cGirjesh Rajoria2017-11-081-3/+3
* gluster: IPv6 single stack supportKevin Vigor2017-10-242-0/+19
* rpc/rpc-transport/socket/: Coverity Issue MISSING_BREAKGirjesh Rajoria2017-09-291-1/+1
* rpc-transport/socket: tab -> spaces cleanupKaleb S. KEITHLEY2017-09-152-466/+466
* rpc: TLSv1_2_method() is deprecated in OpenSSL-1.1Kaleb S. KEITHLEY2017-09-131-1/+3
* socket: Use granular mutex locks during pollin and pollout event processingKrutika Dhananjay2017-09-082-35/+58
* Do not declare the variable timeout_ms if TCP_USER_TIMEOUT is not definedMichael Scherer2017-09-071-0/+2
* 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
* Link against missed libraries to resolve symbolsPrashanth Pai2017-07-031-1/+3
* 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-122-19/+83
* 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-121-0/+5
* 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
* libglusterfs+transport+io-threads: fix 256KB stack abuseJeff Darcy2017-02-011-6/+6
* 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-212-17/+87
* 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