summaryrefslogtreecommitdiff
path: root/src/config.h
Commit message (Expand)AuthorAgeFilesLines
* Marginally more robust glibc version test for sync_file_range detection.antirez2012-10-261-1/+1
* patch config.h for sync_file_rangecharsyam2012-10-261-2/+3
* Fix compilation on Linux kernels or glibc versions lacking sync_file_range().antirez2012-10-251-0/+13
* Incrementally flush RDB on disk while loading it from a master.antirez2012-08-281-0/+8
* first cut at event port supportDave Pacheco2012-05-141-0/+7
* Everything x86 is little endianPieter Noordhuis2012-04-111-4/+5
* Fix the build on Mac OS X, where features.h is non-existentJakub Wieczorek2012-02-261-5/+4
* use gcc sync builtins for memory counter when possiblePremysl Hruby2012-02-261-0/+9
* Solaris has backtrace(3)Pieter Noordhuis2012-02-211-1/+1
* ZMALLOC related stuff removed from config.h. They are now defined in zmalloc.hantirez2011-06-201-29/+0
* Show memory allocator in INFO outputPieter Noordhuis2011-05-051-1/+7
* More allocatorsPieter Noordhuis2011-05-051-0/+7
* Ehm... sorry if we don't support PDP endianessantirez2011-03-091-2/+1
* byte ordering detection in config.hantirez2011-03-091-6/+58
* Exclusively use either tcmalloc or OSX's native malloc_size()Pieter Noordhuis2010-10-231-5/+5
* Don't use prefix when malloc_size() can be calledPieter Noordhuis2010-10-231-2/+11
* memory fragmentation reporting in INFO also added for Mac OS Xantirez2010-09-021-0/+5
* memory fragmentation ratio in INFO outputantirez2010-09-021-0/+5
* redis.c split into many different C files.antirez2010-07-011-0/+45