summaryrefslogtreecommitdiff
path: root/src/log/log.c
Commit message (Expand)AuthorAgeFilesLines
* WT-2593 Free the dirlist at the end of the function. (#2702)sueloverso2016-04-291-8/+8
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-52/+49
* WT-2559 Open a local log file handle for sync.Susan LoVerso2016-04-181-3/+15
* WT-2505: Review clang analyzer warningsKeith Bostic2016-04-061-1/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-261-5/+6
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-4/+2
* Merge branch 'develop' into wt-2330Keith Bostic2016-03-181-22/+34
|\
| * WT-2494: review calls to __wt_free, plus minor bug in an error path.Keith Bostic2016-03-161-4/+2
| * WT-2471: review WiredTiger "int" printf formatsKeith Bostic2016-03-111-10/+13
| * WT-2318 Add __wt_cond_auto_signal for consistency.Alex Gorrod2016-03-071-4/+4
| * WT-2318 Add use of auto adjusting condition for some log threads.Susan LoVerso2016-03-041-4/+15
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-15/+15
|/
* WT-2349 For readonly don't sync log on close.Susan LoVerso2016-02-091-3/+7
* WT-2349 Fix readonly issues with logging and recovery.Susan LoVerso2016-02-091-24/+34
* Merge branch 'develop' into wt-2356Michael Cahill2016-02-011-64/+97
|\
| * Merge pull request #2436 from wiredtiger/WT-60Michael Cahill2016-02-011-15/+48
| |\
| | * WT-60: big endian supportKeith Bostic2016-01-281-1/+2
| | * WT-60: big endian supportKeith Bostic2016-01-271-6/+5
| | * WT-60: big endian supportKeith Bostic2016-01-271-1/+1
| | * Merge branch 'develop' into WT-60Keith Bostic2016-01-271-2/+1
| | |\
| | * | WT-60: big endian supportKeith Bostic2016-01-271-12/+39
| | * | Merge branch 'develop' into WT-60Keith Bostic2016-01-261-3/+4
| | |\ \
| | * \ \ Merge branch 'develop' into WT-60Keith Bostic2016-01-211-2/+10
| | |\ \ \
| | * | | | WT-60 Add big-endian and byteswap support for logging.Susan LoVerso2016-01-191-0/+6
| * | | | | Merge pull request #2461 from wiredtiger/WT-2215-unionMichael Cahill2016-02-011-46/+46
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | WT-2215 Make WT_LSN simply a union. Clean up based on review.Susan LoVerso2016-01-291-35/+33
| | * | | | WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value.Susan LoVerso2016-01-251-46/+48
| | | |_|/ | | |/| |
* | | | | WT-2356 Check for partial record at end of log file.Susan LoVerso2016-01-291-1/+19
* | | | | WT-2356 Fix recovery bug in log_scan advancing.Susan LoVerso2016-01-281-3/+6
|/ / / /
* | | | WT-2355 Use wt_buf_grow instead of free/alloc for scratch buffer.Susan LoVerso2016-01-271-2/+1
|/ / /
* | | Merge branch 'develop' into WT-2333Michael Cahill2016-01-221-2/+3
|\ \ \
| * \ \ Merge pull request #2445 from wiredtiger/WT-2338sueloverso2016-01-211-2/+3
| |\ \ \ | | |_|/ | |/| |
| | * | WT-2338 Skip pre-allocated log files if backup cursor is open.Susan LoVerso2016-01-191-2/+3
| | |/
* | | WT-2333 Make the "ret" variable explicit in lock macros.Michael Cahill2016-01-221-1/+1
|/ /
* | WT-2340: Add logging guarantee assertions, whitespaceKeith Bostic2016-01-201-1/+2
* | Merge pull request #2444 from wiredtiger/WT-2296sueloverso2016-01-201-2/+2
|\ \
| * | WT-2296 Yield instead of sleep if the wrlsn thread is finding work.Susan LoVerso2016-01-191-2/+2
| |/
* | WT-2332 Remove if statement and merge it into the assert.Susan LoVerso2016-01-191-4/+7
* | WT-2332 Add logging guarantee assertions.Susan LoVerso2016-01-191-0/+4
|/
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-011-1/+1
* Replace some __wt_errx/WT_ERR pairs with WT_ERR_MSG, __wt_errx/WT_RETKeith Bostic2015-11-191-5/+4
* WT-2220 Create WT_TIMEDIFF_US and fix use of constants.Susan LoVerso2015-11-171-1/+1
* WT-2187 If we're waiting for write_lsn to advance, signal the thread.Susan LoVerso2015-10-301-0/+1
* WT-2187 Add flag for flushing a slot so that we are locally handling theSusan LoVerso2015-10-301-2/+2
* WT-2184 Fix warningSusan LoVerso2015-10-301-1/+1
* WT-2184 LintSusan LoVerso2015-10-301-6/+6
* Second try fixing OS X warning: don't allow an unsigned value to underflow.Michael Cahill2015-10-301-1/+1
* Fix some OS X warnings about type conversions:Michael Cahill2015-10-301-3/+3
* WT-2184 Minor review nits.Michael Cahill2015-10-301-4/+6
* WT-2184 s_string fixes.Susan LoVerso2015-10-291-3/+3