aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/parsing.h
Commit message (Collapse)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-133/+0
|
* Add simple config readerlloyd2013-12-101-0/+16
|
* Add erase_chars and replace_charslloyd2013-04-101-2/+19
|
* Move to_u32bit to source file. Add map_remove_if helperlloyd2012-11-021-2/+1
|
* Doxygen warning fixeslloyd2012-07-091-1/+2
|
* propagate from branch 'net.randombit.botan.tls-state-machine' (head ↵lloyd2012-02-201-9/+11
|\ | | | | | | | | | | 0ceb9cde62a2b3614901ae85a53546d9fc641326) to branch 'net.randombit.botan.cxx11' (head 777e65950ef3706a82e5df20dcca7fcc999ca533)
| * Add string_join; inverse of split_on.lloyd2011-06-171-0/+9
| | | | | | | | | | | | | | | | | | 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.
| * Post-merge fixupslloyd2010-10-131-9/+2
| |
* | Add Ciphersuite::to_stringlloyd2012-01-231-0/+10
|/ | | | | Add a convenience function to Session that returns the ciphersuite class since mostly users won't care about the underlying code point.
* s/u32bit/size_t/ in utilslloyd2010-10-131-1/+1
|
* Doxygenlloyd2010-10-011-14/+61
|
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-13/+15
| | | | | | | | | | | | | | | 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 parsing.{h,cpp} to utils modulelloyd2008-09-281-0/+39