index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
config.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check somaxconn system settings on macOS, FreeBSD and OpenBSD. (#9972)
David CARLIER
2021-12-28
1
-0
/
+7
*
Add sanitizer support and clean up sanitizer findings (#9601)
Ozan Tezcan
2021-11-11
1
-0
/
+9
*
Use fcntl(fd,F_FULLFSYNC) instead of fsync on OSX, improve power failure safe...
guoxiang1996
2021-10-15
1
-3
/
+8
*
Use sync_file_range to optimize fsync if possible (#9409)
Wang Yuan
2021-08-30
1
-0
/
+1
*
Fix the wrong detection of sync_file_range system call (#9371)
Wang Yuan
2021-08-14
1
-0
/
+1
*
Use accept4 on linux instead of fcntl to make a client socket non-blocking (#...
Oran Agra
2021-07-05
1
-0
/
+5
*
Fix failed tests on Linux Alpine and add a CI job. (#8532)
Yossi Gottlieb
2021-02-23
1
-15
/
+2
*
Solaris based system rss size report. (#8138)
David CARLIER
2020-12-06
1
-0
/
+1
*
Sanitize dump payload: performance optimizations and tuning
Oran Agra
2020-12-06
1
-0
/
+14
*
redis_set_thread_title support for Haiku. (#8060)
David CARLIER
2020-11-23
1
-0
/
+3
*
fix compilation with uClibc-ng (#8054)
Rosen Penev
2020-11-20
1
-1
/
+1
*
cpu affinity: DragonFlyBSD support (#7956)
David CARLIER
2020-10-25
1
-1
/
+1
*
Add support for Haiku OS (#7435)
David CARLIER
2020-09-29
1
-0
/
+4
*
Further NetBSD update and build fixes. (#7831)
David CARLIER
2020-09-23
1
-2
/
+2
*
Squash merging 125 typo/grammar/comment/doc PRs (#7773)
Oran Agra
2020-09-10
1
-1
/
+1
*
Add oom-score-adj configuration option to control Linux OOM killer. (#1690)
Yossi Gottlieb
2020-08-12
1
-0
/
+1
*
Revert "Implements sendfile for redis."
antirez
2020-06-06
1
-6
/
+0
*
Merge pull request #7096 from ShooterIT/sendfile
Salvatore Sanfilippo
2020-05-22
1
-0
/
+6
|
\
|
*
Implements sendfile for redis.
ShooterIT
2020-04-14
1
-0
/
+6
*
|
NetBSD build update.
David Carlier
2020-05-12
1
-1
/
+1
*
|
Fix NetBSD build by fixing redis_set_thread_title() support.
antirez
2020-05-04
1
-1
/
+4
*
|
Support setcpuaffinity on linux/bsd
zhenwei pi
2020-05-02
1
-0
/
+6
*
|
Implement redis_set_thread_title for MacOS.
antirez
2020-04-20
1
-0
/
+6
*
|
Threaded IO: set thread name for redis-server
zhenwei pi
2020-04-18
1
-0
/
+12
|
/
*
OpenBSD support.
David Carlier
2018-11-25
1
-1
/
+2
*
Backtrace/register dump on BSD.
David Carlier
2018-11-25
1
-1
/
+2
*
rdb: incremental fsync when redis saves rdb
zhaozhao.zz
2018-03-16
1
-3
/
+3
*
Use ARM unaligned accesses ifdefs for SPARC as well.
Salvatore Sanfilippo
2017-02-23
1
-0
/
+9
*
ARM: Avoid memcpy() in MurmurHash64A() if we are using 64 bit ARM.
Salvatore Sanfilippo
2017-02-19
1
-0
/
+3
*
ARM: Fix 64 bit unaligned access in MurmurHash64A().
Salvatore Sanfilippo
2017-02-19
1
-0
/
+6
*
HAVE_SYNC_FILE_RANGE should be protected by ifdef __linux__.
antirez
2015-02-10
1
-0
/
+2
*
Fix for #2371
Mariano Pérez Rodríguez
2015-02-07
1
-4
/
+5
*
Norrow backtrace and setproctitle() to Linux+glibc.
antirez
2015-02-03
1
-2
/
+2
*
In redisIsSupervised() use MSG_NOSIGNAL only for Linux.
antirez
2014-12-11
1
-0
/
+5
*
Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn.
antirez
2014-12-04
1
-0
/
+1
*
Improve accuracy of HAVE_ATOMIC dependency check
Samuel Chou
2014-08-08
1
-1
/
+6
*
Allow __powerpc__ to define HAVE_ATOMIC too
Matt Stancliff
2014-06-26
1
-1
/
+1
*
Define HAVE_ATOMIC for clang.
antirez
2014-05-07
1
-1
/
+1
*
Set proctitle: avoid the use of __attribute__((constructor)).
Stam He
2013-02-27
1
-0
/
+2
*
Set process name in ps output to make operations safer.
antirez
2013-02-26
1
-0
/
+12
*
Not every __sun has backtrace().
antirez
2013-01-21
1
-1
/
+1
*
Fix config.h endianess detection to work on Linux / PPC64.
antirez
2012-12-11
1
-2
/
+15
*
Use more fine grained HAVE macros instead of HAVE_PROCFS.
antirez
2012-11-21
1
-1
/
+3
*
BSD license added to every C source and header file.
antirez
2012-11-08
1
-0
/
+29
*
Marginally more robust glibc version test for sync_file_range detection.
antirez
2012-10-26
1
-1
/
+1
*
patch config.h for sync_file_range
charsyam
2012-10-26
1
-2
/
+3
*
Fix compilation on Linux kernels or glibc versions lacking sync_file_range().
antirez
2012-10-25
1
-0
/
+13
*
Incrementally flush RDB on disk while loading it from a master.
antirez
2012-08-28
1
-0
/
+8
*
first cut at event port support
Dave Pacheco
2012-05-15
1
-0
/
+7
*
Everything x86 is little endian
Pieter Noordhuis
2012-04-11
1
-4
/
+5
[next]