summaryrefslogtreecommitdiff
path: root/src/bio.c
Commit message (Expand)AuthorAgeFilesLines
* Check bio.c job type at thread startup.antirez2015-03-301-0/+7
* Fixed many typos.guiquanz2013-01-191-1/+1
* Make bio.c threads killable ASAP if needed.antirez2012-11-221-50/+23
* BSD license added to every C source and header file.antirez2012-11-081-0/+30
* Mask SIGALRM everything but in the main thread.antirez2012-03-271-0/+9
* Comment out things in bio.c that are currently not useful but that may be use...antirez2011-09-191-0/+6
* use aof_fsync wrapper instead of fsync(2) in bio.cantirez2011-09-161-1/+1
* REDIS_BIO_AOF_FSYNC implementedantirez2011-09-151-0/+2
* fixed a problem in bioOlderJobType() when there are no jobs of the specified ...antirez2011-09-151-0/+4
* some more comment about bio.c designantirez2011-09-151-0/+4
* Remove backgroud jobs from the queue only when the processing was completed, ...antirez2011-09-151-1/+1
* Use a different thread for every different type of background jobantirez2011-09-151-36/+62
* Better comments for bioWaitPendingJobsLEantirez2011-09-151-1/+9
* Background I/O library enhanced so that the main thread can query for the num...antirez2011-09-151-1/+46
* make bio_list static as wellantirez2011-09-131-1/+1
* debug message removedantirez2011-09-131-1/+0
* use pthread_cond_signal() to make sure the background thread will process the...antirez2011-09-131-0/+1
* typo fixed in bio.cantirez2011-09-131-1/+2
* bio.c typos fixes to make it compileantirez2011-09-131-4/+9
* bio.o added to redis-server objectsantirez2011-09-131-0/+107