| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixup Doxygen error | lloyd | 2008-10-14 | 1 | -3/+3 |
* | Doxygen comments for utils/version.h (from InSiTo) | lloyd | 2008-10-13 | 1 | -0/+26 |
* | Remove leading "Botan " from result of version_string | lloyd | 2008-10-12 | 1 | -3/+9 |
* | Add an implementation of bswap for Visual C++ in x86 inline asm, | lloyd | 2008-10-12 | 1 | -0/+9 |
* | Mark classes with BOTAN_DLL macro for DLL visibility | lloyd | 2008-10-08 | 7 | -7/+7 |
* | Document dependencies between modules | lloyd | 2008-10-01 | 2 | -1/+6 |
* | Make PBE base, IF_algo only load if needed by dependencies | lloyd | 2008-10-01 | 2 | -2/+2 |
* | propagate from branch 'net.randombit.botan' (head fd327b29aa542e0ad5ff6d37d83... | lloyd | 2008-09-30 | 2 | -0/+2 |
* | Move datastore from core to utils | lloyd | 2008-09-30 | 3 | -7/+237 |
* | Split off part of the core module into libstate (basically the whole | lloyd | 2008-09-30 | 27 | -0/+770 |
* | Escape newline in macro | lloyd | 2008-09-29 | 1 | -2/+2 |
* | Set a preprocessor flag if we think the compiler supports GCC-style | lloyd | 2008-09-29 | 1 | -2/+4 |
* | Use bswapl on 32-bit x86 as well | lloyd | 2008-09-29 | 1 | -1/+1 |
* | Merge the 3 mlocks (ml_unix, ml_win32, stub mlock.cpp) into a single mlock.cpp | lloyd | 2008-09-29 | 3 | -3/+26 |
* | Directly inline x86-64 asm into bswap.h | lloyd | 2008-09-29 | 2 | -38/+12 |
* | Fix loading issues | lloyd | 2008-09-29 | 2 | -2/+2 |
* | load_on request, not load_on required (though it had the same effect) | lloyd | 2008-09-29 | 2 | -2/+2 |
* | Make asm implementations distinctly named objects, for instance MD5_IA32, | lloyd | 2008-09-29 | 4 | -0/+288 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Move x86-64 asm bswap impl to utils, as bswap_amd64.h | lloyd | 2008-09-29 | 1 | -0/+36 |
* | Add mlock.cpp to utils modinfo listing | lloyd | 2008-09-29 | 1 | -0/+1 |
* | Move mlock to utils, as decled in util.h | lloyd | 2008-09-29 | 1 | -0/+24 |
* | Move what is left of the uncategorized library to 'core'. There is still | lloyd | 2008-09-29 | 3 | -0/+70 |
* | Move charset.cpp to utils with header | lloyd | 2008-09-29 | 2 | -0/+200 |
* | More headers (loadstore, mem_ops, rotate, types) for util module | lloyd | 2008-09-28 | 5 | -0/+380 |
* | Move stl_util and (forgotten again) modinfo.txt to utils module | lloyd | 2008-09-28 | 2 | -0/+103 |
* | Move parsing.{h,cpp} to utils module | lloyd | 2008-09-28 | 2 | -0/+325 |
* | Move util functions into utils/ module | lloyd | 2008-09-28 | 8 | -0/+424 |