.. |
adlist.c
|
Process async client checks like client timeouts and BLPOP timeouts incrementally using a circular list.
|
2012-03-13 18:05:11 +01:00 |
adlist.h
|
Process async client checks like client timeouts and BLPOP timeouts incrementally using a circular list.
|
2012-03-13 18:05:11 +01:00 |
ae_epoll.c
|
ae_epoll.c typo introduced in the previous commit fixed.
|
2011-12-15 11:50:15 +01:00 |
ae_kqueue.c
|
Max limit to 10k clients removed, this implements feature request on issue #194
|
2011-12-15 11:42:40 +01:00 |
ae_select.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
ae.c
|
A few small BSD related fixes.
|
2012-02-08 22:24:59 +01:00 |
ae.h
|
Max limit to 10k clients removed, this implements feature request on issue #194
|
2011-12-15 11:42:40 +01:00 |
anet.c
|
anetPeerToString() automatically populates ip/port with something that may be provided to the user as output in case of errors.
|
2012-03-07 11:30:30 +01:00 |
anet.h
|
Added a config directive for a Unix socket mask
|
2011-10-10 11:21:15 -07:00 |
aof.c
|
Reclaim space from the client querybuf if needed.
|
2012-03-14 15:32:30 +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
|
clusterGetRandomName() generalized into getRandomHexChars() so that we can use it for the run_id field as well.
|
2012-03-08 10:08:44 +01:00 |
config.c
|
Removed handling of deprecated hash-max-zipmap-entries nad hash-map-zipmap-value. Pieter is too good with users ;). Better to have them switch to a saner configuration ASAP after the 2.6 upgrade.
|
2012-03-10 10:41:39 +01:00 |
config.h
|
Fix the build on Mac OS X, where features.h is non-existent
|
2012-02-26 15:13:05 +01:00 |
crc16.c
|
Exact variant of CRC16 specified into crc16.c
|
2011-10-02 14:05:29 +02:00 |
db.c
|
Use less memory when emitting the protocol, by using more shared objects for commonly emitted parts of the protocol.
|
2012-02-04 08:58:37 +01:00 |
debug.c
|
On crash suggest to give --test-memory a try.
|
2012-03-18 11:35:35 +01:00 |
dict.c
|
fixed typo in hahs function seed default value. It is no longer used but fixed to retain the old constant as default anyway.
|
2012-01-22 01:40:23 +01:00 |
dict.h
|
Fix for hash table collision attack. We simply randomize hash table initialization value at startup time.
|
2012-01-21 23:30:13 +01:00 |
endianconv.c
|
endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths.
|
2012-02-14 16:11:46 +01:00 |
endianconv.h
|
Add stdint.h in endianconv.h to fix issue #336.
|
2012-02-15 12:21:04 +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
|
endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths.
|
2012-02-14 16:11:46 +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
|
First implementation of --test-memory. Still a work in progress.
|
2012-03-16 17:17:39 +01:00 |
memtest.c
|
Fixed typo.
|
2012-03-18 17:27:56 +01:00 |
mkreleasehdr.sh
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
multi.c
|
Now Lua scripts dispatch Redis commands properly calling the call() function. In order to make this possible call() was improved with a new flags argument that controls how the Redis command is executed.
|
2012-02-02 16:30:52 +01:00 |
networking.c
|
Reclaim space from the client querybuf if needed.
|
2012-03-14 15:32:30 +01:00 |
object.c
|
Encode small hashes with a ziplist
|
2012-01-02 22:14:10 -08: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
|
Use less memory when emitting the protocol, by using more shared objects for commonly emitted parts of the protocol.
|
2012-02-04 08:58:37 +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
|
RDB hashes loading, fixed another bug in the loading of HT-encoded hashes: when the hash entry is too big for ziplist, add the field, then convert. The code used to break before the new entry was inserted, resulting into missing fields in the loaded Hash object.
|
2012-03-13 11:00:18 +01:00 |
rdb.h
|
Encode small hashes with a ziplist
|
2012-01-02 22:14:10 -08:00 |
redis-benchmark.c
|
fix redis-benchmark memory leak
|
2012-02-26 10:01:27 +01:00 |
redis-check-aof.c
|
redis-check-aof is now large files safe also on 32 bit systems.
|
2012-02-14 19:57:51 +01:00 |
redis-check-dump.c
|
RDB4 support in redis-check-dump.
|
2012-03-10 12:38:42 +01:00 |
redis-cli.c
|
redis-cli: CSV output added, used for the --slave mode.
|
2012-02-29 17:43:06 +01: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
|
Number of iteration of --test-memory is now 300 (several minutes per gigabyte). Memtest86 and Memtester links are also displayed while running the test.
|
2012-03-18 17:25:00 +01:00 |
redis.h
|
Reclaim space from the client querybuf if needed.
|
2012-03-14 15:32:30 +01:00 |
release.c
|
redis.c split into many different C files.
|
2010-07-01 14:38:51 +02:00 |
replication.c
|
Better MONITOR output, now includes client ip:port or the lua string if the command was executed by the scripting engine.
|
2012-03-07 12:12:15 +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
|
Lua_cmsgpack added to Redis scripting.
|
2012-02-24 15:45:16 +01:00 |
sds.c
|
sds.c: sdsAllocSize() function added.
|
2012-03-14 14:58:26 +01:00 |
sds.h
|
sds.c: sdsAllocSize() function added.
|
2012-03-14 14:58:26 +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
|
Make SORT BY <constant> STORE ... to always produce the same output by force sorting, so that we have deterministic replication of this command.
|
2012-02-01 17:05:45 +01:00 |
syncio.c
|
Use rio.h functions in aof.c
|
2011-05-14 12:36:22 +02:00 |
t_hash.c
|
More vertical space saved.
|
2012-03-10 11:19:17 +01:00 |
t_list.c
|
Better implementation for BRPOP/BLPOP in the non blocking case.
|
2012-02-29 14:41:57 +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
|
Fixed undefined behavior in *INCR style functions overflow detection. Sorry clang!
|
2012-02-21 18:26:11 +01:00 |
t_zset.c
|
zzlIsInRange() now is capable of handling empty sorted sets that may end inside the data set when loading very old RDB files produced by early-stage versions of Redis.
|
2012-02-22 09:52:10 +01:00 |
testhelp.h
|
testhelp.h now exits with retcode 1 on failed tests.
|
2011-11-02 16:52:10 +01:00 |
util.c
|
Merge conflicts resolved.
|
2012-03-09 22:07:45 +01:00 |
util.h
|
string2* functions take a const pointer
|
2012-01-02 15:24:50 -08:00 |
valgrind.sup
|
more valgrind friendly test
|
2011-07-06 15:22:00 +02:00 |
version.h
|
Version bumped to 2.9.5
|
2012-02-29 00:54:52 +01:00 |
ziplist.c
|
Merge conflicts resolved.
|
2012-03-09 22:07:45 +01:00 |
ziplist.h
|
Implements ziplistFind
|
2012-01-03 16:13:42 -08:00 |
zipmap.c
|
endian.c/h -> endianconv.c/h to avoid issues with broken libraries search paths.
|
2012-02-14 16:11:46 +01:00 |
zipmap.h
|
save zipmap encoded hashes as blobs. Work in progress.
|
2011-02-28 09:56:48 +01:00 |
zmalloc.c
|
use gcc sync builtins for memory counter when possible
|
2012-02-26 11:45:52 +01:00 |
zmalloc.h
|
Precision of getClientOutputBufferMemoryUsage() greatily improved, see issue #327 for more information.
|
2012-02-07 13:05:36 +01:00 |