Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 1 | -9/+9 |
* | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 1 | -2/+2 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 1 | -1/+2 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 1 | -3/+3 |
* | Update some callers that were using Hex_Encoder or Hex_Decoder but | lloyd | 2010-09-03 | 1 | -6/+2 |
* | More Doxygen comments | lloyd | 2010-06-16 | 1 | -8/+26 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 1 | -0/+3 |
* | Avoid MSVC warning 4800 about implicit conversion from T to bool. Mostly | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Un-internal loadstor.h (and its header deps, rotate.h and | lloyd | 2009-12-21 | 1 | -1/+1 |
* | Add missing BOTAN_DLL exports. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -1/+1 |
* | Move most code that relies heavily on Filters into src/filters. | lloyd | 2009-11-17 | 3 | -0/+326 |