| Commit message (Expand) | Author | Age | Files | Lines |
* | edk2: Remove AppPkg, StdLib, StdLibPrivateInternalFiles | Michael D Kinney | 2019-04-29 | 2901 | -1357953/+0 |
* | AppPkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 86 | -648/+130 |
* | AppPkg: fix webserver build for !Ia32/X64 | Leif Lindholm | 2019-02-04 | 2 | -1/+1 |
* | AppPkg: Removing ipf which is no longer supported from edk2. | chenc2 | 2018-06-29 | 25 | -1311/+48 |
* | AppPkg/WebServer: Fix build failure. | Eric Dong | 2017-09-14 | 2 | -16/+16 |
* | AppPkg/Applications/Python/PyMod-2.7.2: Replace non-ascii characters | Hao Wu | 2017-04-10 | 1 | -2/+2 |
* | AppPkg: Update email and URL. | Jaben Carsey | 2016-10-26 | 5 | -12/+12 |
* | AppPkg/.../Python: Clean up and document how to escape the -# option. | Daryl McDaniel | 2016-01-06 | 2 | -31/+79 |
* | AppPkg/Applications/Python/Python-2.7.10/*/pyconfig.h: Update pyconfig for Py... | Daryl McDaniel | 2016-01-04 | 2 | -18/+16 |
* | AppPkg/Applications/Python/Python-2.7.10/*/pyconfig.h: Update pyconfig for Py... | Daryl McDaniel | 2015-12-29 | 2 | -15/+60 |
* | AppPkg/.../Python-2.7.10: AppPkg.dsc, pyconfig.h, PyMod-2.7.10 | Daryl McDaniel | 2015-12-23 | 20 | -455/+636 |
* | AppPkg/.../Python-2.7.10: Update file for Python-2.7.10 inclusion. | Daryl McDaniel | 2015-12-23 | 1 | -4/+3 |
* | AppPkg/.../Python-2.7.10: Rename identifiers beginning with "posix_" to "edk2_". | Daryl McDaniel | 2015-12-23 | 1 | -397/+397 |
* | AppPkg/.../Python-2.7.10: Remove irrelevant conditional code from edk2module.c. | Daryl McDaniel | 2015-12-23 | 1 | -3185/+0 |
* | AppPkg/.../Python-2.7.10: New helper scripts | Daryl McDaniel | 2015-12-22 | 2 | -0/+33 |
* | AppPkg/.../Python-2.7.10: ReadMe and .inf files | Daryl McDaniel | 2015-12-22 | 2 | -219/+274 |
* | AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 5/5. | Daryl McDaniel | 2015-11-07 | 27 | -0/+31435 |
* | AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 4/5. | Daryl McDaniel | 2015-11-07 | 239 | -0/+74975 |
* | AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 3/5. | Daryl McDaniel | 2015-11-07 | 56 | -0/+75760 |
* | AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 2/5. | Daryl McDaniel | 2015-11-07 | 128 | -0/+146453 |
* | AppPkg/Applications/Python/Python-2.7.10: Initial Checkin part 1/5. | Daryl McDaniel | 2015-11-07 | 145 | -0/+62620 |
* | AppPkg: Replace all occurrences of ` within comments with '. | Daryl McDaniel | 2015-11-03 | 2 | -362/+362 |
* | AppPkg: Add switch to cause stderr to be aliased to stdout. | Daryl McDaniel | 2015-10-19 | 2 | -1/+680 |
* | AppPkg: Disable Lua builds by default. Update the ReadMe file. | Daryl McDaniel | 2014-11-11 | 1 | -0/+5 |
* | AppPkg: Add the Lua interpreter and library. | darylm503 | 2014-11-07 | 75 | -0/+31303 |
* | StdLib: Fix more GCC warnings/errors caused by variables being set but not used. | Olivier Martin | 2014-10-31 | 7 | -113/+69 |
* | StdLib: Produce DevMedia as a library class alternative to DevShell. | Daryl McDaniel | 2014-09-18 | 16 | -16/+16 |
* | AppPkg: Add the Arithchk utility and clean up some build problems. | daryl.mcdaniel | 2014-09-09 | 4 | -10/+243 |
* | AppPkg/Applications/Sockets/TftpServer: Make the include file names match the... | Daryl McDaniel | 2014-08-25 | 1 | -1/+1 |
* | AppPkg/Applications/Python: Explicitly initialize variables before use to kee... | Daryl McDaniel | 2014-08-18 | 5 | -16/+18 |
* | AppPkg: introduce OrderedCollectionTest | Laszlo Ersek | 2014-08-12 | 3 | -0/+783 |
* | EADK (AppPkg): Update the Python ReadMe file, Python/PythonReadMe.txt, to ref... | Daryl McDaniel | 2013-10-25 | 1 | -12/+14 |
* | - For writing sin_port, htons() must be used. | lpleahy | 2013-02-08 | 1 | -20/+20 |
* | - For writing sin_port, htons() must be used. | lpleahy | 2013-02-08 | 1 | -8/+13 |
* | AppPkg/Applications/Python: Add support for the pyexpat module. | darylm503 | 2013-01-18 | 6 | -60/+6480 |
* | AppPkg/Applications/Main/Main.c: Remove EFIAPI from the definition of the mai... | darylm503 | 2013-01-16 | 1 | -1/+0 |
* | AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Pyt... | darylm503 | 2012-04-16 | 2106 | -0/+871583 |
* | AppPkg/Applications/Python: Fix bug where the StdLib\lib\site-python and StdL... | darylm503 | 2012-04-04 | 4 | -3/+2346 |
* | StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility. | darylm503 | 2012-03-28 | 12 | -5435/+3634 |
* | AppPkg/Applications/Sockets: Address GCC and Linux compilation problems. | darylm503 | 2012-03-27 | 3 | -467/+459 |
* | EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release. | darylm503 | 2012-03-24 | 11 | -238/+445 |
* | Update the license dates | lpleahy | 2012-03-20 | 71 | -691/+2421 |
* | Fix the errors detected by the GCC compiler: | lpleahy | 2012-02-17 | 4 | -13/+15 |
* | Update documentation to match required tree on the storage device. | lpleahy | 2012-02-13 | 1 | -2/+2 |
* | Fix some errors detected by the GCC 4.4 compiler. | lpleahy | 2012-02-10 | 15 | -40/+59 |
* | Merged socket development branch: | lpleahy | 2012-02-09 | 33 | -1295/+3411 |
* | AppPkg/Applications/Python: Fix a mis-located module and establish the minimu... | darylm503 | 2012-01-27 | 2 | -97/+57 |
* | AppPkg/Applications/Python: Get Python startup process fully working for EDK II. | darylm503 | 2012-01-26 | 16 | -271/+12498 |
* | AppPkg/Applications/Python: Workaround recent build tool changes which preven... | darylm503 | 2011-12-01 | 1 | -149/+160 |
* | Update applications to display correct error for gethostbyaddr and gethostbyn... | lpleahy | 2011-10-04 | 3 | -3/+3 |