summaryrefslogtreecommitdiff
path: root/trdlocal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove MSVC C4297 warning suppression (Issue 19)Jeffrey Walton2017-03-151-5/+0
* Use C++03 Singleton on select Microsoft platforms (Issues 372, 373, 389, 391)Jeffrey Walton2017-03-151-0/+2
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-1/+1
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-5/+5
* Add changes for Windows Sotre that went missing with my clumsy Git skillsJeffrey Walton2016-05-091-3/+4
* Add WIN32_LEAN_AND_MEAN to source files which inlude Windows headersJeffrey Walton2016-04-281-0/+1
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-2/+10
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-75/+96
* Added guard based on std::uncaught_exception so the class does not throw in a...Jeffrey Walton2015-07-271-2/+2
* Added TODO message on the throw dtorsJeffrey Walton2015-07-271-0/+1
* Added CRYPTOPP_THROW to ThreadLocalStorage dtorJeffrey Walton2015-07-271-1/+2
* fix for Unixweidai2003-07-111-0/+3
* fix for Unixweidai2003-07-111-3/+1
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+6
* Initial revisionweidai2002-10-041-0/+66