| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Removed references to random(). WT-1822. | Don Anderson | 2015-05-04 | 1 | -4/+8 |
* | | Merge branch 'develop' into encryption-api | Susan LoVerso | 2015-05-04 | 2 | -59/+57 |
|\ \
| |/ |
|
| * | Minor KNF, whitespace cleanup. | Keith Bostic | 2015-05-03 | 1 | -11/+10 |
| * | KNF | Keith Bostic | 2015-05-02 | 1 | -4/+2 |
| * | add missing () on return call. | Keith Bostic | 2015-05-02 | 1 | -1/+1 |
| * | Remove "wt_" prefix from local functions, they're not adding | Keith Bostic | 2015-05-02 | 1 | -17/+18 |
| * | Move the find_slot function near the compress-raw function, its only | Keith Bostic | 2015-05-02 | 1 | -26/+26 |
* | | KNF, lint. | Keith Bostic | 2015-04-29 | 1 | -18/+18 |
* | | KNF | Keith Bostic | 2015-04-29 | 1 | -7/+9 |
* | | We require the ANSI C behavior where a free of a NULL is OK. | Keith Bostic | 2015-04-29 | 1 | -11/+5 |
* | | Make nop_encrypt() match rotn_encrypt(): return ENOMEM if the destination | Keith Bostic | 2015-04-29 | 1 | -1/+1 |
* | | Merge branch 'encryption-api' of https://github.com/wiredtiger/wiredtiger int... | Don Anderson | 2015-04-29 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge branch 'develop' into encryption-api | Susan LoVerso | 2015-04-28 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Change WT_CONNECTION.configure_method() to do the same name translation | Keith Bostic | 2015-04-15 | 1 | -1/+1 |
* | | | Fixed uninitialized variable. References WT-1822. | Don Anderson | 2015-04-29 | 1 | -10/+10 |
|/ / |
|
* | | Use result_len to allow for padding. Send in the buffer size as | Susan LoVerso | 2015-04-27 | 1 | -5/+7 |
* | | Revert "In our sample encryptores, compute a checksum on the plaintext," | Don Anderson | 2015-04-27 | 1 | -64/+31 |
* | | Added new encryption test for mismatch configuration; style fixes. | Don Anderson | 2015-04-26 | 1 | -1/+1 |
* | | In our sample encryptores, compute a checksum on the plaintext, | Don Anderson | 2015-04-25 | 1 | -31/+64 |
* | | Fixed spelling in comments. | Don Anderson | 2015-04-23 | 1 | -5/+5 |
* | | Style fixes. | Don Anderson | 2015-04-23 | 1 | -6/+6 |
* | | Added a variation of the rotn encryptor that allows testing with secretkey. | Don Anderson | 2015-04-22 | 1 | -33/+119 |
* | | Move to automake 1.15. | Keith Bostic | 2015-04-22 | 1 | -6/+19 |
* | | KNF. | Don Anderson | 2015-04-15 | 1 | -1/+0 |
* | | Added a rotn encryptor shared object, as a basis for simple encryption | Don Anderson | 2015-04-15 | 2 | -0/+364 |
* | | Merge branch 'develop' into encryption-api | Don Anderson | 2015-04-14 | 1 | -50/+82 |
|\ \
| |/ |
|
* | | Add system password usages and bad password testing. #1822 | Susan LoVerso | 2015-04-13 | 1 | -82/+50 |
* | | Add big comment about sizes used on decrypt. #1822 | Susan LoVerso | 2015-04-02 | 1 | -1/+1 |
* | | Modified encryptor API to replace pre_size/post_size with sizing. | Don Anderson | 2015-04-02 | 1 | -32/+8 |
* | | Added ext/encryptors to the list to be automatically built. | Don Anderson | 2015-03-28 | 2 | -56/+85 |
* | | Merge branch 'develop' into encryption-api | Don Anderson | 2015-03-26 | 1 | -42/+70 |
|\ \
| |/ |
|
| * | Use Standard C type uint64_t for zlib | Mark Benvenuto | 2015-03-26 | 1 | -1/+1 |
| * | Merge pull request #1816 from wiredtiger/zlib-copy-streams | Michael Cahill | 2015-03-26 | 1 | -42/+70 |
| |\ |
|
| | * | Shuffle the logic and add a pointer to remove some deflateCopy/deflateEnd | Keith Bostic | 2015-03-25 | 1 | -51/+59 |
| | * | Use deflateCopy to copy streams for rollback in case the compressed size is t... | Michael Cahill | 2015-03-25 | 1 | -5/+25 |
* | | | More plumbing. #1822 | Susan LoVerso | 2015-03-26 | 3 | -0/+836 |
|/ / |
|
* | | Switch to using "safe mode" LZ4 decompression. We rely on it to detect error... | Michael Cahill | 2015-03-25 | 1 | -6/+8 |
|/ |
|
* | Add debugging code to compare the compressed buffer against the original | Keith Bostic | 2015-03-24 | 1 | -42/+63 |
* | Now lint is unhappy: | Keith Bostic | 2015-03-21 | 1 | -0/+1 |
* | snappy_compress.c:73:9: warning: will never be executed [-Wunreachable-code] | Keith Bostic | 2015-03-21 | 1 | -3/+0 |
* | Fix a bug in lz4 decompression. | Alex Gorrod | 2015-03-19 | 1 | -1/+1 |
* | Fix a bug in lz4 compression - we were never compressing buffers. | Alex Gorrod | 2015-03-19 | 1 | -1/+1 |
* | Use LZ4_decompress_fast instead of LZ4_decompress_safe, we don't need | Keith Bostic | 2015-03-18 | 1 | -2/+2 |
* | Remove unnecessary "inline" #define. | Keith Bostic | 2015-03-18 | 1 | -3/+2 |
* | Don't write out the error value twice in a row. | Keith Bostic | 2015-03-18 | 1 | -4/+4 |
* | Fix build warning re: type conversion. | Alex Gorrod | 2015-03-18 | 1 | -2/+2 |
* | More fixes to lz4 source file. | Alex Gorrod | 2015-03-18 | 1 | -11/+14 |
* | Fix issues with unknown WT_UNUSED | daveh86 | 2015-03-18 | 1 | -2/+2 |
* | Update LZ4 source code to be more in-line with Snappy implementation. | Alex Gorrod | 2015-03-18 | 1 | -78/+83 |
* | Fixup lint in new lz4 source code. | Alex Gorrod | 2015-03-18 | 1 | -68/+64 |