summaryrefslogtreecommitdiff
path: root/src/intset.c
Commit message (Expand)AuthorAgeFilesLines
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-0/+13
* Add --large-memory flag for REDIS_TEST to enable tests that consume more than...sundb2021-11-161-2/+2
* Fix Integer overflow issue with intsets (CVE-2021-32687) (#9586)Oran Agra2021-10-041-1/+2
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Fix integer overflow in intset (CVE-2021-29478)Oran Agra2021-05-031-1/+1
* fix typo, stracture to structure (#8784)Bonsai2021-04-141-1/+1
* Add run all test support with define REDIS_TEST (#8570)sundb2021-03-101-1/+12
* Fix compile warning when define REDIS_TEST (#8261)sundb2021-01-091-6/+0
* Sanitize dump payload: validate no duplicate records in hash/zset/intsetOran Agra2020-12-061-2/+21
* Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposedOran Agra2020-12-061-1/+4
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-0/+27
* several typos fixed, optimize MSETNX to avoid unnecessary loophujiecs2018-10-161-1/+1
* Merge pull request #3242 from whatacold/unstableSalvatore Sanfilippo2016-12-201-1/+1
|\
| * fix the wrong description of intsetGet().whatacold2016-05-181-1/+1
* | Use const in Redis Module API where possible.Yossi Gottlieb2016-06-201-1/+1
|/
* SPOP: reimplemented for speed and better distribution.antirez2015-02-111-84/+0
* Allow all code tests to run using Redis argsMatt Stancliff2014-12-231-18/+24
* Following @mattsta's friendly review:Alon Diamant2014-12-211-31/+21
* Added <count> parameter to SPOP:Alon Diamant2014-12-141-3/+100
* Fix intset midpoint selectionMatt Stancliff2014-08-071-1/+1
* BSD license added to every C source and header file.antirez2012-11-081-0/+30
* endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths.antirez2012-02-141-1/+1
* intset.c endianess fixes.antirez2012-02-141-48/+56
* encoding agnostic intsetsantirez2011-03-091-9/+27
* encoded types API to get blob lengthantirez2011-02-281-0/+5
* COW friendly versions of SPOP and SRANDMEMBER commands, with some change to t...antirez2010-12-091-1/+1
* Fix type that was not renamed and compiler warningPieter Noordhuis2010-08-261-1/+1
* Make the function intsetUpgrade self-containedPieter Noordhuis2010-08-261-17/+28
* Expand macro's to functions for readabilityPieter Noordhuis2010-08-261-36/+53
* merged intset code into the split filesPieter Noordhuis2010-07-021-0/+394