]> git.saurik.com Git - redis.git/history - src/config.h
Redis 2.5.7 (2.6 RC1)
[redis.git] / src / config.h
2012-04-11  Pieter NoordhuisEverything x86 is little endian
2012-03-09  antirezMerge conflicts resolved.
2012-02-26  Salvatore SanfilippoMerge pull request #362 from fawek/mac-build-fix
2012-02-26  Jakub WieczorekFix the build on Mac OS X, where features.h is non...
2012-02-26  Premysl Hrubyuse gcc sync builtins for memory counter when possible
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-22  antirezMerge remote-tracking branch 'origin/unstable' into...
2012-02-21  Salvatore SanfilippoMerge pull request #347 from pietern/unstable-segv
2012-02-21  Pieter NoordhuisSolaris has backtrace(3)
2011-09-22  antirezmerge conflicts resolved
2011-06-25  antirezunstable merge conflicts resolved
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezZMALLOC related stuff removed from config.h. They are...
2011-05-10  antirezMerge branch 'unstable'
2011-05-05  Pieter NoordhuisShow memory allocator in INFO output
2011-05-05  Pieter NoordhuisMore allocators
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-10  antirezMerge branch 'unstable'
2011-03-09  antirezEhm... sorry if we don't support PDP endianess
2011-03-09  antirezbyte ordering detection in config.h
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
2010-10-23  Pieter NoordhuisExclusively use either tcmalloc or OSX's native malloc_...
2010-10-23  Pieter NoordhuisDon't use prefix when malloc_size() can be called
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-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-09-02  antirezmemory fragmentation reporting in INFO also added for...
2010-09-02  antirezmemory fragmentation ratio in INFO output
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.