aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/misc/rfc3394
Commit message (Collapse)AuthorAgeFilesLines
* Simplify some code by using T::create_or_throwJack Lloyd2016-11-031-6/+2
|
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-1/+0
|
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-4/+4
| | | | | | | | As the alternatives are unfortunate for applications trying to catch all library errors, and it seems deriving from std::runtime_error causes problems with MSVC DLLs (GH #340) Effectively reverts 2837e915d82e43
* Remove use of lookup.h in favor of new T::create API.Jack Lloyd2015-09-211-3/+8
|
* Internal header cleanupsJack Lloyd2015-09-191-1/+0
| | | | Only user-visible change is the removal of get_byte.h
* lib/misc: Convert &vec[0] to vec.data()Simon Warta2015-06-251-8/+8
|
* Hide Algorithm_Factory and use the functions in lookup.h internally.lloyd2015-03-041-20/+9
| | | | | | Fix two memory leaks (in TLS and modes) caused by calling get_foo and then cloning the result before saving it (leaking the original object), a holdover from the conversion between construction techniques in 1.11.14
* Clean up root dir, remove some unneeded dependencieslloyd2015-02-053-0/+164