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
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
2020-07-19
Resp3 oob push support (#841)
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-19
Resp3 verbatim string support (#805)
Michael Grunder
2020-05-04
Remove nested depth limitation. (#797)
Michael Grunder
[next]