aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
...
* Fixup Doxygen errorlloyd2008-10-141-3/+3
* Doxygen comments for utils/version.h (from InSiTo)lloyd2008-10-131-0/+26
* Remove leading "Botan " from result of version_stringlloyd2008-10-121-3/+9
* Add an implementation of bswap for Visual C++ in x86 inline asm,lloyd2008-10-121-0/+9
* Mark classes with BOTAN_DLL macro for DLL visibilitylloyd2008-10-087-7/+7
* Document dependencies between moduleslloyd2008-10-012-1/+6
* Make PBE base, IF_algo only load if needed by dependencieslloyd2008-10-012-2/+2
* propagate from branch 'net.randombit.botan' (head fd327b29aa542e0ad5ff6d37d83...lloyd2008-09-302-0/+2
* Move datastore from core to utilslloyd2008-09-303-7/+237
* Split off part of the core module into libstate (basically the wholelloyd2008-09-3027-0/+770
* Escape newline in macrolloyd2008-09-291-2/+2
* Set a preprocessor flag if we think the compiler supports GCC-stylelloyd2008-09-291-2/+4
* Use bswapl on 32-bit x86 as welllloyd2008-09-291-1/+1
* Merge the 3 mlocks (ml_unix, ml_win32, stub mlock.cpp) into a single mlock.cpplloyd2008-09-293-3/+26
* Directly inline x86-64 asm into bswap.hlloyd2008-09-292-38/+12
* Fix loading issueslloyd2008-09-292-2/+2
* load_on request, not load_on required (though it had the same effect)lloyd2008-09-292-2/+2
* Make asm implementations distinctly named objects, for instance MD5_IA32,lloyd2008-09-294-0/+288
* Rename all modinfo.txt files to info.txt, since they are all (none) oflloyd2008-09-291-0/+0
* Move x86-64 asm bswap impl to utils, as bswap_amd64.hlloyd2008-09-291-0/+36
* Add mlock.cpp to utils modinfo listinglloyd2008-09-291-0/+1
* Move mlock to utils, as decled in util.hlloyd2008-09-291-0/+24
* Move what is left of the uncategorized library to 'core'. There is stilllloyd2008-09-293-0/+70
* Move charset.cpp to utils with headerlloyd2008-09-292-0/+200
* More headers (loadstore, mem_ops, rotate, types) for util modulelloyd2008-09-285-0/+380
* Move stl_util and (forgotten again) modinfo.txt to utils modulelloyd2008-09-282-0/+103
* Move parsing.{h,cpp} to utils modulelloyd2008-09-282-0/+325
* Move util functions into utils/ modulelloyd2008-09-288-0/+424