- 06 Jan, 2018 1 commit
-
-
Jan-Erik Rediger authored
Closes #422
-
- 05 Jan, 2018 1 commit
-
-
Jan-Erik Rediger authored
Fixes #441
-
- 17 May, 2017 1 commit
-
-
eldarko authored
-
- 20 Jun, 2016 1 commit
-
-
Ted Nyman authored
Resolves failed `make` on OS X.
-
- 20 Apr, 2016 1 commit
-
-
owent authored
- fix macro problem in mingw-gcc - fix typedef in cygwin
-
- 17 Apr, 2016 1 commit
-
-
Jerry Jacobs authored
-
- 18 Nov, 2015 1 commit
-
-
Tom Lee authored
Defining _XOPEN_SOURCE=1 causes strange behavior on Debian kfreebsd archs (i.e. GNU userspace with FreeBSD kernel) when _GNU_SOURCE is not defined. Not sure I fully understand the bizarre semantics, but it seems to use the XSI-compliant interface (int strerror_r(int, char*, size_t)) but the GNU implementation (char *strerror_r(int, char*, size_t)) such that strerror_r returns 32-bits of a 64-bit char * on x86_64 kfreebsd. We would expect strerror_r to return zero when using the XSI-compliant strerror_r implementation or a 64-bit char* when using the GNU version. Instead, we get something in between! Unless I'm missing something, being more explicit about what version of _XOPEN_SOURCE we want seems to be the prudent thing to do here -- and if folks want the GNU implementation of strerror_r for some reason they can always -D_GNU_SOURCE explicitly.
-
- 06 Jan, 2015 1 commit
-
-
Matt Stancliff authored
glibc 2.20 requires _DEFAULT_SOURCE and doesn't like _BSD_SOURCE alone Also see: - https://github.com/antirez/redis/pull/2189 - https://sourceware.org/glibc/wiki/Release/2.20#Deprecation_of__BSD_SOURCE_and__SVID_SOURCE_feature_macros Thanks to badboy for pointing out the problem at https://github.com/redis/hiredis/issues/288#issuecomment-68849454
-
- 09 Apr, 2014 1 commit
-
-
Patrick TJ McPhee authored
This is backported from https://github.com/antirez/redis/commit/289942b6259670fe3dcfaffdd0135c27f14c61c0
-
- 01 May, 2013 1 commit
-
-
Pieter Noordhuis authored
-
- 18 Jun, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 29 Mar, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 18 May, 2010 1 commit
-
-
antirez authored
hiredis was extracted from redis-tools, reverted to standard malloc/free, ported to the new protocol, and started as a stand alone project in order to support the need of a C client in the Redis community
-