summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/socket/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* build: improve detection of new OpenSSL featuresNiels de Vos2015-06-111-1/+1
* build: fix compiling on older distributionsNiels de Vos2015-06-031-0/+18
* socket: throttle only connected transportKrishnan Parthasarathi2015-05-311-2/+15
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* 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
* mgmt/glusterd, socket: Change logging for brick disconnectsPranith Kumar K2013-06-111-1/+6
* transport/socket: fix connect/disconnect racesJeff Darcy2013-06-041-36/+63
* socket: Prevent extra logging in socket_rwvPranith Kumar K2013-05-311-19/+19
* socket: convert socket functions to file scope (static)Anand Avati2013-05-291-46/+46
* Fix spurious brick disconnectsEmmanuel Dreyfus2013-04-291-0/+9
* socket: Make non-ssl sockets perform non-blocking connect()Krishnan Parthasarathi2013-03-221-0/+12
* socket: Associated IP:port information with error logs to make debugging easierKrishnan Parthasarathi2013-03-201-3/+4
* rpc: For AF_UNIX sockets, do not set keepalive option.Venkatesh Somyajulu2013-03-181-2/+3
* socket: restructure disconnect/poll-thread interactionsJeff Darcy2013-02-031-37/+94
* socket: null out priv->ssl_ssl on disconnectJeff Darcy2013-01-291-0/+2
* "gcc -pedantic": made 'inline' functions as 'static inline' functionsAmar Tumballi2013-01-231-12/+12
* nlm: use virtual ip of server to connect to clientRajesh Amaravathi2013-01-181-0/+11
* socket: Don't log readv failures if read-fail-log is falseKrishnan Parthasarathi2013-01-151-7/+11