aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* Undeprecate these exceptionsJack Lloyd2017-10-192-5/+7
* Another attempt at silencing MSVC warningJack Lloyd2017-10-192-6/+2
* Add a destructor to Policy_ViolationJack Lloyd2017-10-191-3/+4
* Use conditional include in demaphore.hSimon Warta2017-10-191-1/+1
* Additional final annotationsJack Lloyd2017-10-152-3/+3
* De-inline bodies of exception classesJack Lloyd2017-10-153-67/+133
* Use memcpy trick in 3-arg xor_buf alsoJack Lloyd2017-10-131-23/+17
* Somewhat faster xor_bufJack Lloyd2017-10-121-18/+15
* OCB optimizationsJack Lloyd2017-10-123-68/+70
* Merge GH #1247 Improve bit rotation functionsJack Lloyd2017-10-123-56/+122
|\
| * Ugh, the GCC/Clang trick triggers C4146 under MSVCJack Lloyd2017-10-121-8/+25
| * Add compile-time rotation functionsJack Lloyd2017-10-123-72/+99
| * Use rol/ror x86 instructions on GCC/ClangJack Lloyd2017-10-111-2/+24
* | Avoid std::count to skip a signed overflow warningJack Lloyd2017-10-122-3/+13
* | Merge GH #1245 Restructure Barrier/Semaphore to avoid signed overflow warningsJack Lloyd2017-10-122-11/+9
|\ \ | |/ |/|
| * #1220 - fixed fixes of integer overflowHubert Bugaj2017-10-102-7/+3
| * #1220 - fixed signed overflow warningsHubert Bugaj2017-10-092-10/+12
* | Remove SSE2 bswap_4Jack Lloyd2017-10-111-24/+0
* | getenv is in standard C++Jack Lloyd2017-10-091-1/+1
* | Include cstdlib to make os_utils compile with clang.Alexander Bluhm2017-10-091-0/+2
|/
* Address some bool/int conversion warnings from SonarJack Lloyd2017-10-061-2/+5
* Address various GCC warningsJack Lloyd2017-10-063-8/+10
* Add missing includeJack Lloyd2017-10-051-0/+1
* Simplify header includes in socket.cppJack Lloyd2017-10-031-9/+3
* Merge GH #1232 Only require socket code if http_util is loadedJack Lloyd2017-10-037-305/+368
|\