summaryrefslogtreecommitdiff
path: root/src/conn/conn_api.c
Commit message (Expand)AuthorAgeFilesLines
* WT-3169 Add verbose messages regarding lookaside file usage (#3425)David Hows2017-06-071-0/+1
* WT-3268 Failure to close cursor can get wiredtiger stuck in a cursor-close lo...Keith Bostic2017-04-181-12/+12
* WT-3267 Upgrade copyright notices from 2016 to 2017. (#3374)Keith Bostic2017-04-071-1/+1
* WT-3136 bug fix: WiredTiger doesn't check sprintf calls for error return (#3340)Keith Bostic2017-03-241-5/+4
* WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic2017-01-251-0/+1
* WT-3120 Fix ordering problem in connection_close for filesystem loaded in an ...Keith Bostic2017-01-231-0/+10
* Set the database home and configure error handling before (#3256)Keith Bostic2017-01-231-12/+12
* SERVER-16796 Recovery progress via verbose messages. (#3225)sueloverso2017-01-041-0/+1
* SERVER-26545 Remove fixed-size limitation on WiredTiger hazard pointers (#3187)Keith Bostic2016-12-151-3/+0
* WT-2962 Fix a memory leak introduced by this change. (#3145)Michael Cahill2016-11-141-0/+1
* WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill2016-11-141-17/+62
* WT-3018 lint (#3142)Keith Bostic2016-11-111-2/+0
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-011-3/+4
* WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-211-4/+10
* WT-1592 Add per-dhandle current cache usage statistics (#3062)Alex Gorrod2016-10-141-10/+38
* WT-2955 Add statistics tracking the amount of time threads spend waiting for ...Keith Bostic2016-10-131-13/+39
* WT-2926 WT_CONNECTION.reconfigure can attempt unlock of not-locked lock (#3057)Keith Bostic2016-09-231-2/+6
* WT-2859 Restructure statistics gathering macros (#3016)Sulabh Mahajan2016-09-141-2/+7
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-4/+4
* WT-2846 Fix bugs related to reconfiguring eviction settings. (#2973)Alex Gorrod2016-08-251-0/+1
* WT-2822 panic mutex and other functions that cannot fail (#2952)Keith Bostic2016-08-161-2/+1
* WT-2760 Fix a bug in backup related to directory sync. Change the filesystem ...Keith Bostic2016-07-151-7/+10
* WT-2755 flexelint configuration treats size_t as 4B type (#2858)Keith Bostic2016-07-111-1/+1
* WT-2408 Windows error translation layer (#2819)Keith Bostic2016-06-231-17/+12
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2824)Keith Bostic2016-06-221-1/+2
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-211-1/+1
* WT-2674 simplify metadata file check (#2763)Keith Bostic2016-06-011-1/+0
* WT-2653: the custom file-system example should show device configuration (#2741)Keith Bostic2016-05-251-0/+8
* WT-2630 Rename pluggable filesystem methods to avoid reserved names. (#2730)Michael Cahill2016-05-241-7/+7
* WT-2552 Add public API for pluggable filesystems (#2671)Alex Gorrod2016-04-281-43/+132
* WT-2584: don't use periods in error messagesKeith Bostic2016-04-231-2/+3
* Merge branch 'develop' into wt-2539Keith Bostic2016-04-191-1/+1
|\
| * WT-2504 Remove READONLY conditional for base config.Susan LoVerso2016-04-181-1/+1
* | WT-2539 Make streams a separate handle type from files.Michael Cahill2016-04-121-11/+10
|/
* WT-2526: mixing and matching readonly and read/write handlesKeith Bostic2016-04-041-2/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-291-1/+3
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-4/+5
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-251-0/+1
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-211-1/+2
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-201-2/+4
* WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-191-34/+49
* Merge branch 'develop' into wt-2330Keith Bostic2016-03-181-0/+14
|\
| * WT-2493 Add lsm_manager to verbose settings.Susan LoVerso2016-03-161-0/+1
| * WT-2404 Add streaming pack and unpack APIs to the extension API.Alex Gorrod2016-03-041-0/+13
* | WT-2330: in-memory configurations should not create on-disk collection filesKeith Bostic2016-03-181-29/+40
|/
* WT-2349 Remove boolean.Susan LoVerso2016-02-191-6/+6
* WT-2349 Revert last change.Susan LoVerso2016-02-191-11/+6
* WT-2349 Modify use of cfg.Susan LoVerso2016-02-191-6/+11
* WT-2349 Free merge_cfg when we're done with it.Susan LoVerso2016-02-191-2/+5
* WT-2349 Fix Jenkins memory failuresSusan LoVerso2016-02-191-0/+1