summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Use srand/rand instead of srandom/random, it's more portable andKeith Bostic2015-05-141-2/+2
* Export extensions entry point for Windows.Don Anderson2015-05-131-0/+6
* Merge branch 'develop' into encryption-apiMichael Cahill2015-05-121-10/+12
|\
| * MergingPat Gunn2015-05-101-8/+5
| |\
| | * Replace "fprintf(stdout)" with printf(), minor additional simplification.Keith Bostic2015-05-081-10/+5
| * | Fix embarassing oops.Pat Gunn2015-05-081-1/+1
| * | dist/s_all plus refactor fprintf(stdout to printf(Pat Gunn2015-05-081-11/+9
| * | Log more of what we're doing during the long waitsPat Gunn2015-05-071-0/+7
| |/
* | Fix some minor build issues with encryption: don't commit Makefile.in, avoid ...Michael Cahill2015-05-071-4/+4
* | Removed global MY_CRYPTO to simplify the example.Don Anderson2015-05-051-6/+4
* | local macro 'SYS_BADPW' (line 51, file examples/c/ex_encrypt.c) not referencedKeith Bostic2015-05-051-1/+0
* | Removed references to rand(). Removed some test code. WT-1822.Don Anderson2015-05-041-36/+6
* | Do a full pass, simplify all the if/free pairs in the tree.Keith Bostic2015-05-021-8/+5
* | Use rand/srand and time for portability. References WT-1822.Don Anderson2015-04-291-3/+4
* | Merge branch 'encryption-api' of https://github.com/wiredtiger/wiredtiger int...Don Anderson2015-04-291-7/+5
|\ \
| * | KNF, lint.Keith Bostic2015-04-291-1/+1
| * | KNFKeith Bostic2015-04-291-4/+3
| * | remove unnecessary braces.Keith Bostic2015-04-291-2/+1
* | | Removed compression from the encryption example. References WT-1822.Don Anderson2015-04-292-7/+2
|/ /
* | srandom takes an unsigned long, not an unsigned int.Keith Bostic2015-04-281-1/+1
* | MAX_TENANTS not usedKeith Bostic2015-04-281-2/+0
* | assign some returns to "ret", just to shut up the compilerKeith Bostic2015-04-281-5/+5
* | typo, it's %zu, not %zKeith Bostic2015-04-281-1/+1
* | Operator '-' followed by operator '+' is confusing. Use parentheses.Keith Bostic2015-04-281-2/+2
* | BUFSIZE never used.Keith Bostic2015-04-281-1/+0
* | Variable "ret" never used -- clean up error handling.Keith Bostic2015-04-281-17/+25
* | make_cksum and make_iv don't return an error value, make voidKeith Bostic2015-04-281-5/+3
* | Operator '-' followed by operator '-' is confusing. Use parentheses.Keith Bostic2015-04-281-1/+1
* | Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-282-9/+27
|\ \ | |/
| * Change wiredtiger_config_validate to take a WT_EVENT_HANDLER as an argument,Keith Bostic2015-04-231-1/+1
| * Change WT_CONNECTION.configure_method() to do the same name translationKeith Bostic2015-04-152-12/+16
| * Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-04-152-3/+108
| |\
| * | Instead of requiring applications use our configuration strings, translateKeith Bostic2015-04-151-1/+10
| * | Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-04-031-0/+5
| |\ \
| * \ \ Merge branch 'develop' into validate-configuration-stringKeith Bostic2015-03-2212-36/+72
| |\ \ \
| * | | | Add an API to validate configuration strings.Keith Bostic2015-03-091-0/+5
* | | | | Use result_len to allow for padding. Send in the buffer size asSusan LoVerso2015-04-271-4/+7
* | | | | Revert "In our sample encryptores, compute a checksum on the plaintext,"Don Anderson2015-04-271-54/+18
* | | | | 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-18/+54
* | | | | Add unit test and fixes for encryption mismatches. WT-1822Susan LoVerso2015-04-231-5/+5
* | | | | Add more comments to example.Susan LoVerso2015-04-211-1/+12
* | | | | Conditionally build ex_encrypt if snappy is configured.Susan LoVerso2015-04-211-1/+4
* | | | | Add compression to some encrypted tables.Susan LoVerso2015-04-201-0/+2
* | | | | Clean up code. Verify we find the expected log records. WT-1822Susan LoVerso2015-04-171-3/+10
* | | | | Cleanup build warnings. WT-1822Susan LoVerso2015-04-171-9/+9
* | | | | Merge branch 'develop' into encryption-apiSusan LoVerso2015-04-172-3/+106
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fix the copyright notice.Keith Bostic2015-04-151-1/+3
| * | | | use stat object to get at constants, avoid error handling, avoid unnecessary ...Pat Gunn2015-04-151-27/+12
| * | | | Small logic fixPat Gunn2015-04-141-2/+1