summaryrefslogtreecommitdiff
path: root/secblock.h
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-3/+3
* Update documentationJeffrey Walton2021-04-091-3/+6
* Update documentationJeffrey Walton2021-04-091-23/+31
* Update SecBlock and ByteQueue documentationJeffrey Walton2021-04-091-0/+2
* Update SecBlock documentationJeffrey Walton2021-04-091-3/+5
* Update documentation for SecBlockJeffrey Walton2021-04-091-3/+3
* Whitespace check-inJeffrey Walton2021-04-091-5/+1
* Update documentation for SecBlockJeffrey Walton2021-04-091-2/+2
* Update documentation for SecBlockJeffrey Walton2021-04-091-37/+23
* Update SecBlock Assign and AppendJeffrey Walton2021-04-091-14/+22
* Update SecBlock Assign and AppendJeffrey Walton2021-04-091-17/+15
* Shore up SecBlock Append for overlapping bufferJeffrey Walton2021-04-091-8/+15
* Fix spellingJeffrey Walton2021-04-091-1/+1
* Update documentationJeffrey Walton2021-04-091-0/+3
* Update documentationJeffrey Walton2021-04-091-1/+1
* Fix SecBlock Append() overloadJeffrey Walton2021-04-091-2/+2
* Add SecBlock Append() overloadsJeffrey Walton2021-04-091-48/+147
* Add parameter to CRYPTOPP_INHERIT_ALLOCATOR_TYPESJeffrey Walton2020-12-301-12/+12
* Fix spellingJeffrey Walton2020-12-301-1/+1
* Update commentsJeffrey Walton2020-12-291-7/+8
* Update commentsJeffrey Walton2020-12-291-16/+17
* Use 8-byte alignment for FixedSizeAllocatorWithCleanup when 16-byte alignment...Jeffrey Walton2020-12-291-4/+14
* Remove special case for FixedSizeAllocatorWithCleanup x86_64 (GH #988)Jeffrey Walton2020-12-271-24/+16
* Update FixedSizeAllocatorWithCleanup alignmentJeffrey Walton2020-12-241-6/+2
* Fix spellingJeffrey Walton2020-12-241-1/+1
* Fix offset calculation in FixedSizeAllocatorWithCleanup when CRYPTOPP_BOOL_AL...Jeffrey Walton2020-12-241-1/+1
* Fix missing closing parenJeffrey Walton2020-12-241-1/+1
* Update commentsJeffrey Walton2020-12-241-2/+9
* Update commentsJeffrey Walton2020-12-241-3/+3
* Fix buffer underrun in FixedSizeAllocatorWithCleanup when CRYPTOPP_BOOL_ALIGN...Jeffrey Walton2020-12-241-10/+21
* Fix assert in FixedSizeAllocatorWithCleanupJeffrey Walton2020-12-241-1/+1
* Fix use of CRYPTOPP_BOOL_ALIGN16 (GH #982)Jeffrey Walton2020-12-191-3/+3
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-28/+28
* Use CRYPTOPP_CXX11_STRONG_ENUM define nameJeffrey Walton2020-08-061-2/+2
* Clear GCC analyzer warningJeffrey Walton2020-07-171-11/+17
* Clean GCC 10 Analyzer warningsJeffrey Walton2020-05-101-2/+3
* Use size_type in allocator functionsJeffrey Walton2019-10-141-11/+13
* Cleanup asserts in SecBlockJeffrey Walton2019-10-141-17/+34
* Avoid circular dependency using AlignedAllocate (GH #885)Jeffrey Walton2019-09-281-1/+2
* Use AlignedDeallocate if T_Align16 in deallocate (GH #875)Jeffrey Walton2019-09-271-10/+9
* Remove unneeded size check (GH #875)Jeffrey Walton2019-09-271-2/+2
* Update documentationJeffrey Walton2019-08-311-155/+174
* Fix spellingJeffrey Walton2019-02-061-1/+1
* Fix clang warnings (GH #771)Marcel Raad2019-01-021-2/+2
* Fix missing SunCC Allocator::max_size(size_type) member function (GH #770)Jeffrey Walton2019-01-011-0/+6
* Fix alignment on AIX (GH #745)Jeffrey Walton2018-11-221-12/+14
* Add additional assert to FixedSizeAllocatorWithCleanup (GH #745)Jeffrey Walton2018-11-211-0/+3
* Clear documentation warning due to specializationJeffrey Walton2018-08-281-4/+0
* Update commentsJeffrey Walton2018-08-241-2/+12
* Fix partial specializations for FixedSizeAllocatorWithCleanup (PR #710)Jeffrey Walton2018-08-241-10/+33