]> git.saurik.com Git - redis.git/history - src/zmalloc.c
scripting.txt file removed, content merged into the TODO file
[redis.git] / src / zmalloc.c
2011-07-12  antirezmaster branch merged into scripting.
2011-07-02  antirezno more allocation stats info in INFO, useless now...
2011-06-25  antirezunstable merge conflicts resolved
2011-06-24  Salvatore SanfilippoMerge pull request #63 from djanowski/tcl
2011-06-20  antirezforward-ported changes in zmalloc.c/h to support jemall...
2011-01-20  antirezMerge branch 'unstable' of github.com:antirez/redis...
2011-01-20  antirezFixed compilation on FreeBSD
2011-01-09  antirezinitial fix of the test suite to run both in in-memory...
2011-01-09  antirezallocation stats in INFO
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezzmalloc functions to get RSS and fragmentation refactor...
2010-10-28  antirezmerge conflict resolved
2010-10-28  antirezMerge remote branch 'remotes/pietern/zrevrangebyscore'
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-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-07-24  Benjamin KramerAdd zcalloc and use it where appropriate
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.