aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* More annotationsJack Lloyd2017-09-192-9/+9
* Move the annotations to compiler.h since the user shouldn't modifyJack Lloyd2017-09-191-0/+23
* Add API stability annotations.Jack Lloyd2017-09-1914-72/+72
* Add basic tests for const time utilsJack Lloyd2017-09-191-28/+10
* Merge GH #1213 Improve ARM processor detection for systems without getauxvalJack Lloyd2017-09-188-502/+670
|\
| * Add ARM feature detection for systems without getauxvalJack Lloyd2017-09-172-15/+129
| * Split up cpuid.cpp into arch-specific filesJack Lloyd2017-09-178-502/+556
* | Fix Doxygen comment problemsJack Lloyd2017-09-171-4/+4
* | Move socket classes to anon namespace.Jack Lloyd2017-09-171-172/+181
|/
* Simplify code in get_processor_timestampJack Lloyd2017-09-161-21/+12
* Fix an off by 8Jack Lloyd2017-09-161-1/+1
* Revert SIMDing of xor_buf in f39aa7bbJack Lloyd2017-09-161-29/+27
* De-inline xor_buf, add SIMD and unrollingJack Lloyd2017-09-162-23/+109
* Add missing override annotationsJack Lloyd2017-09-161-6/+6
* Merge duplicated logic for clearing CPUID bitsJack Lloyd2017-09-162-0/+42
* Minor simplifications in SIMD_32 constructorJack Lloyd2017-09-161-2/+5
* Merge GH #1199 Run Windows CI build via Python scriptJack Lloyd2017-09-102-4/+1
|\
| * Script the Windows CI buildJack Lloyd2017-09-082-4/+1
* | Merge GH #1203 Add Win32 filesystem API access for MinGWJack Lloyd2017-09-101-1/+55
|\ \
| * | Make it actually workJack Lloyd2017-09-101-2/+6
| * | Well, it compilesJack Lloyd2017-09-101-1/+51
| |/
* / Fix bad comparison in Winsock codeJack Lloyd2017-09-101-1/+1
|/