summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/socket/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "glusterd: Bug fixes for IPv6 support"Kaushal M2016-04-161-5/+4
* socket: Don't cleanup encrypted transport in socket_connect()Kaushal M2016-04-091-12/+7
* glusterd: Bug fixes for IPv6 supportNithin D2016-03-211-4/+5
* 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-232-5/+7
* all: reduce "inline" usageKaleb S KEITHLEY2016-01-181-12/+12
* build: fix ecdh.h and dh.h depsMilind Changire2015-11-202-8/+12
* SSL improvements: do not fail if certificate purpose is setEmmanuel Dreyfus2015-08-232-0/+9
* SSL improvements: ECDH, DH, CRL, and accessible optionsEmmanuel Dreyfus2015-08-052-80/+187
* rpc: fix binding brick issue while bind-insecure is enabledPrasanna Kumar Kalever2015-07-261-21/+35
* 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
* Revert "rpc: By default set allow-insecure, bind-insecure to on"Raghavendra G2015-07-021-34/+17
* rpc: By default set allow-insecure, bind-insecure to onPrasanna Kumar Kalever2015-06-301-17/+34
* 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-092-3/+70
* 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-172-7/+49
* 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-272-0/+13
* 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-102-20/+56
* 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-053-90/+169
* 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
* Clean up some weirdness with the gf_resolve inet definesJustin Clift2014-02-131-7/+0
* 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: unix socket connect path can't be greater than UNIX_PATH_MAX charactersKrishnan Parthasarathi2013-12-261-2/+2
* 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
* mgmt/glusterd, socket: Change logging for brick disconnectsPranith Kumar K2013-06-111-1/+6
* transport/socket: fix connect/disconnect racesJeff Darcy2013-06-042-39/+69