summaryrefslogtreecommitdiff
path: root/queue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-3/+3
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-2/+2
* Clear GCC warningsJeffrey Walton2021-04-091-9/+10
* Add asserts to detect allocation problems in ByteQueue (GH #962)Jeffrey Walton2020-09-131-0/+25
* Switch to PtrAdd and PtrSub in ByteQueueJeffrey Walton2018-07-101-41/+42
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-5/+5
* 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-1/+1
* Whitespace checkinJeffrey Walton2016-09-101-1/+1
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-1/+1
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-570/+574
* Added self-assignment guards or comment indicating why the check is not neededJeffrey Walton2015-07-301-5/+5
* Whitespace checkinJeffrey Walton2015-07-301-3/+3
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Added check to guard against self-assignmentJeffrey Walton2015-07-251-0/+2
* Cleared "Base class ‘class ByteQueue’ should be explicitly initialized in...Jeffrey Walton2015-07-251-2/+2
* Cleared UBsan error using non-null pointerJeffrey Walton2015-07-171-0/+2
* fix compiler/Valgrind warningweidai2010-06-181-1/+2
* add x86/x64 assembly for SHA-256,weidai2009-03-101-4/+4
* port to MSVC .NET 2005 beta 2weidai2005-07-121-71/+71
* fix bug in swapweidai2003-10-141-0/+2
* fix bug (found by Michael Hunley)weidai2003-10-141-1/+8
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+5
* auto queue node sizeweidai2003-06-201-3/+12
* sync with private branchweidai2003-06-191-3/+9
* sync with private branchweidai2003-06-061-1/+14
* misc optimizationsweidai2003-05-161-1/+2
* *** empty log message ***weidai2003-05-151-23/+26
* Initial revisionweidai2002-10-041-0/+518