summaryrefslogtreecommitdiff
path: root/queue.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert PR #1171 (GH #1174)Jeffrey Walton2022-10-291-1/+1
| | | | The PR was not as well tested as it should have been. The commit broke the build with Clang 14
* std::swap should not throw for C++11 (PR #1171)Teebonne2022-10-201-1/+1
| | | Add noexcept decoration to std::swap for C++11 and above.
* Update MessageQueue documentationJeffrey Walton2021-04-101-2/+2
|
* Update SecBlock and ByteQueue documentationJeffrey Walton2021-04-091-0/+6
|
* Update SecBlock and ByteQueue documentationJeffrey Walton2021-04-091-4/+24
|
* Fix spellingJeffrey Walton2021-04-091-1/+1
|
* Update SecBlock and ByteQueue documentationJeffrey Walton2021-04-091-3/+7
|
* Clear GCC warningsJeffrey Walton2021-04-091-2/+2
|
* Update documentationJeffrey Walton2021-04-091-2/+2
|
* Update ByteQueue documentationJeffrey Walton2021-04-091-8/+92
|
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-2/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-18/+18
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-2/+1
|
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* Updated documentationJeffrey Walton2015-12-161-3/+15
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-2/+7
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-144/+144
|
* add SHA-3weidai2013-01-191-0/+1
| | | | | update DSA to FIPS 186-3 update version numbers
* fix C++Builder 2009 compile, update Readme and Licenseweidai2009-03-151-0/+2
|
* add x86/x64 assembly for SHA-256,weidai2009-03-101-4/+4
| | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter
* port to MSVC .NET 2005 beta 2weidai2005-07-121-33/+33
|
* fix bug (found by Michael Hunley)weidai2003-10-141-2/+2
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-2/+2
|
* auto queue node sizeweidai2003-06-201-1/+2
|
* sync with private branchweidai2003-06-061-1/+13
|
* Initial revisionweidai2002-10-041-0/+128