.. |
adlist.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
adlist.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
ae_epoll.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
ae_kqueue.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
ae_select.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
ae.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
ae.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
anet.c
|
Remove newlines for networking errors
|
2011-01-05 10:51:37 +01:00 |
anet.h
|
Solaris 10 doesn't know AF_LOCAL
|
2010-12-23 11:09:07 +00:00 |
aof.c
|
AOF file descriptor leak fixed
|
2011-03-04 16:13:54 +01:00 |
cluster.c
|
minor change with no actual effects til the loading node config code is in place
|
2011-03-30 18:12:51 +02:00 |
config.c
|
Cluster branch merged to unstable.
|
2011-03-29 17:51:15 +02:00 |
config.h
|
Ehm... sorry if we don't support PDP endianess
|
2011-03-09 16:33:09 +01:00 |
crc16.c
|
Cluster branch merged to unstable.
|
2011-03-29 17:51:15 +02:00 |
db.c
|
Cluster branch merged to unstable.
|
2011-03-29 17:51:15 +02:00 |
debug.c
|
fixed bgsave_in_progress in INFO when BGSAVEing with diskstore enabled, don't DEBUG FLUSHCACHE when bgsave is in progress.
|
2011-01-09 19:25:34 +01:00 |
dict.c
|
fixed two diskstore issues, a quasi-deadlock creating problems with I/O speed and a race condition among threads
|
2011-02-11 11:16:15 +01:00 |
dict.h
|
command lookup process turned into a much more flexible and probably faster hash table
|
2010-11-03 11:23:59 +01:00 |
diskstore.c
|
fixed two diskstore issues, a quasi-deadlock creating problems with I/O speed and a race condition among threads
|
2011-02-11 11:16:15 +01:00 |
dscache.c
|
Preloading messages log level changed from WARNING to DEBUG
|
2011-03-28 19:03:57 +02:00 |
endian.c
|
endianess conversion API, to be applied to specially encoded data types for arch agnostic encoding.
|
2011-03-09 16:24:18 +01:00 |
endian.h
|
zipmaps are now endianess agnostic, needed for on disk serialization of zipmaps without convertions layers
|
2011-03-09 17:31:02 +01:00 |
fmacros.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
help.h
|
help.h updated
|
2010-12-19 15:19:08 +01:00 |
intset.c
|
encoding agnostic intsets
|
2011-03-09 19:14:04 +01:00 |
intset.h
|
encoded types API to get blob length
|
2011-02-28 14:48:49 +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 |
lzf.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
lzfP.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
Makefile
|
Cluster branch merged to unstable.
|
2011-03-29 17:51:15 +02:00 |
MANIFESTO
|
Redis manifesto added
|
2011-03-01 15:20:35 +01:00 |
mkreleasehdr.sh
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
multi.c
|
Restore argc/argv in EXEC after command is executed
|
2011-02-23 14:37:22 +01:00 |
networking.c
|
Fixed issue #435 and at the same time introduced explicit ping in the master-slave channel that will detect a blocked master or a broken even if apparently connected TCP link.
|
2011-01-20 13:18:23 +01:00 |
object.c
|
implemented a different approach to IO scheduling, so object->storage is no longer used, instead there is a queue and hash table of IO tasks to process, and it is always possible to know what are the scheduled and acrtive IO operations against every single key.
|
2011-01-01 21:35:56 +01:00 |
pqsort.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
pqsort.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
pubsub.c
|
Skip object encoding where it doesn't make sense
|
2010-10-17 18:13:31 +02:00 |
rdb.c
|
Cluster branch merged to unstable.
|
2011-03-29 17:51:15 +02:00 |
redis-benchmark.c
|
portability fix in redis benchmark, using zu format specified with size_t instead of lu
|
2011-01-24 10:05:42 +01:00 |
redis-check-aof.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
redis-check-dump.c
|
removed a number of stupid compilation warnings on Linux
|
2010-11-02 11:15:09 +01:00 |
redis-cli.c
|
Cluster branch merged to unstable.
|
2011-03-29 17:51:15 +02:00 |
redis.c
|
centralized cluster config file name. Assigned slots in CLUSTER NODES output and in cluster config file.
|
2011-03-30 17:41:13 +02:00 |
redis.h
|
centralized cluster config file name. Assigned slots in CLUSTER NODES output and in cluster config file.
|
2011-03-30 17:41:13 +02:00 |
release.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
replication.c
|
suppress a Linux warning, for 2.2 sake
|
2011-02-21 17:51:52 +01:00 |
sds.c
|
Fixed sdssplitargs() handling of hex-style escapes.
|
2011-03-22 22:49:12 +01:00 |
sds.h
|
Change function name to match what it does
|
2010-12-10 12:16:16 +01:00 |
sha1.c
|
byte ordering detection in config.h
|
2011-03-09 15:44:21 +01:00 |
sha1.h
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
solarisfixes.h
|
Fix for solaris compilation bug Issue 325
|
2010-09-06 10:12:44 +02:00 |
sort.c
|
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
|
2010-12-29 19:39:42 +01:00 |
syncio.c
|
Cluster branch merged to unstable.
|
2011-03-29 17:51:15 +02:00 |
t_hash.c
|
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
|
2010-12-29 19:39:42 +01:00 |
t_list.c
|
Clarify comment
|
2011-02-03 12:56:53 +01:00 |
t_set.c
|
SPOP replication/AOF patch ported to unstable branch
|
2011-02-16 12:41:40 +01:00 |
t_string.c
|
Fixed return value of GETRANGE / SUBSTR
|
2011-03-04 16:22:50 +01:00 |
t_zset.c
|
touched key for WATCH refactored into a more general thing that can be used also for the cache system. Some more changes towards diskstore working.
|
2010-12-29 19:39:42 +01:00 |
testhelp.h
|
minimal C test framework + a first example sds.c tests
|
2010-09-23 16:05:17 +02:00 |
util.c
|
test for intset integer encodability test and some small refactoring
|
2010-08-26 18:47:03 +02:00 |
valgrind.sup
|
valgrind suppression file added
|
2010-12-10 15:36:04 +01:00 |
version.h
|
version set to 2.3.0
|
2010-12-29 17:02:43 +01:00 |
ziplist.c
|
ziplist are now endianess agnostic
|
2011-03-09 18:49:59 +01:00 |
ziplist.h
|
encoded types API to get blob length
|
2011-02-28 14:48:49 +01:00 |
zipmap.c
|
zipmaps are now endianess agnostic, needed for on disk serialization of zipmaps without convertions layers
|
2011-03-09 17:31:02 +01:00 |
zipmap.h
|
save zipmap encoded hashes as blobs. Work in progress.
|
2011-02-28 09:56:48 +01:00 |
zmalloc.c
|
Fixed compilation on FreeBSD
|
2011-01-20 10:59:49 +01:00 |
zmalloc.h
|
allocation stats in INFO
|
2011-01-09 15:56:50 +01:00 |