redict/src
2010-08-24 16:25:00 +02: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 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 Fixed a crash loading the AOF file containing MULTI/EXEC, a result of WATCH implementation. Test needed... 2010-07-05 20:06:54 +02:00
config.c redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
config.h redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
db.c Fixed overflow detection in argument to long convertion function in general, and in expire/ttl pairs specifically, addressing issue 54 2010-08-23 17:06:38 +02:00
debug.c Compilation fixed on Linux after the source code split 2010-07-01 21:13:38 +02:00
dict.c hash table example commented out in dict.c 2010-07-27 10:00:38 +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
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_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 make install target, finally ;) 2010-07-06 19:07:16 +02:00
mkreleasehdr.sh redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
multi.c redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
networking.c slave with attached slaves now close the conection to all the slaves when the connection to the master is lost. Now a slave without a connected link to the master will refuse SYNC from other slaves. Enhanced the replication error reporting. All this will fix Issue 156 2010-08-24 16:04:13 +02:00
object.c Fixed overflow detection in argument to long convertion function in general, and in expire/ttl pairs specifically, addressing issue 54 2010-08-23 17:06:38 +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 Compilation fixed on Linux after the source code split 2010-07-01 21:13:38 +02:00
redis-benchmark.c redis.c split into many different C files. 2010-07-01 14:38:51 +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 redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
redis-cli.c redis cli argument splitting is general and is now moved into the sds.c lib 2010-08-05 11:36:39 +02:00
redis.c sanity check for the bulk argument in protocol parsing code, fixing issue 146 2010-08-24 11:45:05 +02:00
redis.h sanity check for the bulk argument in protocol parsing code, fixing issue 146 2010-08-24 11:45:05 +02:00
release.c redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
replication.c slave now detect lost connection during SYNC, fixing Issue 173 2010-08-24 16:25:00 +02:00
sds.c redis cli argument splitting is general and is now moved into the sds.c lib 2010-08-05 11:36:39 +02:00
sds.h redis cli argument splitting is general and is now moved into the sds.c lib 2010-08-05 11:36:39 +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 redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
sort.c WATCH is now affected only when write commands actually modify the key content 2010-07-12 12:01:15 +02:00
t_hash.c WATCH is now affected only when write commands actually modify the key content 2010-07-12 12:01:15 +02:00
t_list.c WATCH is now affected only when write commands actually modify the key content 2010-07-12 12:01:15 +02:00
t_set.c WATCH is now affected only when write commands actually modify the key content 2010-07-12 12:01:15 +02:00
t_string.c support for write operations against expiring keys, by master-controlled expiring in replication and AOF synthesizing DEL operations 2010-08-02 18:13:39 +02:00
t_zset.c Change getDoubleFromObject to fail on NaN. 2010-07-29 23:05:01 +02:00
util.c redis.c split into many different C files. 2010-07-01 14:38:51 +02:00
version.h Version is now 2.1.2 2010-07-01 14:47:26 +02:00
vm.c Add zcalloc and use it where appropriate 2010-07-25 00:11:20 +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 Add zcalloc and use it where appropriate 2010-07-25 00:11:20 +02:00
zmalloc.h Add zcalloc and use it where appropriate 2010-07-25 00:11:20 +02:00