aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/hiredis
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix clen length for hiredis...Vsevolod Stakhov2020-05-191-3/+3
|
* Merge pull request #3313 from arkamar/hiredisVsevolod Stakhov2020-04-242-9/+5
|\ | | | | Revert "[Fix] Fix hiredis stupidity" and use the hiredis api as intended
| * Revert "[Fix] Fix hiredis stupidity" and use the hiredis api as intendedPetr Vaněk2020-03-292-9/+5
| | | | | | | | This reverts commit b05b9bf904edce75c17e63982d5e0a82dd3e9064.
* | [Minor] enable Wmissing-format-attributeChristian Göttsche2020-04-113-0/+27
|/
* [Fix] Stat_redis_backend: Fix memory leak and simplify learn pathVsevolod Stakhov2020-03-091-0/+5
|
* [Minor] Remove enforced "-O3" from contrib librariesVsevolod Stakhov2019-12-251-7/+0
|
* [Minor] Fix include pathsVsevolod Stakhov2019-06-221-1/+1
|
* [Project] Add libev hiredis adapterVsevolod Stakhov2019-06-221-0/+147
|
* Revert "[Minor] Use less aggressive optimisation level"Vsevolod Stakhov2019-03-051-1/+1
| | | | This reverts commit 9bfff1d4775e19ce85272f61aecd64ce69b6a98a.
* [Minor] Use less aggressive optimisation levelVsevolod Stakhov2019-03-051-1/+1
|
* [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.