summaryrefslogtreecommitdiff
path: root/src/os_common
Commit message (Expand)AuthorAgeFilesLines
* WT-3343 WiredTiger database close can attempt unlock of a lock that's not hel...Keith Bostic2017-05-261-4/+5
* WT-3297 support the gcc/clang -fvisibility=hidden flag (#3404)Keith Bostic2017-04-281-2/+6
* WT-3219 Make the clang-analyzer job fail when lint is introduced (#3400)Keith Bostic2017-04-211-0/+2
* WT-3268 Failure to close cursor can get wiredtiger stuck in a cursor-close lo...Keith Bostic2017-04-182-39/+51
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-0710-10/+10
* WT-3240 Coverity reports (#3354)Keith Bostic2017-03-271-8/+10
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-243-4/+4
* WT-3053 Revert: Python and Java support use internal WiredTiger functions (#3...Alex Gorrod2016-12-061-0/+2
* WT-3053 Python and Java support use internal WiredTiger functions (#3174)Keith Bostic2016-12-051-2/+0
* WT-3014 Add GCC/clang support for ELF symbol visibility. (#3138)Keith Bostic2016-12-054-0/+5
* WT-3018 lint (#3142)Keith Bostic2016-11-111-2/+0
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-6/+6
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-3/+1
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-3/+2
* WT-2823 support file handles without a truncate method (#2940)Keith Bostic2016-08-122-39/+2
* WT-2638 Change custom file system API to make truncate support clearer (#2908)Keith Bostic2016-08-091-8/+8
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-154-67/+33
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-231-0/+80
* WT-2692 Fix race in file system example (#2815)Keith Bostic2016-06-201-0/+28
* WT-2692 Fix race in file system example (#2812)Keith Bostic2016-06-201-2/+3
* WT-2710 WT_FILE_HANDLE_INMEM no longer needs an off field (#2805)Keith Bostic2016-06-171-4/+0
* WT-2683 Allow in memory storage engine to report zero disk usage (#2788)David Hows2016-06-081-18/+2
* WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730)Michael Cahill2016-05-244-67/+69
* WT-2627: Coverity complaints (#2727)Keith Bostic2016-05-091-1/+3
* WT-2616 Fix a deadlock with in-memory size lookups. (#2719)Keith Bostic2016-05-051-15/+22
* WT-2616 Fix a deadlock with in-memory size lookups. (#2716)Michael Cahill2016-05-041-3/+9
* WT-2598: in-memory FS needs fast lookup on file names (#2709)Keith Bostic2016-05-022-17/+39
* WT-2552 Minor cleanup of new pluggable file system APIKeith Bostic2016-04-291-2/+2
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-285-471/+451
* WT-2579: in-memory configurations break debugging supportKeith Bostic2016-04-221-1/+1
* WT-2579: in-memory configurations break debugging supportKeith Bostic2016-04-221-2/+1
* WT-2539 Make streams a separate handle type from files.Keith Bostic2016-04-191-1/+0
* WT-2539 Use an 8KB buffer, following glibc.Michael Cahill2016-04-181-2/+2
* WT-2359 Add stream buffering, reinstate default not-supported methods for fil...Michael Cahill2016-04-182-20/+269
* WT-2539 Use the correct filename in copy_and_sync.Michael Cahill2016-04-121-2/+3
* WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-128-513/+281
* Merge branch 'develop' into wt-2540Michael Cahill2016-04-122-2/+11
|\
| * Merge branch 'develop' into wt-2526Keith Bostic2016-04-051-8/+23
| |\
| * | WT-2526: mixing and matching readonly and read/write handlesKeith Bostic2016-04-042-2/+11
* | | WT-2540: Separate stream and file handle methodsKeith Bostic2016-04-084-212/+285
| |/ |/|
* | WT-2533 Fix compiler error re: function prototypes.Alex Gorrod2016-04-051-0/+2
* | WT-2533 Make __im_file_size consistent with __im_handle_size.Alex Gorrod2016-04-051-3/+3
* | WT-2533 Fix a typo in the last commit - actually return non-zero.Alex Gorrod2016-04-051-1/+1
* | WT-2533 Don't let in-memory tables return a zero size.Alex Gorrod2016-04-051-1/+6
* | WT-2531: in-memory tables are wasting space in truncationKeith Bostic2016-04-041-4/+12
|/
* WT-2525: in-memory configurations: miscellaneous cleanupsKeith Bostic2016-04-011-0/+1
* WT-2525: in-memory configurations: miscellaneous cleanupsKeith Bostic2016-04-012-24/+9
* WT-2525: in-memory configurations: miscellaneous cleanupsKeith Bostic2016-04-011-4/+2
* WT-2330 Fix GCC 4.7 compiler warnings.Alex Gorrod2016-04-011-5/+6
* WT-2330 Move the map handle back into the block structure.Alex Gorrod2016-03-311-3/+6