summaryrefslogtreecommitdiff
path: root/src/config.h
Commit message (Expand)AuthorAgeFilesLines
* HAVE_SYNC_FILE_RANGE should be protected by ifdef __linux__.antirez2015-02-101-0/+2
* Fix for #2371Mariano Pérez Rodríguez2015-02-071-4/+5
* Norrow backtrace and setproctitle() to Linux+glibc.antirez2015-02-031-2/+2
* In redisIsSupervised() use MSG_NOSIGNAL only for Linux.antirez2014-12-111-0/+5
* Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn.antirez2014-12-041-0/+1
* Improve accuracy of HAVE_ATOMIC dependency checkSamuel Chou2014-08-081-1/+6
* Allow __powerpc__ to define HAVE_ATOMIC tooMatt Stancliff2014-06-261-1/+1
* Define HAVE_ATOMIC for clang.antirez2014-05-071-1/+1
* Set proctitle: avoid the use of __attribute__((constructor)).Stam He2013-02-271-0/+2
* Set process name in ps output to make operations safer.antirez2013-02-261-0/+12
* Not every __sun has backtrace().antirez2013-01-211-1/+1
* Fix config.h endianess detection to work on Linux / PPC64.antirez2012-12-111-2/+15
* Use more fine grained HAVE macros instead of HAVE_PROCFS.antirez2012-11-211-1/+3
* BSD license added to every C source and header file.antirez2012-11-081-0/+29
* 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-151-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