aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add missing windows.h include in os_utils.cppSimon Warta2017-10-031-0/+3
| * Add missing include mem_ops.h in socket.cppSimon Warta2017-10-031-0/+2
| * Move socket implementation into module http_utilSimon Warta2017-10-037-308/+366
* | Avoid empty methods, use =default or add a commentJack Lloyd2017-10-031-2/+2
|/
* Force expand_mask to be on T instead of intJack Lloyd2017-10-031-1/+1
* MSVC wants __declspec(restrict) on both declaration and definitionJack Lloyd2017-10-031-1/+1
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-035-15/+35
* sigemptyset is a macro on OS XJack Lloyd2017-10-021-1/+1
* Remove needless blockJack Lloyd2017-10-021-11/+7
* Prefix names in global namespace with ::Jack Lloyd2017-10-023-7/+7
* Use explicit_bzero on OpenBSDJack Lloyd2017-09-301-2/+7
* Address some MSVC warningsJack Lloyd2017-09-302-20/+24
* Use class instead of struct for objects with member functionsJack Lloyd2017-09-303-119/+137
* Add annotation so GCC/Clang/MSVC know it is an allocation function.Jack Lloyd2017-09-302-1/+12
* Missing include, noticed by OS XJack Lloyd2017-09-291-0/+1
* In secure_allocator, hide mlock/new usage in a function in mem_opsJack Lloyd2017-09-294-2/+52
* Avoid throwing in pool allocator deallocation pathJack Lloyd2017-09-291-8/+1
* Make poly_dbl.h a submodule of utilsJack Lloyd2017-09-274-1/+7
* Apply final annotations to the library alsoJack Lloyd2017-09-2213-32/+32
* Another missing includeJack Lloyd2017-09-211-0/+1
* Move Doxygen mainpage content to types.hJack Lloyd2017-09-211-2/+55
* More include header cleanupsJack Lloyd2017-09-213-3/+0
* Header file cleanupsJack Lloyd2017-09-214-6/+7
* Clean up header includesJack Lloyd2017-09-216-5/+6
* Improve support for IBM XLCJack Lloyd2017-09-212-2/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-2035-70/+70
* Add additional ids for AltiVec enabled POWER processorsJack Lloyd2017-09-191-3/+5
* Complete the final annotation changesJack Lloyd2017-09-193-15/+19