| .. |
|
.gitignore
|
…
|
|
|
Makefile
|
bitop.c renamed bitops.c
|
2012-05-24 15:20:06 +02:00 |
|
Makefile.dep
|
…
|
|
|
adlist.c
|
…
|
|
|
adlist.h
|
…
|
|
|
ae.c
|
Set fd to writable when poll(2) detects POLLERR or POLLHUP event.
|
2012-05-23 11:33:32 +02:00 |
|
ae.h
|
…
|
|
|
ae_epoll.c
|
mark fd as writable when EPOLLERR or EPOLLHUP is returned by epoll_wait.
|
2012-06-29 12:06:38 +08:00 |
|
ae_evport.c
|
Whitespace
|
2012-05-15 11:19:01 +02:00 |
|
ae_kqueue.c
|
…
|
|
|
ae_select.c
|
…
|
|
|
anet.c
|
…
|
|
|
anet.h
|
…
|
|
|
aof.c
|
Four new persistence fields in INFO. A few renamed.
|
2012-05-25 12:11:30 +02:00 |
|
asciilogo.h
|
…
|
|
|
bio.c
|
…
|
|
|
bio.h
|
…
|
|
|
bitops.c
|
Don't assume that "char" is signed.
|
2012-07-18 12:04:58 +02:00 |
|
cluster.c
|
…
|
|
|
config.c
|
Fixed a timing attack on AUTH (Issue #560).
|
2012-06-21 11:50:01 +02:00 |
|
config.h
|
first cut at event port support
|
2012-05-15 11:18:54 +02:00 |
|
crc16.c
|
…
|
|
|
crc64.c
|
…
|
|
|
db.c
|
Use safe dictionary iterator from KEYS
|
2012-05-01 10:52:03 +02:00 |
|
debug.c
|
Dump ziplist hex value on failed assertion.
|
2012-06-12 00:41:48 +02:00 |
|
dict.c
|
…
|
|
|
dict.h
|
…
|
|
|
endianconv.c
|
…
|
|
|
endianconv.h
|
…
|
|
|
fmacros.h
|
…
|
|
|
help.h
|
redis-cli commands description in help.h updated.
|
2012-04-27 15:57:27 +02:00 |
|
intset.c
|
…
|
|
|
intset.h
|
…
|
|
|
lzf.h
|
…
|
|
|
lzfP.h
|
…
|
|
|
lzf_c.c
|
…
|
|
|
lzf_d.c
|
…
|
|
|
memtest.c
|
memtest.c fixed to actually use v1 and v2 in memtest_fill_value().
|
2012-04-27 16:29:44 +02:00 |
|
mkreleasehdr.sh
|
…
|
|
|
multi.c
|
…
|
|
|
networking.c
|
REPLCONF internal command introduced.
|
2012-06-27 09:43:57 +02:00 |
|
object.c
|
…
|
|
|
pqsort.c
|
…
|
|
|
pqsort.h
|
…
|
|
|
pubsub.c
|
…
|
|
|
rand.c
|
…
|
|
|
rand.h
|
…
|
|
|
rdb.c
|
RDB type loading functions clarified in comments.
|
2012-06-02 10:21:57 +02:00 |
|
rdb.h
|
Fixed RESTORE hash failure (Issue #532)
|
2012-06-02 10:24:27 +02:00 |
|
redis-benchmark.c
|
…
|
|
|
redis-check-aof.c
|
…
|
|
|
redis-check-dump.c
|
redis-check-dump now is RDB version 6 ready.
|
2012-04-24 19:05:27 +02:00 |
|
redis-cli.c
|
Check that we have connection before enabling pipe mode
|
2012-07-15 14:35:02 +02:00 |
|
redis-trib.rb
|
…
|
|
|
redis.c
|
Allow Pub/Sub in contexts where other commands are blocked.
|
2012-07-22 17:18:16 +02:00 |
|
redis.h
|
Allow Pub/Sub in contexts where other commands are blocked.
|
2012-07-22 17:18:16 +02:00 |
|
release.c
|
…
|
|
|
replication.c
|
Typo in comment.
|
2012-06-27 11:26:44 +02:00 |
|
rio.c
|
…
|
|
|
rio.h
|
…
|
|
|
scripting.c
|
Set LUA_MASKCOUNT hook more selectively. Fixes issue #480.
|
2012-04-27 11:41:25 +02:00 |
|
sds.c
|
…
|
|
|
sds.h
|
…
|
|
|
sha1.c
|
…
|
|
|
sha1.h
|
…
|
|
|
slowlog.c
|
…
|
|
|
slowlog.h
|
…
|
|
|
solarisfixes.h
|
…
|
|
|
sort.c
|
…
|
|
|
syncio.c
|
syncio.c read / write functions reworked for correctness and performance.
|
2012-05-02 22:41:50 +02:00 |
|
t_hash.c
|
Dump ziplist hex value on failed assertion.
|
2012-06-12 00:41:48 +02:00 |
|
t_list.c
|
…
|
|
|
t_set.c
|
…
|
|
|
t_string.c
|
Bit-related string operations moved to bitop.c
|
2012-05-24 15:19:51 +02:00 |
|
t_zset.c
|
Fixed issue #516 (ZINTERSTORE mixing sets and zsets).
|
2012-05-23 11:12:43 +02:00 |
|
testhelp.h
|
…
|
|
|
util.c
|
…
|
|
|
util.h
|
…
|
|
|
valgrind.sup
|
…
|
|
|
version.h
|
…
|
|
|
ziplist.c
|
Don't assume that "char" is signed.
|
2012-07-18 12:04:58 +02:00 |
|
ziplist.h
|
…
|
|
|
zipmap.c
|
…
|
|
|
zipmap.h
|
…
|
|
|
zmalloc.c
|
…
|
|
|
zmalloc.h
|
Jemalloc updated to 3.0.0.
|
2012-05-16 11:09:45 +02:00 |