Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] "blocking mode" indeed should be set later | Mikhail Galanin | 2018-09-24 | 1 | -2/+2 |
| | |||||
* | [Minor] Make socket non-blocking before connect() | Mikhail Galanin | 2018-09-24 | 1 | -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_r | Vsevolod Stakhov | 2018-02-28 | 1 | -1/+1 |
| | |||||
* | [Fix] Do not try to connect to non-supported addresses | Vsevolod Stakhov | 2017-11-25 | 1 | -0/+4 |
| | |||||
* | [Fix] Fix couple of warnings | Vsevolod Stakhov | 2017-10-27 | 2 | -3/+9 |
| | |||||
* | [Minor] Massive spelling correction | Alexander Moisseev | 2017-06-27 | 1 | -1/+1 |
| | | | | by a bot https://github.com/ka7/misspell_fixer | ||||
* | [Minor] Fix another hiredis issue with uninitialized access | Vsevolod Stakhov | 2017-06-12 | 1 | -3/+3 |
| | |||||
* | [Minor] Add enable full debug option | Vsevolod Stakhov | 2016-12-25 | 1 | -0/+3 |
| | |||||
* | [Fix] Another fix for brain-damaged hiredis | Vsevolod Stakhov | 2016-11-20 | 1 | -0/+1 |
| | |||||
* | [Fix] Fix hiredis stupidity | Vsevolod Stakhov | 2016-09-08 | 2 | -5/+9 |
| | |||||
* | Fix GNU version of strerror_r (hiredis is broken) | Vsevolod Stakhov | 2016-01-11 | 2 | -2/+5 |
| | |||||
* | Try to fix brain damage of cmake | Vsevolod Stakhov | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | Embed hiredis as it is broken literally everywhere | Vsevolod Stakhov | 2016-01-11 | 17 | -0/+5441 |
| | |||||
* | Remove bundled hiredis. | Vsevolod Stakhov | 2015-02-18 | 24 | -5141/+0 |
| | |||||
* | Compile external tools with optimizations. | Vsevolod Stakhov | 2014-12-19 | 1 | -0/+3 |
| | |||||
* | More fixes for Solaris. | Vsevolod Stakhov | 2013-06-20 | 1 | -8/+0 |
| | |||||
* | Adopt rspamd for the next glib release. | Vsevolod Stakhov | 2012-01-31 | 1 | -1/+1 |
| | | | | | Fix several issues in threads handling inside keystorage. Fix sigsuspend usage in keystorage. | ||||
* | Add detecting of libhiredis for communicating with kvstorage. | Vsevolod Stakhov | 2011-12-09 | 24 | -0/+5146 |
Add internal hiredis if it is not found in system. |