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-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-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
2020-04-02
Win32 tests and timeout fix (#776)
Michael Grunder
2019-12-12
Free the reply in redisGetReply when passed NULL
michael-grunder
2019-09-25
Fixes leaks in unit tests
michael-grunder
2019-09-16
Add SSL mode tests.
Yossi Gottlieb
2019-08-09
Merge branch 'master' into createArray-size_t
Mark Nunberg
2019-05-14
test: fix errstr matching for musl libc
Eivind Uggedal
2019-03-31
Fix NXDOMAIN test case
michael-grunder
2018-11-26
FreeBSD build fix
David Carlier
2018-09-25
Skip NXDOMAIN test when using evil ISPs
Mark Nunberg
2018-05-21
Update createArray to take size_t
Justin Brewer
2018-05-20
Don't overflow 32 bit machines in the tests!
michael-grunder
2018-05-20
Add an integer parsing heavy workload to throughput testing
michael-grunder
2018-05-20
Fix bulk and multi-bulk length truncation
Justin Brewer
2018-05-19
Properly detect integer parse errors
Justin Brewer
2016-05-14
test: Add regression test for sds argv formatting
Jan-Erik Rediger
2016-04-20
Auto merge of #379 - thomaslee:tom_test_race, r=badboy
not-a-robot
2016-04-20
Add CI for Windows
owent
[next]