summaryrefslogtreecommitdiff
path: root/src/log
Commit message (Expand)AuthorAgeFilesLines
* WT-2706 Fix lost log writes when switching files (#2803)sueloverso2016-06-171-3/+15
* WT-2696 Wait if we find an unbuffered flag without the size set yet. (#2794)sueloverso2016-06-141-0/+11
* WT-2319 Add stats to measure count and duration of the sync calls made for lo...Sulabh Mahajan2016-06-081-0/+26
* WT-2652 Remove unnecessary wt_ftruncate call. (#2786)sueloverso2016-06-081-4/+3
* WT-2686 Report an error any time we fail to scan the log. (#2779)Michael Cahill2016-06-061-3/+1
* WT-2677 Fix JSON output so only printable ASCII is produced. (#2771)Don Anderson2016-06-031-1/+1
* SERVER-23659 Improve log error message at startup. (#2766)sueloverso2016-06-031-0/+17
* SERVER-24306 Fix stall in log_flush switching to new files. (#2761)Michael Cahill2016-05-311-1/+10
* 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
* Merge branch 'develop' into wt-2330Alex Gorrod2016-04-011-1/+1
|\
| * WT-2513 Fix conversion warning.Susan LoVerso2016-03-311-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-261-4/+2
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-4/+2
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-201-29/+29
* | Merge branch 'develop' into wt-2330Keith Bostic2016-03-182-23/+35
|\ \ | |/
| * 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-072-5/+5
| * 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-182-77/+70
|/
* 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-012-68/+102
|\
| * 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-262-4/+5
| | |\ \
| | * \ \ 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-012-50/+51
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | WT-2215 Make WT_LSN simply a union. Clean up based on review.Susan LoVerso2016-01-292-40/+37
| | * | | | WT-2215 Use 32-bit LSN file and offsets. Set LSNs as a 64-bit value.Susan LoVerso2016-01-252-50/+54
| | | |_|/ | | |/| |
* | | | | 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-222-2/+2
|/ /
* | 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