summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleared Cygwin i386 crash at -O3 due to unaligned data access and vectorizationHEADmasternoloader2015-07-161-0/+5
* Added targets for UBsan and Asannoloader2015-07-161-4/+16
* Cleared Issue #6. Thanks to Jonathan Wakely for reportingnoloader2015-07-161-10/+45
* Folded OPTIMIZE and SYMBOLS back into CXXFLAGS (we can use 'subst' to modify ...noloader2015-07-151-29/+29
* Cleared UBsan error of "load of value 127, which is not a valid value for typ...noloader2015-07-151-1/+1
* Cleared compile error masked behind ASSERTnoloader2015-07-141-7/+7
* Cleared C4242 warning uder Visual Studionoloader2015-07-141-7/+6
* Whitespace check-innoloader2015-07-141-2/+2
* Cleared crash with GCC 4.8 and above and -O3. In a nutshell, it was due to ve...noloader2015-07-146-9/+62
* Cleared warnings on WindowSlider structnoloader2015-07-142-31/+32
* Cleared UBSan warnings reported by Jonathan Wakely. Cleared many issues repor...noloader2015-07-141-2/+2
* Moved GCC_DIAGNOSTIC_AWARE and GCC_OPTIMIZE_AWARE into misc.hnoloader2015-07-132-4/+8
* Cleared signed/unsigned warning on IncrementCounterByOnenoloader2015-07-121-3/+3
* Cleared signed/unsigned warning using GCC __builtin_XXXnoloader2015-07-121-2/+2
* Added test for 'v<0' in GetAsUIntValuenoloader2015-07-091-1/+1
* Fixed multiarch detection on OS Xnoloader2015-07-091-4/+7
* Added test suites for HKDFnoloader2015-07-094-1/+194
* GNUmakefile improvements. Changed default optimization level to -O3, except o...noloader2015-07-081-8/+20
* Added GetAsUIntValue{WithDefault} to help manage signed/unsigned warnings. Th...noloader2015-07-071-1/+22
* Static and constness to arraysnoloader2015-07-053-56/+57
* Guarded COUNTOF macro. Thanks to Graham Bull for the suggestionnoloader2015-07-051-5/+7
* Cut-over to COUNTOF in source filesnoloader2015-07-035-18/+18
* Added COUNTOF to misc.h to count elements in an array (fails on pointers). Mo...noloader2015-07-032-2/+12
* Cleared "Access declarations are deprecated..." warning under MinGWnoloader2015-07-031-4/+4
* Cleared initialization warning related to use of bracesnoloader2015-07-035-1/+17
* Fixed spelling error in attributionnoloader2015-07-021-2/+2
* Implmented Bernstein\'s Tweaked Roots for Rabin-Williams signatures. Thanks t...noloader2015-07-022-25/+122
* Cleared unused function warnings with -Wallnoloader2015-07-021-1/+5
* Added Base64URLEncoder and decoder for web safe alphabet from RFC 4648, Secti...noloader2015-07-022-8/+72
* Added PHONY targets for clean, install and removenoloader2015-07-011-0/+3
* Fixed compile on Cygwin x86_64. Thanks to Alex Afanasyevnoloader2015-07-011-2/+7
* Removed -fPIC for Cygwin x86_64 compilesnoloader2015-07-011-3/+10
* Fixed spelling error in attributionnoloader2015-06-301-1/+1
* Cleared warning on operator precedencenoloader2015-06-291-1/+1
* Static analysis showed the unsigned int y is truncated to an unsigned char vi...noloader2015-06-291-0/+1
* Enabled security related warnings; see http://blogs.msdn.com/b/vcblog/archive...noloader2015-06-291-0/+3
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary com...noloader2015-06-2912-0/+69
* Added GNUmakefile-cross for Android, iOS and Embeddednoloader2015-06-291-0/+123
* Cleared ill-formed conversion in C++11noloader2015-06-291-1/+1
* Modified validation suite to use VerifyBufsEqual rather than memcmp. VerifyBu...noloader2015-06-293-29/+34
* Added inline to StringNarrow to squash unused function warningnoloader2015-06-291-1/+1
* Add CRYPTOPP_UNUSED to help supress unused variable warnings. Applied Algorit...noloader2015-06-292-0/+3
* Cleared SourceForge reported issue where ThreadUserTimer was not exportednoloader2015-06-291-1/+1
* Added missing include. Caused compile failure on Android or iOSnoloader2015-06-291-1/+2
* Removed forward declaration to non-existent class BlumGoldwasserPublicKey and...noloader2015-06-291-6/+0
* Changed m_compress and m_encodeAsOID to mutable. They are presentation detail...noloader2015-06-271-1/+1
* Fixed potential missing argument when using tv subcommand with argv[2]. Print...noloader2015-06-271-2/+20
* Various makefile enhancements from GitHubnoloader2015-06-271-6/+13
* Fix compile issue on Android. Fix missing IntToStringnoloader2015-06-272-3/+7
* Fix for CVE-2015-2141. Thanks to Evgeny Sidorov for reporting. Squaring to sa...noloader2015-06-271-1/+7