summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* WT-3179 test bug: clang sanitizer failure in fail_fsDon Anderson2017-02-141-4/+8
* WT-3179 test bug: clang sanitizer failure in fail_fs #3300Don Anderson2017-02-141-1/+5
* WT-2909 Create automatable test verifying checkpoint integrity after errors (...Keith Bostic2017-02-141-6/+6
* WT-2909 Create automatable test verifying checkpoint integrity after errors (...Keith Bostic2017-02-141-3/+10
* WT-2909 Add a custom file system fault injection test to verify checkpoint in...Don Anderson2017-02-141-38/+159
* WT-3120 Fix ordering problem in connection_close for filesystem loaded in an ...Keith Bostic2017-01-231-21/+29
* WT-3120 Fix ordering problem in connection_close for custom filesystem loaded...Don Anderson2017-01-232-0/+712
* Fix data source examples to include alter. (#3200)sueloverso2016-12-152-1/+3
* WT-2962 Allow configuration of builtin extensions. (#3137)Michael Cahill2016-11-144-111/+35
* WT-3001 WT_EXTENSION_API references are named inconsistently. (#3115)Keith Bostic2016-11-038-479/+486
* WT-2998 add error messages to error returns that might be confusing. (#3110)Keith Bostic2016-11-014-26/+81
* WT-2991 Fix coverity REVERSE_INULL (#3106)David Hows2016-10-241-2/+1
* WT-2880 Add Zstandard compression support (#3075)Keith Bostic2016-10-215-150/+670
* WT-2916 Fix and simplify s_whitespace. (#3047)Michael Cahill2016-09-161-1/+1
* WT-2873 Refactor CRC32 code (#3000)Keith Bostic2016-09-081-3/+3
* WT-2888 Switch functions to return void where possible (#3019)Keith Bostic2016-09-061-6/+6
* WT-2829 Fix missing define for BerkeleyDB (#2968)David Hows2016-08-171-0/+7
* WT-2820 add gcc warn_unused_result attribute (#2938)Keith Bostic2016-08-121-3/+4
* WT-2755 flexelint configuration treats size_t as 4B type (#2858)Keith Bostic2016-07-111-1/+1
* WT-2691 Use wrappers for ctype functions to avoid sign extension errors (#2818)Don Anderson2016-06-212-3/+3
* WT-2548 Cap the amount of data handed to raw compression.Michael Cahill2016-04-181-9/+1
* WT-2375 Update reverse integer collator to use streaming pack API.Alex Gorrod2016-03-141-17/+22
* Merge branch 'develop' into wt-2375-collator-testsMichael Cahill2016-03-142-12/+56
|\
| * WT-2376 Consistently name snappy byteswap routine.Alex Gorrod2016-02-221-4/+4
| * WT-2376: Modules should compile without including wt_internal.h header fileKeith Bostic2016-02-212-14/+58
| * WT-2372 - wt_internal.h should always be the first include, when neededDavid Hows2016-02-022-4/+4
* | WT-2375 Use WT_EXTENSION API to unpack, for portability.Don Anderson2016-02-021-85/+76
* | WT-2375 Whitespace and spelling.Don Anderson2016-02-011-2/+2
* | WT-2375 Added tests using revint, a reverse integer collator for testing.Don Anderson2016-02-012-0/+167
|/
* Merge branch 'develop' into WT-60Michael Cahill2016-01-292-421/+0
|\
| * WT-2352: Allow build and test without requiring lz4Keith Bostic2016-01-282-421/+0
* | WT-60: big endian supportKeith Bostic2016-01-282-2/+7
* | WT-60: big endian supportKeith Bostic2016-01-282-27/+38
|/
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-0111-11/+11
* Fix some OS X clang warnings.Michael Cahill2015-11-271-1/+1
* WT-2234: Coverity 1339897: Resource leaks (RESOURCE_LEAK)Keith Bostic2015-11-251-1/+3
* WT-1315. Remove dependency from extension to WT library, it's not portable.Don Anderson2015-11-041-1/+3
* WT-1315. Modified csv_extractor arguments to allow either string or intDon Anderson2015-11-031-11/+32
* WT-1822Keith Bostic2015-08-281-2/+3
* s_all run of: "style.py" resulted in:Keith Bostic2015-08-261-2/+6
* Fix a build warning on OS X in the CSV extension.Michael Cahill2015-08-261-1/+1
* WT-1822. Add test to ensure that error codes returned by decryptDon Anderson2015-08-241-12/+78
* Whitespace: 3 spaces after a period in a comment.Keith Bostic2015-06-142-6/+6
* Add fix for C2054 to lz4_compressDavid Hows2015-05-291-0/+3
* Fix gcc 4.7 compiler warning.Alex Gorrod2015-05-221-1/+1
* WT-1940. Fixed unpack call to use extension API.Don Anderson2015-05-211-1/+3
* WT-1940. Modify CSV extractor to copy the result string safely.Don Anderson2015-05-201-8/+11
* WT-1940. Added extractor tests and a small fix for customized extractors.Don Anderson2015-05-202-0/+176
* Avoid islower / isupper in the ROTN code: it behaves in unexpected ways on va...Michael Cahill2015-05-141-5/+7
* Handle potential error condition from bzip.Don Anderson2015-05-131-1/+8