summaryrefslogtreecommitdiff
path: root/src/intset.c
Commit message (Expand)AuthorAgeFilesLines
* 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