aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/stl_util.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for key material exportlloyd2012-09-071-0/+7
|
* Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-201-0/+1
| | | | and unique_ptr.
* propagate from branch 'net.randombit.botan.tls-state-machine' (head ↵lloyd2012-02-201-39/+10
|\ | | | | | | | | | | 0ceb9cde62a2b3614901ae85a53546d9fc641326) to branch 'net.randombit.botan.cxx11' (head 777e65950ef3706a82e5df20dcca7fcc999ca533)
| * Add string_join; inverse of split_on.lloyd2011-06-171-2/+2
| | | | | | | | | | | | | | | | | | Use auto in a few more places. Use GCC 4.6's range-for Delete rather than hide Algorithm copy constructor/assignment Move version to more or less randomly chosen 1.99 so there is no ambiguity about versions.
| * propagate from branch 'net.randombit.botan' (head ↵lloyd2010-11-041-38/+9
| |\ | | | | | | | | | | | | | | | 303b2518a80553214b1e5ab4d9b96ef54629cbc7) to branch 'net.randombit.botan.c++0x' (head d734eefabe4816be4dd3e3e6e7bb13b7ab5be148)
| | * propagate from branch 'net.randombit.botan' (head ↵lloyd2010-09-071-0/+5
| | |\ | | | | | | | | | | | | | | | | | | | | fb78974f57bc3065d8537ebeb5210c86e74e9bb1) to branch 'net.randombit.botan.c++0x' (head dcb30c0029c7e44a75d0d8b859447a6c9df97cde)
| | * | Use auto for long iterator names, etc.lloyd2009-11-161-19/+0
| | | | | | | | | | | | | | | | It will be nice to convert to the range-based for loop once that's available.
| | * | Remove copy_if, now included in C++0x (also, it turns out, not being usedlloyd2009-04-011-16/+0
| | | | | | | | | | | | | | | | in the source).
* | | | Force resumed session to use previous ciphersuite, etclloyd2011-12-271-0/+13
|/ / /
* | / Doxygen updates.lloyd2010-11-021-12/+10
| |/ |/| | | | | | | Remove version of search_map that returns two distinguishing results; only used in one place, and that can be replaced by a call to count()
* | Work around Sun Studio multimap insert buglloyd2010-09-031-0/+5
| |
* | More Doxygen updates/fixeslloyd2010-06-151-3/+3
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-19/+21
| | | | | | | | | | | | | | | up during the Fedora submission review, that each source file include some text about the license. One handy Perl script later and each file now has the line Distributed under the terms of the Botan license after the copyright notices. While I was in there modifying every file anyway, I also stripped out the remainder of the block comments (lots of astericks before and after the text); this is stylistic thing I picked up when I was first learning C++ but in retrospect it is not a good style as the structure makes it harder to modify comments (with the result that comments become fewer, shorter and are less likely to be updated, which are not good things).
* Move stl_util and (forgotten again) modinfo.txt to utils modulelloyd2008-09-281-0/+84