projects
/
redis.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Redis test: when assertion fails print not just the expression but also expanded...
[redis.git]
/
src
/
2011-12-20
antirez
Do not propagate DEBUG LOADAOF
tree
|
commitdiff
2011-12-20
antirez
startAppendOnly() fixed to set server.appendonly to...
tree
|
commitdiff
2011-12-20
antirez
Merge remote-tracking branch 'origin/unstable' into...
tree
|
commitdiff
2011-12-19
antirez
version bumped to 2.9.2
tree
|
commitdiff
2011-12-19
antirez
Fixed memleak in CLIENT INFO, added simple test that...
tree
|
commitdiff
2011-12-18
antirez
added assertion in zslInsert() that ensures the inserte...
tree
|
commitdiff
2011-12-16
antirez
Merge remote-tracking branch 'origin/unstable' into...
tree
|
commitdiff
2011-12-16
antirez
ae.c: solved a memory leak with no practical effects...
tree
|
commitdiff
2011-12-15
antirez
Fix: when aof_write_rewrite is true don't append on...
tree
|
commitdiff
2011-12-15
antirez
AOF fixes in the context of replicaiton (when AOF is...
tree
|
commitdiff
2011-12-15
antirez
ae_epoll.c typo introduced in the previous commit fixed.
tree
|
commitdiff
2011-12-15
antirez
Max limit to 10k clients removed, this implements featu...
tree
|
commitdiff
2011-12-14
antirez
List connected slaves with ip,port,state information...
tree
|
commitdiff
2011-12-13
antirez
version bumped to 2.9.1
tree
|
commitdiff
2011-12-13
antirez
redis-cli --eval implemented
tree
|
commitdiff
2011-12-13
antirez
Merge remote-tracking branch 'origin/unstable' into...
tree
|
commitdiff
2011-12-13
antirez
Hash type AOF rewrite using HMSET.
tree
|
commitdiff
2011-12-13
antirez
Sorted Set type AOF rewrite using variadic ZADD.
tree
|
commitdiff
2011-12-13
antirez
Set type AOF rewrite using variadic SADD.
tree
|
commitdiff
2011-12-13
antirez
List type AOF rewrite using variadic RPUSH for the...
tree
|
commitdiff
2011-12-13
antirez
Lists AOF rewrite using variadic RPUSH (work in progress)
tree
|
commitdiff
2011-12-07
antirez
Fixed a theoretical memory leak with no practical effec...
tree
|
commitdiff
2011-12-01
antirez
Fixed SORT bugs (issue #224) with regression tests.
tree
|
commitdiff
2011-12-01
antirez
usage information updated to reflect the new way to...
tree
|
commitdiff
2011-12-01
antirez
Even when loglevel is warning the server should log...
tree
|
commitdiff
2011-12-01
antirez
Support for command line configuration options for...
tree
|
commitdiff
2011-12-01
antirez
-h is now alias for --help when running redis-server.
tree
|
commitdiff
2011-12-01
antirez
I like when main() is the last function in the file.
tree
|
commitdiff
2011-11-30
antirez
Replication bug fixed: now non blocking connect is...
tree
|
commitdiff
2011-11-30
antirez
default log level is now notice.
tree
|
commitdiff
2011-11-28
antirez
show initial querybuf bytes on querybuf overflow.
tree
|
commitdiff
2011-11-28
antirez
two new AOF related INFO fields that can be interesting...
tree
|
commitdiff
2011-11-25
Salvatore Sanfilippo
Merge pull request #208 from jbergstroem/jemalloc-2.2.5
tree
|
commitdiff
2011-11-25
antirez
log client protocol errors for log level >= verbose
tree
|
commitdiff
2011-11-25
Salvatore Sanfilippo
Merge pull request #209 from woowenjie/unstable
tree
|
commitdiff
2011-11-25
woowenjie
clean REDIS_DIRTY_CAS when discard Command runs. otherw...
tree
|
commitdiff
2011-11-24
antirez
better bug report info on crash
tree
|
commitdiff
2011-11-24
antirez
minor refactoring to networking.c adding a separated...
tree
|
commitdiff
2011-11-24
antirez
last executed command in CLIENT LIST output.
tree
|
commitdiff
2011-11-23
antirez
new counter in INFO output: rejected_connections with...
tree
|
commitdiff
2011-11-22
antirez
Merge remote-tracking branch 'origin/unstable' into...
tree
|
commitdiff
2011-11-22
antirez
More fixes in the Redis command table, to make sure...
tree
|
commitdiff
2011-11-22
Salvatore Sanfilippo
Merge pull request #199 from jerem/patch-1
tree
|
commitdiff
2011-11-22
antirez
Fixed command table for SETEX and PSETEX causing the...
tree
|
commitdiff
2011-11-22
antirez
comment describing the Redis command table enhanced
tree
|
commitdiff
2011-11-21
antirez
Fixed bug in getClientInfoString() that was not renderi...
tree
|
commitdiff
2011-11-21
antirez
Close client connection and log the event when the...
tree
|
commitdiff
2011-11-21
antirez
show active events in client file descriptor in CLIENT...
tree
|
commitdiff
2011-11-21
antirez
new ae.c API to get current events by file descriptor.
tree
|
commitdiff
2011-11-21
antirez
added output list and buffer length, query buffer size...
tree
|
commitdiff
2011-11-21
antirez
code generating the CLIENT LIST output refactored to...
tree
|
commitdiff
2011-11-21
antirez
Added sdscatsds() to sds.c/h
tree
|
commitdiff
2011-11-21
antirez
Fixed a comment typo in the command table.
tree
|
commitdiff
2011-11-18
antirez
Merge remote-tracking branch 'origin/unstable' into...
tree
|
commitdiff
2011-11-18
Salvatore Sanfilippo
Merge pull request #173 from jasondavies/typo
tree
|
commitdiff
2011-11-18
antirez
prevent (more) commands from Lua scripts
tree
|
commitdiff
2011-11-18
antirez
New script timeout semantics and SCRIPT KILL implemente...
tree
|
commitdiff
2011-11-16
Salvatore Sanfilippo
Merge pull request #193 from lamby/sparc-crash
tree
|
commitdiff
2011-11-16
Chris Lamb
Fix crash on SPARC due to improper alignment of allocat...
tree
|
commitdiff
2011-11-16
Pieter Noordhuis
Don't force rebuild when params didn't change
tree
|
commitdiff
2011-11-16
Salvatore Sanfilippo
Merge pull request #192 from pietern/makefile
tree
|
commitdiff
2011-11-15
Pieter Noordhuis
Rebuild source when allocator changes
tree
|
commitdiff
2011-11-15
Pieter Noordhuis
Rebuild deps/ and src/ when ARCH changes
tree
|
commitdiff
2011-11-15
Pieter Noordhuis
Use CCLINK as last argument
tree
|
commitdiff
2011-11-15
Pieter Noordhuis
CCLINK already includes ALLOC_LINK
tree
|
commitdiff
2011-11-15
Salvatore Sanfilippo
Merge pull request #181 from redsquirrel/unstable
tree
|
commitdiff
2011-11-15
antirez
HINCRBYFLOAT implemented
tree
|
commitdiff
2011-11-14
antirez
Merge branch 'unstable' into incrbyfloat
tree
|
commitdiff
2011-11-14
antirez
string to number API is now more strict not accepting...
tree
|
commitdiff
2011-11-14
antirez
rewrite INCRBYFLOAT as SETs for AOF/replication
tree
|
commitdiff
2011-11-12
antirez
INCRBYFLOAT implementation
tree
|
commitdiff
2011-11-12
antirez
Fixed issues with expire introduced with latest millise...
tree
|
commitdiff
2011-11-11
antirez
set default client timeout to zero inside redis.h as...
tree
|
commitdiff
2011-11-10
antirez
high resolution expires API modified to use separated...
tree
|
commitdiff
2011-11-10
Dave Hoover
Fixing inject: it was failing when there was 1 or ...
tree
|
commitdiff
2011-11-09
antirez
Fixed a few typos
tree
|
commitdiff
2011-11-09
antirez
Fixed bug breaking rdbSaveMillisecondTime() in 32 bit...
tree
|
commitdiff
2011-11-09
antirez
TTL, EXPIRE and EXPIREAT now support the milliseconds...
tree
|
commitdiff
2011-11-09
antirez
use "EXPIREAT ... ms" form when rewriting the AOF
tree
|
commitdiff
2011-11-09
antirez
Initial support for key expire times with millisecond...
tree
|
commitdiff
2011-11-09
antirez
dict set/get macros for integers fixed.
tree
|
commitdiff
2011-11-08
antirez
added mstime() to get UNIX time in milliseconds.
tree
|
commitdiff
2011-11-08
antirez
dict.c: added macros to get signed/unsigned integer...
tree
|
commitdiff
2011-11-08
antirez
32bit build fixed, broken by a previous commit fixing...
tree
|
commitdiff
2011-11-08
antirez
dict.c: added macros in dict.h to set signed and unsign...
tree
|
commitdiff
2011-11-08
antirez
dict.c API names modified to be more coincise and consi...
tree
|
commitdiff
2011-11-08
antirez
dict.c: added two lower level methods for directly...
tree
|
commitdiff
2011-11-08
antirez
Merge branch 'unstable' into ttlres
tree
|
commitdiff
2011-11-08
antirez
useless double if removed.
tree
|
commitdiff
2011-11-08
antirez
yet another #if REDIS_MBULK_BIG_ARG removed.
tree
|
commitdiff
2011-11-08
antirez
Multi bulk optimization for creating big objects withou...
tree
|
commitdiff
2011-11-08
antirez
hiredis/redis changes for speed with big payloads:...
tree
|
commitdiff
2011-11-07
antirez
redis-benchmark: ability to run selected tests. Better...
tree
|
commitdiff
2011-11-04
antirez
csv output for redis-benchmark
tree
|
commitdiff
2011-11-04
antirez
PING / MSET benchmarks enabled again.
tree
|
commitdiff
2011-11-04
antirez
A comment moved a few lines for clarity.
tree
|
commitdiff
2011-11-04
antirez
Added a define to set the size threshold to enable...
tree
|
commitdiff
2011-11-03
antirez
further optimizations for the multi bulk protocol parsi...
tree
|
commitdiff
2011-11-02
antirez
optimized object creation in multi-bulk protocol parsing
tree
|
commitdiff
2011-11-02
antirez
sdsIncrLen() / sdsMakeRoomFor() used to avoid copying...
tree
|
commitdiff
next