projects
/
redis.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
redis.git
2012-04-06
jokea
implement aeWait using poll(2). Fixes issue #267.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
antirez
expireGenericCommand(): better variable names and a...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Premysl Hruby
for (p)expireat use absolute time, without double recom...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Premysl Hruby
fix mstime() ommited while comparing if key is already...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Premysl Hruby
add support for generation of lcov coverage reports
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Salvatore Sanfilippo
Merge pull request #430 from anydot/f-testsuite
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Salvatore Sanfilippo
Merge pull request #426 from anydot/fix-rm-vm-comments
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Salvatore Sanfilippo
Merge pull request #431 from anydot/f-signal
commit
|
commitdiff
|
tree
|
snapshot
2012-04-05
Premysl Hruby
future-proof version comparison
commit
|
commitdiff
|
tree
|
snapshot
2012-04-04
antirez
On slow computers, 10 seconds are not enough for this...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-04
antirez
Structure field controlling the INFO field master_link_...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-04
antirez
New "os" field in INFO output providing information...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-04
antirez
SLAVEOF is not a write command.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-04
antirez
Print milliseconds of the current second in log lines...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-03
Premysl Hruby
allocate alternate signal stack, change of sigaction...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-03
antirez
redis-cli help.h updated. Script to generate it updated...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-03
antirez
More MIGRATE tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-03
antirez
Another fix for MIGRATE.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-03
Premysl Hruby
in kill_server send the signal once, then wait for...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-03
Premysl Hruby
new option for choosing number of test clients to run
commit
|
commitdiff
|
tree
|
snapshot
2012-04-03
antirez
Two fixed for MIGRATE: fix TTL propagation and fix...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-03
antirez
When the user-provided 'maxclients' value is too big...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
antirez
MIGRATE test modified because the implementation changed.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
antirez
MIGRATE now let the client distinguish I/O errors and...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
antirez
DUMP/RESTORE now use CRC64 instead of truncated SHA1.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
antirez
CRC64 implementation added to Redis code base.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
Premysl Hruby
remove mentions of VM in comments
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
antirez
DUMP, RESTORE, MIGRATE tests.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
antirez
RESTORE ability to set a TTL fixed, bug introduced...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
antirez
Prettify source code of create/verify DUMP payload.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-02
antirez
DUMP / RESTORE: store RDB version in little endian.
commit
|
commitdiff
|
tree
|
snapshot
2012-04-01
antirez
New DUMP format includes RDB version and truncated...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-01
antirez
Merge remote-tracking branch 'origin/unstable' into...
commit
|
commitdiff
|
tree
|
snapshot
2012-04-01
Salvatore Sanfilippo
Merge pull request #425 from ThePicard/unstable
commit
|
commitdiff
|
tree
|
snapshot
2012-04-01
ThePicard
Fixed a typo in install_server.sh
commit
|
commitdiff
|
tree
|
snapshot
2012-03-31
antirez
Write RDB magic using a REDIS_RDB_VERSION define that...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-31
antirez
redis-trib: fix the MIGRATE call that now has milliseco...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-31
antirez
syncio.c calls in replication.c fixed for the new milli...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-31
antirez
Better syncio.c with millisecond resolution.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-30
antirez
Purely aesthetic code change.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-30
Joseph Jang
Fixed a memory leak with replication
commit
|
commitdiff
|
tree
|
snapshot
2012-03-30
antirez
Regression test for issue 417 (memory leak when replica...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-29
antirez
Fixed typo in comment: "te" -> "the".
commit
|
commitdiff
|
tree
|
snapshot
2012-03-29
antirez
Fix for slaves chains. Force resync of slaves (simply...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
antirez
Test for redis.sha1hex().
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
Nathan Fritz
added redis.sha1hex(string) as lua scripting function.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
antirez
Fixes for redisLogFromHandler().
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
antirez
Log from signal handlers is now safer.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
antirez
Merge branch 'watchdog' into unstable
commit
|
commitdiff
|
tree
|
snapshot
2012-03-28
antirez
Redis test: regexp to check if valgrind reported errors...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Salvatore Sanfilippo
Merge pull request #389 from huangz1990/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Salvatore Sanfilippo
Merge pull request #407 from anydot/fixes
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Premysl Hruby
remove disk-store related comments
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Premysl Hruby
declare hashDictType as external too
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Premysl Hruby
use server.unixtime instead of time(NULL) where possibl...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
Premysl Hruby
fix time() instead of mstime() in expireIfNeeded
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
antirez
define zlibc_free() in a way that is not shadowed by...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
antirez
Produce the watchlog warning log in a way that is safer...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
antirez
Mask SIGALRM everything but in the main thread.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
antirez
Correctly set the SIGARLM timer for the software watchdog.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
antirez
Redis software watchdog.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-27
antirez
SIGSEGV handler refactored so that we can reuse stack...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
antirez
CONFIG RESETSTAT resets two more fields.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
antirez
New INFO field aof_delayed_fsync introduced.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-25
antirez
convert-zipmap-hash-on-load false positive fixed.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-24
antirez
Merge remote-tracking branch 'origin/unstable' into...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-24
antirez
When running the test in valgrind mode, pass the right...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-24
antirez
Add used allocator in redis-server -v output.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-24
antirez
convert-zipmap-hash-on-load test enabled
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
antirez
Contextualize comment.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
antirez
Fixed memory leak in hash loading.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
antirez
RDB load of different encodings test added.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
antirez
Big endian fix. The bug was introduced because of a...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-23
antirez
Replicate HINCRBYFLOAT as HSET.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
antirez
Code style hack.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-22
antirez
Result of INCRBYFLOAT and HINCRBYFLOAT should never...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
antirez
Comments about security of slave-read-only in redis...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-21
antirez
Correctly create shared.oomerr as an sds string.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
antirez
DEBUG should not be flagged as w otherwise we can not...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
antirez
Support for read-only slaves. Semantical fixes.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-20
antirez
redis_init_script template updated.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
antirez
Suppress warnings compiling redis-cli with certain...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
antirez
Read-only flag removed from PUBLISH command.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-19
antirez
Memory addressing test implemented.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
antirez
More memory tests implemented. Default number of iterat...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
antirez
Fixed typo.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
antirez
Number of iteration of --test-memory is now 300 (severa...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-18
antirez
On crash suggest to give --test-memory a try.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
antirez
Memory test function now less boring thanks to screen...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
antirez
Hem... actual memtest.c file added.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-16
antirez
First implementation of --test-memory. Still a work...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
antirez
Fix for issue #391.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-15
huangz1990
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
antirez
Reclaim space from the client querybuf if needed.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
antirez
sds.c: sdsAllocSize() function added.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
antirez
sds.c new function sdsRemoveFreeSpace().
commit
|
commitdiff
|
tree
|
snapshot
2012-03-14
antirez
Call all the helper functions needed by clientsCron...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
antirez
CLIENT LIST test modified to reflect the new output.
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
antirez
Process async client checks like client timeouts and...
commit
|
commitdiff
|
tree
|
snapshot
2012-03-13
antirez
Added a qbuf-free field to CLIENT LIST output.
commit
|
commitdiff
|
tree
|
snapshot
next