summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/socket/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
* rpc/socket: Close pipe on disconnectionKaushal M2016-10-261-1/+8
* socket: log the client identifier in ssl connectRaghavendra Bhat2016-08-031-1/+6
* rpc/socket: pthread resources are not cleaned upN Balachandran2016-07-271-4/+6
* rpc/socket.c : Modify socket_poller code in case of ENODATA error code.Mohit Agrawal2016-07-261-1/+1
* rpc/socket.c: Modify approach to cleanup threads of socket_poller in socket_s...Mohit Agrawal2016-07-261-142/+46
* rpc: invalid argument when function setsockopt sets option TCP_USER_TIMEOUTNiels de Vos2016-07-121-0/+2
* 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-05-031-0/+121
* socket: Don't cleanup encrypted transport in socket_connect()Kaushal M2016-04-091-12/+7
* socket: Launch socket_poller only if connect succeededKaushal M2016-03-091-1/+1
* socket: reduce rate of readv failure logs due to disconnectKrishnan Parthasarathi2016-02-231-5/+6
* all: reduce "inline" usageKaleb S KEITHLEY2016-01-181-12/+12
* build: fix ecdh.h and dh.h depsMilind Changire2015-11-201-6/+10
* 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-261-0/+1
* rpc-transport: socket_poller fixes for proper working of mgmt encryptionKaushal M2015-07-141-5/+8
* build: fix compiling on older distributionsNiels de Vos2015-06-111-0/+18
* socket: throttle only connected transportKrishnan Parthasarathi2015-06-041-2/+15
* socket: use OpenSSL multi-threading interfacesJeff Darcy2015-04-091-3/+69
* 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-171-7/+48
* epoll: Fix broken RPC throttling due to MT epollShyam2015-03-011-11/+3
* socket: allow only one epoll thread to read msg fragmentsKrishnan Parthasarathi2015-02-271-0/+12
* epoll: edge triggered and multi-threaded epollVijaikumar M2015-02-071-5/+28
* socket: fix segfaults when TLS management connections failJeff Darcy2015-01-271-11/+19
* rpc/rpcsvc: add peername to log messagesKrishnan Parthasarathi2014-12-101-1/+2
* socket: disallow CBC cipher modesJeff Darcy2014-10-271-1/+67
* Sane default for SSL on OSXHarshavardhana2014-09-291-1/+1
* Use sane OS-dependent defaults for SSL configurationEmmanuel Dreyfus2014-09-261-3/+17
* socket: Fixed parsing RPC records containing multi fragmentsGu Feng2014-09-191-3/+20
* Fix glustershd detection on volume restartEmmanuel Dreyfus2014-08-251-0/+12
* socket: add boundary checks for iobuf_get2 over rpc_hdr_bytesHarshavardhana2014-08-041-4/+12
* socket/glusterd/client: enable SSL for managementJeff Darcy2014-07-101-19/+53
* socket: add certificate-depth and cipher-list options for SSLJeff Darcy2014-07-041-3/+26
* porting: Port for FreeBSD rebased from Mike Ma's effortsHarshavardhana2014-07-021-1/+1
* rpc/auth: allow SSL identity to be used for authorizationJeff Darcy2014-07-021-7/+30
* glusterd: Handle rpc_connect failure in the event handlerVijaikumar M2014-06-051-89/+147
* build: MacOSX Porting fixesHarshavardhana2014-04-241-2/+2
* socket: don't send notification 'up' on socket_writev failureKrishnan Parthasarathi2014-02-271-1/+2
* rpc/socket: Avoid excessive INFO logs when SSL is not configured.Vijay Bellur2014-02-201-2/+4
* glusterd: Fix possible leaks on failure code pathSantosh Kumar Pradhan2014-02-121-1/+14
* mgmt/glusterd: make sure quota enforcer has established connection with quota...Raghavendra G2014-01-251-0/+28
* socket: propogate connect failure in socket_event_handlerKrishnan Parthasarathi2014-01-141-1/+1
* socket: limit vector count to IOV_MAXAnand Avati2013-11-261-2/+2
* rpcsvc: implement per-client RPC throttlingAnand Avati2013-10-281-0/+20
* transport/socket: don't try to set TCP_DELAY on unix domain socketsRaghavendra G2013-10-121-3/+3
* core: block unused signals in created threadsAnand Avati2013-09-251-1/+1
* glusterfsd: Round robin DNS should not be relied upon withHarshavardhana2013-09-061-2/+0