aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Revert #1798Jack Lloyd2019-01-051-4/+14
* Add a fast range check and inline some thingsJack Lloyd2019-01-052-78/+89
* Split up allocations into pagesJack Lloyd2019-01-056-169/+188
* New Memory_Pool implementationJack Lloyd2019-01-043-131/+335
* Add VC 2019 preview buildJack Lloyd2019-01-022-2/+1
* Merge GH #1803 XLC fixesJack Lloyd2019-01-014-10/+18
|\
| * Clean up define for inline asmJack Lloyd2018-12-312-3/+7
| * Use __builtin_bswapN builtins on XLCJack Lloyd2018-12-311-4/+4
| * Fixes for XLCJack Lloyd2018-12-311-1/+1
| * Fix generic 32-bit bswapJack Lloyd2018-12-311-2/+6
* | Fix MSVC warningsJack Lloyd2018-12-311-1/+1
|/
* Add a fuzzer for Memory_PoolJack Lloyd2018-12-291-1/+1
* Improve PBKDF self-tuningJack Lloyd2018-12-291-2/+6
* Add OS::read_env_variableJack Lloyd2018-12-292-8/+21
* Use posix_memalign instead of mmap for creating the locking poolJack Lloyd2018-12-281-17/+9
* Make bigint_sub_abs const timeJack Lloyd2018-12-271-0/+23
* Another try at silencing Coverity on thisJack Lloyd2018-12-231-1/+1
* Initialize System_Error::m_error_codeJack Lloyd2018-12-231-1/+2
* Avoid double return of unique_ptrJack Lloyd2018-12-231-1/+3
* Rename OS::get_processor_timestamp to OS::get_cpu_cycle_counterJack Lloyd2018-12-233-6/+7
* Now Timer does not need to include an internal headerJack Lloyd2018-12-231-1/+0
* De-inline more of TimerJack Lloyd2018-12-232-41/+37
* Make significant_words const time alsoJack Lloyd2018-12-231-36/+21
* In Timer, grab CPU clock firstJack Lloyd2018-12-231-9/+9
* Remove now incorrect commentJack Lloyd2018-12-221-5/+0
* Make high_bit and ctz actually const timeJack Lloyd2018-12-221-3/+3
* Promote ct_is_zero and expand_top_bit to bit_ops.hJack Lloyd2018-12-222-10/+21