summaryrefslogtreecommitdiff
path: root/src/bitops.c
Commit message (Expand)AuthorAgeFilesLines
* Remove warnings and improve integer sign correctness.antirez2014-08-271-9/+11
* String value unsharing refactored into proper function.antirez2014-04-161-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
* function renamed: popcount_binary -> redisPopcount.antirez2013-06-261-2/+2
* rename popcount to popcount_binary to avoid a conflict with NetBSD libcYAMAMOTO Takashi2013-06-261-2/+2
* in 32bit machine, popcount don't work with a input string length up to 512 MB,Jiahao Huang2013-05-081-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