summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* use pthread_cond_signal() to make sure the background thread will process the...antirez2011-09-141-0/+1
* typo fixed in bio.cantirez2011-09-141-1/+2
* add background jobs initialization to Redis main init functionantirez2011-09-141-0/+2
* bio.c typos fixes to make it compileantirez2011-09-141-4/+9
* bio.o added to redis-server objectsantirez2011-09-143-1/+114
* Speed up protocol synthesis for AOFPieter Noordhuis2011-09-131-8/+20
* Re-use AOF buffer when it is small enoughPieter Noordhuis2011-09-133-2/+17
* Fix indentPieter Noordhuis2011-09-131-6/+6
* added a newline for code readabilityantirez2011-09-131-0/+1
* Avoid unnecessary calls to time(3)Pieter Noordhuis2011-09-131-7/+6
* Version bumped to 2.3.10, changelog updated2.4.0-rc7antirez2011-09-122-1/+7
* Remove the write handler only if there are no longer objects in the output qu...antirez2011-09-121-1/+1
* regression test for bug 593 addedantirez2011-09-121-0/+14
* fixed typos in the comments of rpoplpushHandlePush()antirez2011-09-121-3/+5
* Fix crash when chaining brpoplpush with other blocking commands.Hampus Wessman2011-09-121-1/+1
* Version bumped to 2.3.9. Changelog modified accordingly.2.4.0-rc6antirez2011-08-092-1/+8
* Auto rewrite integer overflow fixed. Thanks to Gaurav for finding it (see iss...antirez2011-08-091-1/+1
* 243b783fdc4a77968f7a3dd4a246e43b226a4316antirez2011-07-292-0/+121
* fixed assert proc on Redis testantirez2011-07-291-1/+1
* Release notes for 2.4.0-RC52.4.0-rc5antirez2011-07-291-6/+7
* Version bumped to 2.3.8antirez2011-07-291-1/+1
* Fix adding bulk reply when getcwd failsPieter Noordhuis2011-07-271-5/+4
* HDEL: Abort deleting fields when hash is removedPieter Noordhuis2011-07-272-1/+11
* version bumped to 2.3.72.4.0-rc4antirez2011-07-221-1/+1
* Close the listening sockets. Apparently this allows faster restarts.antirez2011-07-221-0/+4
* prepareForShutdown() fixed for correctness regarding what to do with AOF and ...antirez2011-07-221-9/+23
* Added a 'runtest' script that is responsible to check if Tcl is available and...Salvatore Sanfilippo2011-07-152-2/+11
* version bumped to 2.3.62.4.0-rc3antirez2011-07-151-1/+1
* removed --file in test suite execution from Makefile. The option is no longer...antirez2011-07-121-1/+1
* Manual merge after cherry-pickantirez2011-07-123-7/+7
* Take a pointer to the relevant entry of the command table in the client struc...antirez2011-07-125-27/+41
* don't process EXPIRE with negative TTL or EXPIREAT with time in the past if w...antirez2011-07-121-3/+17
* dataspace change hook functions backported to 2.4. They are just wrappers at ...antirez2011-07-127-44/+63
* Don't expire keys while loading AOF.Hampus Wessman2011-07-121-1/+4
* new test engine backported to 2.4antirez2011-07-1216-416/+636
* Ingore jemalloc make distclean error in Makefile, caused by make clean agains...antirez2011-07-051-1/+1
* Fixed typo in redis.conf related to slow log parametersantirez2011-07-031-1/+1
* childrens -> children in INFO output field names. This is a backward incompat...antirez2011-07-021-2/+2
* no more allocation stats info in INFO, useless now that we have jemalloc.antirez2011-07-023-25/+0
* more slow log merge, I forgot to resolve a conflict.antirez2011-07-021-3/+0
* Makefile deps updatedantirez2011-07-021-30/+29
* slow log merged into 2.4antirez2011-07-0211-8/+253
* Partial fix for a problem with AOF and BRPOP. We have at least a single evide...antirez2011-06-291-0/+2
* Variadic SADD testsantirez2011-06-201-0/+7
* comment lines in config.h capitalizedantirez2011-06-201-6/+6
* new INFO filed master_link_down_since_secondsantirez2011-06-173-0/+10
* Use a safe iterator while saving the DB, since the getExpire() function will ...antirez2011-06-172-2/+2
* Fixed init script bug, thanks to Henrik Westphalantirez2011-06-141-1/+1
* useless call removed, thanks to Pieter for spotting thisantirez2011-06-141-1/+0
* SETNX regression tests.Pieter Noordhuis2011-06-141-11/+38