summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rioInitWithFile nad rioInitWithBuffer functions now take a rio structure poin...antirez2011-09-225-18/+17
* make sure to return just 1 for rio.c write when the target is a buffer, as we...antirez2011-09-221-2/+2
* comment on top of the _rio structure modified for correctness as actually fwr...antirez2011-09-221-2/+3
* merge conflicts resolvedantirez2011-09-229-564/+645
|\
| * Fix up rdbWriteRaw to return number of bytes writtenPieter Noordhuis2011-05-141-2/+2
| * Use rio.h functions in aof.cPieter Noordhuis2011-05-143-111/+56
| * More rioRead()Pieter Noordhuis2011-05-141-2/+2
| * Move rdbLoad* to top; update commentsPieter Noordhuis2011-05-133-234/+233
| * Make RDB types/opcodes explicit; load/save object typePieter Noordhuis2011-05-135-99/+119
| * Abstract file/buffer I/O to support in-memory serializationPieter Noordhuis2011-05-138-282/+374
* | Merge pull request #97 from jvain/redis-cliSalvatore Sanfilippo2011-09-211-1/+1
|\ \
| * | fixed a small bug that caused redis-cli to segfault when given single numeric...Juri M. Vainonen2011-09-211-1/+1
* | | Merge pull request #78 from vambo/patch-1Salvatore Sanfilippo2011-09-201-1/+1
|\ \ \
| * | | Corrected typo in documentation for R_Zero, R_PosInf, R_NegInf, R_Nan;vambo2011-08-261-1/+1
* | | | Merge pull request #79 from annulen/mac_ppcSalvatore Sanfilippo2011-09-201-1/+3
|\ \ \ \
| * | | | Fixed compilation on Mac/PPCKonstantin Tokarev2011-09-011-1/+3
| |/ / /
* | | | Merge pull request #74 from kmerenkov/issue_620Salvatore Sanfilippo2011-09-201-0/+2
|\ \ \ \
| * | | | [issue 620] don't segfault if number of arguments is less than 1Konstantin Merenkov2011-08-021-0/+2
* | | | | Include port number in error when can't bind lisetning port on startup.antirez2011-09-201-1/+2
* | | | | Fixed comment typoantirez2011-09-191-1/+1
* | | | | Comment out things in bio.c that are currently not useful but that may be use...antirez2011-09-191-0/+6
* | | | | Emit a log message when AOF fsync is still in progress but we are forced to w...antirez2011-09-191-0/+1
* | | | | use aof_fsync wrapper instead of fsync(2) in bio.cantirez2011-09-161-1/+1
* | | | | Merge remote-tracking branch 'origin/unstable' into bg-aof-2antirez2011-09-163-11/+67
|\ \ \ \ \
| * | | | | Enforce upper bound for number of requests in redis-benchmarkPieter Noordhuis2011-09-161-11/+19
| * | | | | Fix AOF race that may duplicate commandsPieter Noordhuis2011-09-161-0/+5
| * | | | | Fixed a bug in the average latency metering of redis-cli --latencyantirez2011-09-151-0/+1
| * | | | | Implemented --latency in redis-cliantirez2011-09-151-0/+42
* | | | | | fixed flushAppendOnlyFile() function prototype to reflect the new implementat...antirez2011-09-161-1/+1
* | | | | | postpone the AOF fsync if policy is everysec and there is a background fsync ...antirez2011-09-163-8/+54
* | | | | | Fixed typo preventing compilationantirez2011-09-161-1/+1
* | | | | | Added aof_backgronud_fsync() function, and use it in the bacground rewrite do...antirez2011-09-161-1/+8
* | | | | | REDIS_BIO_AOF_FSYNC implementedantirez2011-09-152-1/+4
* | | | | | 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-153-42/+67
* | | | | | 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-152-2/+52
|/ / / / /
* | | | | enable zmalloc thread safety support now that we have the bio.c background th...antirez2011-09-141-0/+1
* | | | | Optimize LRANGE to scan the list starting from the head or the tail in order ...antirez2011-09-141-1/+6
* | | | | Don't replicate/AOF SAVEantirez2011-09-141-2/+2
* | | | | use bio.c instead of libeio for closing the AOF file in background. Some comm...antirez2011-09-131-19/+20
* | | | | Asynchronously close old file after BGREWRITEAOFPieter Noordhuis2011-09-131-33/+96
* | | | | test background close operation removedantirez2011-09-131-1/+0
* | | | | make bio_list static as wellantirez2011-09-131-1/+1
* | | | | debug message removedantirez2011-09-133-27/+25
* | | | | 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
* | | | | Removed no longer useful fields in the redis server structureantirez2011-09-131-24/+0