aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Basic instructions for building the docslloyd2011-12-171-5/+17
* Make this exception somewhat more understandable. I think.lloyd2011-12-171-1/+1
* Add TCHead to list of userslloyd2011-12-171-0/+3
* Use LoadLibraryA instead of bare LoadLibrary so things work if used inlloyd2011-12-131-1/+1
* Fix readme URLslloyd2011-12-081-4/+4
* Fix PR 166lloyd2011-12-081-5/+9
* Add basic NaCl targetlloyd2011-12-082-0/+6
* Warn the user if targetting for GCC on Windows without an explicitlloyd2011-12-022-9/+17
* LoadLibrary apparently works on MinGWlloyd2011-12-021-0/+1
* GCC doesn't like casting a function pointer to void* without anlloyd2011-12-022-1/+4
* Add AltiVec detection on OpenBSD, contributed by Brad Smith in PR 162lloyd2011-11-282-1/+17
* Fix PGP key linklloyd2011-11-281-1/+1
* Fix link, and use sphinx to generatelloyd2011-11-281-3/+2
* Call cpuid via inline asm on x86-64, so we can use it with Clang (nolloyd2011-11-181-2/+16
* Add model name for Sandy Bridge. Use -march=corei7 with GCC and Clanglloyd2011-11-183-12/+16
* Fix declarationlloyd2011-11-181-2/+1
* Manually rename registers instead of rotating. Performance is aboutlloyd2011-11-181-638/+638
* Poll clock_gettime in High_Resolution_Timestamp::poll with whateverlloyd2011-11-113-1/+42
* Log the detected revision, if mtn reports somethinglloyd2011-11-101-0/+2
* PyPy workslloyd2011-11-091-7/+6
* Add AltiVec detection for POWER7 processorslloyd2011-11-022-0/+4
* Include the needed sub in the log noteslloyd2011-11-011-1/+2
* Mention the 1.8 branchlloyd2011-10-181-2/+3
* Switch to the Python 3 syntax in configure.py. A Perl one-liner in thelloyd2011-10-182-10/+17
* If running a non-released version and monotone wasn't installed (orlloyd2011-10-181-9/+16
* Don't set the soname on OpenBSD (PR 158)lloyd2011-10-112-0/+8
* Python 3.1's subprocess.Popen.communicate returns a bytes rather thanlloyd2011-10-101-2/+5
* Name the params for DER_Encoder in headerlloyd2011-10-061-24/+47
* Note --cpu fix, bump versionlloyd2011-09-012-2/+10
* Make dir path more explicitlloyd2011-08-301-1/+1
* Search for an exact match in both arch and submodel before tryinglloyd2011-08-191-4/+15
* Avoid using -march=i386 if an i386 is 'detected', instead uselloyd2011-08-151-2/+5
* Add the start of Python docslloyd2011-08-065-6/+42
* Initialize the logger before we call parse, so if an exception getslloyd2011-07-211-3/+4
* Move reading list to its own filelloyd2011-07-143-23/+25
* 1.10.1 release1.10.1lloyd2011-07-114-25/+46
* Add a new, somewhat more functional dist scriptlloyd2011-07-111-0/+168
* Allow overriding the VC revision in botan_version.py (for releases)lloyd2011-07-112-1/+2
* merge of '040da681d3a04ab0caf2f9ba7f8492d296fd7c0c'lloyd2011-07-061-1/+1
|\
| * Fix linklloyd2011-06-201-1/+1
* | The Algorithm_Factory has this logic on looking for an object:lloyd2011-07-055-8/+36
* | Tick to 1.10.1 unreleased.lloyd2011-06-306-8/+29
* | Make CMAC::poly_double at least theoretically constant time, thoughlloyd2011-06-231-3/+2
* | Fix -Wshadow warninglloyd2011-06-221-2/+2
* | Add a second test for bcrypt, using an 8-bit character. This testlloyd2011-06-201-8/+13
|/
* Update with info on 1.8.12 releaselloyd2011-06-202-17/+33
* Tick version to 1.10.0 release1.10.0lloyd2011-06-204-4/+7
* Invert the meaning of the Miller-Rabin test; passes_test meant 'is notlloyd2011-06-161-9/+17
* Detect (though not using) the CPUID bit for the RDRAND instructionlloyd2011-06-162-1/+9
* Add std::swap specialization for memory containerslloyd2011-06-132-0/+12