]> git.saurik.com Git - redis.git/history - src/util.c
Support EXISTS command queries against MDB archive.
[redis.git] / src / util.c
2012-11-08  antirezBSD license added to every C source and header file.
2012-10-05  Salvatore SanfilippoMerge pull request #544 from dvirsky/2.6
2012-07-31  Michael ParkerUse correct variable name for value to convert.
2012-03-09  antirezMerge conflicts resolved.
2012-03-08  antirezclusterGetRandomName() generalized into getRandomHexCha...
2012-01-02  Pieter Noordhuisstring2* functions take a const pointer
2011-09-22  antirezmerge conflicts resolved
2011-05-25  antirezMerge branch 'unstable'
2011-05-16  antirezfmacros in utils.c to avoid warning about strcasecmp()
2011-05-10  antirezMerge branch 'unstable'
2011-05-05  Pieter NoordhuisExtra tests for string2ll
2011-05-05  Pieter NoordhuisTests for string2ll; move isObject* to object.c
2011-05-01  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-05-01  antirezFixed a problem with string2ll()
2011-04-14  antirezMerge remote branch 'pietern/unstable-zset' into unstable
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-10  Pieter NoordhuisAdd new string to long long function
2011-03-08  Pieter NoordhuisFast conversion of double when representable as long...
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-26  antireztest for intset integer encodability test and some...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.