| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all versions of MemoryRegion::append. | lloyd | 2010-09-15 | 1 | -19/+43 |
* | Implicit conversions | lloyd | 2010-09-14 | 5 | -21/+25 |
* | Remove more implicit vector to pointer conversions | lloyd | 2010-09-14 | 13 | -51/+52 |
* | More changes to avoid vector to pointer implicit conversions | lloyd | 2010-09-14 | 21 | -54/+55 |
* | Handle the case that container size() returns something other than u32bit | lloyd | 2010-09-14 | 15 | -23/+22 |
* | Completely remove the second parameter to SecureVector which specifies | lloyd | 2010-09-14 | 68 | -272/+313 |
* | Avoid 3-argument copy | lloyd | 2010-09-13 | 1 | -1/+1 |
* | Split up definitions so it is easer to remove functions I want to remove. | lloyd | 2010-09-13 | 1 | -19/+21 |
* | Don't expose init (protected) with a using directive | lloyd | 2010-09-13 | 1 | -8/+6 |
* | Remove constructors of MemoryVector and SecureVector that took two | lloyd | 2010-09-13 | 4 | -23/+16 |
* | Fix examples for destroy being renamed clear | lloyd | 2010-09-13 | 2 | -2/+2 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 35 | -126/+154 |
* | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 18 | -42/+49 |
* | First set of changes for avoiding use implicit vector->pointer conversions | lloyd | 2010-09-13 | 28 | -131/+163 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 65 | -209/+218 |
* | Not an error removing build if it didn't exist at all | lloyd | 2010-09-10 | 1 | -1/+2 |
* | Use a true lexicographic ordering in MemoryRegion::operator< | lloyd | 2010-09-09 | 1 | -8/+11 |
* | Read input as binary | lloyd | 2010-09-08 | 1 | -1/+1 |
* | Add an (undocumented) option --dirty-tree which does not delete the build | lloyd | 2010-09-08 | 1 | -4/+19 |
* | Update the dynamic engine protocol. The initial version had an engine | lloyd | 2010-09-08 | 1 | -30/+15 |
* | Wording changes | lloyd | 2010-09-08 | 1 | -3/+3 |
* | Dynamic loading confirmed to work on Windows (tested Windows 7 x64) | lloyd | 2010-09-08 | 1 | -0/+1 |
* | Under certain compilation modules, HMODULE isn't a void* but rather a | lloyd | 2010-09-08 | 1 | -2/+2 |
* | In the nmake clean target, delete additional stuff that VC++ drops into | lloyd | 2010-09-08 | 1 | -0/+1 |
* | Fix binary input in DataSource_Stream - the conditional was backwards. | lloyd | 2010-09-08 | 2 | -11/+10 |
* | Document recent changes | lloyd | 2010-09-08 | 1 | -2/+5 |
* | Specify the target host and port for tls_client on the command line | lloyd | 2010-09-08 | 1 | -3/+18 |
* | Really fix RC4 suites - it was set to use a key of 128 bytes == 1024 bits! | lloyd | 2010-09-08 | 1 | -1/+1 |
* | Rename MemoryRegion::destroy to MemoryRegion::clear to match STL | lloyd | 2010-09-08 | 11 | -21/+20 |
* | Fix RC4 suites | lloyd | 2010-09-08 | 1 | -1/+1 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 72 | -158/+166 |
* | Oops... renamed this quite a while ago, never updated example | lloyd | 2010-09-07 | 1 | -6/+6 |
* | Realization while thinking about the recently added truncate: in a STL | lloyd | 2010-09-07 | 7 | -52/+39 |
* | Add a basic test for cryptobox | lloyd | 2010-09-07 | 1 | -0/+46 |
* | Call test that was defined but not used | lloyd | 2010-09-07 | 1 | -4/+5 |
* | Avoid name clashing, Sun Studio doesn't like this | lloyd | 2010-09-07 | 1 | -2/+3 |
* | Disable a couple of very noisy warnings which don't provde a huge | lloyd | 2010-09-07 | 1 | -1/+2 |
* | Prevent loop variable shadowing | lloyd | 2010-09-07 | 1 | -12/+12 |
* | Remove trailing comma from enum decl | lloyd | 2010-09-07 | 1 | -1/+1 |
* | Prevent shadowing of one loop param with another | lloyd | 2010-09-07 | 1 | -1/+1 |
* | Update CPU optimization flags for Sun Studio to the previous decade. | lloyd | 2010-09-07 | 1 | -6/+10 |
* | My version of Sun Studio has the same reverse iterator bug as GCC 3 | lloyd | 2010-09-07 | 1 | -1/+1 |
* | The SSSE3 intrinsics apparently work under Sun Studio as well | lloyd | 2010-09-07 | 1 | -0/+1 |
* | Cast the first argument to msync, munmap, mlock, and munlock to char* | lloyd | 2010-09-07 | 2 | -4/+4 |
* | If the numeric_limits tests fail, make the output a little less dramatic | lloyd | 2010-09-03 | 1 | -4/+4 |
* | Fix comparison functor | lloyd | 2010-09-03 | 1 | -3/+3 |
* | According to Thomas Maier-Komor in a post to botan-devel, the right | lloyd | 2010-09-03 | 1 | -0/+2 |
* | Clean up the unix process running entropy source a little bit. Tweak | lloyd | 2010-09-03 | 3 | -24/+35 |
* | Work around Sun Studio multimap insert bug | lloyd | 2010-09-03 | 1 | -0/+5 |
* | The modern name for Sun Workshop Pro is Sun Studio | lloyd | 2010-09-03 | 1 | -1/+1 |