.. |
.gitignore
|
Ignore gcov/lcov artifacts
|
2012-04-13 17:52:33 -07:00 |
adlist.c
|
Fix typos
|
2014-09-29 06:49:07 -04:00 |
adlist.h
|
BSD license added to every C source and header file.
|
2012-11-08 18:31:32 +01:00 |
ae_epoll.c
|
Fixed grammar: before H the article is a, not an.
|
2013-12-05 16:35:32 +01: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
|
ae.c event loop: API to resize the fd set size on the run.
|
2013-06-28 16:39:49 +02:00 |
ae.c
|
Remove redundant event loop fd processing
|
2014-08-08 10:43:54 +02:00 |
ae.h
|
ae.c event loop: API to resize the fd set size on the run.
|
2013-06-28 16:39:49 +02:00 |
anet.c
|
AnetFormatIP(): renamed, commented, now sticks to IP:port format.
|
2014-12-11 18:20:30 +01:00 |
anet.h
|
AnetFormatIP(): renamed, commented, now sticks to IP:port format.
|
2014-12-11 18:20:30 +01:00 |
aof.c
|
AOF rewrite: set iterator var to NULL when freed.
|
2015-01-21 16:42:08 +01:00 |
asciilogo.h
|
BSD license added to every C source and header file.
|
2012-11-08 18:31:32 +01:00 |
bio.c
|
Fixed many typos.
|
2013-01-19 10:59:44 +01:00 |
bio.h
|
Make bio.c threads killable ASAP if needed.
|
2012-11-22 10:12:11 +01:00 |
bitops.c
|
bitops.c/bitopCommand: skip short minlen for FAST PATH
|
2014-12-03 10:07:58 +08:00 |
blocked.c
|
WAIT command: synchronous replication for Redis.
|
2013-12-04 16:20:03 +01:00 |
cluster.c
|
Cluster: some bias towwards FAIL/PFAIL nodes in gossip sections.
|
2015-01-30 11:55:36 +01:00 |
cluster.h
|
Cluster: clusterMsgDataGossip structure, explict padding + minor stuff.
|
2015-01-13 10:40:09 +01:00 |
config.c
|
Supervise redis processes only if configured
|
2015-01-09 15:19:18 -05:00 |
config.h
|
HAVE_SYNC_FILE_RANGE should be protected by ifdef __linux__.
|
2015-02-10 09:29:14 +01:00 |
crc16.c
|
No more trailing spaces in Redis source code.
|
2014-06-26 18:48:40 +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
|
remove_warning in db.c
|
2014-12-12 12:02:39 +09:00 |
debug.c
|
DEBUG structsize
|
2015-01-23 18:10:14 +01:00 |
dict.c
|
dict.c: reset emptylen when bucket is not empty.
|
2015-02-11 10:52:27 +01:00 |
dict.h
|
dict.c: add dictGetSomeKeys(), specialized for eviction.
|
2015-02-11 10:52:27 +01: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 |
help.h
|
Added <count> parameter to SPOP:
|
2014-12-14 12:25:42 +02:00 |
hyperloglog.c
|
Better read-only behavior for expired keys in slaves.
|
2014-12-10 16:10:21 +01:00 |
intset.c
|
Allow all code tests to run using Redis args
|
2014-12-23 09:31:03 -05:00 |
intset.h
|
Allow all code tests to run using Redis args
|
2014-12-23 09:31:03 -05:00 |
latency.c
|
Separate latency monitoring of eviction loop and eviction DELs.
|
2015-02-11 10:52:27 +01:00 |
latency.h
|
Separate latency monitoring of eviction loop and eviction DELs.
|
2015-02-11 10:52:27 +01: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 |
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 |
Makefile
|
Convert check-dump to Redis check-rdb mode
|
2015-01-28 11:18:16 -05:00 |
Makefile.dep
|
Dependencies updated.
|
2014-07-02 17:04:14 +02:00 |
memtest.c
|
Include stropts only if __sun is defined.
|
2014-12-09 12:59:46 +01:00 |
mkreleasehdr.sh
|
suppress external diff program when using git diff.
|
2013-02-24 18:17:46 +01:00 |
multi.c
|
Cleanup double semicolons
|
2014-08-08 14:54:02 +02:00 |
networking.c
|
Add addReplyBulkSds() function
|
2014-12-23 09:31:02 -05:00 |
notify.c
|
Fix keyspace events flags-to-string conversion.
|
2014-01-08 17:18:34 +01:00 |
object.c
|
Add quicklist implementation
|
2015-01-02 11:16:08 -05: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
|
pubsub: Return integers for NUMSUB, not strings
|
2014-08-08 11:19:37 +02:00 |
quicklist.c
|
Set optional 'static' for Quicklist+Redis
|
2015-01-02 11:16:10 -05:00 |
quicklist.h
|
Allow compression of interior quicklist nodes
|
2015-01-02 11:16:09 -05: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
|
Check RDB automatically in a few more cases.
|
2015-02-03 10:33:05 +01:00 |
rdb.h
|
RDB AUX fields support.
|
2015-01-08 09:52:55 +01:00 |
redis-benchmark.c
|
redis-benchmark: Add RPUSH and RPOP tests
|
2015-01-02 11:16:08 -05: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
|
Handle redis-check-rdb as a standalone program.
|
2015-02-03 10:25:01 +01:00 |
redis-cli.c
|
redis-cli --stat: show LOAD when loading.
|
2015-02-11 10:52:27 +01:00 |
redis-trib.rb
|
Remove end of line whitespace from redis-trib
|
2015-01-08 13:31:03 -05:00 |
redis.c
|
Separate latency monitoring of eviction loop and eviction DELs.
|
2015-02-11 10:52:27 +01:00 |
redis.h
|
Handle redis-check-rdb as a standalone program.
|
2015-02-03 10:25:01 +01:00 |
redisassert.h
|
assert.h replaced with redisassert.h when appropriate.
|
2013-08-19 15:01:21 +02:00 |
release.c
|
No more trailing spaces in Redis source code.
|
2014-06-26 18:48:40 +02:00 |
replication.c
|
Replication: put server.master client creation into separated function.
|
2015-02-04 11:26:20 +01:00 |
rio.c
|
Translate rio fdset target EWOULDBLOCK error into ETIMEDOUT.
|
2014-10-22 15:58:14 +02:00 |
rio.h
|
Diskless replication: rio fdset target new supports buffering.
|
2014-10-17 11:36:12 +02:00 |
scripting.c
|
luaRedisGenericCommand(): log error at WARNING level when re-entered.
|
2015-01-20 23:21:21 +01:00 |
sds.c
|
sdsnative() removed: New rdb.c API can load native strings.
|
2015-01-08 09:52:44 +01:00 |
sds.h
|
sdsnative() removed: New rdb.c API can load native strings.
|
2015-01-08 09:52:44 +01:00 |
sentinel.c
|
Fix three simple clang analyzer warnings
|
2014-12-23 09:31:04 -05:00 |
setproctitle.c
|
Set proctitle: avoid the use of __attribute__((constructor)).
|
2013-02-27 11:50:35 +01:00 |
sha1.c
|
Check for __sun macro in solarisfixes.h, not in includers.
|
2015-01-09 11:23:22 +01:00 |
sha1.h
|
Allow all code tests to run using Redis args
|
2014-12-23 09:31:03 -05:00 |
slowlog.c
|
Introduction of a new string encoding: EMBSTR
|
2013-07-22 10:31:38 +02:00 |
slowlog.h
|
BSD license added to every C source and header file.
|
2012-11-08 18:31:32 +01:00 |
solarisfixes.h
|
Check for __sun macro in solarisfixes.h, not in includers.
|
2015-01-09 11:23:22 +01:00 |
sort.c
|
Suppress sign warning in sort.c.
|
2015-02-03 15:42:56 +01:00 |
sparkline.c
|
sparkline.c: AddSample skip Empty label
|
2014-12-08 11:43:32 +08:00 |
sparkline.h
|
LATENCY GRAPH implemented.
|
2014-07-02 16:31:22 +02:00 |
syncio.c
|
syncReadLine(): actually enforce buffer size limits.
|
2014-10-16 17:35:29 +02:00 |
t_hash.c
|
Use exp format and more precision output for ZSCAN.
|
2014-12-02 18:20:09 +01:00 |
t_list.c
|
Config: Add quicklist, remove old list options
|
2015-01-02 11:16:10 -05:00 |
t_set.c
|
Following @mattsta's friendly review:
|
2014-12-21 16:13:45 +02:00 |
t_string.c
|
More obvious indentation in setCommand().
|
2015-02-03 14:17:06 +01:00 |
t_zset.c
|
Fix three simple clang analyzer warnings
|
2014-12-23 09:31:04 -05:00 |
testhelp.h
|
BSD license added to every C source and header file.
|
2012-11-08 18:31:32 +01:00 |
util.c
|
The seed must be static in getRandomHexChars().
|
2015-01-22 11:10:50 +01:00 |
util.h
|
Allow all code tests to run using Redis args
|
2014-12-23 09:31:03 -05:00 |
valgrind.sup
|
more valgrind friendly test
|
2011-07-06 15:22:00 +02:00 |
version.h
|
Make unstable branch version unique and distinguishable.
|
2014-06-25 15:30:34 +02:00 |
ziplist.c
|
Free ziplist test lists during tests
|
2015-01-02 11:16:08 -05:00 |
ziplist.h
|
Add ziplistMerge()
|
2015-01-02 11:16:08 -05: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
|
Add info as requested by the original getMemorySize() license.
|
2014-12-17 17:15:39 +01:00 |
zmalloc.h
|
getMemorySize() moved into zmalloc.c with other low level mem utils.
|
2014-12-17 17:11:20 +01:00 |