aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/hiredis/net.c
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Update hiredis to 1.2.0Vsevolod Stakhov2024-10-011-100/+308
|
* [Minor] "blocking mode" indeed should be set laterMikhail Galanin2018-09-241-2/+2
|
* [Minor] Make socket non-blocking before connect()Mikhail Galanin2018-09-241-4/+4
| | | | | | Otherwise, in the case of error, socket may become invalid and we will get an incorrect error, i.e. "setsockopt(TCP_NODELAY): Invalid argument" instead of "Connection refused"
* [Fix] Do not try to connect to non-supported addressesVsevolod Stakhov2017-11-251-0/+4
|
* Fix GNU version of strerror_r (hiredis is broken)Vsevolod Stakhov2016-01-111-1/+3
|
* Embed hiredis as it is broken literally everywhereVsevolod Stakhov2016-01-111-0/+458
|
* Remove bundled hiredis.Vsevolod Stakhov2015-02-181-256/+0
|
* Add detecting of libhiredis for communicating with kvstorage.Vsevolod Stakhov2011-12-091-0/+256
Add internal hiredis if it is not found in system.