aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Avoid throwing in deallocateJack Lloyd2017-09-071-4/+4
* Simplify polynomial doubling codeJack Lloyd2017-09-052-105/+65
* Header shuffleJack Lloyd2017-09-041-5/+10
* MinGW fixesJack Lloyd2017-09-042-4/+4
* Merge GH #1180 Refactorings to support Windows PhoneJack Lloyd2017-09-035-179/+330
|\
| * TypoJack Lloyd2017-09-031-1/+1
| * Define macro so windows.h doesn't include winsock.hJack Lloyd2017-09-031-0/+1
| * Move secure_scrub_memory to os_utils.cppJack Lloyd2017-09-032-40/+27
| * Refactor network code used in http_utilJack Lloyd2017-09-033-140/+303
* | Cleanups in cpuid handling codeJack Lloyd2017-09-031-47/+47
|/
* Merge GH #1169 Add LLVM bitcode targetJack Lloyd2017-08-312-2/+2
|\
| * Add support for LLVM bitcode targetJack Lloyd2017-08-302-2/+2
* | Fix various MSVC warningsJack Lloyd2017-08-315-34/+46
|/
* Avoid using GCC ivdep pragma in GCC 4.8 [ci skip]Jack Lloyd2017-08-281-1/+1
* Fix bug affecting AltiVec on ppc64le processorsJack Lloyd2017-08-231-8/+2
* Fix Altivec detectionJack Lloyd2017-08-221-2/+2
* Merge GH #1151 Add SHACAL2Jack Lloyd2017-08-151-0/+58
|\
| * Add SHACAL2 in generic SIMDJack Lloyd2017-08-131-0/+58
* | Improve polynomial doubling code, move to utilJack Lloyd2017-08-153-0/+155
|/
* Use anonymous namespace to fix static buildRené Korthaus2017-08-041-0/+4
* Add support for Windows sockets to http_utilRené Korthaus2017-08-042-1/+50
* Change how CPU endianness is detected.Jack Lloyd2017-08-032-17/+34
* Allow bit rotation by more than sizeof(T)*8 bits.Daniel Wyatt2017-06-281-0/+2
* Merge GH #1017 Complete wildcard handling for X.509 certificatesJack Lloyd2017-04-271-4/+84
|\
| * Complete wildcard handling for X.509 certificatesRené Korthaus2017-04-201-4/+84
* | Add BOTAN_ALIGNAS macro for MSVC 2013Jack Lloyd2017-04-271-0/+9
|/
* Let BOTAN_UNUSED take between 1 and 9 argumentsSimon Warta2017-04-161-2/+26
* Fix X509 DN comparisonsJack Lloyd2017-04-041-0/+2
* Merge GH #974 Add wrapper for make_uniqueJack Lloyd2017-04-042-0/+78
|\
| * add Botan::make_uniqueTomasz Frydrych2017-04-042-0/+78
* | Content:Tomasz Frydrych2017-04-031-2/+2
|/
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-026-10/+20
* Fix some compiler warnings.Jack Lloyd2017-03-221-1/+1
* Fix #917: calendar_point::to_std_timepoint() does not support years after 2037Daniel Neus2017-03-211-3/+4
* No C++ exceptions from cpu probe functions. See GH #920Jack Lloyd2017-03-192-26/+11
* Fix further compiler macro bug exposed by #921Jack Lloyd2017-03-191-1/+1
* BOTAN_TARGET_COMPILER_IS -> BOTAN_BUILD_COMPILER_ISDaniel Neus2017-03-151-1/+1
* Resolve Doxygen error in cpuid.hJack Lloyd2017-02-111-1/+2
* Merge GH #860 Support CPU instruction probe on Windows, add OS::get_high_reso...Jack Lloyd2017-01-312-37/+74
|\
| * Fix missing return in Windows pathJack Lloyd2017-01-301-7/+3
| * Change meaning of get_processor_timestampJack Lloyd2017-01-272-36/+77
* | Blind fixJack Lloyd2017-01-301-1/+1
* | Transpose for 32-bit NEONJack Lloyd2017-01-291-1/+19
* | Workaround for MSVC 2013Jack Lloyd2017-01-292-3/+14