| Commit message (Expand) | Author | Age | Files | Lines |
* | Correctly deal with allocators added post-initialization. In particular, | lloyd | 2006-09-11 | 8 | -54/+49 |
* | Remove a useless wrapper function. | lloyd | 2006-09-10 | 1 | -17/+6 |
* | Update the changelog1.5.11 | lloyd | 2006-09-10 | 1 | -0/+9 |
* | Drop this, probably shouldn't have been included in the first place. | lloyd | 2006-09-10 | 1 | -16/+0 |
* | Check in some very preliminary code for wrapping public keys | lloyd | 2006-09-10 | 2 | -12/+68 |
* | Clean up the output produced when a 'note' directive is encountered in a | lloyd | 2006-09-10 | 1 | -5/+2 |
* | Lowercase the link command, no sense in shouting. | lloyd | 2006-09-10 | 1 | -1/+1 |
* | Completely rewrite how the default X509_Store searches are performed, | lloyd | 2006-09-10 | 3 | -101/+99 |
* | Hack around some Visual Studio bugs that I can't seem to find good solutions | lloyd | 2006-09-10 | 5 | -24/+40 |
* | Better trace output | lloyd | 2006-09-09 | 1 | -78/+73 |
* | Clean up use of grep and map | lloyd | 2006-09-09 | 1 | -17/+22 |
* | Fix the clean and install targets in the makefiles | lloyd | 2006-09-09 | 8 | -31/+39 |
* | Split main() into several subroutines. | lloyd | 2006-09-09 | 1 | -580/+650 |
* | Be more free with suggesting the user try running with --help in the event | lloyd | 2006-09-09 | 1 | -22/+24 |
* | Add parenthesis to make the order of evaluation in an expression more obvious | lloyd | 2006-09-09 | 1 | -1/+1 |
* | Merge the various set_if_any functions into a single match_any_of | lloyd | 2006-09-09 | 1 | -40/+32 |
* | Do put a space after -c/-o options, except for Visual C++, which can't | lloyd | 2006-09-09 | 11 | -22/+22 |
* | Add a couple of static_casts to make it clear where a type conversion is | lloyd | 2006-09-08 | 4 | -13/+15 |
* | Return the correct type from Basic_Constraints::get_path_limit (was coercing | lloyd | 2006-09-08 | 2 | -2/+2 |
* | Fix a bug when generating nmake-style makefiles. | lloyd | 2006-09-08 | 2 | -4/+3 |
* | Rename error() to croak(), to make it a little more obvious that it doesn't | lloyd | 2006-09-08 | 1 | -146/+155 |
* | Some minor simplifications for installation logic. | lloyd | 2006-09-08 | 7 | -68/+47 |
* | Various small things, nothing of real import. | lloyd | 2006-09-08 | 1 | -24/+20 |
* | The dir_list() function hardcoded '.' and '..' intead of using File::Spec | lloyd | 2006-09-08 | 1 | -6/+11 |
* | Hoist some shared code up to generate_makefile() | lloyd | 2006-09-08 | 1 | -71/+51 |
* | Store the list of docs to install in a list rather than a hash. | lloyd | 2006-09-08 | 1 | -49/+31 |
* | Add a 'win32' alias for Windows. | lloyd | 2006-09-08 | 1 | -0/+4 |
* | Fix handling for systems that need to run ranlib on static libraries. | lloyd | 2006-09-08 | 3 | -10/+8 |
* | Fix minor spacing issues after the build list | lloyd | 2006-09-08 | 4 | -3/+8 |
* | Fix several embedded pathnames that might cause problems on non-Unix | lloyd | 2006-09-08 | 1 | -56/+32 |
* | Integrated conflict detection into the module loader, which catches many | lloyd | 2006-09-08 | 1 | -40/+28 |
* | Finally get rid of the last set of globals | lloyd | 2006-09-08 | 1 | -50/+48 |
* | Speed up process_template() by running the regular expressions over the | lloyd | 2006-09-08 | 1 | -90/+106 |
* | Pass the config hash to load_module instead of a list of arguments | lloyd | 2006-09-08 | 1 | -66/+66 |
* | Get rid of a few more global variables | lloyd | 2006-09-08 | 1 | -35/+34 |
* | Use the right variable in the botan-config template for extra libraries | lloyd | 2006-09-08 | 1 | -1/+1 |
* | Check in the template for the build.h file | lloyd | 2006-09-08 | 1 | -0/+21 |
* | Use %CONFIG to hold much more of the build information. | lloyd | 2006-09-08 | 1 | -160/+136 |
* | Chop out various globals and unused parameters | lloyd | 2006-09-08 | 1 | -94/+127 |
* | Correct some of the Visual C++ options | lloyd | 2006-09-08 | 1 | -2/+2 |
* | Rearrange to place related pieces of code near each other. | lloyd | 2006-09-08 | 1 | -271/+343 |
* | Remove support for building with .s files, which aren't used (versus .S | lloyd | 2006-09-08 | 1 | -5/+4 |
* | Remove some unused parameters to the makefile printers | lloyd | 2006-09-08 | 1 | -27/+26 |
* | Move some of the shared code up to generate_makefile | lloyd | 2006-09-08 | 1 | -172/+109 |
* | Remove the makefile file handle parameter to the generation functions, as | lloyd | 2006-09-08 | 1 | -32/+24 |
* | Improve handling of Itanium option generation for GCC | lloyd | 2006-09-08 | 2 | -2/+5 |
* | Fix a failure that occured if the user specified the OS as generic. | lloyd | 2006-09-08 | 1 | -28/+33 |
* | Remove print_header(), no longer used | lloyd | 2006-09-08 | 1 | -7/+0 |
* | Generate the NMAKE version of the makefile with file templates | lloyd | 2006-09-08 | 2 | -123/+155 |
* | Generate the Unix makefiles by processing templates and replacing | lloyd | 2006-09-08 | 3 | -178/+302 |