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
path:
root
/
test.c
Age
Commit message (
Expand
)
Author
2023-08-18
Make redisEnableKeepAlive a no-op on AF_UNIX connections. (#1215)
Michael Grunder
2023-07-25
Add a panic helper for non-assert aborts.
michael-grunder
2023-07-14
Fix a false positive warning of gcc 12+ -Werror=maybe-uninitialized
V G
2023-06-08
Ensure functionality without _MSC_VER definition
windyakin
2023-06-01
Add a test for the TCP_USER_TIMEOUT option. (#1192)
Michael Grunder
2023-06-01
Add -Werror as a default. (#1193)
Yossi Gottlieb
2023-04-15
Add a test ensuring we don't clobber connection error.
michael-grunder
2023-04-14
Accept -nan per the RESP3 spec recommendation.
Michael Grunder
2022-11-14
Add support for nan in RESP3 double (#1133)
filipe oliveira
2022-11-02
CI fixes in preparation of release
michael-grunder
2022-10-14
Fixup of PR734: Coverage of hiredis.c (#1124)
Bjorn Svensson
2022-09-27
Fix PUSH handler tests for Redis >= 7.0.5
michael-grunder
2022-09-08
Minor refactor
michael-grunder
2022-09-03
Use a windows specific keepalive function. (#1104)
Michael Grunder
2022-09-01
Fix heap-buffer-overflow issue in redisvFormatCommad
Björn Svensson
2022-08-31
Regression test for off-by-one parsing error
bugwz
2022-08-29
Rework asSleep to be a generic millisleep function.
michael-grunder
2022-08-29
Do store command timeout in the context for redisSetTimeout (#593)
Arseniy Simonov
2022-08-29
Merge pull request #901 from devnexen/illumos_test_fix
Michael Grunder
2022-08-26
Maintain backward compatibiliy withour onConnect callback.
michael-grunder
2022-07-08
Drop `const` on redisAsyncContext in redisConnectCallback
Kristján Valur Jónsson
2022-07-08
Add async regression test for issue #931
Kristján Valur Jónsson
2022-07-05
Add regression test for issue #945
Kristján Valur Jónsson
2022-07-05
Initial async tests
Kristján Valur Jónsson
2022-04-22
Handle push notifications before or after reply.
Yossi Gottlieb
2022-02-03
Handle any pipelined unsubscribe in async
Björn Svensson
2022-02-02
Ignore pubsub replies without a channel/pattern
Björn Svensson
2022-01-27
Avoid incorrect call to the previous reply's callback (#1040)
Bjorn Svensson
2022-01-18
Allow sending commands after sending an unsubscribe (#1036)
Bjorn Svensson
2022-01-11
Correction for command timeout during pubsub (#1038)
Bjorn Svensson
2021-12-22
Handle array response in parallell with pubsub using RESP3 (#1014)
Bjorn Svensson
2021-12-16
Support PING while subscribing (RESP2) (#1027)
Bjorn Svensson
2021-12-01
Add asynchronous test for pubsub using RESP3 (#1012)
Bjorn Svensson
2021-11-17
Small tweaks of the async tests
michael-grunder
2021-10-27
Add asynchronous test for pubsub using RESP2
Björn Svensson
2021-10-10
Fix unused variable warning.
michael-grunder
2021-10-10
Minor refactor of CVE-2021-32765 fix.
michael-grunder
2021-10-04
Merge branch 'release/v1.0.1'
michael-grunder
2021-10-04
Fix for integer/buffer overflow CVE-2021-32765
Yossi Gottlieb
2021-02-25
read: Add support for the RESP3 bignum type
Alex Smith
2021-02-25
read: Additional validation and test case for RESP3 double
Alex Smith
2021-02-25
test: Add test case for RESP3 set
Alex Smith
2021-02-25
test: Add test case for RESP3 map
Alex Smith
2021-02-25
test: Add test cases for RESP3 bool
Alex Smith
2021-02-25
test: Add test cases for RESP3 nil
Alex Smith
2021-02-25
test: Add test cases for infinite and NaN doubles
Alex Smith
2021-02-25
test: Add test case for doubles
Alex Smith
2020-12-07
Illumos test fixes, error message difference fot bad hostname test.
David Carlier
2020-10-17
Fix handling of NIL invalidation messages.
michael-grunder
2020-07-29
Move SSL management to a distinct private pointer. (#855)
Michael Grunder
[next]