]> git.saurik.com Git - redis.git/history - src/util.c
Issue #131. stime/utime reported in INFO was inverted. Fixed thanks to Didier Spezia.
[redis.git] / src / util.c
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.