redict/src
2011-01-07 19:31:42 +01:00
..
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 more work towards diskstore bgsave 2011-01-07 19:31:42 +01:00
config.c Remove glueoutputbuf option and broken code 2011-01-05 10:39:41 +01:00
config.h Exclusively use either tcmalloc or OSX's native malloc_size() 2010-10-23 10:18:48 +02:00
db.c source reshaped a bit to play well with a bgsaving thread, still work to do, does not compile. 2011-01-07 18:15:14 +01:00
debug.c FLUSHALL / FLUSHDB for diskstore implemented 2011-01-03 10:17:39 +01:00
dict.c command lookup process turned into a much more flexible and probably faster hash table 2010-11-03 11:23:59 +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 more work towards diskstore bgsave 2011-01-07 19:31:42 +01:00
dscache.c source reshaped a bit to play well with a bgsaving thread, still work to do, does not compile. 2011-01-07 18:15:14 +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 COW friendly versions of SPOP and SRANDMEMBER commands, with some change to the set encoding-agnostic API. 2010-12-09 10:21:02 +01:00
intset.h COW friendly versions of SPOP and SRANDMEMBER commands, with some change to the set encoding-agnostic API. 2010-12-09 10:21:02 +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 Merge branch 'master' into unstable 2011-01-04 19:07:15 +01:00
mkreleasehdr.sh redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
multi.c command lookup process turned into a much more flexible and probably faster hash table 2010-11-03 11:23:59 +01:00
networking.c Remove glueoutputbuf option and broken code 2011-01-05 10:39:41 +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 more work towards diskstore bgsave 2011-01-07 19:31:42 +01:00
redis-benchmark.c Randomize keys and set start time when first write event fires 2010-12-23 11:22:40 +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 Fix compiler warnings on Solaris 2010-12-23 11:26:11 +00:00
redis.c more work towards diskstore bgsave 2011-01-07 19:31:42 +01:00
redis.h more work towards diskstore bgsave 2011-01-07 19:31:42 +01:00
release.c redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
replication.c Zero-pad timestamps in MONITOR output 2010-12-14 17:39:34 +01:00
sds.c Change function name to match what it does 2010-12-10 12:16:16 +01:00
sds.h Change function name to match what it does 2010-12-10 12:16:16 +01:00
sha1.c redis.c split into many different C files. 2010-07-01 14:38:51 +02: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 more generally usable i/o functions moved to syncio.c 2010-10-25 10:53:28 +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 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_set.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_string.c Merge branch 'master' into unstable 2011-01-04 19:07:15 +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 Fix compiler warnings on Solaris 2010-12-23 11:26:11 +00:00
ziplist.h redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
zipmap.c removed a number of stupid compilation warnings on Linux 2010-11-02 11:15:09 +01:00
zipmap.h redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
zmalloc.c zmalloc functions to get RSS and fragmentation refactored into two separated functions 2010-11-02 10:51:09 +01:00
zmalloc.h zmalloc functions to get RSS and fragmentation refactored into two separated functions 2010-11-02 10:51:09 +01:00