summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Apply uncrustify changesMichael Kubacki2021-12-071-94/+87
* MdePkg: Merge TianoCustomDecompress algorithm intoDandan Bi2019-05-151-13/+59
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdePkg/BaseUefiDecompressLib: Improve performance of boundary validationShenglei Zhang2019-03-271-3/+4
* MdePkg BaseUefiDecompressLib: Fix UEFI Decompression logic issueLiming Gao2018-11-111-0/+6
* MdePkg: Add more checker in UefiDecompressLib to access the valid buffer only...Liming Gao2018-10-241-2/+15
* MdePkg: Clean up source filesLiming Gao2018-06-281-37/+37
* MdePkg: Fix Xcode 9 Beta treating 32-bit left shift as undefinedAndrew Fish2017-08-111-3/+3
* MdePkg: Fix typos in commentsGary Lin2016-10-211-4/+4
* MdePkg:Fix typo 'caculate' in MdePkg.Qiu Shumin2015-03-171-3/+3
* Refine code to make it more safely.Eric Dong2014-06-261-1/+2
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-301-11/+11
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-251-4/+4
* Use the ASSERT() for parameter checking as the 4th paramter of internal worke...qhuang82010-05-101-1/+7
* Update the copyright notice formathhtian2010-04-231-3/+3
* Fix file headersmdkinney2009-08-241-1/+1
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-191-3/+3
* Address an ARM compatibility issue by converting loops that were being optimi...mdkinney2009-08-181-8/+4
* Fix some typo.gikidy2009-04-021-3/+3
* Add check when use *Pointer as Sd->mRight[*Pointer] to avoid out of Array bound.lgao42009-02-011-5/+7
* Add check when use Index as Array [Index] to avoid out of Array bound.lgao42009-01-241-3/+3
* Remove volatile for local Index, and Use Memory library functions to fix the ...lgao42009-01-231-21/+11
* Add check when use Index as Array [Index] to avoid out of Array bound.lgao42009-01-221-8/+10
* Roll back ASSERT which is break DUET boot.klu22009-01-131-1/+0
* INF file verified, and Coding Style reviewed.gikidy2009-01-091-0/+1
* Synchronize MdePkg h files to Library/Base* c files.gikidy2008-12-111-8/+8
* Use BIT8-1 insetad of UINT8_MAXmdkinney2008-12-071-1/+1
* Function headers and comments have been checked with spec.jji42008-11-211-1/+1
* Remove over specific usage for library class klu22008-10-151-1/+0
* Use ReadUnaligned32() instead of CopyMem()mdkinney2008-08-011-5/+5
* Code scrub for the Debug library, PostCode library, Print library, and Extrac...lgao42008-07-151-20/+26
* Clean up: update "EFI" to "UEFI" if applicable.qhuang82007-11-221-1/+1
* remove some comments introduced by tools.vanjeff2007-07-201-9/+3
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-121-2/+0
* Checked in part of MDE library instances following PI and UEFI. It includes:yshang12007-06-221-2/+11
* Import some basic libraries instances for Mde Packages. vanjeff2007-06-221-0/+800
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-011-795/+0
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-251-57/+11
* 1. Add the fix for the following Bugs:cwu112006-11-031-1/+1
* 1. added functions header for BaseUefiDecompressLivanjeff2006-07-191-31/+160
* Initial import.bbahnsen2006-04-211-0/+712