summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'develop' into encryption-apiMichael Cahill2015-05-121-75/+208
|\
| * Alex's review, src_len is used.Keith Bostic2015-05-041-1/+0
| * Alex's review, beef up the decompress comment explaining the bounceKeith Bostic2015-05-041-4/+8
| * Document that prefix.unused can be used as a mode flag in the future.Keith Bostic2015-05-041-1/+4
| * It seems possible the destination length is smaller than the targetKeith Bostic2015-05-041-2/+2
| * Alex's review, switch to more intuitive field names in the prefixKeith Bostic2015-05-041-10/+10
| * Allocate a scratch buffer as necessary during decompression, solves theKeith Bostic2015-05-031-14/+41
| * Fix a typo, was never returning success from raw compression.Keith Bostic2015-05-031-0/+1
| * Rewrite the binary search function (I took zlib's, but zlib's searchKeith Bostic2015-05-031-8/+13
| * Add LZ4 raw support based on the new LZ4_compress_destSize API, makingKeith Bostic2015-05-031-84/+173
* | Replace a large paragraph on why we allocate extension structures insteadKeith Bostic2015-05-084-24/+4
* | Fix some minor build issues with encryption: don't commit Makefile.in, avoid ...Michael Cahill2015-05-072-673/+9
* | In rotn, remove unneeded checks and fixed return value for presize(). WT-1822.Don Anderson2015-05-051-5/+1
* | Removed references to random(). WT-1822.Don Anderson2015-05-041-4/+8
* | Merge branch 'develop' into encryption-apiSusan LoVerso2015-05-042-59/+57
|\ \ | |/
| * Minor KNF, whitespace cleanup.Keith Bostic2015-05-031-11/+10
| * KNFKeith Bostic2015-05-021-4/+2
| * add missing () on return call.Keith Bostic2015-05-021-1/+1
| * Remove "wt_" prefix from local functions, they're not addingKeith Bostic2015-05-021-17/+18
| * Move the find_slot function near the compress-raw function, its onlyKeith Bostic2015-05-021-26/+26
* | KNF, lint.Keith Bostic2015-04-291-18/+18