summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use specific error if master is down and slave-serve-stale-data is set to no.antirez2012-05-022-3/+5
* Use safe dictionary iterator from KEYSPieter Noordhuis2012-05-011-1/+1
* memtest.c fixed to actually use v1 and v2 in memtest_fill_value().antirez2012-04-271-6/+6
* redis-cli commands description in help.h updated.antirez2012-04-271-3/+3
* Set LUA_MASKCOUNT hook more selectively. Fixes issue #480.antirez2012-04-271-5/+7
* Re-introduce -g -rdynamic -ggdb when linking, fixing strack traces.antirez2012-04-261-2/+2
* Produce the stack trace in an async safe way.antirez2012-04-261-27/+25
* Don't use an alternative stack for SIGSEGV & co.antirez2012-04-261-13/+1
* Spelling: s/synchrnonization/synchronizationDavid Tran2012-04-251-1/+1
* redis-check-dump now is RDB version 6 ready.antirez2012-04-242-4/+36
* Spurious debugging printf removed.antirez2012-04-241-1/+0
* Added two new encodings to ziplist.cantirez2012-04-241-19/+46
* rdbLoad() should check REDIS_RDB_VERSION instead of hardcoded number.antirez2012-04-241-1/+1
* ziplist.c: added comments about the new 24 bit encoding.antirez2012-04-241-0/+4
* Add a 24bit integer to ziplists to save one byte for ints that canGrisha Trubetskoy2012-04-242-1/+17
* Fixed a bug in propagation of PUBLISH via the cluster bus.antirez2012-04-241-1/+1
* A few compiler warnings suppressed.antirez2012-04-243-3/+6
* Fix and refactoring of code used to get registers on crash.antirez2012-04-241-20/+32
* Merge pull request #421 from ErikDubbelboer/sds-constSalvatore Sanfilippo2012-04-232-22/+22
|\
| * Added consts keyword where possibleErik Dubbelboer2012-03-302-22/+22
* | Remove loadfile() access from the scripting engine.antirez2012-04-231-0/+9
* | Even inside #if 0 comments are comments.antirez2012-04-211-2/+2
* | Merge remote-tracking branch 'origin/unstable' into unstableantirez2012-04-214-16/+16
|\ \
| * \ Merge pull request #440 from ErikDubbelboer/spellingSalvatore Sanfilippo2012-04-214-16/+16
| |\ \
| | * | Update src/rdb.cErik Dubbelboer2012-04-071-1/+1
| | * | Update src/dict.cErik Dubbelboer2012-04-071-1/+1
| | * | Fixed some spelling errors in the commentsErik Dubbelboer2012-04-074-16/+16
* | | | Limit memory used by big SLOWLOG entries.antirez2012-04-213-7/+33
|/ / /
* | | SHUTDOWN NOSAVE now can stop a non returning script. Issue #466.antirez2012-04-191-1/+1
* | | Currenly not used code in dict.c commented out.antirez2012-04-181-14/+15
* | | redis-cli --bigkeys output modified to be simpler to read..antirez2012-04-181-1/+1
* | | redis-cli --bigkeysantirez2012-04-181-0/+93
* | | Document mostly dead code in RPOPLPUSH implementation.antirez2012-04-181-0/+2
* | | Merge pull request #456 from pietern/unstable-mkoptsSalvatore Sanfilippo2012-04-182-54/+65
|\ \ \
| * | | Persist `make` settings and trigger rebuild if anything changesPieter Noordhuis2012-04-131-18/+23
| * | | Don't set flags recursivelyPieter Noordhuis2012-04-131-1/+1
| * | | Remove unused LIBS variablePieter Noordhuis2012-04-131-2/+2
| * | | First set defaults, then do compositionPieter Noordhuis2012-04-131-15/+16
| * | | Question mark assignment is not neededPieter Noordhuis2012-04-131-2/+2
| * | | Ignore gcov/lcov artifactsPieter Noordhuis2012-04-131-0/+5
| * | | The lcov target shouldn't cleanPieter Noordhuis2012-04-131-1/+1
| * | | Rename ADD_*FLAGS -> REDIS_*FLAGS, REDIS_*FLAGS -> FINAL_*FLAGSPieter Noordhuis2012-04-131-30/+30
* | | | Marginally cleaner lookupKeyByPattern() implementation.antirez2012-04-181-3/+3
* | | | Two small fixes to maxclients handling.antirez2012-04-182-1/+3
* | | | lookupKeyByPattern() used by SORT GET/BY rewritten. Fixes issue #460.antirez2012-04-171-32/+42
|/ / /
* | | Merge branch 'strict.lua' into unstableantirez2012-04-131-2/+44
|\ \ \
| * | | EVAL errors are more clear now.antirez2012-04-131-3/+3
| * | | Use Lua tostring() before concatenation.antirez2012-04-131-1/+1
| * | | mt.declared is no longer needed.antirez2012-04-131-4/+2
| * | | Stop access to global vars. Not configurable.antirez2012-04-134-40/+4