summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In Redis RDB check: more details in error reportings.rdb-checkantirez2016-07-011-13/+21
* In Redis RDB check: log decompression errors.antirez2016-07-012-2/+23
* In Redis RDB check: log object type on error.antirez2016-07-011-2/+27
* Added a trivial program to randomly corrupt RDB files in /utils.antirez2016-07-011-0/+44
* In Redis RDB check: minor output message changes.antirez2016-07-011-1/+4
* In Redis RDB check: better error reporting.antirez2016-07-014-14/+71
* In Redis RDB check: initial POC.antirez2016-06-302-660/+189
* Test: new randomized stress tester for #3343 alike bugs.antirez2016-06-281-2/+27
* Stress tester WIP.antirez2016-06-281-0/+3
* Regression test for issue #3343 exact min crash sequence.antirez2016-06-281-0/+16
* Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-06-272-2/+2
|\
| * Merge pull request #3342 from yossigo/fix_callocSalvatore Sanfilippo2016-06-241-1/+1
| |\
| | * Fix RedisModule_Calloc() definition typo.Yossi Gottlieb2016-06-231-1/+1
| |/
| * Merge pull request #3324 from mishan/fix-wrong-comment-about-sentinel-modeSalvatore Sanfilippo2016-06-231-1/+1
| |\
| | * Fix incorrect comment for checkForSentinelMode functionMisha Nasledov2016-06-161-1/+1
* | | Fix quicklistReplaceAtIndex() by updating the quicklist ziplist size.antirez2016-06-271-0/+1
|/ /
* | Modules: mention RedisModule_Calloc() in the doc.antirez2016-06-231-0/+1
* | Merge pull request #3335 from dvirsky/rm_callocSalvatore Sanfilippo2016-06-232-1/+13
|\ \
| * | added RM_Calloc implementationDvir Volk2016-06-222-1/+13
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2016-06-235-2/+26
|\ \ \
| * \ \ Merge pull request #3336 from yossigo/create_string_from_stringSalvatore Sanfilippo2016-06-235-2/+26
| |\ \ \
| | * | | Add RedisModule_CreateStringFromString().Yossi Gottlieb2016-06-225-2/+26
* | | | | Actually remove static from #3331.antirez2016-06-231-2/+1
|/ / / /
* | | | Minor change to conform PR #3331 to Redis code base style.antirez2016-06-231-2/+1
* | | | Merge pull request #3331 from yossigo/fix_openkey_crashSalvatore Sanfilippo2016-06-231-6/+13
|\ \ \ \
| * | | | Cleanup: remove zset reset function from RM_ZsetRangeStop().Yossi Gottlieb2016-06-221-7/+13
| * | | | Fix occasional RM_OpenKey() crashes.Yossi Gottlieb2016-06-211-0/+1
| | |/ / | |/| |
* | | | Merge pull request #3338 from tielei/unstableSalvatore Sanfilippo2016-06-231-2/+2
|\ \ \ \
| * | | | A string with 21 chars is not representable as a 64-bit integer.tielei2016-06-231-2/+2
|/ / / /
* | | | Merge pull request #3330 from yossigo/fix_constSalvatore Sanfilippo2016-06-2313-38/+38
|\ \ \ \
| * | | | Use const in Redis Module API where possible.Yossi Gottlieb2016-06-2013-38/+38
| |/ / /
* | | | Modules: changes to logging function.antirez2016-06-233-19/+39
* | | | Add RedisModule_Log() logging API function.Yossi Gottlieb2016-06-233-0/+42
* | | | Commit change in autoMemoryFreed(): first -> last.antirez2016-06-231-1/+2
* | | | Modules: implement zig-zag scanning in autoMemoryFreed().antirez2016-06-231-16/+20
* | | | Merge pull request #3244 from dvirsky/optimize_autoMemoryFreedSalvatore Sanfilippo2016-06-231-4/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | optimized amFree even furtherDvir Volk2016-05-191-4/+9
| * | | Optimized autoMemoryFreed loopDvir Volk2016-05-191-1/+4
* | | | Modules doc: hint about replacing libc malloc calls.antirez2016-06-221-1/+15
| |/ / |/| |
* | | Merge pull request #3252 from oranagra/config_fixSalvatore Sanfilippo2016-06-171-3/+3
|\ \ \ | |_|/ |/| |
| * | config set list-max-ziplist-size didn't support negative values, unlike confi...oranagra2016-05-221-3/+3
| |/
* | Fix Sentinel pending commands counting.antirez2016-06-161-0/+1
* | redis-cli: really connect to the right server.antirez2016-06-161-2/+5
* | RESTORE: accept RDB dumps with older versions.antirez2016-06-161-1/+1
* | Merge pull request #3255 from oranagra/error_stringSalvatore Sanfilippo2016-06-161-1/+1
|\ \
| * | CLIENT error message was out of dateoranagra2016-05-231-1/+1
| |/
* | Merge pull request #3256 from oranagra/georasius_negSalvatore Sanfilippo2016-06-161-2/+5
|\ \
| * | fix georadius returns multiple repliesoranagra2016-05-231-2/+5
| |/
* | Minor aesthetic fixes to PR #3264.antirez2016-06-161-5/+5
* | Merge pull request #3264 from oranagra/bitfield_fix2Salvatore Sanfilippo2016-06-161-9/+20
|\ \