summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Merge branch 'develop' into encryption-apiDon Anderson2015-04-141-50/+82
|\ \ | |/
* | Add system password usages and bad password testing. #1822Susan LoVerso2015-04-131-82/+50
* | Add big comment about sizes used on decrypt. #1822Susan LoVerso2015-04-021-1/+1
* | Modified encryptor API to replace pre_size/post_size with sizing.Don Anderson2015-04-021-32/+8
* | Added ext/encryptors to the list to be automatically built.Don Anderson2015-03-282-56/+85
* | Merge branch 'develop' into encryption-apiDon Anderson2015-03-261-42/+70
|\ \ | |/
| * Use Standard C type uint64_t for zlibMark Benvenuto2015-03-261-1/+1
| * Merge pull request #1816 from wiredtiger/zlib-copy-streamsMichael Cahill2015-03-261-42/+70
| |\
| | * Shuffle the logic and add a pointer to remove some deflateCopy/deflateEndKeith Bostic2015-03-251-51/+59
| | * Use deflateCopy to copy streams for rollback in case the compressed size is t...Michael Cahill2015-03-251-5/+25
* | | More plumbing. #1822Susan LoVerso2015-03-263-0/+836
|/ /
* | Switch to using "safe mode" LZ4 decompression. We rely on it to detect error...Michael Cahill2015-03-251-6/+8
|/
* Add debugging code to compare the compressed buffer against the originalKeith Bostic2015-03-241-42/+63
* Now lint is unhappy:Keith Bostic2015-03-211-0/+1
* snappy_compress.c:73:9: warning: will never be executed [-Wunreachable-code]Keith Bostic2015-03-211-3/+0
* Fix a bug in lz4 decompression.Alex Gorrod2015-03-191-1/+1
* Fix a bug in lz4 compression - we were never compressing buffers.Alex Gorrod2015-03-191-1/+1
* Use LZ4_decompress_fast instead of LZ4_decompress_safe, we don't needKeith Bostic2015-03-181-2/+2
* Remove unnecessary "inline" #define.Keith Bostic2015-03-181-3/+2
* Don't write out the error value twice in a row.Keith Bostic2015-03-181-4/+4
* Fix build warning re: type conversion.Alex Gorrod2015-03-181-2/+2
* More fixes to lz4 source file.Alex Gorrod2015-03-181-11/+14
* Fix issues with unknown WT_UNUSEDdaveh862015-03-181-2/+2
* Update LZ4 source code to be more in-line with Snappy implementation.Alex Gorrod2015-03-181-78/+83
* Fixup lint in new lz4 source code.Alex Gorrod2015-03-181-68/+64