.. |
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
|
Fixed a theoretical memory leak with no practical effects in ae_kqueue.c and ae_epoll.c, thanks to magicyang87 for reporting it.
|
2011-12-07 08:58:29 +01:00 |
ae_kqueue.c
|
Fixed a theoretical memory leak with no practical effects in ae_kqueue.c and ae_epoll.c, thanks to magicyang87 for reporting it.
|
2011-12-07 08:58:29 +01:00 |
ae_select.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
ae.c
|
new ae.c API to get current events by file descriptor.
|
2011-11-21 16:05:29 +01:00 |
ae.h
|
new ae.c API to get current events by file descriptor.
|
2011-11-21 16:05:29 +01:00 |
anet.c
|
Added a config directive for a Unix socket mask
|
2011-10-10 11:21:15 -07:00 |
anet.h
|
Added a config directive for a Unix socket mask
|
2011-10-10 11:21:15 -07:00 |
aof.c
|
Hash type AOF rewrite using HMSET.
|
2011-12-13 11:10:51 +01:00 |
asciilogo.h
|
ASCII ART FTW
|
2011-04-13 10:58:21 +02:00 |
bio.c
|
Comment out things in bio.c that are currently not useful but that may be useful in the future.
|
2011-09-19 17:06:27 +02:00 |
bio.h
|
REDIS_BIO_AOF_FSYNC implemented
|
2011-09-15 18:25:53 +02:00 |
cluster.c
|
dict.c API names modified to be more coincise and consistent.
|
2011-11-08 17:07:55 +01:00 |
config.c
|
Support for command line configuration options for redis-server.
|
2011-12-01 13:44:53 +01:00 |
config.h
|
ZMALLOC related stuff removed from config.h. They are now defined in zmalloc.h
|
2011-06-20 11:35:29 +02:00 |
crc16.c
|
Exact variant of CRC16 specified into crc16.c
|
2011-10-02 14:05:29 +02:00 |
db.c
|
New script timeout semantics and SCRIPT KILL implemented. SHUTDOWN NOSAVE and SHUTDOWN SAVE implemented.
|
2011-11-18 14:10:48 +01:00 |
debug.c
|
better bug report info on crash
|
2011-11-24 15:47:26 +01:00 |
dict.c
|
dict.c: added macros in dict.h to set signed and unsigned 64 bit values directly inside the hash entry without using additional memory.
|
2011-11-08 19:41:29 +01:00 |
dict.h
|
dict set/get macros for integers fixed.
|
2011-11-09 13:39:59 +01: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
|
Compilation fixed on OpenBSD making sure that _XOPEN_SOURCE is set to 700 in fmacros.h
|
2011-09-29 10:20:03 +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
|
Don't force rebuild when params didn't change
|
2011-11-16 17:49:06 +01: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
|
clean REDIS_DIRTY_CAS when discard Command runs. otherwise the next MULTI/EXEC may fail in the same RedisClient
|
2011-11-25 10:34:05 +08:00 |
networking.c
|
show initial querybuf bytes on querybuf overflow.
|
2011-11-28 11:12:55 +01:00 |
object.c
|
string to number API is now more strict not accepting spaces before or after the number. A few tests converted to match the new error messages using the word float instead of double.
|
2011-11-14 15:34:44 +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
|
dict.c API names modified to be more coincise and consistent.
|
2011-11-08 17:07:55 +01:00 |
rand.c
|
libc neutral random function derived from a drand48() implementation added. Will be used to replace Lua's math.random implementation.
|
2011-09-23 14:51:48 +02:00 |
rand.h
|
Defined macro with bigger number that redisLrand48() can output.
|
2011-09-23 15:06:07 +02:00 |
rdb.c
|
Fixed issues with expire introduced with latest millisecond resolution feature. Many time_t were not converted to long long, and one time() call was not replaced with mstime().
|
2011-11-12 01:04:27 +01:00 |
rdb.h
|
Fixed a few typos
|
2011-11-09 21:59:27 +01:00 |
redis-benchmark.c
|
redis-benchmark: ability to run selected tests. Better help with examples.
|
2011-11-07 11:29:37 +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
|
Fixed a small memory leak I found with valgrind
|
2011-10-18 20:18:26 +09:00 |
redis-cli.c
|
Fixed a memory leak in redis-cli.c
|
2011-10-28 17:43:04 +02:00 |
redis-trib.rb
|
Fixing inject: it was failing when there was 1 or >2 sources
|
2011-11-09 19:06:12 -06:00 |
redis.c
|
usage information updated to reflect the new way to pass options to Redis from the command line.
|
2011-12-01 13:50:36 +01:00 |
redis.h
|
Lists AOF rewrite using variadic RPUSH (work in progress)
|
2011-12-13 11:10:21 +01:00 |
release.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
replication.c
|
Replication bug fixed: now non blocking connect is also forced to follow the configured replication timeout.
|
2011-11-30 15:35:16 +01:00 |
rio.c
|
Fixed a few warnings compiling on Linux.
|
2011-10-23 10:57:01 +02:00 |
rio.h
|
rioInitWithFile nad rioInitWithBuffer functions now take a rio structure pointer to avoid copying a structure to return value to the caller.
|
2011-09-22 16:00:40 +02:00 |
scripting.c
|
New script timeout semantics and SCRIPT KILL implemented. SHUTDOWN NOSAVE and SHUTDOWN SAVE implemented.
|
2011-11-18 14:10:48 +01:00 |
sds.c
|
Added sdscatsds() to sds.c/h
|
2011-11-21 15:34:00 +01:00 |
sds.h
|
Added sdscatsds() to sds.c/h
|
2011-11-21 15:34:00 +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 |
slowlog.c
|
Added an unique ID field to every slow log entry.
|
2011-06-30 17:36:15 +02:00 |
slowlog.h
|
Added an unique ID field to every slow log entry.
|
2011-06-30 17:36:15 +02:00 |
solarisfixes.h
|
Fix for solaris compilation bug Issue 325
|
2010-09-06 10:12:44 +02:00 |
sort.c
|
Fixed SORT bugs (issue #224) with regression tests.
|
2011-12-01 16:08:05 +01:00 |
syncio.c
|
Use rio.h functions in aof.c
|
2011-05-14 12:36:22 +02:00 |
t_hash.c
|
HINCRBYFLOAT implemented
|
2011-11-15 15:09:39 +01:00 |
t_list.c
|
dict.c API names modified to be more coincise and consistent.
|
2011-11-08 17:07:55 +01:00 |
t_set.c
|
dict.c API names modified to be more coincise and consistent.
|
2011-11-08 17:07:55 +01:00 |
t_string.c
|
rewrite INCRBYFLOAT as SETs for AOF/replication
|
2011-11-14 10:15:13 +01:00 |
t_zset.c
|
string to number API is now more strict not accepting spaces before or after the number. A few tests converted to match the new error messages using the word float instead of double.
|
2011-11-14 15:34:44 +01:00 |
testhelp.h
|
testhelp.h now exits with retcode 1 on failed tests.
|
2011-11-02 16:52:10 +01:00 |
util.c
|
fmacros in utils.c to avoid warning about strcasecmp()
|
2011-05-16 17:20:27 +02:00 |
util.h
|
Tests for string2ll; move isObject* to object.c
|
2011-05-05 16:26:50 +02:00 |
valgrind.sup
|
more valgrind friendly test
|
2011-07-06 15:22:00 +02:00 |
version.h
|
version bumped to 2.9, that is, 3.0 unstable
|
2011-04-15 17:44:08 +02:00 |
ziplist.c
|
Fixed a few warnings compiling on Linux.
|
2011-10-23 10:57:01 +02:00 |
ziplist.h
|
encoded types API to get blob length
|
2011-02-28 14:48:49 +01:00 |
zipmap.c
|
Fix minor typos.
|
2011-11-01 19:58:09 +00:00 |
zipmap.h
|
save zipmap encoded hashes as blobs. Work in progress.
|
2011-02-28 09:56:48 +01:00 |
zmalloc.c
|
Fix crash on SPARC due to improper alignment of allocated memory
|
2011-11-16 17:21:16 +00:00 |
zmalloc.h
|
no more allocation stats info in INFO, useless now that we have jemalloc.
|
2011-07-02 10:31:16 +02:00 |