| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Ignore transmit errors for UDPv4, UDPv6 and IPv4. | Lee Leahy | 2013-11-20 | 9 | -175/+1238 |
* | Enable the build command override the .DSC file contents to enable debug outp... | Lee Leahy | 2013-11-19 | 1 | -3/+15 |
* | EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Update ReadMe.txt in all p... | Daryl McDaniel | 2013-10-24 | 3 | -135/+191 |
* | StdLib: Fix pointer arithmetic issues in the strncasecmp function. | Daryl McDaniel | 2013-09-13 | 1 | -19/+22 |
* | StdLib: Fix IA32 and X64 build issues. | Daryl McDaniel | 2013-09-10 | 1 | -1/+0 |
* | StdLib: Fix IPF build issues. | Daryl McDaniel | 2013-09-10 | 1 | -1/+0 |
* | StdLib: Add Aarch64 support. | Harry Liebel | 2013-07-23 | 1 | -0/+3 |
* | StdLib/LibC/Locale/multibyte_Utf8.c: Fix obscure corner cases in wide to mult... | darylm503 | 2013-05-15 | 1 | -24/+22 |
* | StdLib: Fix printf issues with floating point and wide character strings. Al... | darylm503 | 2013-03-11 | 4 | -63/+70 |
* | Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") call... | lpleahy | 2013-02-27 | 1 | -3/+3 |
* | Increase sockets performance by increasing the maximum buffer sizes. | lpleahy | 2013-02-08 | 1 | -2/+2 |
* | Allow fragmentation of large UDP packets | lpleahy | 2013-02-08 | 1 | -1/+1 |
* | Fix sockets use of file descriptors which was broken by the additional valida... | lpleahy | 2013-02-08 | 1 | -1/+1 |
* | StdLib & AppPkg: Update the list of known ISSUES. | darylm503 | 2013-01-16 | 1 | -6/+20 |
* | StdLib: Correct two instances of mismatch between function declaration and de... | darylm503 | 2013-01-16 | 2 | -9/+11 |
* | List of known issues with StdLib. | darylm503 | 2013-01-16 | 1 | -0/+40 |
* | StdLib: Fix issue with Canonical output expansion of NL to CR NL and similar ... | darylm503 | 2012-12-21 | 2 | -3/+4 |
* | StdLib: Add terminal type line editing (Interactive IO) for console devices. | darylm503 | 2012-12-11 | 23 | -220/+3406 |
* | StdLib: Reverse a previous change resulting in string pointers that were not ... | darylm503 | 2012-10-12 | 1 | -1/+1 |
* | Poll the network adapter during connect | lpleahy | 2012-10-08 | 1 | -0/+5 |
* | Fixed close for socket to properly release the socket context structure and t... | lpleahy | 2012-10-08 | 7 | -111/+295 |
* | StdLib: Fix several problems where characters were not being correctly conver... | darylm503 | 2012-10-05 | 2 | -136/+312 |
* | StdLib/Include: Minor changes in preparation for Interactive I/O (TTY) functi... | darylm503 | 2012-09-25 | 4 | -220/+254 |
* | StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC... | darylm503 | 2012-09-24 | 1 | -1/+3 |
* | StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code,... | darylm503 | 2012-09-20 | 4 | -39/+38 |
* | Modify UDP and IP to transmit on all network adapters instead of just the fir... | lpleahy | 2012-09-10 | 4 | -49/+70 |
* | StdLib: Fix possible compiler warnings when doing enumerate type comparison. | rsun3 | 2012-09-03 | 1 | -19/+25 |
* | Return the proper status after one of the ports is configured for UDP or IP c... | lpleahy | 2012-08-10 | 3 | -114/+102 |
* | StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wi... | darylm503 | 2012-07-18 | 1 | -1/+2 |
* | Choose a better subnet mask value for the IPv4 address. | lpleahy | 2012-06-29 | 3 | -9/+9 |
* | Try to fix the error detected by the 64-bit GCC compiler. | lpleahy | 2012-06-28 | 1 | -1/+1 |
* | Use the ARM compiler intrinsics library when compiling the Sockets driver. | lpleahy | 2012-06-26 | 1 | -1/+1 |
* | Define the global variables as weak to enable the proper linking with applica... | lpleahy | 2012-06-26 | 1 | -9/+9 |
* | Fix listen exit path when last port returns an error. | lpleahy | 2012-06-22 | 2 | -0/+4 |
* | StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union. | darylm503 | 2012-06-20 | 1 | -1/+1 |
* | StdLib: Add multi-byte character support. The normal "narrow" character set ... | darylm503 | 2012-06-15 | 14 | -86/+1020 |
* | Add missing IPv6 address definitions. | lpleahy | 2012-06-14 | 6 | -0/+95 |
* | Fix port retry behavior during connect - All port error paths exit through Co... | lpleahy | 2012-06-08 | 2 | -273/+207 |
* | Only use ports with a network connection (media present) when connecting to a... | lpleahy | 2012-06-07 | 2 | -5/+48 |
* | Only use ports with a network connection (media present) when connecting to a... | lpleahy | 2012-06-04 | 1 | -3/+26 |
* | UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network... | lpleahy | 2012-06-01 | 2 | -28/+20 |
* | Update copyright format | hhtian | 2012-04-24 | 1 | -3/+1 |
* | EDK II Packages: Add Contributions.txt and License.txt files | jljusten | 2012-04-11 | 2 | -0/+215 |
* | StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with va... | darylm503 | 2012-03-29 | 1 | -0/+5 |
* | StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility. | darylm503 | 2012-03-28 | 1 | -1/+10 |
* | EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release. | darylm503 | 2012-03-24 | 8 | -296/+275 |
* | Fix read issue detected by the following Python program. The issue was that ... | lpleahy | 2012-03-05 | 2 | -0/+10 |
* | StdLib, AppPkg: Update ReadMe files. | darylm503 | 2012-02-28 | 1 | -119/+167 |
* | StdLib/Include/paths.h: Update paths to reflect new base of \Efi\StdLib. | darylm503 | 2012-02-27 | 1 | -83/+29 |
* | Fix issues detected by python web-server. | lpleahy | 2012-02-24 | 8 | -56/+73 |