summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | KNFKeith Bostic2015-04-291-7/+9
* | We require the ANSI C behavior where a free of a NULL is OK.Keith Bostic2015-04-291-11/+5
* | Make nop_encrypt() match rotn_encrypt(): return ENOMEM if the destinationKeith Bostic2015-04-291-1/+1
* | Merge branch 'encryption-api' of https://github.com/wiredtiger/wiredtiger int...Don Anderson2015-04-291-1/+1
|\ \
| * \ Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-281-1/+1
| |\ \ | | |/
| | * Change WT_CONNECTION.configure_method() to do the same name translationKeith Bostic2015-04-151-1/+1
* | | Fixed uninitialized variable. References WT-1822.Don Anderson2015-04-291-10/+10
|/ /
* | Use result_len to allow for padding. Send in the buffer size asSusan LoVerso2015-04-271-5/+7
* | Revert "In our sample encryptores, compute a checksum on the plaintext,"Don Anderson2015-04-271-64/+31
* | Added new encryption test for mismatch configuration; style fixes.Don Anderson2015-04-261-1/+1
* | In our sample encryptores, compute a checksum on the plaintext,Don Anderson2015-04-251-31/+64
* | Fixed spelling in comments.Don Anderson2015-04-231-5/+5
* | Style fixes.Don Anderson2015-04-231-6/+6
* | Added a variation of the rotn encryptor that allows testing with secretkey.Don Anderson2015-04-221-33/+119
* | Move to automake 1.15.Keith Bostic2015-04-221-6/+19
* | KNF.Don Anderson2015-04-151-1/+0
* | Added a rotn encryptor shared object, as a basis for simple encryptionDon Anderson2015-04-152-0/+364