summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added time.h include in redis-cli.antirez2012-05-141-0/+1
* activeExpireCycle(): better precision in max time used.antirez2012-05-141-3/+5
* Impovements for: Redis timer, hashes rehashing, keys collection.antirez2012-05-133-8/+27
* Redis timer interrupt frequency configurable as REDIS_HZ.antirez2012-05-132-21/+57
* Comment improved so that the code goal is more clear. Thx to @agladysh.antirez2012-05-111-1/+1
* More incremental active expired keys collection process.antirez2012-05-112-1/+9
* redis-cli pipe mode: handle EINTR properly as well so that SIGSTOP/SIGCONT ar...antirez2012-05-111-2/+2
* redis-cli pipe mode: handle EAGAIN while writing to socket.antirez2012-05-111-3/+7
* Fix PREFIX typo in Makefile.antirez2012-05-091-1/+1
* Allow PREFIX to be overrided in Makefile.antirez2012-05-091-1/+1
* redis-cli --pipe for mass import.antirez2012-05-072-3/+143
* Compare integers in ziplist regardless of encodingPieter Noordhuis2012-05-061-5/+4
* syncio.c read / write functions reworked for correctness and performance.antirez2012-05-021-14/+28
* Remove useless trailing space in SYNC command sent to master.antirez2012-05-021-1/+1
* 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