projects
/
redis.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Sentinel: abort failover when in wait-start if master is back.
[redis.git]
/
src
/
aof.c
2012-07-28
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
2012-07-27
Salvatore Sanfilippo
Merge pull request #587 from saj/truncate-short-write...
blob
|
commitdiff
|
raw
2012-07-27
Salvatore Sanfilippo
Merge pull request #586 from saj/aof_last_bgrewrite_status
blob
|
commitdiff
|
raw
|
diff to current
2012-07-18
Saj Goonatilleke
Truncate short write from the AOF
blob
|
commitdiff
|
raw
|
diff to current
2012-07-17
Saj Goonatilleke
New in INFO: aof_last_bgrewrite_status
blob
|
commitdiff
|
raw
|
diff to current
2012-05-25
antirez
Four new persistence fields in INFO. A few renamed.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-24
antirez
Allow an AOF rewrite buffer > 2GB (Fix for issue #504).
blob
|
commitdiff
|
raw
|
diff to current
2012-05-21
antirez
Use comments to split aof.c into sections.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-04
Salvatore Sanfilippo
Merge pull request #494 from quiver/init-fixes
blob
|
commitdiff
|
raw
|
diff to current
2012-04-23
Salvatore Sanfilippo
Merge pull request #421 from ErikDubbelboer/sds-const
blob
|
commitdiff
|
raw
|
diff to current
2012-04-21
Salvatore Sanfilippo
Merge pull request #414 from chobits/unstable
blob
|
commitdiff
|
raw
|
diff to current
2012-04-13
antirez
Merge branch 'strict.lua' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2012-04-07
antirez
For coverage testing use exit() instead of _exit()...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-28
antirez
Merge branch 'watchdog' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2012-03-27
Salvatore Sanfilippo
Merge pull request #389 from huangz1990/patch-1
blob
|
commitdiff
|
raw
|
diff to current
2012-03-27
Salvatore Sanfilippo
Merge pull request #407 from anydot/fixes
blob
|
commitdiff
|
raw
|
diff to current
2012-03-27
Premysl Hruby
use server.unixtime instead of time(NULL) where possibl...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-25
antirez
New INFO field aof_delayed_fsync introduced.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-24
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-14
antirez
Reclaim space from the client querybuf if needed.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-10
antirez
Added a top-function comment to rioWriteHashIteratorCur...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-09
antirez
Merge conflicts resolved.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-22
Salvatore Sanfilippo
Merge pull request #304 from bradvoth/unstable
blob
|
commitdiff
|
raw
|
diff to current
2012-01-25
antirez
Merge branch 'unstable' into limits
blob
|
commitdiff
|
raw
|
diff to current
2012-01-25
antirez
Merge branch 'unstable' into limits
blob
|
commitdiff
|
raw
|
diff to current
2012-01-25
antirez
Merge branch 'unstable' into limits
blob
|
commitdiff
|
raw
|
diff to current
2012-01-24
antirez
lenght -> length
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
antirez
Implementation of the internals that make possible...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
antirez
Merge branch 'unstable' into limits
blob
|
commitdiff
|
raw
|
diff to current
2012-01-17
antirez
Track the length of the client pending output buffers...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-03
Pieter Noordhuis
Encode small hashes with a ziplist
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
sligthly better AOF related logs
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
Log when the child rewriting the AOF is killed by stopA...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
some RDB server struct fields renamed.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
more AOF server struct fields renamed.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
AOF fileds in the global server state, and define names...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-21
antirez
AOF refactoring, now with three states: ON, OFF, WAIT_R...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
antirez
startAppendOnly() fixed to set server.appendonly to...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-15
antirez
Fix: when aof_write_rewrite is true don't append on...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-15
antirez
AOF fixes in the context of replicaiton (when AOF is...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-13
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-13
antirez
Hash type AOF rewrite using HMSET.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-13
antirez
Sorted Set type AOF rewrite using variadic ZADD.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-13
antirez
Set type AOF rewrite using variadic SADD.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-13
antirez
List type AOF rewrite using variadic RPUSH for the...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-13
antirez
Lists AOF rewrite using variadic RPUSH (work in progress)
blob
|
commitdiff
|
raw
|
diff to current
2011-11-18
Salvatore Sanfilippo
Merge pull request #173 from jasondavies/typo
blob
|
commitdiff
|
raw
|
diff to current
2011-11-15
Salvatore Sanfilippo
Merge pull request #181 from redsquirrel/unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
antirez
Merge branch 'unstable' into incrbyfloat
blob
|
commitdiff
|
raw
|
diff to current
2011-11-12
antirez
Fixed issues with expire introduced with latest millise...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-10
antirez
high resolution expires API modified to use separated...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-09
antirez
use "EXPIREAT ... ms" form when rewriting the AOF
blob
|
commitdiff
|
raw
|
diff to current
2011-11-09
antirez
Initial support for key expire times with millisecond...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
antirez
dict.c API names modified to be more coincise and consi...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-26
antirez
Clear the AOF rewrite scheduled flag once an AOF rewrit...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-08
antirez
not used parameter for redisLog() removed. Error messag...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-22
antirez
rioInitWithFile nad rioInitWithBuffer functions now...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-22
antirez
merge conflicts resolved
blob
|
commitdiff
|
raw
|
diff to current
2011-09-21
Salvatore Sanfilippo
Merge pull request #97 from jvain/redis-cli
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Salvatore Sanfilippo
Merge pull request #72 from datafueled/spelling
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Salvatore Sanfilippo
Merge pull request #78 from vambo/patch-1
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Salvatore Sanfilippo
Merge pull request #79 from annulen/mac_ppc
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Salvatore Sanfilippo
Merge pull request #74 from kmerenkov/issue_620
blob
|
commitdiff
|
raw
|
diff to current
2011-09-19
antirez
Fixed comment typo
blob
|
commitdiff
|
raw
|
diff to current
2011-09-19
antirez
Emit a log message when AOF fsync is still in progress...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-16
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-16
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-16
antirez
postpone the AOF fsync if policy is everysec and there...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-16
antirez
Fixed typo preventing compilation
blob
|
commitdiff
|
raw
|
diff to current
2011-09-16
Pieter Noordhuis
Fix AOF race that may duplicate commands
blob
|
commitdiff
|
raw
|
diff to current
2011-09-16
antirez
Added aof_backgronud_fsync() function, and use it in...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-15
antirez
Use a different thread for every different type of...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-14
Salvatore Sanfilippo
Merge pull request #77 from Poincare/patch-1
blob
|
commitdiff
|
raw
|
diff to current
2011-09-13
antirez
use bio.c instead of libeio for closing the AOF file...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-13
Pieter Noordhuis
Asynchronously close old file after BGREWRITEAOF
blob
|
commitdiff
|
raw
|
diff to current
2011-09-13
Pieter Noordhuis
Speed up protocol synthesis for AOF
blob
|
commitdiff
|
raw
|
diff to current
2011-09-13
Pieter Noordhuis
Re-use AOF buffer when it is small enough
blob
|
commitdiff
|
raw
|
diff to current
2011-09-13
Pieter Noordhuis
Fix indent
blob
|
commitdiff
|
raw
|
diff to current
2011-09-13
Pieter Noordhuis
Avoid unnecessary calls to time(3)
blob
|
commitdiff
|
raw
|
diff to current
2011-08-02
Konstantin Merenkov
[issue 620] don't segfault if number of arguments is...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-12
antirez
master branch merged into scripting.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-29
antirez
Partial fix for a problem with AOF and BRPOP. We have...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-25
antirez
unstable merge conflicts resolved
blob
|
commitdiff
|
raw
|
diff to current
2011-06-25
antirez
Merge remote branch 'origin/unstable' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-06-25
antirez
diskstore removed
blob
|
commitdiff
|
raw
|
diff to current
2011-06-24
Salvatore Sanfilippo
Merge pull request #63 from djanowski/tcl
blob
|
commitdiff
|
raw
|
diff to current
2011-06-17
antirez
Use a safe iterator while saving the DB, since the...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-14
antirez
Updated to unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-06-10
antirez
different message on BGREWRITEAOF when it is just sched...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-10
antirez
correctly set AOF base size field in server structure
blob
|
commitdiff
|
raw
|
diff to current
2011-06-10
antirez
Merge remote branch 'pietern/unstable-bench' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-06-10
antirez
Merge remote branch 'origin/unstable' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-06-10
antirez
automatic AOF rewrite first implementation. Still to...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-07
antirez
Merge branch 'unstable'
blob
|
commitdiff
|
raw
|
diff to current
2011-06-05
antirez
Merge remote branch 'origin/unstable' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-05-29
antirez
INFO now contains the time (in usecs) needed to fork...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-14
Pieter Noordhuis
Use rio.h functions in aof.c
blob
|
commitdiff
|
raw
|
diff to current
2011-05-10
antirez
Merge branch 'unstable'
blob
|
commitdiff
|
raw
|
diff to current
next