redis/src
antirez 627abf2289 HyperLogLog: fix the fix of a corruption bug. 2019-07-31 10:37:03 +02:00
..
.gitignore Ignore gcov/lcov artifacts 2012-04-13 17:52:33 -07:00
Makefile BSDs don't have -ldl 2016-10-26 09:11:04 +02:00
Makefile.dep Dependencies updated. 2015-10-30 12:16:40 +01:00
adlist.c various cleanups and minor fixes 2016-05-04 09:16:09 +02:00
adlist.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
ae.c ae.c: insetad of not firing, on AE_BARRIER invert the sequence. 2018-02-27 16:19:58 +01:00
ae.h ae.c: introduce the concept of read->write barrier. 2018-02-27 16:19:50 +01:00
ae_epoll.c various cleanups and minor fixes 2016-05-04 09:16:09 +02:00
ae_evport.c ae.c event loop: API to resize the fd set size on the run. 2013-06-28 16:39:49 +02:00
ae_kqueue.c No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
ae_select.c Include 'fd_set' type name 2016-06-10 09:00:10 +02:00
anet.c Fix #3848 by closing the descriptor on error. 2017-04-21 11:25:08 +02:00
anet.h Fix ae.c to avoid timers infinite loop. 2016-05-02 08:42:14 +02:00
aof.c Aesthetic changes to #4068 PR to conform to Redis coding standard. 2017-06-22 11:01:51 +02:00
asciilogo.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
bio.c RDMF: more names updated. 2015-07-27 15:03:10 +02:00
bio.h RDMF: more names updated. 2015-07-27 15:03:10 +02:00
bitops.c bitops.c/bitfieldCommand: update higest_write_offset with check 2016-10-31 15:41:40 +01:00
blocked.c RDMF: More consistent define names. 2015-07-27 14:37:58 +02:00
cluster.c Cluster: improve crash-recovery safety after failover auth vote. 2018-02-27 16:19:53 +01:00
cluster.h Cluster: clarify node->slave may be NULL. 2016-01-25 15:20:05 +01:00
config.c fix rewrite config: auto-aof-rewrite-min-size 2017-07-24 15:21:14 +02:00
config.h HAVE_SYNC_FILE_RANGE should be protected by ifdef __linux__. 2015-02-10 09:29:14 +01:00
crc16.c RDMF (Redis/Disque merge friendlyness) refactoring WIP 1. 2015-07-26 15:17:18 +02:00
crc64.c Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
crc64.h Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
db.c Fix PERSIST expired key resuscitation issue #4048. 2017-06-27 18:05:37 +02:00
debug.c fix rare assertion in DEBUG DIGEST 2017-01-30 10:10:21 +01:00
debugmacro.h Use the standard predefined identifier __func__ (since C99) 2016-08-04 10:26:23 +02:00
dict.c Fix dictScan(): It can't scan all buckets when dict is shrinking. 2018-06-08 11:02:54 +02:00
dict.h DEBUG HTSTATS <dbid> added. 2015-07-14 17:15:37 +02:00
endianconv.c Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
endianconv.h Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
fmacros.h Silence _BSD_SOURCE warnings in glibc 2.20 and forward 2014-12-05 12:41:59 +11:00
geo.c Added GEORADIUS(BYMEMBER)_RO variants for read-only operations. 2017-06-30 11:53:45 +02:00
geo.h RDMF (Redis/Disque merge friendlyness) refactoring WIP 1. 2015-07-26 15:17:18 +02:00
help.h redis-cli help.h updated. 2016-06-14 14:45:48 +02:00
hyperloglog.c HyperLogLog: fix the fix of a corruption bug. 2019-07-31 10:37:03 +02:00
intset.c SPOP: reimplemented for speed and better distribution. 2015-02-11 10:52:28 +01:00
intset.h SPOP: reimplemented for speed and better distribution. 2015-02-11 10:52:28 +01:00
latency.c RDMF: More consistent define names. 2015-07-27 14:37:58 +02:00
latency.h Separate latency monitoring of eviction loop and eviction DELs. 2015-02-11 10:52:27 +01:00
lzf.h No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
lzfP.h Upgrade LZF to 3.6 (2011) from 3.5 (2009) 2015-01-02 11:16:10 -05:00
lzf_c.c Upgrade LZF to 3.6 (2011) from 3.5 (2009) 2015-01-02 11:16:10 -05:00
lzf_d.c Upgrade LZF to 3.6 (2011) from 3.5 (2009) 2015-01-02 11:16:10 -05:00
memtest.c Hopefully better memory test on crash. 2015-12-17 09:51:54 +01:00
mkreleasehdr.sh suppress external diff program when using git diff. 2013-02-24 18:17:46 +01:00
multi.c RDMF: More consistent define names. 2015-07-27 14:37:58 +02:00
networking.c Actually use ae_flags to add AE_BARRIER if needed. 2018-02-28 18:05:53 +01:00
notify.c RDMF: More consistent define names. 2015-07-27 14:37:58 +02:00
object.c Change switch statment to if statment 2017-01-30 10:10:30 +01:00
pqsort.c No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
pqsort.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
pubsub.c RDMF: More consistent define names. 2015-07-27 14:37:58 +02:00
quicklist.c Fix quicklistReplaceAtIndex() by updating the quicklist ziplist size. 2016-06-27 18:12:12 +02:00
quicklist.h reduce struct padding by reordering members 2016-05-18 12:12:20 +02:00
rand.c Use 'void' for zero-argument functions 2014-08-08 10:05:32 +02:00
rand.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
rdb.c Fix saving of zero-length lists. 2017-11-06 12:37:30 +01:00
rdb.h RDMF: More consistent define names. 2015-07-27 14:37:58 +02:00
redis-benchmark.c Fixed issue #1996 (Missing '-' in help message for redis-benchmark) 2017-07-24 15:21:14 +02:00
redis-check-aof.c BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
redis-check-rdb.c In Redis RDB check: log decompression errors. 2016-07-04 12:24:15 +02:00
redis-cli.c Security: fix redis-cli buffer overflow. 2018-06-13 12:40:50 +02:00
redis-trib.rb Display the nodes summary once the cluster is established using redis-trib.rb 2016-08-05 15:11:21 +02:00
redisassert.h RDMF: redisAssert -> serverAssert. 2015-07-26 15:29:53 +02:00
release.c No more trailing spaces in Redis source code. 2014-06-26 18:48:40 +02:00
replication.c Replicas aren't allowed to run the replicaof command 2019-03-18 11:28:42 +01:00
rio.c various cleanups and minor fixes 2016-05-04 09:16:09 +02:00
rio.h various cleanups and minor fixes 2016-05-04 09:16:09 +02:00
scripting.c Fix lua ldb command log 2017-07-24 14:11:36 +02:00
sds.c minor fixes - mainly signalModifiedKey, and GEORADIUS 2016-05-18 16:52:26 +02:00
sds.h Lua debugger: use sds_malloc() to allocate eval cli array. 2015-11-19 22:43:31 +01:00
sdsalloc.h SDS: changes to unify Redis SDS with antirez/sds repo. 2015-07-25 17:25:44 +02:00
sentinel.c Sentinel: add an option to deny online script reconfiguration. 2018-06-29 13:27:58 +02:00
server.c rehash: handle one db until finished 2017-11-21 09:50:18 +01:00
server.h Added GEORADIUS(BYMEMBER)_RO variants for read-only operations. 2017-06-30 11:53:45 +02:00
setproctitle.c Set proctitle: avoid the use of __attribute__((constructor)). 2013-02-27 11:50:35 +01:00
sha1.c sha1.c: use standard uint32_t. 2015-04-27 12:07:49 +02:00
sha1.h sha1.c: use standard uint32_t. 2015-04-27 12:07:49 +02:00
slowlog.c RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR. 2015-07-26 23:17:55 +02:00
slowlog.h Fixed comments of slowlog duration 2017-06-20 16:56:49 +02:00
solarisfixes.h Check for __sun macro in solarisfixes.h, not in includers. 2015-01-09 11:23:22 +01:00
sort.c RDMF: More consistent define names. 2015-07-27 14:37:58 +02:00
sparkline.c RDMF (Redis/Disque merge friendlyness) refactoring WIP 1. 2015-07-26 15:17:18 +02:00
sparkline.h LATENCY GRAPH implemented. 2014-07-02 16:31:22 +02:00
syncio.c syncWithMaster(): non blocking state machine. 2015-08-06 18:12:20 +02:00
t_hash.c RDMF: More consistent define names. 2015-07-27 14:37:58 +02:00
t_list.c Adds keyspace notifications for lrem 2016-02-05 15:54:12 +01:00
t_set.c minor fixes - mainly signalModifiedKey, and GEORADIUS 2016-05-18 16:52:26 +02:00
t_string.c GETRANGE: return empty string with negative, inverted start/end. 2016-06-15 16:05:54 +02:00
t_zset.c Verify pairs are provided after subcommands 2017-01-30 10:10:14 +01:00
testhelp.h BSD license added to every C source and header file. 2012-11-08 18:31:32 +01:00
util.c Utils: Include stdint.h and fix signess in sdigits10(). 2015-02-27 16:03:02 +01:00
util.h Utils: Include stdint.h and fix signess in sdigits10(). 2015-02-27 16:03:02 +01:00
valgrind.sup more valgrind friendly test 2011-07-06 15:22:00 +02:00
version.h Redis 3.2.13. 2019-03-18 17:25:02 +01:00
ziplist.c Ziplist: insertion bug under particular conditions fixed. 2017-01-30 16:34:13 +01:00
ziplist.h Add header guard for ziplist.h 2015-04-29 10:33:21 +02:00
zipmap.c Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
zipmap.h Allow all code tests to run using Redis args 2014-12-23 09:31:03 -05:00
zmalloc.c Fix preprocessor if/else chain broken in order to fix #3927. 2017-04-21 11:28:02 +02:00
zmalloc.h getMemorySize() moved into zmalloc.c with other low level mem utils. 2014-12-17 17:11:20 +01:00