Age | Commit message (Expand) | Author |
2022-01-18 | Add timeout support for libuv adapter (#1016) | MichaelSuen |
2021-12-24 | Don't link with crypto libs if USE_SSL isn't set. | michael-grunder |
2021-12-23 | Makefile: move SSL options into a block and refine rules | zhenwei pi |
2021-12-16 | FreeBSD build fixes + CI (#1026) | Michael Grunder |
2021-10-26 | Add build options for enabling async tests | Björn Svensson |
2021-10-21 | Correcting the build target `coverage` for enabled SSL (#1009) | Bjorn Svensson |
2021-10-03 | Allow to override OPENSSL_PREFIX in Linux | Yunier Perez |
2020-07-19 | Resp3 oob push support (#841) | Michael Grunder |
2020-05-22 | Allow users to replace allocator and handle OOM everywhere. (#800) | Michael Grunder |
2020-05-19 | Fix missing SSL build/install options. (#812) | Yossi Gottlieb |
2020-04-23 | Attempt to fix compilation on Solaris (#796) | Michael Grunder |
2020-04-13 | Fix USE_SSL=1 make/cmake on OSX and CMake tests (#789) | Michael Grunder |
2020-01-29 | install alloc.h | akichan |
2020-01-28 | Safe allocation wrappers (#754) | Michael Grunder |
2019-09-16 | Add SSL mode tests. | Yossi Gottlieb |
2019-09-01 | Separate hiredis and hiredis_ssl library build. | Yossi Gottlieb |
2019-08-29 | Rename sslio. | Yossi Gottlieb |
2019-08-29 | wip: SSL code reorganization, see #705. | Yossi Gottlieb |
2019-04-01 | Port network layer to Winsock | m |
2019-02-21 | Fix ifeq condition (thanks @regae) | Mark Nunberg |
2019-02-20 | Disable SSL by default | Mark Nunberg |
2019-02-20 | fix pkg config | valentino |
2019-02-20 | Fix compilation on Ubuntu | valentino |
2019-02-20 | Don't warn on missing field initializers | Mark Nunberg |
2019-02-20 | Use SSL by default | Mark Nunberg |
2019-02-20 | Minor SSL-related fixes | Mark Nunberg |
2019-02-20 | Disable SSL by default | Mark Nunberg |
2019-02-20 | SSL for async I/O | Mark Nunberg |
2019-02-20 | Initial SSL (sync) implementation | Mark Nunberg |
2018-12-04 | Makefile: use predefined AR | Jörg Thalheim |
2018-09-26 | Add CPPFLAGS to REAL_CFLAGS | Tom Lee |
2018-05-31 | Use -dynamiclib instead of -shared on macOS | Ryan Schmidt |
2018-05-16 | Merge branch 'master' of github.com:redis/hiredis | michael-grunder |
2018-05-16 | Make sure we've got a path separator before the actual dylib name | michael-grunder |
2018-05-14 | Use cp -pPR instead of cp -a | Ryan Schmidt |
2018-05-14 | Use absolute install_name | Ryan Schmidt |
2018-01-05 | Merge pull request #561 from zshipko/master | Jan-Erik Rediger |
2017-12-28 | Strip compiler options from the CC variable | Dmitri Vorobiev |
2017-12-27 | Remove $(ARCH) expansion from the Makefile | Dmitri Vorobiev |
2017-11-28 | Fix "make install" on OpenBSD | Zach Shipko |
2017-10-30 | build: do not assume that INSTALL is cp | Igor Gnatenko |
2016-10-10 | Build error patch with glib-2.0 | Trustfarm-heart |
2016-04-20 | fix: Rename DEBUG to DEBUG_FLAGS | Jan-Erik Rediger |
2015-08-24 | Merge branch 'soname-stable' into unstable | Jan-Erik Rediger |
2015-07-28 | Use container-based Travis by installing packages through the addon | Jan-Erik Rediger |
2015-07-27 | Added MacOS X addapter and corresponding example. | Dmitry Bakhvalov |
2015-07-27 | Add Qt adapter and relative example. | Pietro Cerutti |
2015-07-27 | Add an Ivykis adapter | Gergely Nagy |
2015-07-27 | Use stable soname version | Jan-Erik Rediger |
2015-05-30 | Update Makefile | w359405949 |