| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove system_time(), replace entirely with std::chrono. | lloyd | 2009-12-01 | 2 | -11/+12 |
* | propagate from branch 'net.randombit.botan' (head b3515264af291b4785d3d296e2c... | lloyd | 2009-12-01 | 1 | -1/+0 |
|\ |
|
| * | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 2 | -2/+1 |
* | | propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100... | lloyd | 2009-11-20 | 1 | -0/+1 |
|\| |
|
| * | Add missing dependency on timer | lloyd | 2009-11-20 | 1 | -0/+1 |
* | | Remove to_string, replacing with std::to_string | lloyd | 2009-11-18 | 5 | -24/+33 |
* | | Use the new support for explicitly deleting functions instead of hiding | lloyd | 2009-11-17 | 1 | -2/+2 |
* | | propagate from branch 'net.randombit.botan' (head cfb19182987fc95b2a8885584a3... | lloyd | 2009-11-17 | 2 | -3/+3 |
|\| |
|
| * | Rename/remove some secmem member variables for better matching with STL | lloyd | 2009-11-17 | 2 | -3/+3 |
* | | Use auto for long iterator names, etc. | lloyd | 2009-11-16 | 1 | -16/+11 |
* | | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 2 | -44/+28 |
|\ \
| |/
|/| |
|
| * | Attic-ize all of src/timer, except for time_t_to_tm and system_time | lloyd | 2009-10-13 | 1 | -1/+1 |
| * | propagate from branch 'net.randombit.botan' (head b9ca6596a127964cb9795d22bc2... | lloyd | 2009-09-17 | 1 | -20/+2 |
| |\ |
|
| * \ | propagate from branch 'net.randombit.botan' (head 95eb8083f5884531e5ca0667388... | lloyd | 2009-07-21 | 1 | -5/+7 |
| |\ \ |
|
| * | | | A few experiments with auto keyword type inference. Looks like things will | lloyd | 2009-04-01 | 1 | -43/+27 |
* | | | | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 1 | -2/+0 |
| |_|/
|/| | |
|
* | | | The get_tm function was duplicated. Move single version to timer.{h,cpp} | lloyd | 2009-09-17 | 1 | -20/+2 |
| |/
|/| |
|
* | | Move some files around to break up dependencies between directories | lloyd | 2009-07-16 | 1 | -0/+2 |
* | | Add a script that reads the output of print_deps.py and rewrites | lloyd | 2009-07-15 | 1 | -5/+5 |
|/ |
|
* | Thomas Moschny passed along a request from the Fedora packagers which came | lloyd | 2009-03-30 | 16 | -531/+563 |
* | Split the last parts of the 'core' module | lloyd | 2008-11-08 | 3 | -52/+0 |
* | Add Doxygen comments to asn1_oid.h (from InSiTo) | lloyd | 2008-10-13 | 1 | -14/+58 |
* | Move oids.h to oid_lookup. Allows for much smaller build by disabling asn1 | lloyd | 2008-10-01 | 1 | -0/+1 |
* | Rewrite part of the module loading code in configure.pl, now dependencies | lloyd | 2008-09-30 | 1 | -1/+1 |
* | Better dependency handling | lloyd | 2008-09-29 | 1 | -1/+5 |
* | Fix loading issues | lloyd | 2008-09-29 | 1 | -0/+2 |
* | Rename all modinfo.txt files to info.txt, since they are all (none) of | lloyd | 2008-09-29 | 1 | -0/+0 |
* | Remove more dependencies on the global state object. | lloyd | 2008-09-29 | 1 | -1/+1 |
* | Hardcode use of Latin1 encoding if an encoding using ASN.1 DIRECTORY STRING | lloyd | 2008-09-29 | 1 | -5/+2 |
* | Move almost all of the ASN.1, BER, and DER codec related code into new | lloyd | 2008-09-28 | 18 | -0/+2887 |