summaryrefslogtreecommitdiff
path: root/src/bitops.c
Commit message (Expand)AuthorAgeFilesLines
* Bitops: Stop overallocating storage space on setMatt Stancliff2014-12-111-5/+3
* bitops.c/bitopCommand: skip short minlen for FAST PATHSun He2014-12-031-1/+1
* bitops.c/redisPopcount: little optimization in loopSun He2014-12-021-8/+20
* Remove warnings and improve integer sign correctness.antirez2014-08-131-9/+11
* String value unsharing refactored into proper function.antirez2014-03-301-8/+1
* warnigns -> warnings in redisBitpos().antirez2014-02-271-1/+1
* More consistent BITPOS behavior with bit=0 and ranges.antirez2014-02-271-9/+15
* Initial implementation of BITPOS.antirez2014-02-271-1/+169
* Fix misaligned word access in redisPopcount().antirez2014-02-271-2/+9
* Introduction of a new string encoding: EMBSTRantirez2013-07-221-5/+5
* function renamed: popcount_binary -> redisPopcount.antirez2013-06-261-2/+2
* rename popcount to popcount_binary to avoid a conflict with NetBSD libcYAMAMOTO Takashi2013-05-171-2/+2
* Revert "use long long instead of size_t make it more safe"antirez2013-05-081-2/+2
* use long long instead of size_t make it more safeJiahao Huang2013-05-071-2/+2
* in 32bit machine, popcount don't work with a input string length up to 512 MB,Jiahao Huang2013-05-071-2/+2
* Keyspace events: it is now possible to select subclasses of events.antirez2013-01-281-3/+3
* Keyspace events added for more commands.antirez2013-01-281-0/+3
* Fixed many typos.guiquanz2013-01-191-2/+2
* BSD license added to every C source and header file.antirez2012-11-081-0/+30
* BITCOUNT: fix segmentation fault.Haruto Otake2012-09-051-3/+2
* Don't assume that "char" is signed.antirez2012-07-181-3/+3
* BITOP bug when called against non existing keys fixed.antirez2012-05-311-0/+1
* BITOP command 10x speed improvement.antirez2012-05-241-1/+69
* BITOP: handle integer encoded objects correctly.antirez2012-05-241-2/+16
* BITCOUNT performance improved.antirez2012-05-241-13/+22
* bitop.c renamed bitops.cantirez2012-05-241-0/+288