- 47022e8 AppPkg: Add switch to cause stderr to be aliased to stdout. by Daryl McDaniel · 9 years ago
- 3f3c489 */Contributions.txt: Update example email address by Jordan Justen · 10 years ago
- 6a013e5 StdLib: Move libraries from ShellPkg into MdeModulePkg and MdePkg. by Daryl McDaniel · 10 years ago
- 6b980b6 AppPkg: Disable Lua builds by default. Update the ReadMe file. by Daryl McDaniel · 10 years ago
- 4b2cf92 StdLib/AppPkg: Add the NOOPT build target and fix a type conversion problem with VS2005. by Daryl McDaniel · 10 years ago
- 16a5fed AppPkg: Add the Lua interpreter and library. by darylm503 · 10 years ago
- 26830e8 EDK II Contributions.txt: Update patch format information by Jordan Justen · 10 years ago
- b81cc7d StdLib: Fix more GCC warnings/errors caused by variables being set but not used. by Olivier Martin · 10 years ago
- efb419e StdLib: Produce DevMedia as a library class alternative to DevShell. by Daryl McDaniel · 10 years ago
- c9f4d48 AppPkg: Add the Arithchk utility and clean up some build problems. by daryl.mcdaniel · 10 years ago
- fad213a EDK II Contributions.txt: Note acceptable contribution licenses by Jordan Justen · 10 years ago
- 460f337 AppPkg/Applications/Sockets/TftpServer: Make the include file names match the case of the files in the file system. by Daryl McDaniel · 10 years ago
- df294f7 AppPkg: Enable ARM and AArch64 support by Harry Liebel · 10 years ago
- de08c53 AppPkg/Applications/Python: Explicitly initialize variables before use to keep newer compilers happy. by Daryl McDaniel · 10 years ago
- 424d845 AppPkg: introduce OrderedCollectionTest by Laszlo Ersek · 10 years ago
- 86e9f87 Enable the build command override the .DSC file contents to enable debug output and specify which debug messages are displayed. An example: by Lee Leahy · 11 years ago
- aafc4dc EADK (AppPkg): Update the Python ReadMe file, Python/PythonReadMe.txt, to reflect the current status of the project. by Daryl McDaniel · 11 years ago
- 9551b02 EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Update ReadMe.txt in all packages. by Daryl McDaniel · 11 years ago
- 9d0e28d - For writing sin_port, htons() must be used. by lpleahy · 12 years ago
- b8a86b2 - For writing sin_port, htons() must be used. by lpleahy · 12 years ago
- ffc6107 AppPkg/Applications/Python: Add support for the pyexpat module. by darylm503 · 12 years ago
- d49fa79 StdLib & AppPkg: Update the list of known ISSUES. by darylm503 · 12 years ago
- f87146d AppPkg/Applications/Main/Main.c: Remove EFIAPI from the definition of the main() function. by darylm503 · 12 years ago
- 6940c19 List of known issues with the items contained within AppPkg. by darylm503 · 12 years ago
- bff8c6f Update copyright format by hhtian · 13 years ago
- 4710c53 AppPkg/Applications/Python: Add Python 2.7.2 sources since the release of Python 2.7.3 made them unavailable from the python.org web site. by darylm503 · 13 years ago
- ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
- 3b553e0 AppPkg/Applications/Python: Fix bug where the StdLib\lib\site-python and StdLib\lib\python.27\site-customize directories were not being processed. Fix bug where unicode strings were not being correctly encoded in the "idna" encoding before being passed to low-level networking functions. Correct problem where a spurious message, "Shell: Incorrect redirection syntax - '2>/dev/null'", was being output by PyDoc. by darylm503 · 13 years ago
- 521527e StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility. by darylm503 · 13 years ago
- 6dbd32c AppPkg/Applications/Sockets: Address GCC and Linux compilation problems. by darylm503 · 13 years ago
- d78fab6 EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release. by darylm503 · 13 years ago
- 9f7f516 Update the license dates by lpleahy · 13 years ago
- eb15a11 StdLib, AppPkg: Update ReadMe files. by darylm503 · 13 years ago
- 53c31c5 Fix the errors detected by the GCC compiler: by lpleahy · 13 years ago
- 8e1253d Update documentation to match required tree on the storage device. by lpleahy · 13 years ago
- d3a595c Fix some errors detected by the GCC 4.4 compiler. by lpleahy · 13 years ago
- f6e5cdd Merged socket development branch: by lpleahy · 13 years ago
- ae78a89 AppPkg/Applications/Python: Fix a mis-located module and establish the minimum set of built-in modules needed for Python to start and run. by darylm503 · 13 years ago
- b410d6e AppPkg/Applications/Python: Get Python startup process fully working for EDK II. by darylm503 · 13 years ago
- 6de7c1b AppPkg/Applications/Python: Workaround recent build tool changes which prevent building Python. by darylm503 · 13 years ago
- f32df6f Update applications to display correct error for gethostbyaddr and gethostbyname. These APIs use h_errno instead of errno, see documentation at: http://www.linuxhowtos.org/manpages/3p/gethostbyaddr.htm by lpleahy · 13 years ago
- 41b152c StdLib: Improve robustness of stat() and make basename() a public function. by darylm503 · 13 years ago
- 59bc059 Update the sockets applications * Builds with GCC 4.4 compiler. by lpleahy · 13 years ago
- 6c0ebd5 AppPkg|Python: Files from the Python 2.7.2 distribution that must be modified to build under EDK II. by darylm503 · 13 years ago
- 63f3161 Add documentation on how to build for execution within an emulation environment. by darylm503 · 13 years ago
- 8072b59 Disable building socket applications. by darylm503 · 13 years ago
- 7dc1329 Fix @return Doxygen commands to be singular instead of plural. by darylm503 · 13 years ago
- 274402d Add plain-text ReadMe files and delete the PDF version. Clean up some comments. by darylm503 · 13 years ago
- 05f9aa4 Make it easy to build the socket applications by lpleahy · 13 years ago
- 4684b66 Add Socket Library applications. by darylm503 · 13 years ago
- af9c2a5 Give Python/PythonCore.inf its own GUID. by darylm503 · 14 years ago
- 1a08be5 Missing from previous check-in. by darylm503 · 14 years ago
- 006fecd Basic Core Python interpreter. by darylm503 · 14 years ago
- 65126b4 Changes required to build using the new device abstraction capability of StdLib. by darylm503 · 14 years ago
- d088567 Correct typo: GCC 5.4 --> GCC 4.5. by darylm503 · 14 years ago
- 2aa62f2 Standard Libraries for EDK II. by darylm503 · 14 years ago