summaryrefslogtreecommitdiff
path: root/src/block
Commit message (Expand)AuthorAgeFilesLines
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-241-2/+2
* WT-3216 changes suggested by clang-tidy (#3328)Keith Bostic2017-03-174-8/+9
* WT-3093 Reduce the size of WT_PAGE. (#3212)Keith Bostic2016-12-231-2/+2
* WT-3066 lint (#3189)Keith Bostic2016-12-121-4/+2
* WT-2969 Possible snapshot corruption during compaction (#3160)Keith Bostic2016-12-061-10/+6
* WT-2670 Add access_pattern_hint configuration for tables (#3155)sueloverso2016-12-051-0/+6
* WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-051-0/+1
* WT-3018 lint (#3142)Keith Bostic2016-11-113-4/+0
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-1/+2
* WT-2904 Revert overly strong assertion. (#3105)Alex Gorrod2016-10-241-1/+3
* WT-2904 Fix a bug where the reported checkpoint size could be many times data...Keith Bostic2016-10-241-3/+23
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-1/+1
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-144-20/+18
* WT-2912 make --enable-strict run on the zseries test box (#3038)Keith Bostic2016-09-141-0/+4
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-0810-103/+114
* WT-2897 Checkpoints can become corrupted on failure (#3027)Keith Bostic2016-09-082-28/+66
* WT-2892 hot backup can race with block truncate (#3023)Keith Bostic2016-09-061-7/+13
* WT-2871 Make verbose formats and argument types match. (#2998)Michael Cahill2016-08-301-3/+3
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-168-79/+72
* WT-2823 support file handles without a truncate method (#2940)Keith Bostic2016-08-124-42/+30
* WT-2638 Change custom file system API to make truncate support clearer (#2908)Keith Bostic2016-08-092-55/+28
* WT-2737 page scrubbing: more fixes (#2901)Keith Bostic2016-07-221-13/+31
* WT-2737 Page scrubbing: more fixes. (#2899)Michael Cahill2016-07-221-9/+10
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-151-16/+11
* WT-2755 flexelint configuration treats size_t as 4B type (#2858)Keith Bostic2016-07-112-3/+2
* WT-2746 Add a new statistic tracking I/O for checkpoints (#2853)Keith Bostic2016-07-084-13/+17
* WT-2732 Coverity analysis defect 99665: Redundant test (#2838)Keith Bostic2016-06-281-1/+1
* WT-2671 dump more information about the file layout in verify debug mode (#2755)Keith Bostic2016-06-092-37/+77
* WT-2682 add option to configure WiredTiger with strict compiler flags (#2773)Keith Bostic2016-06-084-2/+15
* WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730)Michael Cahill2016-05-244-14/+15
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-285-107/+94
* WT-2103: add incremental backup testing to formatKeith Bostic2016-04-151-1/+2
* WT-2103: add incremental backup testing to formatKeith Bostic2016-04-151-5/+2
* WT-2103: add incremental backup testing to formatKeith Bostic2016-04-143-11/+22
* Merge pull request #2622 from wiredtiger/wt-2520Alex Gorrod2016-04-121-7/+13
|\
| * WT-2520: WT_SESSION::verify should not alter tablesKeith Bostic2016-04-011-7/+13
* | Merge branch 'develop' into wt-2526Keith Bostic2016-04-051-1/+4
|\ \
| * | WT-2531: in-memory tables are wasting space in truncationKeith Bostic2016-04-041-1/+4
| |/
* | WT-2526: mixing and matching readonly and read/write handlesKeith Bostic2016-04-041-4/+11
|/
* WT-2330 Move the map handle back into the block structure.Alex Gorrod2016-03-312-8/+13
* WT-2330 Ignore EBUSY from truncate during verify.Alex Gorrod2016-03-301-1/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-291-3/+10
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-283-9/+14
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-282-4/+12
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-281-6/+6
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-273-5/+23
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-272-11/+8
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-264-93/+72
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-268-56/+50
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-3/+3