aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* Move allocator initializer RAII class to mem_ops.hJack Lloyd2018-02-191-0/+6
* Of course they are public member variables, not functions ...Jack Lloyd2018-02-131-1/+1
* Add BOTAN_DEPRECATED_PUBLIC_MEMBER_FUNCTIONSJack Lloyd2018-02-131-0/+1
* Enable VirtualLock on MinGW buildsJack Lloyd2018-02-131-2/+2
* Alternate method of forcing allocator initializationJack Lloyd2018-02-042-0/+12
* Add function to query if filesystem support is enabled.Jack Lloyd2018-01-302-0/+17
* Fix documentation of DataSource::end_of_data.Marcus Brinkmann2018-01-191-1/+1
* Move thread utils (barrier and semaphore) to a subpackage of utilJack Lloyd2018-01-126-25/+15
* Merge GH #1391 X25519 cleanupsJack Lloyd2018-01-091-2/+7
|\
| * Fix for systems needing 128-bit helper typeJack Lloyd2018-01-071-0/+5
| * Reformat donna.cppJack Lloyd2018-01-061-2/+2
* | Merge GH #1393 Add cpuid support for POWER crypto extensionsJack Lloyd2018-01-093-1/+34
|\ \
| * | Add support for detecting POWER crypto using getauxvalJack Lloyd2018-01-073-1/+34
| |/
* | Merge GH #1378 Use OS feature flags instead of OS name for enabling system sp...Jack Lloyd2018-01-098-57/+45
|\ \ | |/ |/|
| * Test OS features by the feature vs the OS nameJack Lloyd2017-12-308-57/+45
* | Avoid warning with old ClangJack Lloyd2018-01-011-1/+1
* | Enable GCC inline asm under Sun Studio compilersJack Lloyd2017-12-311-1/+1
|/
* Disable sockets on MinGWJack Lloyd2017-12-301-3/+3
* Avoid prefixing siglongjmp or sigsetjmp with ::Jack Lloyd2017-12-281-2/+2
* Fix socket libs for SolarisJack Lloyd2017-12-231-0/+1
* Fix build issue on HaikuJack Lloyd2017-12-232-0/+2
* Fix some shadow and unused parameter warningsJack Lloyd2017-12-201-2/+2
* Avoid tying encoding of CRLs to the current system clockJack Lloyd2017-12-181-1/+2
* Windows has a different return typeJack Lloyd2017-12-171-2/+4
* Merge BSD and Winsock variations togetherJack Lloyd2017-12-171-105/+61
* Missing includeJack Lloyd2017-12-171-0/+1
* Add an overall timeout to the HTTP requestJack Lloyd2017-12-171-0/+8
* Expose timeouts to the HTTP APIJack Lloyd2017-12-172-11/+26
* Handle timeouts in BSD socketsJack Lloyd2017-12-171-5/+61
* Add timeouts to Asio socketsJack Lloyd2017-12-176-39/+117
* Enable using NEON on ClangJack Lloyd2017-12-101-14/+15
* Add a new version function returning just the version without extrasJack Lloyd2017-12-062-16/+40
* Merge GH #1267 Multithreaded signing in XMSSJack Lloyd2017-12-051-1/+1
|\
| * Updates documentation, news and copyright notices.Matthias Gierlings2017-11-211-1/+1
* | Remove use of "using namespace std"Jack Lloyd2017-12-041-7/+7
* | Simplify date conversion by avoiding OS utilitiesJack Lloyd2017-12-043-111/+55
* | Merge GH #1329 Remove unaligned mem optionsJack Lloyd2017-12-021-29/+22
|\ \
| * | Remove unaligned mem checkJack Lloyd2017-12-021-29/+22
* | | Drop support for Cilk+Jack Lloyd2017-12-021-32/+2
|/ /
* | Fix missing headerJack Lloyd2017-11-291-0/+1
* | PSK DatabaseJack Lloyd2017-11-263-1/+15
|/
* Add a function for checking if poly_double_n supports a particular sizeJack Lloyd2017-11-181-0/+8
* Add feature macro for Sqlite3 being enabled in buildJack Lloyd2017-11-181-0/+3
* Add a second constructor to Decoding_Error which takes an exception string.Jack Lloyd2017-11-142-0/+5
* Remove use of transcodeJack Lloyd2017-11-092-42/+60
* Add UCS-2 and UCS-4 to UTF-8 conversion functionsJack Lloyd2017-11-092-0/+97
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-262-0/+10
* Skip ARM32 specific byteswap code, enable MSVC byteswap intrinsicsJack Lloyd2017-10-242-34/+15
* Convert http:// links to https:// where possibleJack Lloyd2017-10-241-1/+1
* deprecate exceptionsDaniel Neus2017-10-211-3/+3