]> git.saurik.com Git - redis.git/history - src/bio.c
syncio.c read / write functions reworked for correctness and performance.
[redis.git] / src / bio.c
2012-03-28  antirezMask SIGALRM everything but in the main thread.
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-09-20  Salvatore SanfilippoMerge pull request #78 from vambo/patch-1
2011-09-20  Salvatore SanfilippoMerge pull request #79 from annulen/mac_ppc
2011-09-20  Salvatore SanfilippoMerge pull request #74 from kmerenkov/issue_620
2011-09-19  antirezComment out things in bio.c that are currently not...
2011-09-16  antirezuse aof_fsync wrapper instead of fsync(2) in bio.c
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-15  antirezREDIS_BIO_AOF_FSYNC implemented
2011-09-15  antirezfixed a problem in bioOlderJobType() when there are...
2011-09-15  antirezsome more comment about bio.c design
2011-09-15  antirezRemove backgroud jobs from the queue only when the...
2011-09-15  antirezUse a different thread for every different type of...
2011-09-15  antirezBetter comments for bioWaitPendingJobsLE
2011-09-15  antirezBackground I/O library enhanced so that the main thread...
2011-09-14  Salvatore SanfilippoMerge pull request #77 from Poincare/patch-1
2011-09-13  antirezmake bio_list static as well
2011-09-13  antirezdebug message removed
2011-09-13  antirezuse pthread_cond_signal() to make sure the background...
2011-09-13  antireztypo fixed in bio.c
2011-09-13  antirezbio.c typos fixes to make it compile
2011-09-13  antirezbio.o added to redis-server objects