summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport
Commit message (Expand)AuthorAgeFilesLines
* build: FreeBSD 11-Current causes libtool to fail with '-shared'Harshavardhana2014-12-121-1/+1
* socket: disallow CBC cipher modesJeff Darcy2014-10-291-1/+67
* Use sane OS-dependent defaults for SSL configurationEmmanuel Dreyfus2014-09-261-3/+17
* socket: Fixed parsing RPC records containing multi fragmentsGu Feng2014-09-251-3/+20
* Fix glustershd detection on volume restartEmmanuel Dreyfus2014-09-071-0/+12
* rdma: glusterfsd SEGV at volume startKaleb S. KEITHLEY2014-08-131-0/+1
* 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-243-7/+7
* rdma: correct some spelling mistakesNiels de Vos2014-04-171-4/+4
* log: enhance gluster log format with message ID and standardize errno reportingShyamsundarR2014-03-281-1/+1
* 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-252-16/+13
* 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
* 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
* rpc-transport/rdma: reap async events in a dedicated thread.Raghavendra G2013-05-172-2/+52
* rpc-transport/rdma: use rdma-cm for connection establishment.Raghavendra G2013-05-175-1735/+1153
* 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
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-072-2/+2
* socket: restructure disconnect/poll-thread interactionsJeff Darcy2013-02-032-38/+102
* socket: null out priv->ssl_ssl on disconnectJeff Darcy2013-01-291-0/+2
* "gcc -pedantic": made 'inline' functions as 'static inline' functionsAmar Tumballi2013-01-232-17/+17
* 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
* rpc-transport/rdma: use 24008 as default listen port.Raghavendra G2012-12-181-0/+2
* rpc-transport/socket: implement read-ahead of RPC headersAnand Avati2012-12-042-7/+115
* socket,rdma: before binding to any port check if it is a reserved portRaghavendra Bhat2012-12-032-24/+38
* socket: fix double-free when ssl_setup_connection failsJeff Darcy2012-11-231-1/+2
* socket: fix SSL breakage from re/connect handling changesJeff Darcy2012-11-121-7/+9
* build: libraries must be in LDADD/LIBADDJeff Darcy2012-10-031-2/+2
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-032-4/+8
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-032-4/+4