summaryrefslogtreecommitdiff
path: root/test.c
AgeCommit message (Expand)Author
2022-02-03Handle any pipelined unsubscribe in asyncBjörn Svensson
2022-02-02Ignore pubsub replies without a channel/patternBjörn Svensson
2022-01-27Avoid incorrect call to the previous reply's callback (#1040)Bjorn Svensson
2022-01-18Allow sending commands after sending an unsubscribe (#1036)Bjorn Svensson
2022-01-11Correction for command timeout during pubsub (#1038)Bjorn Svensson
2021-12-22Handle array response in parallell with pubsub using RESP3 (#1014)Bjorn Svensson
2021-12-16Support PING while subscribing (RESP2) (#1027)Bjorn Svensson
2021-12-01Add asynchronous test for pubsub using RESP3 (#1012)Bjorn Svensson
2021-11-17Small tweaks of the async testsmichael-grunder
2021-10-27Add asynchronous test for pubsub using RESP2Björn Svensson
2021-10-10Fix unused variable warning.michael-grunder
2021-10-10Minor refactor of CVE-2021-32765 fix.michael-grunder
2021-10-04Merge branch 'release/v1.0.1'michael-grunder
2021-10-04Fix for integer/buffer overflow CVE-2021-32765Yossi Gottlieb
2021-02-25read: Add support for the RESP3 bignum typeAlex Smith
2021-02-25read: Additional validation and test case for RESP3 doubleAlex Smith
2021-02-25test: Add test case for RESP3 setAlex Smith
2021-02-25test: Add test case for RESP3 mapAlex Smith
2021-02-25test: Add test cases for RESP3 boolAlex Smith
2021-02-25test: Add test cases for RESP3 nilAlex Smith
2021-02-25test: Add test cases for infinite and NaN doublesAlex Smith
2021-02-25test: Add test case for doublesAlex Smith
2020-10-17Fix handling of NIL invalidation messages.michael-grunder
2020-07-29Move SSL management to a distinct private pointer. (#855)Michael Grunder
2020-07-19Resp3 oob push support (#841)Michael Grunder
2020-05-30Merge branch 'master' into new-ssl-apimichael-grunder
2020-05-26Document allocator injection and completeness fix in test.c (#824)Michael Grunder
2020-05-25Use unique names for allocator struct members (#823)Michael Grunder
2020-05-24New SSL API to replace redisSecureConnection().Yossi Gottlieb
2020-05-22Allow users to replace allocator and handle OOM everywhere. (#800)Michael Grunder
2020-05-21Add logic to handle RESP3 push messages (#819)Michael Grunder
2020-05-19Resp3 verbatim string support (#805)Michael Grunder
2020-05-04Remove nested depth limitation. (#797)Michael Grunder
2020-04-02Win32 tests and timeout fix (#776)Michael Grunder
2019-12-12Free the reply in redisGetReply when passed NULLmichael-grunder
2019-09-25Fixes leaks in unit testsmichael-grunder
2019-09-16Add SSL mode tests.Yossi Gottlieb
2019-08-09Merge branch 'master' into createArray-size_tMark Nunberg
2019-05-14test: fix errstr matching for musl libcEivind Uggedal
2019-03-31Fix NXDOMAIN test casemichael-grunder
2018-11-26FreeBSD build fixDavid Carlier
2018-09-25Skip NXDOMAIN test when using evil ISPsMark Nunberg
2018-05-21Update createArray to take size_tJustin Brewer
2018-05-20Don't overflow 32 bit machines in the tests!michael-grunder
2018-05-20Add an integer parsing heavy workload to throughput testingmichael-grunder
2018-05-20Fix bulk and multi-bulk length truncationJustin Brewer
2018-05-19Properly detect integer parse errorsJustin Brewer
2016-05-14test: Add regression test for sds argv formattingJan-Erik Rediger
2016-04-20Auto merge of #379 - thomaslee:tom_test_race, r=badboynot-a-robot
2016-04-20Add CI for Windowsowent