redis/src
antirez 51943a78b0 Deprecate Redis Sentinel in 2.6.
Everybody should use the more robust implementation shipped with 2.8.
2014-02-25 15:18:43 +01:00
..
.gitignore Ignore gcov/lcov artifacts 2012-04-13 18:05:51 -07:00
Makefile Makefile: valgrind target added (forces -O0 and libc malloc). 2013-02-11 12:11:21 +01:00
Makefile.dep Makefile.dep updated. 2013-01-11 23:51:00 +01:00
adlist.c Fixed many typos. 2013-01-19 11:08:43 +01:00
adlist.h BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
ae.c Fixed many typos. 2013-01-19 11:08:43 +01:00
ae.h BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
ae_epoll.c BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
ae_evport.c Fixed many typos. 2013-01-19 11:08:43 +01:00
ae_kqueue.c BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
ae_select.c BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
anet.c Tcp keep-alive: send three probes before detectin an error. 2013-02-11 11:47:31 +01:00
anet.h Add SO_KEEPALIVE support to anet.c. 2013-02-11 11:47:20 +01:00
aof.c Use printf %zu specifier to print private_dirty. 2013-08-20 12:09:47 +02:00
asciilogo.h BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
bio.c Fixed many typos. 2013-01-19 11:08:43 +01:00
bio.h BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
bitops.c in 32bit machine, popcount don't work with a input string length up to 512 MB, 2013-05-08 09:59:35 +02:00
config.c Deprecate Redis Sentinel in 2.6. 2014-02-25 15:18:43 +01:00
config.h Not every __sun has backtrace(). 2013-01-21 12:07:44 +01:00
crc64.c crc64.c modified for incremental computation. 2012-04-10 16:26:41 +02:00
db.c EXPIRE should not resurrect keys. Issue #1026. 2013-03-28 12:49:03 +01:00
debug.c Fix DEBUG SDSLEN after 2.8 back port. 2013-08-27 12:51:56 +02:00
dict.c dictFingerprint(): cast pointers to integer of same size. 2013-08-20 12:09:42 +02:00
dict.h dict.c iterator API misuse protection. 2013-08-19 15:02:26 +02: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 Fix config.h endianess detection to work on Linux / PPC64. 2012-12-11 17:19:58 +01:00
fmacros.h Define _XOPEN_SOURCE appropriately on NetBSD. 2012-12-12 18:42:36 +01:00
help.h redis-cli: help.h updated. 2013-05-14 11:22:50 +02:00
intset.c BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
intset.h BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
lzf.h redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
lzfP.h Fixed many typos. 2013-01-19 11:08:43 +01:00
lzf_c.c redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
lzf_d.c redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
memtest.c Fixed a bug in memtest progress bar, that had no actual effects. 2013-01-21 12:38:43 +01:00
migrate.c MIGRATE: fix default timeout to 1000 milliseconds. 2012-11-12 18:58:23 +01:00
mkreleasehdr.sh suppress external diff program when using git diff. 2013-03-04 10:59:22 +01:00
multi.c Transactions: propagate MULTI/EXEC only when needed. 2013-03-27 09:07:23 +01:00
networking.c Fix an hypothetical issue in processMultibulkBuffer(). 2013-08-27 13:00:17 +02:00
object.c tryObjectEncoding(): optimize sds strings if possible. 2013-08-27 12:52:08 +02:00
pqsort.c assert.h replaced with redisassert.h when appropriate. 2013-08-19 15:02:44 +02:00
pqsort.h BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
pubsub.c Removed useless "return" statements in pubsub.c 2013-03-06 16:50:56 +01:00
rand.c BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
rand.h BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
rdb.c Fix broken rdbWriteRaw() return value check in rdb.c. 2013-11-07 23:54:48 +01:00
rdb.h Fixed many typos. 2013-01-19 11:08:43 +01:00
redis-benchmark.c redis-benchmark: update help for new __rand_int__ form. 2013-10-28 18:14:19 +01:00
redis-check-aof.c BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
redis-check-dump.c Fixed many typos. 2013-01-19 11:08:43 +01:00
redis-cli.c redis-cli: fix big keys search when the key no longer exist. 2013-09-04 10:37:58 +02:00
redis.c Deprecate Redis Sentinel in 2.6. 2014-02-25 15:18:43 +01:00
redis.h Merge pull request #847 from yossigo/repldboff-fix 2013-12-11 02:36:16 -08:00
redisassert.h assert.h replaced with redisassert.h when appropriate. 2013-08-19 15:02:44 +02:00
release.c Fixed many typos. 2013-01-19 11:08:43 +01:00
replication.c Log to what master a slave is going to connect to. 2013-11-11 09:25:44 +01:00
rio.c rio.c: added ability to fdatasync() from time to time while writing. 2013-04-24 10:27:55 +02:00
rio.h rio.c: added ability to fdatasync() from time to time while writing. 2013-04-24 10:27:55 +02:00
scripting.c Allow writes from scripts called by AOF loading in read-only slaves. 2013-06-19 18:29:10 +02:00
sds.c sds.c: sdssplitargs_free() removed as it was a duplicate. 2013-03-06 12:44:19 +01:00
sds.h Fix sdsempty() prototype in sds.h. 2013-08-12 11:38:32 +02:00
sentinel.c Deprecate Redis Sentinel in 2.6. 2014-02-25 15:18:43 +01:00
sha1.c Fixed many typos. 2013-01-19 11:08:43 +01:00
sha1.h redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
slowlog.c BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
slowlog.h BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
solarisfixes.h BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
sort.c Fixed many typos. 2013-01-19 11:08:43 +01:00
syncio.c syncio.c read / write functions reworked for correctness and performance. 2012-05-02 22:45:12 +02:00
t_hash.c BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
t_list.c Fixed many typos. 2013-01-19 11:08:43 +01:00
t_set.c retval doesn't initalized 2013-02-05 10:49:20 +01:00
t_string.c Support for case unsensitive SET options. 2013-03-29 10:37:33 +01:00
t_zset.c Fix comments for correctness in zunionInterGenericCommand(). 2013-08-19 15:02:34 +02:00
testhelp.h BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
util.c BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
util.h BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
valgrind.sup more valgrind friendly test 2011-07-06 15:22:00 +02:00
version.h Redis 2.6.17. 2013-12-11 15:35:52 +01:00
ziplist.c assert.h replaced with redisassert.h when appropriate. 2013-08-19 15:02:44 +02:00
ziplist.h BSD license added to every C source and header file. 2012-11-08 18:33:13 +01:00
zipmap.c assert.h replaced with redisassert.h when appropriate. 2013-08-19 15:02:44 +02:00
zipmap.h save zipmap encoded hashes as blobs. Work in progress. 2011-02-28 09:56:48 +01:00
zmalloc.c Fixed many typos. 2013-01-19 11:08:43 +01:00
zmalloc.h zmalloc_get_private_dirty() function added (Linux only). 2012-11-20 12:32:14 +01:00