projects
/
redis.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
fix typo of redis.conf
[redis.git]
/
src
/
debug.c
2012-03-09
antirez
Merge conflicts resolved.
blob
|
commitdiff
|
raw
2012-02-22
Salvatore Sanfilippo
Merge pull request #304 from bradvoth/unstable
blob
|
commitdiff
|
raw
2012-02-22
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
2012-02-21
Salvatore Sanfilippo
Merge pull request #347 from pietern/unstable-segv
blob
|
commitdiff
|
raw
2012-02-21
Pieter Noordhuis
Also force SIGSEGV without HAVE_BACKTRACE
blob
|
commitdiff
|
raw
2012-02-16
antirez
Merge branch 'issue327' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2012-02-14
antirez
Merge remote-tracking branch 'origin/unstable' into...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-08
antirez
A few small BSD related fixes.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
antirez
Merge branch 'unstable' into limits
blob
|
commitdiff
|
raw
|
diff to current
2012-01-21
antirez
Fix for hash table collision attack. We simply randomiz...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
antirez
Better looking registers/stack dump
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
antirez
added support to dump registers on crash on Linux x32
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
antirez
added support to dump registers on crash on Linux x64
blob
|
commitdiff
|
raw
|
diff to current
2012-01-20
antirez
all the stack trace related functions are now in debug...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-16
Salvatore Sanfilippo
Merge pull request #279 from kashif/patch-1
blob
|
commitdiff
|
raw
|
diff to current
2012-01-12
antirez
On crash print information about the current client...
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
some RDB 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-20
antirez
Do not propagate DEBUG LOADAOF
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Salvatore Sanfilippo
Merge pull request #208 from jbergstroem/jemalloc-2.2.5
blob
|
commitdiff
|
raw
|
diff to current
2011-11-25
Salvatore Sanfilippo
Merge pull request #209 from woowenjie/unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-11-24
antirez
better bug report info on crash
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-08
antirez
dict.c API names modified to be more coincise and consi...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-14
antirez
More informative error when DEBUG RELOAD fails.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-05
Salvatore Sanfilippo
Merge pull request #118 from dvirsky/unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-10-04
antirez
redisAssertWithClientInfo() is now redisAssertWithInfo...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-04
antirez
Introduced a redisAssert() variant that is able to...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-22
antirez
merge conflicts resolved
blob
|
commitdiff
|
raw
|
diff to current
2011-07-12
antirez
master branch merged into scripting.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-30
antirez
DEUBG SLEEP implemented
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-05-10
antirez
Merge branch 'unstable'
blob
|
commitdiff
|
raw
|
diff to current
2011-05-10
antirez
DEBUG DIGEST additional lookup needed for VM removed...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-14
antirez
Merge remote branch 'pietern/unstable-zset' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-04-06
Pieter Noordhuis
Test for ENCODING_SKIPLIST instead of ENCODING_RAW
blob
|
commitdiff
|
raw
|
diff to current
2011-04-06
Pieter Noordhuis
Merge branch 'unstable' into unstable-zset
blob
|
commitdiff
|
raw
|
diff to current
2011-03-14
Pieter Noordhuis
Fix DEBUG DIGEST, SORT and AOF rewrite
blob
|
commitdiff
|
raw
|
diff to current
2011-01-09
antirez
fixed bgsave_in_progress in INFO when BGSAVEing with...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-09
antirez
DEBUG FLUSHCACHE needs to wait that everything was...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-09
antirez
test adapted to run with diskstore, and a few bugs...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-08
antirez
DEBUG OBJECT fixed with diskstore, force loading
blob
|
commitdiff
|
raw
|
diff to current
2011-01-04
antirez
Merge branch 'master' into unstable
blob
|
commitdiff
|
raw
|
diff to current
2011-01-03
antirez
FLUSHALL / FLUSHDB for diskstore implemented
blob
|
commitdiff
|
raw
|
diff to current
2011-01-01
antirez
implemented a different approach to IO scheduling,...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-29
antirez
more step forwards for disk store to be able to run
blob
|
commitdiff
|
raw
|
diff to current
2010-12-14
antirez
Merge remote branch 'jonahharris/syslog'
blob
|
commitdiff
|
raw
|
diff to current
2010-12-14
antirez
Merge remote branch 'pietern/cli-monitor'
blob
|
commitdiff
|
raw
|
diff to current
2010-12-14
antirez
Merge remote branch 'pietern/strrange'
blob
|
commitdiff
|
raw
|
diff to current
2010-12-14
antirez
Merge remote branch 'pietern/brpoplpush'
blob
|
commitdiff
|
raw
|
diff to current
2010-12-14
antirez
cow friendly HGETALL and variants
blob
|
commitdiff
|
raw
|
diff to current
2010-12-10
antirez
Merge remote branch 'pietern/testverbosity'
blob
|
commitdiff
|
raw
|
diff to current
2010-12-09
antirez
SINTER/MEMBERS are now COW friendly, also some refactor...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-30
antirez
minor merge conflicts merging cli-help branch fixed
blob
|
commitdiff
|
raw
|
diff to current
2010-11-21
Pieter Noordhuis
Stop using /dev/null to find out the serialized object...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
antirez
Merge remote branch 'pietern/unixsocket'
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
antirez
merge conflict resolved
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
antirez
Merge remote branch 'remotes/pietern/zrevrangebyscore'
blob
|
commitdiff
|
raw
|
diff to current
2010-10-27
antirez
removed useless spaces from DEBUG OBJECT output
blob
|
commitdiff
|
raw
|
diff to current
2010-10-14
antirez
Merge remote branch 'pietern/ziplist-regression'
blob
|
commitdiff
|
raw
|
diff to current
2010-10-14
antirez
Object approximated LRU algorithm enhanced / fixed...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Pieter Noordhuis
Merge master with resolved conflict in src/redis-cli.c
blob
|
commitdiff
|
raw
|
diff to current
2010-09-22
antirez
Merge remote branch 'pietern/zset-mem'
blob
|
commitdiff
|
raw
|
diff to current
2010-09-22
antirez
Merge remote branch 'pietern/ziplist-eff'
blob
|
commitdiff
|
raw
|
diff to current
2010-09-16
Pieter Noordhuis
Merge branch 'zset-mem' into zrevrangebyscore
blob
|
commitdiff
|
raw
|
diff to current
2010-09-16
antirez
Merge remote branch 'pietern/networking-perf'
blob
|
commitdiff
|
raw
|
diff to current
2010-09-03
Pieter Noordhuis
Merge branch 'master' into networking-perf
blob
|
commitdiff
|
raw
|
diff to current
2010-09-02
Pieter Noordhuis
Use specialized function to add status and error replies
blob
|
commitdiff
|
raw
|
diff to current
2010-08-26
antirez
Merge remote branch 'pietern/intset-split'
blob
|
commitdiff
|
raw
|
diff to current
2010-08-21
Pieter Noordhuis
Rename iterator to setTypeIterator for consistency
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Pieter Noordhuis
Merge branch 'master' into intset-split
blob
|
commitdiff
|
raw
|
diff to current
2010-07-02
Pieter Noordhuis
fix aof and digest code to work with dual set encoding
blob
|
commitdiff
|
raw
|
diff to current
2010-07-02
Pieter Noordhuis
merged intset code into the split files
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
antirez
Compilation fixed on Linux after the source code split
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
antirez
Merged with split
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
antirez
redis.c split into many different C files.
blob
|
commitdiff
|
raw
|
diff to current