Age | Commit message (Expand) | Author |
2012-06-08 | Fix port retry behavior during connect - All port error paths exit through Co... | lpleahy |
2012-06-07 | Only use ports with a network connection (media present) when connecting to a... | lpleahy |
2012-06-04 | Only use ports with a network connection (media present) when connecting to a... | lpleahy |
2012-06-01 | UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network... | lpleahy |
2012-04-24 | Update copyright format | hhtian |
2012-04-11 | EDK II Packages: Add Contributions.txt and License.txt files | jljusten |
2012-03-29 | StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with va... | darylm503 |
2012-03-28 | StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility. | darylm503 |
2012-03-24 | EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release. | darylm503 |
2012-03-05 | Fix read issue detected by the following Python program. The issue was that ... | lpleahy |
2012-02-28 | StdLib, AppPkg: Update ReadMe files. | darylm503 |
2012-02-27 | StdLib/Include/paths.h: Update paths to reflect new base of \Efi\StdLib. | darylm503 |
2012-02-24 | Fix issues detected by python web-server. | lpleahy |
2012-02-17 | * StdLib.dsc was changed to always build the sockets code. | lpleahy |
2012-02-15 | Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL... | lpleahy |
2012-02-13 | Change to match the tree required on the storage device. | lpleahy |
2012-02-10 | Fix some errors detected by the GCC 4.4 compiler. | lpleahy |
2012-02-09 | Merged socket development branch: | lpleahy |
2012-02-01 | StdLib: Fix compiler compatibility issues: | darylm503 |
2012-01-26 | StdLib/Include/netdb.h: Re-enable macros needed by socket applications and pe... | darylm503 |
2012-01-06 | StdLib: Add a file was missed and should have been included in check-in 12061. | darylm503 |
2011-11-30 | StdLib: Add isDirSep character classification macro and function. Implement ... | darylm503 |
2011-11-11 | StdLib: Correct module type and [LibraryClasses] section. | darylm503 |
2011-11-11 | StdLib: Eliminate TimerLib dependencies. | darylm503 |
2011-11-03 | StdLib: Fix some corrupted comments and inconsistent indentation. | darylm503 |
2011-11-03 | StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h. | darylm503 |
2011-11-03 | StdLib: Make the vfscanf function public. | darylm503 |
2011-11-03 | StdLib: Revise the meaning of several feature macros. | darylm503 |
2011-11-02 | StdLib: Fix dirent structure members to be of the correct type. | darylm503 |
2011-11-02 | StdLib: Remove files obsoleted by changelist 12649. | darylm503 |
2011-11-02 | StdLib: Add directory access functions to PosixLib. | darylm503 |
2011-11-01 | The three TscTimerLib has been merged to one directory. | lzeng14 |
2011-11-01 | StdLib: Fix strcmp so that comparisons are case sensitive. Simplified code f... | darylm503 |
2011-10-03 | StdLib: Improve robustness of stat() and make basename() a public function. | darylm503 |
2011-09-30 | Fix compilation errors detected with GCC 4.4 | lpleahy |
2011-09-30 | Update the sockets library code | lpleahy |
2011-09-16 | StdLib: Change the last argument of the ioctl helper functions to va_list* fr... | darylm503 |
2011-09-16 | StdLib: Patches and updates for ARM. | darylm503 |
2011-09-11 | StdLib/LibC: Fix transcription error from submitted patch. | darylm503 |
2011-09-11 | StdLib|LibC: Implement the sleep() function. | darylm503 |
2011-09-08 | StdLib: Replace some non-ASCII characters with ASCII equivalents. | darylm503 |
2011-09-01 | StdLib: Fix build errors caused by differences between the minGW 4.3 and GCC ... | darylm503 |
2011-08-31 | Fix GCC build errors. | darylm503 |
2011-08-18 | Fix mismatch between the declaration and definition of fwrite. | darylm503 |
2011-08-18 | Re-enable the declaration for ftello. | darylm503 |
2011-08-17 | Update or add comments to files and functions for use by Doxygen. | darylm503 |
2011-08-15 | Update or add comments to files and functions for use by Doxygen. | darylm503 |
2011-08-08 | Better handle transmit errors | lpleahy |
2011-08-08 | Remove SocketPkg references | lpleahy |
2011-08-05 | Fix @return Doxygen commands to be singular instead of plural. | darylm503 |