aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move gtk+ example to doc/exampleslloyd2008-09-295-0/+0
* In build_cmds, push onto a list and join the strings at the endlloyd2008-09-291-6/+5
* Add missing fileslloyd2008-09-292-0/+80
* Updates to Boost.Python wrapper for 1.7.14. RSA disabled, needs RNGlloyd2008-09-295-3/+28
* Move KDF, EME, and EMSA base classes from pubkey to core to remove alloyd2008-09-2924-125/+81
* Better dependency handlinglloyd2008-09-298-30/+47
* Add missing divide.hlloyd2008-09-291-0/+17
* Fix display of loaded moduleslloyd2008-09-291-5/+9
* Fix loading issueslloyd2008-09-295-2/+8
* Quieterlloyd2008-09-291-1/+1
* load_on request, not load_on required (though it had the same effect)lloyd2008-09-292-2/+2
* Don't load deps of a module that we won't loadlloyd2008-09-291-6/+6
* Version bump to 1.7.14lloyd2008-09-291-1/+1
* Add deps on bigint, math modules in PK algoslloyd2008-09-296-0/+12
* Put only the implementation of BigInt in src/bigint, mathematical functionslloyd2008-09-2930-55/+71
* Make asm implementations distinctly named objects, for instance MD5_IA32,lloyd2008-09-2934-191/+485
* propagate from branch 'net.randombit.botan' (head ca7d7fc1ae6b55c5328c9cf1ec1...lloyd2008-09-298-6/+14
|\
| * Link to NetSieben and Ajisai in info.txtlloyd2008-09-291-0/+5
| * Let SHA-1 SSE2 module know that Pentium-M works toolloyd2008-09-281-0/+1
| * Oops, continue to look in /proc/cpuinfo rather than my home dirlloyd2008-09-281-1/+1
| * Add support for Pentium-M autodetection and GCC builds. Bug report bylloyd2008-09-282-1/+4
| * Default to very basic platform types for distro buildslloyd2008-09-285-6/+5
* | Move x509 into cert/ subdir (in prep for InSiTo adding cert/cvc)lloyd2008-09-2924-0/+0
* | Remove todo.txt from .mtn-ignorelloyd2008-09-291-1/+1
* | Add info.txt files for asm hash moduleslloyd2008-09-294-0/+101
* | Normalize asm nameslloyd2008-09-297-13/+13
* | Expose use of global state in some of the lookup functions, includinglloyd2008-09-298-79/+111
* | Add missing info.txt for generic mp_asm.hlloyd2008-09-291-0/+8
* | Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-29129-1/+1
* | Update modinfo with renamed filename (maybe add wildcarding support? Thislloyd2008-09-291-1/+1
* | Rename for clarity (at least a little bit)lloyd2008-09-291-0/+0
* | Remove more dependencies on the global state object.lloyd2008-09-2910-57/+34
* | Hardcode use of Latin1 encoding if an encoding using ASN.1 DIRECTORY STRINGlloyd2008-09-292-6/+2
* | Pass a Mutex* as an argument to Pooling_Allocator instead of it grabbinglloyd2008-09-297-10/+15
* | Start fixing up for full asm support againlloyd2008-09-296-12/+9
* | Move mp_mulop.cpp (source file) to asm_amd64lloyd2008-09-291-0/+0
* | Move x86-64 asm bswap impl to utils, as bswap_amd64.hlloyd2008-09-291-0/+0
* | Drop empty io directorylloyd2008-09-290-0/+0
* | Move fd_unix from io to filterslloyd2008-09-293-0/+0
* | Add deps, missing includes, etclloyd2008-09-295-6/+9
* | Add mlock.cpp to utils modinfo listinglloyd2008-09-291-0/+1
* | Fix modinfo fileslloyd2008-09-292-2/+1
* | Move mlock to utils, as decled in util.hlloyd2008-09-291-0/+0
* | Add the missing modinfo.txtlloyd2008-09-291-0/+33
* | Move parts of core into pk/pubkey which is at least somewhat relevantlloyd2008-09-2929-27/+15
* | Drop create_modinfo.pl, just a temp thinglloyd2008-09-291-35/+0
* | Add modinfo for keypair and core moduleslloyd2008-09-292-0/+91
* | Move what is left of the uncategorized library to 'core'. There is stilllloyd2008-09-2975-14/+20
* | Move timer base class into a module, add dep from other timer moduleslloyd2008-09-297-0/+30
* | Move charset.cpp to utils with headerlloyd2008-09-292-0/+1