summaryrefslogtreecommitdiff
path: root/src/config.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some compile warnings and errors when building with gcc-12 or clang (#12035)sundb2023-04-181-10/+0
* Add GNUC minor version check for redis_unreachable (#11882)某102023-03-051-1/+1
* Reclaim page cache of RDB file (#11248)Tian2023-02-121-0/+5
* register debug support on illumos/solaris. (#11335)David CARLIER2022-10-021-1/+1
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-0/+10
* Add socket-mark-id support for marking sockets. (#10349)David CARLIER2022-04-201-0/+18
* Check somaxconn system settings on macOS, FreeBSD and OpenBSD. (#9972)David CARLIER2021-12-281-0/+7
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-0/+9
* Use fcntl(fd,F_FULLFSYNC) instead of fsync on OSX, improve power failure safe...guoxiang19962021-10-151-3/+8
* Use sync_file_range to optimize fsync if possible (#9409)Wang Yuan2021-08-301-0/+1
* Fix the wrong detection of sync_file_range system call (#9371)Wang Yuan2021-08-141-0/+1
* Use accept4 on linux instead of fcntl to make a client socket non-blocking (#...Oran Agra2021-07-051-0/+5
* Fix failed tests on Linux Alpine and add a CI job. (#8532)Yossi Gottlieb2021-02-231-15/+2
* Solaris based system rss size report. (#8138)David CARLIER2020-12-061-0/+1
* Sanitize dump payload: performance optimizations and tuningOran Agra2020-12-061-0/+14
* redis_set_thread_title support for Haiku. (#8060)David CARLIER2020-11-231-0/+3
* fix compilation with uClibc-ng (#8054)Rosen Penev2020-11-201-1/+1
* cpu affinity: DragonFlyBSD support (#7956)David CARLIER2020-10-251-1/+1
* Add support for Haiku OS (#7435)David CARLIER2020-09-291-0/+4
* Further NetBSD update and build fixes. (#7831)David CARLIER2020-09-231-2/+2
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-1/+1
* Add oom-score-adj configuration option to control Linux OOM killer. (#1690)Yossi Gottlieb2020-08-121-0/+1
* Revert "Implements sendfile for redis."antirez2020-06-061-6/+0
* Merge pull request #7096 from ShooterIT/sendfileSalvatore Sanfilippo2020-05-221-0/+6
|\
| * Implements sendfile for redis.ShooterIT2020-04-141-0/+6
* | NetBSD build update.David Carlier2020-05-121-1/+1
* | Fix NetBSD build by fixing redis_set_thread_title() support.antirez2020-05-041-1/+4
* | Support setcpuaffinity on linux/bsdzhenwei pi2020-05-021-0/+6
* | Implement redis_set_thread_title for MacOS.antirez2020-04-201-0/+6
* | Threaded IO: set thread name for redis-serverzhenwei pi2020-04-181-0/+12
|/
* OpenBSD support.David Carlier2018-11-251-1/+2
* Backtrace/register dump on BSD.David Carlier2018-11-251-1/+2
* rdb: incremental fsync when redis saves rdbzhaozhao.zz2018-03-161-3/+3
* Use ARM unaligned accesses ifdefs for SPARC as well.Salvatore Sanfilippo2017-02-231-0/+9
* ARM: Avoid memcpy() in MurmurHash64A() if we are using 64 bit ARM.Salvatore Sanfilippo2017-02-191-0/+3
* ARM: Fix 64 bit unaligned access in MurmurHash64A().Salvatore Sanfilippo2017-02-191-0/+6
* 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