summaryrefslogtreecommitdiffstats
path: root/AppPkg/Applications
Commit message (Expand)AuthorAgeFilesLines
* AppPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0986-648/+130
* AppPkg: fix webserver build for !Ia32/X64Leif Lindholm2019-02-042-1/+1
* AppPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-2925-1311/+48
* AppPkg/WebServer: Fix build failure.Eric Dong2017-09-142-16/+16
* AppPkg/Applications/Python/PyMod-2.7.2: Replace non-ascii charactersHao Wu2017-04-101-2/+2
* AppPkg: Update email and URL.Jaben Carsey2016-10-265-12/+12
* AppPkg/.../Python: Clean up and document how to escape the -# option.Daryl McDaniel2016-01-062-31/+79
* AppPkg/Applications/Python/Python-2.7.10/*/pyconfig.h: Update pyconfig for Py...Daryl McDaniel2016-01-042-18/+16
* AppPkg/Applications/Python/Python-2.7.10/*/pyconfig.h: Update pyconfig for Py...Daryl McDaniel2015-12-292-15/+60
* AppPkg/.../Python-2.7.10: AppPkg.dsc, pyconfig.h, PyMod-2.7.10Daryl McDaniel2015-12-2320-455/+636
* AppPkg/.../Python-2.7.10: Update file for Python-2.7.10 inclusion.Daryl McDaniel2015-12-231-4/+3
* AppPkg/.../Python-2.7.10: Rename identifiers beginning with "posix_" to "edk2_".Daryl McDaniel2015-12-231-397/+397
* AppPkg/.../Python-2.7.10: Remove irrelevant conditional code from edk2module.c.Daryl McDaniel2015-12-231-3185/+0
* AppPkg/.../Python-2.7.10: New helper scriptsDaryl McDaniel2015-12-222-0/+33
* AppPkg/.../Python-2.7.10: ReadMe and .inf filesDaryl McDaniel2015-12-222-219/+274
* AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 5/5.Daryl McDaniel2015-11-0727-0/+31435
* AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5.Daryl McDaniel2015-11-07239-0/+74975
* AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 3/5.Daryl McDaniel2015-11-0756-0/+75760
* AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 2/5.Daryl McDaniel2015-11-07128-0/+146453
* AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 1/5.Daryl McDaniel2015-11-07145-0/+62620
* AppPkg: Replace all occurrences of ` within comments with '.Daryl McDaniel2015-11-032-362/+362
* AppPkg: Add switch to cause stderr to be aliased to stdout.Daryl McDaniel2015-10-192-1/+680
* AppPkg: Disable Lua builds by default. Update the ReadMe file.Daryl McDaniel2014-11-111-0/+5
* AppPkg: Add the Lua interpreter and library.darylm5032014-11-0775-0/+31303
* StdLib: Fix more GCC warnings/errors caused by variables being set but not used.Olivier Martin2014-10-317-113/+69
* StdLib: Produce DevMedia as a library class alternative to DevShell.Daryl McDaniel2014-09-1816-16/+16
* AppPkg: Add the Arithchk utility and clean up some build problems.daryl.mcdaniel2014-09-094-10/+243
* AppPkg/Applications/Sockets/TftpServer: Make the include file names match the...Daryl McDaniel2014-08-251-1/+1
* AppPkg/Applications/Python: Explicitly initialize variables before use to kee...Daryl McDaniel2014-08-185-16/+18
* AppPkg: introduce OrderedCollectionTestLaszlo Ersek2014-08-123-0/+783
* EADK (AppPkg): Update the Python ReadMe file, Python/PythonReadMe.txt, to ref...Daryl McDaniel2013-10-251-12/+14
* - For writing sin_port, htons() must be used.lpleahy2013-02-081-20/+20
* - For writing sin_port, htons() must be used.lpleahy2013-02-081-8/+13
* AppPkg/Applications/Python: Add support for the pyexpat module.darylm5032013-01-186-60/+6480
* AppPkg/Applications/Main/Main.c: Remove EFIAPI from the definition of the mai...darylm5032013-01-161-1/+0
* AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Pyt...darylm5032012-04-162106-0/+871583
* AppPkg/Applications/Python: Fix bug where the StdLib\lib\site-python and StdL...darylm5032012-04-044-3/+2346
* StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility.darylm5032012-03-2812-5435/+3634
* AppPkg/Applications/Sockets: Address GCC and Linux compilation problems.darylm5032012-03-273-467/+459
* EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm5032012-03-2411-238/+445
* Update the license dateslpleahy2012-03-2071-691/+2421
* Fix the errors detected by the GCC compiler:lpleahy2012-02-174-13/+15
* Update documentation to match required tree on the storage device.lpleahy2012-02-131-2/+2
* Fix some errors detected by the GCC 4.4 compiler.lpleahy2012-02-1015-40/+59
* Merged socket development branch:lpleahy2012-02-0933-1295/+3411
* AppPkg/Applications/Python: Fix a mis-located module and establish the minimu...darylm5032012-01-272-97/+57
* AppPkg/Applications/Python: Get Python startup process fully working for EDK II.darylm5032012-01-2616-271/+12498
* AppPkg/Applications/Python: Workaround recent build tool changes which preven...darylm5032011-12-011-149/+160
* Update applications to display correct error for gethostbyaddr and gethostbyn...lpleahy2011-10-043-3/+3
* StdLib: Improve robustness of stat() and make basename() a public function.darylm5032011-10-0314-1045/+1306