aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix a warning when building under XLCJack Lloyd2019-06-291-1/+4
* FreeBSD using new mmap flags to protect against possible too wideDavid Carlier2019-06-211-1/+5
* Fix some LGTM issuesJack Lloyd2019-06-191-0/+1
* Fix more MSVC warningsJack Lloyd2019-06-141-2/+2
* Officially deprecate headersJack Lloyd2019-06-071-0/+7
* Revert part of #1744 making Exception constructors protectedJack Lloyd2019-05-301-1/+11
* Add a DatabaseError type, set the sqlite return code in exceptionJack Lloyd2019-05-234-62/+79
* Merge GH #1962 Add getauxval replacement for older AndroidJack Lloyd2019-05-221-3/+26
|\
| * tweakDavid Carlier2019-05-221-2/+5
| * Providing little getauxval implementation for Android<18David Carlier2019-05-211-3/+23
* | add --boost-library-name configure optionRené Meusel2019-05-221-2/+1
|/
* OpenBSD MAP_CONCEAL new flag supportDavid Carlier2019-05-151-0/+4
* Fix some warnings with Clang 8Jack Lloyd2019-05-082-5/+4
* append .lib suffix for boost on windowsTim Oesterreich2019-05-071-1/+2
* Merge GH #1839 Add TLS asio stream wrapperJack Lloyd2019-05-012-0/+61
|\
| * review: unit tests and public api versionHannes Rantzsch2019-04-291-1/+2
| * use ErrorType instead of TLS::error and remove convert_exceptions headerHannes Rantzsch2019-04-232-0/+60
* | Document get_auxvalJack Lloyd2019-04-231-1/+9
* | Warning compile fix for OpenBSDDavid Carlier2019-04-231-0/+1
* | Fix some Doxygen errorsJack Lloyd2019-04-221-2/+2
* | Avoid C++ style comments in headers that may be parsed as CJack Lloyd2019-04-191-2/+2
* | Make the ISA list a listJack Lloyd2019-04-171-1/+3
* | Provides auxiliary vector support for FreeBSD.David Carlier2019-04-154-13/+24
|/
* Fix a few warnings in Boost specific codeJack Lloyd2019-04-131-1/+1
* Remove tab charactersJack Lloyd2019-04-101-2/+2
* Using available cores rather than total for the pools.David Carlier2019-04-073-1/+38
* Add some more todos for Memory_PoolJack Lloyd2019-03-281-0/+20
* Merge GH #1864 Use thread pool for XMSS signaturesJack Lloyd2019-03-281-0/+2
|\
| * Use the global thread pool for XMSS signaturesJack Lloyd2019-03-261-0/+2
* | Rename 'darwin' target to 'macos'Jack Lloyd2019-03-274-9/+9
|/
* Avoid a warning when building in single file amalgamation modeJack Lloyd2019-03-131-1/+1
* Fix Coverity warningsJack Lloyd2019-03-072-20/+38
* Prevent a warning with old GCCJack Lloyd2019-02-271-4/+5
* Add additional annotations for malloc functionsJack Lloyd2019-02-171-1/+1
* Build fixes for GNU/HurdJack Lloyd2019-02-041-0/+1
* Merge GH #1819 Add Thread_Pool and use it for running testsJack Lloyd2019-01-315-14/+212
|\
| * Add a thread poolJack Lloyd2019-01-315-14/+212
* | Have set_mem only work for bytesJack Lloyd2019-01-311-4/+3
|/
* Refactor CPUID to make it thread safeJack Lloyd2019-01-306-48/+76
* Compile fixJack Lloyd2019-01-302-2/+2
* Use std::mutex instead of mutex_type hereJack Lloyd2019-01-304-8/+8
* Make the Memory_Pool MMU operations a compile time optionJack Lloyd2019-01-221-4/+16
* Rename Integrity_Failure to Invalid_Authentication_TagJack Lloyd2019-01-182-5/+22
* Remove use of std::filesystem / boost::filesystemJack Lloyd2019-01-172-69/+8
* Define BOTAN_IF_CONSTEXPRJack Lloyd2019-01-174-8/+25
* Merge GH #1808 Add sandbox feature to CLIJack Lloyd2019-01-141-0/+1
|\
| * Sandboxing feature from CLI pov.David Carlier2019-01-142-24/+0
| * Proposal of sandboxing feature.David Carlier2019-01-062-0/+25
* | Remove unused fieldsJack Lloyd2019-01-131-3/+0
* | Remove trailing whitespaceJack Lloyd2019-01-131-1/+1
|/