| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b... | lloyd | 2010-11-04 | 4 | -40/+29 |
|\ |
|
| * | propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b... | lloyd | 2010-10-13 | 4 | -39/+28 |
| |\ |
|
| | * | ~Algorithm_Cache was missing definition | lloyd | 2010-08-04 | 1 | -1/+1 |
| | * | propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c... | lloyd | 2010-08-04 | 4 | -39/+28 |
| | |\ |
|
| | | * | propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a... | lloyd | 2010-06-17 | 4 | -28/+52 |
| | | |\ |
|
| | | * \ | propagate from branch 'net.randombit.botan' (head 879d1fc83844976a01b9e3188c4... | lloyd | 2010-05-25 | 1 | -6/+10 |
| | | |\ \ |
|
| | | * \ \ | propagate from branch 'net.randombit.botan' (head 75d272c759511a9a99a371ddc74... | lloyd | 2010-04-09 | 2 | -5/+12 |
| | | |\ \ \ |
|
| | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 5bfc3e699003b86615c584f8ae4... | lloyd | 2010-02-14 | 4 | -38/+27 |
| | | |\ \ \ \ |
|
| | | | * \ \ \ | propagate from branch 'net.randombit.botan' (head 12382647ef0a28fcb11c824c77b... | lloyd | 2010-01-21 | 4 | -38/+27 |
| | | | |\ \ \ \ |
|
| | | | | * | | | | Post-merge fixes | lloyd | 2009-12-16 | 1 | -1/+1 |
| | | | | * | | | | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 3 | -6/+12 |
| | | | | |\ \ \ \ |
|
| | | | | * | | | | | Use auto for long iterator names, etc. | lloyd | 2009-11-16 | 2 | -19/+14 |
| | | | | * | | | | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 4 | -19/+14 |
| | | | | |\ \ \ \ \ |
|
| | | | | | * \ \ \ \ | propagate from branch 'net.randombit.botan' (head d2bced090807e3590304d38724d... | lloyd | 2009-10-13 | 1 | -0/+4 |
| | | | | | |\ \ \ \ \ |
|
| | | | | | * \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c... | lloyd | 2009-10-13 | 4 | -19/+14 |
| | | | | | |\ \ \ \ \ \ |
|
| | | | | | | * | | | | | | Remove dep on mutex module (doesn't exist here). Use initializer list in libs... | lloyd | 2009-09-11 | 1 | -1/+0 |
| | | | | | | * | | | | | | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573... | lloyd | 2009-09-08 | 3 | -18/+14 |
| | | | | | | |\ \ \ \ \ \ |
|
| | | | | | | | * \ \ \ \ \ | propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388... | lloyd | 2009-07-21 | 1 | -4/+9 |
| | | | | | | | |\ \ \ \ \ \ |
|
| | | | | | | | * | | | | | | | Remove the mutex classes in favor of C++0x's std::mutex and std::lock_guard | lloyd | 2009-04-01 | 3 | -18/+14 |
* | | | | | | | | | | | | | | | Move PBKDF lookups to engine | lloyd | 2010-11-04 | 2 | -0/+71 |
* | | | | | | | | | | | | | | | Add a BOTAN_DEPRECATED macro which can provide compile-time | lloyd | 2010-11-02 | 1 | -2/+3 |
|/ / / / / / / / / / / / / / |
|
* / / / / / / / / / / / / / | s/u32bit/size_t/ | lloyd | 2010-10-12 | 4 | -12/+12 |
|/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | merge of '28d57385c0f1a9a2665288ce728e8b3231634f59' | lloyd | 2010-08-03 | 1 | -0/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Forbid copying an Algorithm_Factory; could easily cause double-delete, | lloyd | 2010-07-30 | 1 | -0/+4 |
* | | | | | | | | | | | | | | We've already predeclared Engine at the start of the header, so no | lloyd | 2010-07-29 | 1 | -4/+4 |
|/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Expose Algorithm_Factory::clear_caches which clears out all of the | lloyd | 2010-07-27 | 2 | -1/+10 |
* | | | | | | | | | | | | | There was an interesting bug affecting dynamically loaded engines. | lloyd | 2010-07-27 | 2 | -4/+14 |
* | | | | | | | | | | | | | In Algorithm_Factory, delete the Engines after deleting the caches | lloyd | 2010-07-27 | 1 | -2/+2 |
* | | | | | | | | | | | | | Consolidate the two engines that provided assembler implementations | lloyd | 2010-07-13 | 1 | -2/+1 |
| |_|_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | | |
|
* | | | | | | | | | | | | Replace "@return a blah" and "@return the blah" with just "@return blah" | lloyd | 2010-06-16 | 1 | -1/+1 |
* | | | | | | | | | | | | Yet more Doxygen comments | lloyd | 2010-06-16 | 1 | -6/+18 |
* | | | | | | | | | | | | More Doxygen comments | lloyd | 2010-06-16 | 1 | -0/+7 |
* | | | | | | | | | | | | More Doxygen fixes | lloyd | 2010-06-15 | 2 | -2/+7 |
* | | | | | | | | | | | | Fix a few hundred Doxygen warnings | lloyd | 2010-06-15 | 1 | -18/+18 |
* | | | | | | | | | | | | Use "/*" instead of "/**" in starting comments at the begining of a file. | lloyd | 2010-06-07 | 2 | -2/+2 |
| |_|_|_|_|_|_|_|_|_|/
|/| | | | | | | | | | |
|
* | | | | | | | | | | | Add a couple of small patches from Thomas Capricelli <[email protected]> | lloyd | 2010-05-21 | 1 | -6/+10 |
| |_|_|_|_|_|_|_|_|/
|/| | | | | | | | | |
|
* | | | | | | | | | | Allow adding engines dynamically | lloyd | 2010-03-24 | 2 | -7/+12 |
|/ / / / / / / / / |
|
* / / / / / / / / | Minor tweak, save a line and more readable IMO | lloyd | 2010-02-14 | 1 | -2/+1 |
|/ / / / / / / / |
|
* | | | | | | | | Doxygen comments | lloyd | 2010-01-07 | 1 | -14/+63 |
* | | | | | | | | Recognize aes_isa engine, set as high priority | lloyd | 2010-01-06 | 1 | -4/+6 |
| |_|_|_|_|_|/
|/| | | | | | |
|
* | | | | | | | Make many more headers internal-only. | lloyd | 2009-12-16 | 3 | -4/+5 |
* | | | | | | | Full working amalgamation build, plus internal-only headers concept. | lloyd | 2009-12-16 | 3 | -5/+11 |
|/ / / / / / |
|
* | | | | | | Rename sse2 engine to simd | lloyd | 2009-10-29 | 1 | -1/+1 |
* | | | | | | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
| |_|_|_|/
|/| | | | |
|
* | | | | | Check for cipher_mode() being set; if it is, not an algo_factory algo | lloyd | 2009-10-13 | 1 | -0/+4 |
|/ / / / |
|
* / / / | Add 'Distributed under...' text to files missing it. Some format cleanups | lloyd | 2009-10-07 | 1 | -1/+4 |
|/ / / |
|
* | / | Add *s before comment lines in file headers | lloyd | 2009-09-08 | 1 | -2/+2 |
| |/
|/| |
|
* | | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -4/+9 |
|/ |
|
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 3 | -0/+6 |
* | Fix misspelled words in algo_factory.{cpp,h}, from Charles Brockman in bug 40 | lloyd | 2009-03-02 | 2 | -12/+13 |