redis/src
Pieter Noordhuis 192fc3376a Merge branch 'zset-mem' into zrevrangebyscore 2010-09-16 14:32:30 +02:00
..
Makefile Fixed missed use of INSTALL_TOP 2010-09-13 16:50:57 +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.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
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
anet.c redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
anet.h redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
aof.c Merge remote branch 'pietern/networking-perf' 2010-09-16 11:38:40 +02:00
config.c Use specialized function to add status and error replies 2010-09-02 23:33:06 +02:00
config.h memory fragmentation reporting in INFO also added for Mac OS X 2010-09-02 10:57:58 +02:00
db.c Merge remote branch 'pietern/networking-perf' 2010-09-16 11:38:40 +02:00
debug.c Use specialized function to add status and error replies 2010-09-02 23:33:06 +02:00
dict.c This should fix Issue 332: when there is a background process saving we still allow the hash tables to grow, but only when a critical treshold is reached. Formerly we prevented the resize at all triggering pathological O(N) behavior. Also there is a fix for the statistics in INFO about the number of keys expired 2010-09-15 14:09:41 +02:00
dict.h redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
fmacros.h redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
intset.c Fix type that was not renamed and compiler warning 2010-08-26 12:13:51 +02:00
intset.h merged intset code into the split files 2010-07-02 19:57:12 +02:00
linenoise.c fmacro included in linenoise.c 2010-07-09 10:51:41 +02:00
linenoise.h redis-cli history saved across sessions 2010-07-07 18:44:53 +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
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
mkreleasehdr.sh redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
multi.c Use specialized function to add status and error replies 2010-09-02 23:33:06 +02:00
networking.c modified a bit addReply() to play better with copy on write now that we have a static buffer. Changed the name of a function from _ensureFileEvent() to _installWriteEvent(). 2010-09-16 13:08:40 +02:00
object.c Use specialized function to add status and error replies 2010-09-02 23:33:06 +02: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 minor aesthetic change 2010-07-01 15:14:25 +02:00
rdb.c Fix for a race in BGSAVE that may result in some data not being saved as soon as possible (when the configured saving triggers should fire). Also known as Issue 313, more details there in the google code issue. 2010-08-30 10:32:32 +02:00
redis-benchmark.c Show the current throughput while benchmarking 2010-08-30 11:25:02 +02: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 fixed a few harmless warnings complining on Linux 2010-09-01 18:31:30 +02:00
redis-cli.c redis-cli does no longer try to auto detect if it is used inside a pipe. To read last argument from stdandard input there is to use the -x option. This will make it playing better inside cron scripts and in general when stdin is hacked. 2010-09-09 16:38:10 +02:00
redis.c Merge branch 'zset-mem' into zrevrangebyscore 2010-09-16 14:32:30 +02:00
redis.h Merge branch 'zset-mem' into zrevrangebyscore 2010-09-16 14:32:30 +02:00
release.c redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
replication.c Use specialized function to add status and error replies 2010-09-02 23:33:06 +02:00
sds.c Add sds function that can be called with va_list 2010-09-02 21:00:15 +02:00
sds.h Add sds function that can be called with va_list 2010-09-02 21:00:15 +02: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 Use existing reply functions where possible 2010-09-02 19:52:04 +02:00
t_hash.c Use specialized function to add status and error replies 2010-09-02 23:33:06 +02:00
t_list.c Merge branch 'master' into networking-perf 2010-09-03 16:44:50 +02:00
t_set.c Use existing reply functions where possible 2010-09-02 19:52:04 +02:00
t_string.c Use specialized function to add status and error replies 2010-09-02 23:33:06 +02:00
t_zset.c Merge branch 'zset-mem' into zrevrangebyscore 2010-09-16 14:32:30 +02:00
util.c test for intset integer encodability test and some small refactoring 2010-08-26 18:47:03 +02:00
version.h Version is now 2.1.4 -- AKA 2.2-alpha1 2010-08-31 18:34:34 +02:00
vm.c added some comment and changed coding style for fix for 237 2010-09-03 10:24:18 +02:00
ziplist.c fixed a ziplist bug about encoding of integer values overflowing 64 bit 2010-07-27 15:26:08 +02:00
ziplist.h redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
zipmap.c redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
zipmap.h redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
zmalloc.c memory fragmentation reporting in INFO also added for Mac OS X 2010-09-02 10:57:58 +02:00
zmalloc.h memory fragmentation ratio in INFO output 2010-09-02 10:34:39 +02:00