| Commit message (Expand) | Author | Age | Files | Lines |
* | Update all uses of MemoryRegion::append to use either push_back or operator+= | lloyd | 2010-09-15 | 31 | -147/+142 |
* | 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 | 12 | -48/+49 |
* | 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 |
* | Remove more uses of vector to pointer implicit conversions | lloyd | 2010-09-13 | 29 | -101/+134 |
* | 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 | 60 | -151/+160 |
* | Use a true lexicographic ordering in MemoryRegion::operator< | lloyd | 2010-09-09 | 1 | -8/+11 |
* | Update the dynamic engine protocol. The initial version had an engine | lloyd | 2010-09-08 | 1 | -30/+15 |
* | 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 |
* | 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 | 71 | -157/+165 |
* | Realization while thinking about the recently added truncate: in a STL | lloyd | 2010-09-07 | 6 | -51/+39 |
* | 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 |
* | 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 |
* | 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 |
* | Uglify Data_Store::search_with a little to go through multimap_insert | lloyd | 2010-09-03 | 1 | -1/+7 |
* | Remove calling getsid, it causes problems with too many different | lloyd | 2010-09-03 | 1 | -3/+1 |
* | Remove declaration of Hex_Encoder::encode, which was removed in an earlier | lloyd | 2010-09-03 | 1 | -8/+4 |
* | Add dependencies for SSL module | lloyd | 2010-09-03 | 1 | -0/+20 |
* | Remove filter/pipe dependency here | lloyd | 2010-09-03 | 2 | -14/+6 |
* | Update some callers that were using Hex_Encoder or Hex_Decoder but | lloyd | 2010-09-03 | 4 | -35/+26 |
* | Add a simple function to MemoryRegion to truncate to a specified size. | lloyd | 2010-09-03 | 1 | -0/+10 |
* | Add a standalone version of hex encoding and decoding, defining the filters | lloyd | 2010-09-03 | 8 | -137/+334 |
* | Interesting factoid, turns out that overloading std::swap is not | lloyd | 2010-09-02 | 1 | -1/+5 |
* | Rename mp_amd64_msvc to mp_msvc64 since it supports both AMD64 and | lloyd | 2010-08-25 | 3 | -2/+2 |
* | Add support for Windows-style dynamic loading with LoadLibrary. Not | lloyd | 2010-08-25 | 3 | -8/+32 |