redis/src
Oran Agra 5895d119b1 Redis 6.0.16 2021-10-04 13:59:19 +03:00
..
modules Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
.gitignore
Makefile Fix random element selection for large hash tables. (#8133) 2021-02-23 01:35:37 +02:00
acl.c White space tweaks and skip categories already applied 2021-01-12 16:25:37 +02:00
adlist.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
adlist.h Speedup: unblock clients on keys in O(1). 2020-04-15 16:03:16 +02:00
ae.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
ae.h Added a refcount on timer events to prevent deletion of recursive timer calls 2020-05-15 22:23:24 +02:00
ae_epoll.c diskless replication rdb transfer uses pipe, and writes to sockets form the parent process. 2019-10-07 21:06:30 +03:00
ae_evport.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
ae_kqueue.c Fix the timing of read and write events under kqueue (#9416) 2021-10-04 13:59:19 +03:00
ae_select.c
anet.c TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
anet.h TLS: Connections refactoring and TLS support. 2019-10-07 21:06:13 +03:00
aof.c Do not install a file event to send data to rewrite child when parent stop sending diff to child in aof rewrite. (#8767) 2021-07-21 21:07:02 +03:00
asciilogo.h string literal should be const char* 2020-03-25 15:54:34 +01:00
atomicvar.h Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
bio.c Backup keys to slots map and restore when fail to sync if diskless-load type is swapdb in cluster mode (#8108) 2021-01-12 16:25:37 +02:00
bio.h macro fix 2019-11-20 20:39:04 -05:00
bitops.c On 32 bit platform, the bit position of GETBIT/SETBIT/BITFIELD/BITCOUNT,BITPOS may overflow (see CVE-2021-32761) (#9191) 2021-07-21 21:07:02 +03:00
blocked.c Introduce fast path to bypass expensive serveClientsBlockedOnKeyByModule call (#8689) 2021-05-03 22:56:49 +03:00
childinfo.c RM_GetContextFlags provides indication that we're in a fork child (#7783) 2020-10-27 09:12:01 +02:00
cluster.c Set TCP keepalive on inbound clusterbus connections (#9230) 2021-07-21 21:07:02 +03:00
cluster.h Fix cluster access to unaligned memory (SIGBUS on old ARM) (#7958) 2021-01-12 16:25:37 +02:00
config.c Fix integer overflow (CVE-2021-21309). (#8522) 2021-02-23 01:35:37 +02:00
config.h Fix the wrong detection of sync_file_range system call (#9371) 2021-10-04 13:59:19 +03:00
connection.c Fix connGetSocketError usage (#7811) 2020-10-27 09:12:01 +02:00
connection.h Module API: Add RM_GetClientCertificate(). (#7866) 2020-10-27 09:12:01 +02:00
connhelpers.h Conns: Fix connClose() / connAccept() behavior. 2020-03-25 15:55:24 +01:00
crc16.c
crc16_slottable.h Added basic support for clusters to redis-benchmark. 2019-03-01 17:53:14 +01:00
crc64.c Move CRC64 initialization in main(). 2020-05-08 10:37:35 +02:00
crc64.h Implemented CRC64 based on slice by 4 2020-04-28 11:20:15 +02:00
crcspeed.c Fix rdb checksum / crc64 on bigendian (#8270) 2021-01-12 16:25:37 +02:00
crcspeed.h Added crcspeed library 2020-04-28 11:20:15 +02:00
db.c Swapdb should make transaction fail if there is any client watching keys (#8239) 2021-01-12 16:25:37 +02:00
debug.c Test infra, handle RESP3 attributes and big-numbers and bools (#9235) 2021-07-21 21:07:02 +03:00
debugmacro.h
defrag.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
dict.c Fix random element selection for large hash tables. (#8133) 2021-02-23 01:35:37 +02:00
dict.h Fix random element selection for large hash tables. (#8133) 2021-02-23 01:35:37 +02:00
endianconv.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
endianconv.h Fix typo 2018-07-03 18:19:46 +02:00
evict.c prevent client tracking from causing feedback loop in performEvictions (#8100) 2021-01-12 16:25:37 +02:00
expire.c WATCH no longer ignores keys which have expired for MULTI/EXEC. (#7920) 2020-10-27 09:12:01 +02:00
fmacros.h Fix failed tests on Linux Alpine and add a CI job. (#8532) 2021-03-02 08:13:08 +02:00
geo.c Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-32628) 2021-10-04 13:59:19 +03:00
geo.h
geohash.c FIX: truncate max/min longitude,latitude related geo_point (ex: {180, 85.05112878} ) 2020-04-15 16:03:16 +02:00
geohash.h
geohash_helper.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
geohash_helper.h
gopher.c Gopher: don't add the Lastline. 2019-02-24 21:38:15 +01:00
help.h Redis 6.0.9. 2020-10-27 09:12:01 +02:00
hyperloglog.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
intset.c Fix Integer overflow issue with intsets (CVE-2021-32687) 2021-10-04 13:59:19 +03:00
intset.h
latency.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
latency.h Module API for LatencyAddSample 2019-10-24 14:24:55 +03:00
lazyfree.c Fix crash unlinking a stream with groups rax and no groups (#8932) 2021-06-01 17:03:44 +03:00
listpack.c Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-32628) 2021-10-04 13:59:19 +03:00
listpack.h Streams: 12 commits squashed into the initial Streams implementation. 2017-12-01 10:24:24 +01:00
listpack_malloc.h Streams: change listpack allocator to zmalloc. 2017-12-01 10:24:24 +01:00
localtime.c update leap year comment when div by 400 2018-09-18 17:04:00 +08:00
lolwut.c Resolve nonsense static analysis warnings 2021-05-03 22:56:49 +03:00
lolwut.h add include guard for lolwut.h 2020-05-08 10:37:36 +02:00
lolwut5.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
lolwut6.c LOLWUT 6: always pick a default color sequence. 2019-10-28 11:10:58 +01:00
lzf.h
lzfP.h Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
lzf_c.c
lzf_d.c Try to avoid issues with GCC pragmas and older compilers. 2018-09-28 13:00:44 +02:00
memtest.c Resolve nonsense static analysis warnings 2021-05-03 22:56:49 +03:00
mkreleasehdr.sh Update mkreleasehdr.sh 2019-11-19 17:23:47 +08:00
module.c Fix missing separator in module info line (usedby and using lists) (#9241) 2021-07-21 21:07:02 +03:00
mt19937-64.c Fix random element selection for large hash tables. (#8133) 2021-02-23 01:35:37 +02:00
mt19937-64.h Fix random element selection for large hash tables. (#8133) 2021-02-23 01:35:37 +02:00
multi.c Fail EXEC command in case a watched key is expired (#9194) 2021-07-21 21:07:02 +03:00
networking.c Prevent unauthenticated client from easily consuming lots of memory (CVE-2021-32675) 2021-10-04 13:59:19 +03:00
notify.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
object.c Resolve nonsense static analysis warnings 2021-05-03 22:56:49 +03:00
pqsort.c
pqsort.h
pubsub.c Boost up performance for redis PUB-SUB patterns matching 2020-03-31 12:47:14 +02:00
quicklist.c Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-32628) 2021-10-04 13:59:19 +03:00
quicklist.h Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
rand.c
rand.h
rax.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
rax.h Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
rax_malloc.h
rdb.c Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-32628) 2021-10-04 13:59:19 +03:00
rdb.h Fix redis-check-rdb support for modules aux data (#7826) 2020-10-27 09:12:01 +02:00
redis-benchmark.c Fix random element selection for large hash tables. (#8133) 2021-02-23 01:35:37 +02:00
redis-check-aof.c Enlarge error buffer in redis-check-aof.c to remove compiler warning of output truncation through snprintf format string 2019-05-08 12:13:45 +01:00
redis-check-rdb.c Resolve nonsense static analysis warnings 2021-05-03 22:56:49 +03:00
redis-cli.c redis-cli cluster import support source and target that need auth (#7994) 2021-07-21 21:07:02 +03:00
redis-trib.rb Redis-trib deprecated: it no longer works and it 2018-07-13 10:51:58 +02:00
redisassert.h Fix typo 2018-07-03 18:19:46 +02:00
redismodule.h Moved RMAPI_FUNC_SUPPORTED location such that it will be visible to modules (#8037) 2021-01-12 16:25:37 +02:00
release.c Speedup INFO server section. 2019-10-02 11:30:20 +02:00
replication.c Minor refactoring for rioConnRead and adding errno (#9280) 2021-10-04 13:59:19 +03:00
rio.c Minor refactoring for rioConnRead and adding errno (#9280) 2021-10-04 13:59:19 +03:00
rio.h diskless replication rdb transfer uses pipe, and writes to sockets form the parent process. 2019-10-07 21:06:30 +03:00
scripting.c Fix invalid memory write on lua stack overflow {CVE-2021-32626} 2021-10-04 13:59:19 +03:00
sds.c Fix integer overflow in _sdsMakeRoomFor (CVE-2021-41099) 2021-10-04 13:59:19 +03:00
sds.h Mark extern definition of SDS_NOINIT in sds.h 2020-02-12 14:17:54 +01:00
sdsalloc.h add missing file marco 2020-03-05 12:51:15 +01:00
sentinel.c Resolve nonsense static analysis warnings 2021-05-03 22:56:49 +03:00
server.c Prevent unauthenticated client from easily consuming lots of memory (CVE-2021-32675) 2021-10-04 13:59:19 +03:00
server.h Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-32628) 2021-10-04 13:59:19 +03:00
setcpuaffinity.c cpu affinity: DragonFlyBSD support (#7956) 2020-10-27 09:12:01 +02:00
setproctitle.c Fix failed tests on Linux Alpine and add a CI job. (#8532) 2021-03-02 08:13:08 +02:00
sha1.c
sha1.h
sha256.c ACL: add slightly modified version of sha256.c for password hashing. 2019-09-12 12:21:37 +02:00
sha256.h ACL: add slightly modified version of sha256.c for password hashing. 2019-09-12 12:21:37 +02:00
siphash.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
slowlog.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
slowlog.h Added the missed macro definition in slowlog.h 2019-12-02 00:28:41 -05:00
solarisfixes.h
sort.c sort Command lookupKeyRead and lookupKeyWrite are used on the opposite (#8283) 2021-01-12 16:25:37 +02:00
sparkline.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
sparkline.h
stream.h Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
syncio.c
t_hash.c Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-32628) 2021-10-04 13:59:19 +03:00
t_list.c Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-32628) 2021-10-04 13:59:19 +03:00
t_set.c Fix Integer overflow issue with intsets (CVE-2021-32687) 2021-10-04 13:59:19 +03:00
t_stream.c Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-32628) 2021-10-04 13:59:19 +03:00
t_string.c Fix integer overflow in STRALGO LCS (CVE-2021-32625) (#9011) 2021-06-01 17:03:44 +03:00
t_zset.c Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-32628) 2021-10-04 13:59:19 +03:00
testhelp.h
timeout.c Add missing calls to raxStop (#7532) 2020-09-01 09:27:58 +03:00
tls.c Module API: Add RM_GetClientCertificate(). (#7866) 2020-10-27 09:12:01 +02:00
tracking.c Fix race in client side tracking (#9116) 2021-07-21 21:07:02 +03:00
util.c stringmatchlen() should not expect null terminated strings. 2020-05-08 10:37:36 +02:00
util.h Merge branch 'unstable' into rm_get_server_info 2019-11-21 10:06:15 +01:00
valgrind.sup Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
version.h Redis 6.0.16 2021-10-04 13:59:19 +03:00
ziplist.c Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-32628) 2021-10-04 13:59:19 +03:00
ziplist.h Fix ziplist and listpack overflows and truncations (CVE-2021-32627, CVE-2021-32628) 2021-10-04 13:59:19 +03:00
zipmap.c Squash merging 125 typo/grammar/comment/doc PRs (#7773) 2020-10-27 09:12:01 +02:00
zipmap.h
zmalloc.c Fix compile errors with no HAVE_MALLOC_SIZE. (#8533) 2021-03-02 08:13:08 +02:00
zmalloc.h Avoid collision with MacOS LIST_HEAD macro after #6384. 2019-12-02 09:13:29 +01:00