summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/socket
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-1/+1
* 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-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
* 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-031-12/+18
* 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-031-2/+4
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-031-2/+2
* build: remove -nostartfiles flagJeff Darcy2012-10-021-1/+1
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-011-1/+1
* rpc/socket: Wrong Log-File Error-MessageVarun Shastry2012-09-051-1/+2
* socket: code cleanupAmar Tumballi2012-08-232-312/+333
* misleading/wrong keep-alive error message in logKaleb S. KEITHLEY2012-08-191-4/+11
* rpc/socket: finish initialization in own threadJeff Darcy2012-07-301-7/+47
* rpc-transport/socket: Add SSL support.Jeff Darcy2012-07-173-83/+667
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-5/+2
* rpc: variable name changesAmar Tumballi2012-07-121-1/+1
* rpc-transport/socket: fix the state machine for XDATA readingAnand Avati2012-06-062-11/+40
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-051-1/+1
* Use inet as default listenerEmmanuel Dreyfus2012-06-012-17/+12
* rpc: fix the vecsizer issueAmar Tumballi2012-05-241-2/+4
* protocol: handle proper vector size for writev()/readv()Amar Tumballi2012-05-212-21/+55
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-104-56/+20
* rpc-transport/socket: Set NODELAY for connect socketv3.3.0qa36Vijay Bellur2012-04-191-0/+10
* transport/socket: configuring tcp window-sizeRajesh Amaravathi2012-02-292-54/+64