]> git.saurik.com Git - redis.git/history - src/zmalloc.c
When closing the MDB DBI, do it in a transaction.
[redis.git] / src / zmalloc.c
2012-11-20  antirezzmalloc_get_private_dirty() function added (Linux only).
2012-11-14  antirezzmalloc: kill unused __size parameter in update_zmalloc...
2012-10-05  Salvatore SanfilippoMerge pull request #544 from dvirsky/2.6
2012-08-24  antirezFix a forget zmalloc_oom() -> zmalloc_oom_handler(...
2012-08-24  antirezBetter Out of Memory handling.
2012-03-28  antirezdefine zlibc_free() in a way that is not shadowed by...
2012-03-28  antirezProduce the watchlog warning log in a way that is safer...
2012-03-09  antirezMerge conflicts resolved.
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-16  antirezMerge branch 'issue327' into unstable
2012-02-07  antirezPrecision of getClientOutputBufferMemoryUsage() greatil...
2011-11-18  Salvatore SanfilippoMerge pull request #173 from jasondavies/typo
2011-11-16  Salvatore SanfilippoMerge pull request #193 from lamby/sparc-crash
2011-11-16  Chris LambFix crash on SPARC due to improper alignment of allocat...
2011-09-22  antirezmerge conflicts resolved
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.