Commit Graph

22 Commits

Author SHA1 Message Date
Vsevolod Stakhov
516cc495ba [Minor] Fix include paths 2019-06-22 10:57:29 +01:00
Vsevolod Stakhov
36ab21685b [Project] Add libev hiredis adapter 2019-06-22 10:57:29 +01:00
Vsevolod Stakhov
736a5f1d12 Revert "[Minor] Use less aggressive optimisation level"
This reverts commit 9bfff1d477.
2019-03-05 23:18:19 +00:00
Vsevolod Stakhov
9bfff1d477 [Minor] Use less aggressive optimisation level 2019-03-05 22:51:29 +00:00
Mikhail Galanin
8c2648b668 [Minor] "blocking mode" indeed should be set later 2018-09-24 16:18:43 +01:00
Mikhail Galanin
e637e15306 [Minor] Make socket non-blocking before connect()
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"
2018-09-24 15:27:57 +01:00
Vsevolod Stakhov
db9dff1c16 [Minor] Fix broken usage of strerror_r 2018-02-28 17:35:16 +00:00
Vsevolod Stakhov
6af040cf29 [Fix] Do not try to connect to non-supported addresses 2017-11-25 12:50:02 +00:00
Vsevolod Stakhov
a0d34edd00 [Fix] Fix couple of warnings 2017-10-27 10:55:20 +01:00
Alexander Moisseev
bb5a9f8e45 [Minor] Massive spelling correction
by a bot https://github.com/ka7/misspell_fixer
2017-06-27 10:44:19 +03:00
Vsevolod Stakhov
13659ea7ca [Minor] Fix another hiredis issue with uninitialized access 2017-06-12 10:44:51 +01:00
Vsevolod Stakhov
6eecb5ce7c [Minor] Add enable full debug option 2016-12-25 16:23:02 +00:00
Vsevolod Stakhov
e19be6e738 [Fix] Another fix for brain-damaged hiredis 2016-11-20 17:52:55 +00:00
Vsevolod Stakhov
b05b9bf904 [Fix] Fix hiredis stupidity 2016-09-08 15:25:12 +01:00
Vsevolod Stakhov
83034f4027 Fix GNU version of strerror_r (hiredis is broken) 2016-01-11 16:21:43 +00:00
Vsevolod Stakhov
d543bb540d Try to fix brain damage of cmake 2016-01-11 16:08:30 +00:00
Vsevolod Stakhov
4fc834d623 Embed hiredis as it is broken literally everywhere 2016-01-11 16:04:50 +00:00
Vsevolod Stakhov
6854375771 Remove bundled hiredis. 2015-02-18 15:35:14 +00:00
Vsevolod Stakhov
dd1134f06b Compile external tools with optimizations. 2014-12-19 10:55:28 +00:00
Vsevolod Stakhov
cc379455b9 More fixes for Solaris. 2013-06-20 12:47:11 +01:00
Vsevolod Stakhov
9023eb3f1e Adopt rspamd for the next glib release.
Fix several issues in threads handling inside keystorage.
Fix sigsuspend usage in keystorage.
2012-01-31 20:59:10 +04:00
Vsevolod Stakhov
7ca658607c Add detecting of libhiredis for communicating with kvstorage.
Add internal hiredis if it is not found in system.
2011-12-09 19:13:00 +03:00