redis/src
Lee Yunsu 6a439c95cb
update dict.c
fix to https://github.com/antirez/redis/issues/4493 at 2.8 version
2019-08-20 10:59:58 +09:00
..
.gitignore Ignore gcov/lcov artifacts 2012-04-13 18:05:51 -07:00
Makefile Add "-lrt" in Makefile for Solaris. 2015-01-09 11:54:52 +01:00
Makefile.dep Dependencies updated. 2014-07-09 20:00:50 +02:00
adlist.c Fix typos 2014-10-06 09:59:02 +02:00
adlist.h BSD license added to every C source and header file. 2012-11-08 18:34:04 +01:00
ae.c Remove redundant event loop fd processing 2014-08-27 10:25:04 +02:00
ae.h ae.c event loop: API to resize the fd set size on the run. 2013-07-01 10:44:04 +02:00
ae_epoll.c Fixed grammar: before H the article is a, not an. 2013-12-05 16:37:21 +01:00
ae_evport.c ae.c event loop: API to resize the fd set size on the run. 2013-07-01 10:44:04 +02:00
ae_kqueue.c No more trailing spaces in Redis source code. 2014-06-26 18:52:16 +02:00
ae_select.c ae.c event loop: API to resize the fd set size on the run. 2013-07-01 10:44:04 +02:00
anet.c anet.c: new API anetSendTimeout(). 2014-10-29 14:33:50 +01:00
anet.h anet.c: new API anetSendTimeout(). 2014-10-29 14:33:50 +01:00
aof.c bugfix: errno might change before logging 2015-07-13 14:59:05 +08:00
asciilogo.h BSD license added to every C source and header file. 2012-11-08 18:34:04 +01:00
bio.c Fixed many typos. 2013-01-19 11:03:19 +01:00
bio.h Make bio.c threads killable ASAP if needed. 2012-11-22 10:28:53 +01:00
bitops.c Remove warnings and improve integer sign correctness. 2014-08-27 10:29:26 +02:00
config.c Config: activerehashing option support in CONFIG SET. 2015-03-08 15:34:00 +01:00
config.h Check that tcp-backlog is matched by /proc/sys/net/core/somaxconn. 2014-12-04 11:07:55 +01:00
crc64.c crc64.c modified for incremental computation. 2012-04-10 16:26:41 +02:00
crc64.h Introduced the Build ID in INFO and --version output. 2012-11-29 14:22:15 +01:00
db.c MOVE re-add TTL check fixed. 2015-09-14 12:37:49 +02:00
debug.c Log address causing SIGSEGV. 2015-12-15 18:14:07 +01:00
dict.c update dict.c 2019-08-20 10:59:58 +09:00
dict.h update dict.h 2019-08-20 10:57:50 +09:00
endianconv.c endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths. 2012-02-14 16:11:46 +01:00
endianconv.h No more trailing spaces in Redis source code. 2014-06-26 18:52:16 +02:00
fmacros.h Silence _BSD_SOURCE warnings in glibc 2.20 and forward 2014-12-09 12:24:30 +01:00
help.h redis-cli help.h updated. 2014-04-22 16:15:01 +02:00
hyperloglog.c Over 80 chars comment trimmed in pfcountCommand(). 2014-12-02 17:03:15 +01:00
intset.c Fix intset midpoint selection 2014-08-27 10:24:22 +02:00
intset.h BSD license added to every C source and header file. 2012-11-08 18:34:04 +01:00
latency.c Fix iterator for issue #2438. 2015-03-04 11:49:53 -08:00
latency.h Check THP support at startup and warn about it. 2014-11-12 11:17:27 +01:00
lzf.h No more trailing spaces in Redis source code. 2014-06-26 18:52:16 +02:00
lzfP.h No more trailing spaces in Redis source code. 2014-06-26 18:52:16 +02:00
lzf_c.c No more trailing spaces in Redis source code. 2014-06-26 18:52:16 +02:00
lzf_d.c No more trailing spaces in Redis source code. 2014-06-26 18:52:16 +02:00
memtest.c Include stropts only if __sun is defined. 2014-12-09 12:59:43 +01:00
migrate.c No more trailing spaces in Redis source code. 2014-06-26 18:52:16 +02:00
mkreleasehdr.sh suppress external diff program when using git diff. 2013-03-04 10:58:02 +01:00
multi.c Cleanup double semicolons 2014-08-27 10:25:31 +02:00
networking.c replicationHandleMasterDisconnection() belongs to replication.c. 2015-08-21 15:32:01 +02:00
notify.c Fix keyspace events flags-to-string conversion. 2014-01-08 17:18:00 +01:00
object.c Handle infinite explicitly in createStringObjectFromLongLong(). 2014-12-03 10:41:06 +01:00
pqsort.c No more trailing spaces in Redis source code. 2014-06-26 18:52:16 +02:00
pqsort.h BSD license added to every C source and header file. 2012-11-08 18:34:04 +01:00
pubsub.c pubsub: Return integers for NUMSUB, not strings 2014-08-27 10:25:15 +02:00
rand.c Use 'void' for zero-argument functions 2014-08-27 10:24:52 +02:00
rand.h BSD license added to every C source and header file. 2012-11-08 18:34:04 +01:00
rdb.c Fix merge issues in 490847c. 2015-09-07 17:29:43 +02:00
rdb.h Diskless replication: RDB -> slaves transfer draft implementation. 2014-10-29 14:33:49 +01:00
redis-benchmark.c FIXED redis-benchmark's idle mode.With idle mode shouldn't create write event 2014-12-11 15:21:53 +01:00
redis-check-aof.c BSD license added to every C source and header file. 2012-11-08 18:34:04 +01:00
redis-check-dump.c Cleanup double semicolons 2014-08-27 10:25:31 +02:00
redis-cli.c redis-cli pipe mode: don't stay in the write loop forever. 2015-09-30 16:27:26 +02:00
redis.c Fix CMD_DENYOOM macro name after backporting. 2015-12-18 09:15:56 +01:00
redis.h Move end-comment of handshake states. 2015-10-15 10:04:35 +02:00
redisassert.h assert.h replaced with redisassert.h when appropriate. 2013-08-19 15:02:16 +02:00
release.c No more trailing spaces in Redis source code. 2014-06-26 18:52:16 +02:00
replication.c Minor changes to PR #2813. 2015-10-15 09:59:07 +02:00
rio.c Translate rio fdset target EWOULDBLOCK error into ETIMEDOUT. 2014-10-29 14:33:50 +01:00
rio.h Diskless replication: rio fdset target new supports buffering. 2014-10-29 14:33:50 +01:00
scripting.c hide access to debug table 2015-06-03 13:36:02 +02:00
sds.c sdsfree x and y 2015-05-04 13:03:06 +02:00
sds.h Use unsigned integers in SDS header. 2014-08-27 10:25:54 +02:00
sentinel.c Sentinel: command arity check added where missing. 2015-09-08 09:33:48 +02:00
setproctitle.c Set proctitle: avoid the use of __attribute__((constructor)). 2013-02-27 12:00:43 +01:00
sha1.c sha1.c: use standard uint32_t. 2015-04-27 12:08:03 +02:00
sha1.h sha1.c: use standard uint32_t. 2015-04-27 12:08:03 +02:00
slowlog.c BSD license added to every C source and header file. 2012-11-08 18:34:04 +01:00
slowlog.h BSD license added to every C source and header file. 2012-11-08 18:34:04 +01:00
solarisfixes.h Check for __sun macro in solarisfixes.h, not in includers. 2015-01-09 11:22:35 +01:00
sort.c SORT: Don't sort Set elements if not needed. 2014-12-11 16:01:21 +01:00
sparkline.c sparkline.c: AddSample skip Empty label 2014-12-09 11:28:53 +01:00
sparkline.h LATENCY GRAPH implemented. 2014-07-09 19:57:37 +02:00
syncio.c syncWithMaster(): non blocking state machine. 2015-08-07 12:18:29 +02:00
t_hash.c Use exp format and more precision output for ZSCAN. 2014-12-03 10:41:06 +01:00
t_list.c No more trailing spaces in Redis source code. 2014-06-26 18:52:16 +02:00
t_set.c Rewrite smoveCommand test with ternary operator 2015-05-15 17:39:39 +02:00
t_string.c Use exp format and more precision output for ZSCAN. 2014-12-03 10:41:06 +01:00
t_zset.c Remove redundant else/return block 2014-08-27 10:24:08 +02:00
testhelp.h BSD license added to every C source and header file. 2012-11-08 18:34:04 +01:00
util.c Clean up text throughout project 2014-10-06 10:00:43 +02:00
util.h pathIsBaseName() added to utils.c 2013-07-02 12:24:08 +02:00
valgrind.sup more valgrind friendly test 2011-07-06 15:22:00 +02:00
version.h Redis 2.8.24 2015-12-18 16:13:48 +01:00
ziplist.c Fix comment inconsistencies in ziplist.c 2014-10-06 10:00:48 +02:00
ziplist.h BSD license added to every C source and header file. 2012-11-08 18:34:04 +01:00
zipmap.c zipmap.c: update comments above 2014-12-09 16:01:13 +01:00
zipmap.h mistype fixed 2013-09-03 15:15:42 +02:00
zmalloc.c Fix non-linux builds error introduced with THP checks. 2014-11-14 17:28:49 +01:00
zmalloc.h THP detection / reporting functions added. 2014-11-12 11:17:24 +01:00