- 20 Feb, 2019 12 commits
-
-
Mark Nunberg authored
-
Mark Nunberg authored
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Justin Brewer authored
Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
Mark Nunberg authored
-
Mark Nunberg authored
This provides a target to build a DSO, as well as the ability to install it.
-
- 28 Jan, 2019 2 commits
-
-
Mark Nunberg authored
Fix Invalid argument after redisAsyncConnectUnix
-
Code Hz authored
-
- 05 Dec, 2018 3 commits
-
-
Mark Nunberg authored
Makefile: use predefined AR
-
Mark Nunberg authored
-
Mark Nunberg authored
To minimize code changes, a simple `u` (or UNIX, Unix, unix, etc -- as long as the first character is u or U) is used as a marker for the 'port' argument. In this case, the hostname is interpreted to be the path to the unix socket.
-
- 04 Dec, 2018 1 commit
-
-
Jörg Thalheim authored
This allows to override it for cross compilation.
-
- 30 Nov, 2018 2 commits
-
-
Mark Nunberg authored
Fix errors not propagating properly with libuv.h.
-
Mark Nunberg authored
FreeBSD build fix
-
- 26 Nov, 2018 1 commit
-
-
David Carlier authored
-
- 04 Nov, 2018 1 commit
-
-
Yossi Gottlieb authored
-
- 25 Oct, 2018 1 commit
-
-
Michael Grunder authored
Fix redisBufferRead documentation
-
- 24 Oct, 2018 1 commit
-
-
Stefan Hacker authored
Referred to redisContextReadReply which I cannot find in this codebase nor the old redis-tools one. Presumably this meant to say redisGetReplyFromReader which is how redisBufferRead is used in this file. Could've also meant the interface function redisReaderGetReply.
-
- 03 Oct, 2018 1 commit
-
-
Mark Nunberg authored
Proper error reporting for connect failures
-
- 27 Sep, 2018 2 commits
-
-
Mark Nunberg authored
fix common realloc mistake and add null check more
-
Mark Nunberg authored
Add CPPFLAGS to REAL_CFLAGS
-
- 26 Sep, 2018 6 commits
-
-
Tom Lee authored
-
michael-grunder authored
-
Mark Nunberg authored
Some ISPs like to inject their own "Suggestions" page whenever you hit NXDOMAIN. This confuses Redis as well as addrinfo (black-holing the route).
-
Mark Nunberg authored
-
Mark Nunberg authored
Not sizeof saddr.
-
Mark Nunberg authored
This retrieves the actual error which occurred, as getsockopt is not always reliable in this regard.
-
- 25 Sep, 2018 3 commits
-
-
Mark Nunberg authored
Prepare for the 0.14.0 release
-
Tom Lee authored
SONAME bumped to 0.14 because we've broken ABI compatibility with 0.13.x
-
Mark Nunberg authored
Make string2ll static to avoid conflict with redis
-
- 24 Sep, 2018 1 commit
-
-
Tom Lee authored
See discussion on #609. This should also make it easier for redis to update the vendored/bundled hiredis (though not by much).
-
- 31 May, 2018 1 commit
-
-
Ryan Schmidt authored
-dynamiclib is the correct documented flag to use to create dynamic libraries on macOS. Newer toolchains recognize -shared as a synonym of -dynamiclib but older toolchains don't.
-
- 21 May, 2018 1 commit
-
-
Justin Brewer authored
This should have been included in 93421f9d but was missed. Signed-off-by:
Justin Brewer <jzb0012@auburn.edu>
-
- 20 May, 2018 1 commit
-
-
michael-grunder authored
-