Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-23 | rfc4251.h: add #include <stdexcept> | Timo Weingärtner | |
2013-09-01 | move mpint/mpz conversion into separate file | Timo Weingärtner | |
these functions need linking against libgmp | |||
2013-08-31 | reorganize import code for name-list and mpint | Timo Weingärtner | |
reuse some common parts | |||
2013-08-31 | remove some inline specifiers | Timo Weingärtner | |
* from functions defined inside the struct * from non-trivial functions | |||
2013-08-31 | remove declarations for default copy and move | Timo Weingärtner | |
2013-08-31 | use more uniform initialization | Timo Weingärtner | |
std::string(1, <some char>) becomes std::string{<some char>} also fix accidental use of ssize_t instead of size_t with gmp This yielded two warnings (-Wnarrowing) where a size_t is used to initialize an rfc4251uint32, they were fixed with a cast. | |||
2013-07-19 | rfc4251string: add length checks | Timo Weingärtner | |
2013-07-19 | rfc4251string: implement name-list (as vector<string>) | Timo Weingärtner | |
2013-07-19 | rfc4251string: don't store the length | Timo Weingärtner | |
2013-06-17 | Initial commit | Timo Weingärtner | |