projects
/
redis.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
It is now possible to enable/disable RDB checksum computation from redis.conf or...
[redis.git]
/
src
/
2012-04-10
antirez
It is now possible to enable/disable RDB checksum compu...
tree
|
commitdiff
2012-04-10
antirez
RDB files now embed a crc64 checksum. Version of RDB...
tree
|
commitdiff
2012-04-10
antirez
Fixed compilation of new rio.c changes (typos and so...
tree
|
commitdiff
2012-04-10
antirez
Add checksum computation to rio.c
tree
|
commitdiff
2012-04-10
antirez
crc64.c modified for incremental computation.
tree
|
commitdiff
2012-04-10
antirez
rio.c file somewhat documented so that the casual reade...
tree
|
commitdiff
2012-04-08
antirez
For coverage testing use exit() instead of _exit()...
tree
|
commitdiff
2012-04-07
antirez
New client info field added to CLIENT LIST output:...
tree
|
commitdiff
2012-04-07
antirez
Never used function stringObjectEqualsMs() removed.
tree
|
commitdiff
2012-04-07
antirez
Removed dead code: function rdbSaveTime() is no longer...
tree
|
commitdiff
2012-04-06
antirez
New INFO field in persistence section: bgrewriteaof_sch...
tree
|
commitdiff
2012-04-06
antirez
version bumped to 2.5.5
tree
|
commitdiff
2012-04-06
jokea
implement aeWait using poll(2). Fixes issue #267.
tree
|
commitdiff
2012-04-05
antirez
expireGenericCommand(): better variable names and a...
tree
|
commitdiff
2012-04-05
Premysl Hruby
for (p)expireat use absolute time, without double recom...
tree
|
commitdiff
2012-04-05
Premysl Hruby
fix mstime() ommited while comparing if key is already...
tree
|
commitdiff
2012-04-05
Premysl Hruby
add support for generation of lcov coverage reports
tree
|
commitdiff
2012-04-05
Premysl Hruby
future-proof version comparison
tree
|
commitdiff
2012-04-05
Premysl Hruby
allocate alternate signal stack, change of sigaction...
tree
|
commitdiff
2012-04-05
Premysl Hruby
remove mentions of VM in comments
tree
|
commitdiff
2012-04-04
antirez
Structure field controlling the INFO field master_link_...
tree
|
commitdiff
2012-04-04
antirez
New "os" field in INFO output providing information...
tree
|
commitdiff
2012-04-04
antirez
SLAVEOF is not a write command.
tree
|
commitdiff
2012-04-04
antirez
Print milliseconds of the current second in log lines...
tree
|
commitdiff
2012-04-03
antirez
redis-cli help.h updated. Script to generate it updated...
tree
|
commitdiff
2012-04-03
antirez
Another fix for MIGRATE.
tree
|
commitdiff
2012-04-03
antirez
Two fixed for MIGRATE: fix TTL propagation and fix...
tree
|
commitdiff
2012-04-03
antirez
When the user-provided 'maxclients' value is too big...
tree
|
commitdiff
2012-04-03
antirez
redis-trib.rb removed from 2.6 branch.
tree
|
commitdiff
2012-04-02
antirez
MIGRATE now let the client distinguish I/O errors and...
tree
|
commitdiff
2012-04-02
antirez
Version bumped 2.4.5
tree
|
commitdiff
2012-04-02
antirez
New verions of DUMP, RESTORE, MIGRATE back ported from...
tree
|
commitdiff
2012-04-02
antirez
CRC64 implementation added to Redis code base.
tree
|
commitdiff
2012-04-02
antirez
Write RDB magic using a REDIS_RDB_VERSION define that...
tree
|
commitdiff
2012-03-31
antirez
syncio.c calls in replication.c fixed for the new milli...
tree
|
commitdiff
2012-03-31
antirez
Better syncio.c with millisecond resolution.
tree
|
commitdiff
2012-03-30
antirez
Purely aesthetic code change.
tree
|
commitdiff
2012-03-30
Joseph Jang
Fixed a memory leak with replication
tree
|
commitdiff
2012-03-29
antirez
Fixed typo in comment: "te" -> "the".
tree
|
commitdiff
2012-03-29
antirez
Fix for slaves chains. Force resync of slaves (simply...
tree
|
commitdiff
2012-03-29
Nathan Fritz
added redis.sha1hex(string) as lua scripting function.
tree
|
commitdiff
2012-03-28
antirez
Fixes for redisLogFromHandler().
tree
|
commitdiff
2012-03-28
antirez
Log from signal handlers is now safer.
tree
|
commitdiff
2012-03-28
antirez
define zlibc_free() in a way that is not shadowed by...
tree
|
commitdiff
2012-03-28
antirez
Produce the watchlog warning log in a way that is safer...
tree
|
commitdiff
2012-03-28
antirez
Mask SIGALRM everything but in the main thread.
tree
|
commitdiff
2012-03-28
antirez
Correctly set the SIGARLM timer for the software watchdog.
tree
|
commitdiff
2012-03-28
antirez
Redis software watchdog.
tree
|
commitdiff
2012-03-27
huangz1990
fix typo
tree
|
commitdiff
2012-03-27
Premysl Hruby
fix time() instead of mstime() in expireIfNeeded
tree
|
commitdiff
2012-03-27
Premysl Hruby
use server.unixtime instead of time(NULL) where possibl...
tree
|
commitdiff
2012-03-27
Premysl Hruby
declare hashDictType as external too
tree
|
commitdiff
2012-03-27
Premysl Hruby
remove disk-store related comments
tree
|
commitdiff
2012-03-27
antirez
SIGSEGV handler refactored so that we can reuse stack...
tree
|
commitdiff
2012-03-25
antirez
CONFIG RESETSTAT resets two more fields.
tree
|
commitdiff
2012-03-25
antirez
New INFO field aof_delayed_fsync introduced.
tree
|
commitdiff
2012-03-25
antirez
Version is now 2.5.3.
tree
|
commitdiff
2012-03-24
antirez
Add used allocator in redis-server -v output.
tree
|
commitdiff
2012-03-23
antirez
Merge remote-tracking branch 'origin/2.6' into 2.6
tree
|
commitdiff
2012-03-23
antirez
Fixed memory leak in hash loading.
tree
|
commitdiff
2012-03-23
antirez
Big endian fix. The bug was introduced because of a...
tree
|
commitdiff
2012-03-23
antirez
Replicate HINCRBYFLOAT as HSET.
tree
|
commitdiff
2012-03-22
antirez
Code style hack.
tree
|
commitdiff
2012-03-22
antirez
Result of INCRBYFLOAT and HINCRBYFLOAT should never...
tree
|
commitdiff
2012-03-22
antirez
Correctly create shared.oomerr as an sds string.
tree
|
commitdiff
2012-03-22
antirez
DEBUG should not be flagged as w otherwise we can not...
tree
|
commitdiff
2012-03-22
antirez
Support for read-only slaves. Semantical fixes.
tree
|
commitdiff
2012-03-19
antirez
Merge remote-tracking branch 'origin/2.6' into 2.6
tree
|
commitdiff
2012-03-19
antirez
Suppress warnings compiling redis-cli with certain...
tree
|
commitdiff
2012-03-19
antirez
Read-only flag removed from PUBLISH command.
tree
|
commitdiff
2012-03-19
antirez
Memory addressing test implemented.
tree
|
commitdiff
2012-03-18
antirez
More memory tests implemented. Default number of iterat...
tree
|
commitdiff
2012-03-18
antirez
Fixed typo.
tree
|
commitdiff
2012-03-18
antirez
Number of iteration of --test-memory is now 300 (severa...
tree
|
commitdiff
2012-03-18
antirez
On crash suggest to give --test-memory a try.
tree
|
commitdiff
2012-03-18
antirez
Memory test function now less boring thanks to screen...
tree
|
commitdiff
2012-03-18
antirez
Hem... actual memtest.c file added.
tree
|
commitdiff
2012-03-18
antirez
First implementation of --test-memory. Still a work...
tree
|
commitdiff
2012-03-15
antirez
Fix for issue #391.
tree
|
commitdiff
2012-03-14
antirez
Version bumped to 2.5.2
tree
|
commitdiff
2012-03-14
antirez
Reclaim space from the client querybuf if needed.
tree
|
commitdiff
2012-03-14
antirez
sds.c: sdsAllocSize() function added.
tree
|
commitdiff
2012-03-14
antirez
sds.c new function sdsRemoveFreeSpace().
tree
|
commitdiff
2012-03-14
antirez
Call all the helper functions needed by clientsCron...
tree
|
commitdiff
2012-03-13
antirez
Process async client checks like client timeouts and...
tree
|
commitdiff
2012-03-13
antirez
Added a qbuf-free field to CLIENT LIST output.
tree
|
commitdiff
2012-03-13
antirez
Client creation time in redisClient structure. New...
tree
|
commitdiff
2012-03-13
antirez
c->bufpos initialization moved for aesthetics.
tree
|
commitdiff
2012-03-13
antirez
RDB hashes loading, fixed another bug in the loading...
tree
|
commitdiff
2012-03-13
antirez
RDB hashes loading fixed removing the assertion that...
tree
|
commitdiff
2012-03-10
antirez
RDB4 support in redis-check-dump.
tree
|
commitdiff
2012-03-10
antirez
RDB version is no 4, because small hashes are now encod...
tree
|
commitdiff
2012-03-10
antirez
Version is now 2.5.1, first unstable release of Redis 2.6
tree
|
commitdiff
2012-03-10
antirez
Build dependencies updated.
tree
|
commitdiff
2012-03-10
antirez
Redis 2.6 branch obtained from unstable removing all...
tree
|
commitdiff
2012-03-10
antirez
More vertical space saved.
tree
|
commitdiff
2012-03-10
antirez
Minor code aesthetic change to use Redis code base...
tree
|
commitdiff
2012-03-10
antirez
Removed handling of deprecated hash-max-zipmap-entries...
tree
|
commitdiff
2012-03-10
antirez
Added a top-function comment to rioWriteHashIteratorCur...
tree
|
commitdiff
2012-03-09
antirez
Merge conflicts resolved.
tree
|
commitdiff
next