summaryrefslogtreecommitdiffstats
path: root/transport/socket
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation failure on Solaris in __socket_keepalive()v3.0.5rc6Vijay Bellur2010-06-081-1/+1
* socket: make tcp keepalive work on OS XCsaba Henk2010-05-271-2/+10
* socket: Support TCP-KEEPALIVEShehjar Tikoo2010-05-212-0/+84
* Adding GF_LOG_OCCASIONALLY to prevent repeated log messagesAnush Shetty2010-05-111-7/+10
* transport/socket: guess an appropriate address family when it is not specifie...Raghavendra G2010-03-313-27/+34
* socket: Add NULL check for failed ioq entry allocationShehjar Tikoo2010-03-021-0/+4
* transport/socket: use appropriate address family macro when address family is...Raghavendra G2010-01-223-47/+79
* transport/socket: Enable NODELAY even if no option is set.Vijay Bellur2010-01-121-2/+3
* transport/name.c: refine the address resolution logic when listen-host is not...Corentin Chary2009-11-031-3/+18
* transport/socket:Enable NODELAY by default for lowlat client and server socketsVijay Bellur2009-10-291-0/+80
* transport/socket: Support for TCP_NODELAYVijay Bellur2009-10-291-0/+2
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-074-4/+4
* client-protocol: log messages at WARNING loglevel when client_bind on privile...Raghavendra G2009-07-311-1/+1
* Remove the trailing "/" which fails build with new version of automakeHarshavardhana2009-06-181-1/+1
* socket: New option: Set receive and send buffer sizeShehjar Tikoo2009-05-292-3/+76
* fix crash in __socket_reset. Previously iobuf_p was an allocated pointer, but...Anand Avati2009-05-221-2/+2
* THIS: socket now uses xlator_notify for setting THISAnand V. Avati2009-05-221-4/+4
* add 'non-blocking-io' to the options array in sockets.Amar Tumballi2009-05-201-0/+3
* socket transport logging cleanupAnand V. Avati2009-04-281-5/+6
* cleanup of logs in socket and ib-verbs transportsAnand V. Avati2009-04-242-37/+38
* disconnect transport peer if system is out of memory while allocating iobufAnand V. Avati2009-04-181-4/+12
* updated transport/socket to use IOBUF/IOBREFsAnand V. Avati2009-04-122-37/+43
* fix broken transport-type unixRommer2009-04-031-1/+5
* socket_connect() - if socket is already created, do not fail transport_connec...Anand V. Avati2009-04-021-0/+1
* Add new type of option type INTERNET_ADDRESS for validationRaghavendra G2009-04-011-1/+1
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-264-4/+4
* Added all filesVikas Gorur2009-02-186-0/+2212