aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/hiredis
Commit message (Collapse)AuthorAgeFilesLines
* [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"
* [Minor] Fix broken usage of strerror_rVsevolod Stakhov2018-02-281-1/+1
|
* [Fix] Do not try to connect to non-supported addressesVsevolod Stakhov2017-11-251-0/+4
|
* [Fix] Fix couple of warningsVsevolod Stakhov2017-10-272-3/+9
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-271-1/+1
| | | | by a bot https://github.com/ka7/misspell_fixer
* [Minor] Fix another hiredis issue with uninitialized accessVsevolod Stakhov2017-06-121-3/+3
|
* [Minor] Add enable full debug optionVsevolod Stakhov2016-12-251-0/+3
|
* [Fix] Another fix for brain-damaged hiredisVsevolod Stakhov2016-11-201-0/+1
|
* [Fix] Fix hiredis stupidityVsevolod Stakhov2016-09-082-5/+9
|
* Fix GNU version of strerror_r (hiredis is broken)Vsevolod Stakhov2016-01-112-2/+5
|
* Try to fix brain damage of cmakeVsevolod Stakhov2016-01-111-1/+1
|
* Embed hiredis as it is broken literally everywhereVsevolod Stakhov2016-01-1117-0/+5441
|
* Remove bundled hiredis.Vsevolod Stakhov2015-02-1824-5141/+0
|
* Compile external tools with optimizations.Vsevolod Stakhov2014-12-191-0/+3
|
* More fixes for Solaris.Vsevolod Stakhov2013-06-201-8/+0
|
* Adopt rspamd for the next glib release.Vsevolod Stakhov2012-01-311-1/+1
| | | | | Fix several issues in threads handling inside keystorage. Fix sigsuspend usage in keystorage.
* Add detecting of libhiredis for communicating with kvstorage.Vsevolod Stakhov2011-12-0924-0/+5146
Add internal hiredis if it is not found in system.