projects
/
redis.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
redis.git
2011-09-21
Salvatore Sanfilippo
Merge pull request #97 from jvain/redis-cli
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
Juri M. Vainonen
fixed a small bug that caused redis-cli to segfault...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-21
antirez
TODO updated
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
antirez
TODO updated after moving more things into the github...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
antirez
TODO updated
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
antirez
no longer valid design documents removed
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Salvatore Sanfilippo
Merge pull request #72 from datafueled/spelling
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Salvatore Sanfilippo
Merge pull request #78 from vambo/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Salvatore Sanfilippo
Merge pull request #79 from annulen/mac_ppc
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
Salvatore Sanfilippo
Merge pull request #74 from kmerenkov/issue_620
commit
|
commitdiff
|
tree
|
snapshot
2011-09-20
antirez
Include port number in error when can't bind lisetning...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
antirez
Fixed comment typo
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
antirez
Comment out things in bio.c that are currently not...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-19
antirez
Emit a log message when AOF fsync is still in progress...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
antirez
use aof_fsync wrapper instead of fsync(2) in bio.c
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
antirez
Merge remote-tracking branch 'origin/unstable' into...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
antirez
commenting out aof-race test for now, waiting for a...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
antirez
Merge remote-tracking branch 'origin/unstable' into...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
antirez
fixed flushAppendOnlyFile() function prototype to refle...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
antirez
postpone the AOF fsync if policy is everysec and there...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
antirez
Fixed typo preventing compilation
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Pieter Noordhuis
Failing test related to AOF rewrite buffers
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Pieter Noordhuis
Enforce upper bound for number of requests in redis...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
Pieter Noordhuis
Fix AOF race that may duplicate commands
commit
|
commitdiff
|
tree
|
snapshot
2011-09-16
antirez
Added aof_backgronud_fsync() function, and use it in...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
antirez
Fixed a bug in the average latency metering of redis...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
antirez
Implemented --latency in redis-cli
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
antirez
REDIS_BIO_AOF_FSYNC implemented
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
antirez
fixed a problem in bioOlderJobType() when there are...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
antirez
some more comment about bio.c design
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
antirez
Remove backgroud jobs from the queue only when the...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
antirez
Use a different thread for every different type of...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
antirez
Better comments for bioWaitPendingJobsLE
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
antirez
Background I/O library enhanced so that the main thread...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
antirez
TODO updated with 2.6 things
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
antirez
enable zmalloc thread safety support now that we have...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
Salvatore Sanfilippo
Merge pull request #77 from Poincare/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
antirez
Optimize LRANGE to scan the list starting from the...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
antirez
Don't replicate/AOF SAVE
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
antirez
use bio.c instead of libeio for closing the AOF file...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Pieter Noordhuis
Asynchronously close old file after BGREWRITEAOF
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
antirez
test background close operation removed
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
antirez
make bio_list static as well
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
antirez
debug message removed
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
antirez
use pthread_cond_signal() to make sure the background...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
antirez
typo fixed in bio.c
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
antirez
Removed no longer useful fields in the redis server...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
antirez
add background jobs initialization to Redis main init...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
antirez
bio.c typos fixes to make it compile
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
antirez
bio.o added to redis-server objects
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Pieter Noordhuis
Speed up protocol synthesis for AOF
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Pieter Noordhuis
Re-use AOF buffer when it is small enough
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Pieter Noordhuis
Fix indent
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
antirez
added a newline for code readability
commit
|
commitdiff
|
tree
|
snapshot
2011-09-13
Pieter Noordhuis
Avoid unnecessary calls to time(3)
commit
|
commitdiff
|
tree
|
snapshot
2011-09-12
antirez
Remove the write handler only if there are no longer...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-12
antirez
regression test for bug 593 added
commit
|
commitdiff
|
tree
|
snapshot
2011-09-12
antirez
fixed typos in the comments of rpoplpushHandlePush()
commit
|
commitdiff
|
tree
|
snapshot
2011-09-07
Hampus Wessman
Fix crash when chaining brpoplpush with other blocking...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-01
Konstantin...
Fixed compilation on Mac/PPC
commit
|
commitdiff
|
tree
|
snapshot
2011-08-26
vambo
Corrected typo in documentation for R_Zero, R_PosInf...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-25
Poincare
Added note about Tcl
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
antirez
Merge remote-tracking branch 'origin/unstable' into...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-09
antirez
Auto rewrite integer overflow fixed. Thanks to Gaurav...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-02
Konstantin...
[issue 620] don't segfault if number of arguments is...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-28
antirez
Merge remote-tracking branch 'origin/unstable' into...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-28
antirez
Regression for a crash with blocking ops and pipelining
commit
|
commitdiff
|
tree
|
snapshot
2011-07-28
Hampus Wessman
Fix crash when pipelining several blocking commands.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-28
antirez
Merge remote branch 'origin/unstable' into unstable
commit
|
commitdiff
|
tree
|
snapshot
2011-07-28
antirez
Maxmemory test
commit
|
commitdiff
|
tree
|
snapshot
2011-07-28
antirez
fixed assert proc on Redis test
commit
|
commitdiff
|
tree
|
snapshot
2011-07-27
antirez
TODO updated
commit
|
commitdiff
|
tree
|
snapshot
2011-07-27
Pieter Noordhuis
Fix adding bulk reply when getcwd fails
commit
|
commitdiff
|
tree
|
snapshot
2011-07-27
Pieter Noordhuis
Wait for Lua to be built before linking redis-server
commit
|
commitdiff
|
tree
|
snapshot
2011-07-27
Pieter Noordhuis
HDEL: Abort deleting fields when hash is removed
commit
|
commitdiff
|
tree
|
snapshot
2011-07-26
Bruce Mitchener
Spelling fixes.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
antirez
Close the listening sockets. Apparently this allows...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-22
antirez
prepareForShutdown() fixed for correctness regarding...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
antirez
make a scripting test more valgrind friendly
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
antirez
test that EVALSHA is replicated as EVAL
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
antirez
Added a 'runtest' script that is responsible to check...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
antirez
top level Makefile now just a proxy. Doing make clean...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
antirez
Merge branch 'unstable' of github.com:antirez/redis...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
antirez
Replicate EVALSHA as EVAL taking a dictionary of sha1...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
antirez
scripting.txt file removed, content merged into the...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Salvatore Sanfilippo
Merge pull request #69 from AquaGeek/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Tyler Stromberg
Minor spelling fixes
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
antirez
when building redis-server use LINK and not CC as prefi...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
antirez
Fix for a typo left after merging.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
antirez
master branch merged into scripting.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
antirez
solved a slow positive in the slow log test when the...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
antirez
fixed another timing issue when running the test over...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
antirez
Merge branch 'unstable' of github.com:antirez/redis...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
antirez
fix a test timing issue when running the test over...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
antirez
make test depends on redis-check-aof as well.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
antirez
removed --file argument from test invocation inside...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
antirez
new test engine valgrind support
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
antirez
cleanup after test
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
antirez
--help implemented
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
antirez
better recap of failed tests.
commit
|
commitdiff
|
tree
|
snapshot
next