index
:
hiredict.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-10-18
Formatting
michael-grunder
2020-09-08
Add support for system CA certificate store on Windows
Alessio M
2020-09-07
Remove whitespace
michael-grunder
2020-09-07
fixed issue with unit test linking on windows with SSL
Alessio M
2020-09-04
Merge branch 'master' of github.com:redis/hiredis
Alessio M
2020-08-31
Merge pull request #870 from michael-grunder/cmake-c99
Michael Grunder
2020-08-28
Explicitly set c99 in CMake
michael-grunder
2020-08-20
Merge pull request #868 from michael-grunder/fix-sockaddr-typo
Michael Grunder
2020-08-20
Fix sockaddr typo
michael-grunder
2020-08-07
Don't use non-installed win32.h helper in examples (#863)
Michael Grunder
2020-08-03
Merge tag 'v1.0.0'
michael-grunder
2020-08-03
Prepare for v1.0.0 GA
michael-grunder
2020-07-31
Define a no op assert if we detect NDEBUG (#861)
Michael Grunder
2020-07-31
Use development specific versions in master
michael-grunder
2020-07-31
We can run SSL tests everywhere except mingw/Windows (#859)
Michael Grunder
2020-07-30
Remove extra whitespace (#858)
Michael Grunder
2020-07-30
Keep libev's code style (#857)
lijiageng
2020-07-29
Update notes preparing for v1.0.0-rc1
michael-grunder
2020-07-29
Move SSL management to a distinct private pointer. (#855)
Michael Grunder
2020-07-26
Minor refactor for scheduling an async timer. (#854)
Michael Grunder
2020-07-26
add a command_timeout to redisContextOptions (#839)
valentinogeron
2020-07-22
Add static library target and cpack support
masariello
2020-07-21
Fix a static analysis false positive
michael-grunder
2020-07-20
Move include to sockcompat.h to maintain style (#850)
Michael Grunder
2020-07-20
fix windows compiling with mingw (#848)
Malizia R
2020-07-19
Remove erroneous tag and add license to push example (#849)
Michael Grunder
2020-07-19
Resp3 oob push support (#841)
Michael Grunder
2020-07-10
Some Windows quality of life improvments. (#846)
Michael Grunder
2020-07-08
Use _WIN32 define instead of WIN32 (#845)
Michael Grunder
2020-07-08
Non Linux CI fixes (#844)
Michael Grunder
2020-06-22
fix #785: defer TCP_NODELAY in async tcp connections (#836)
OmriSteiner
2020-06-18
timeout option in redisConnectWithOptions should be on connect only (#829)
valentinogeron
2020-06-07
sdsrange overflow fix (#830)
Michael Grunder
2020-06-01
Use explicit pointer casting for c++ compatibility (#826)
Aureus
2020-05-30
Merge branch 'new-ssl-api'
michael-grunder
2020-05-30
Tiny OOM fix
michael-grunder
2020-05-30
Merge branch 'master' into new-ssl-api
michael-grunder
2020-05-26
Document allocator injection and completeness fix in test.c (#824)
Michael Grunder
2020-05-25
Use unique names for allocator struct members (#823)
Michael Grunder
2020-05-24
New SSL API to replace redisSecureConnection().
Yossi Gottlieb
2020-05-22
Allow users to replace allocator and handle OOM everywhere. (#800)
Michael Grunder
2020-05-21
Add logic to handle RESP3 push messages (#819)
Michael Grunder
2020-05-20
Use standrad isxdigit instead of custom helper function. (#814)
Muhammad Zahalqa
2020-05-19
Resp3 verbatim string support (#805)
Michael Grunder
2020-05-19
Fix missing SSL build/install options. (#812)
Yossi Gottlieb
2020-05-16
Add link to ABI tracker (#808)
Michael Grunder
2020-05-04
Remove nested depth limitation. (#797)
Michael Grunder
2020-05-04
Support timeouts in libev adapater (#795)
Michael Grunder
2020-04-23
Attempt to fix compilation on Solaris (#796)
Michael Grunder
2020-04-23
Fix pkgconfig when installing to a custom lib dir (#793)
Michael Grunder
[next]