summaryrefslogtreecommitdiffstats
path: root/StdLib
Commit message (Expand)AuthorAgeFilesLines
* Fix the non-blocking behavior for connect. The behavior was correct if the c...lpleahy leroy.p.leahy2013-12-133-12/+16
* StdLib: Update Copyright Notices.Daryl McDaniel2013-12-102-4/+2
* StdLib: Remove an unnecessary dependency from LibWchar.Daryl McDaniel2013-12-102-5/+1
* Fix GCC build errorsLee Leahy2013-11-205-5/+5
* Ignore transmit errors for UDPv4, UDPv6 and IPv4.Lee Leahy2013-11-209-175/+1238
* Enable the build command override the .DSC file contents to enable debug outp...Lee Leahy2013-11-191-3/+15
* EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Update ReadMe.txt in all p...Daryl McDaniel2013-10-243-135/+191
* StdLib: Fix pointer arithmetic issues in the strncasecmp function.Daryl McDaniel2013-09-131-19/+22
* StdLib: Fix IA32 and X64 build issues.Daryl McDaniel2013-09-101-1/+0
* StdLib: Fix IPF build issues.Daryl McDaniel2013-09-101-1/+0
* StdLib: Add Aarch64 support.Harry Liebel2013-07-231-0/+3
* StdLib/LibC/Locale/multibyte_Utf8.c: Fix obscure corner cases in wide to mult...darylm5032013-05-151-24/+22
* StdLib: Fix printf issues with floating point and wide character strings. Al...darylm5032013-03-114-63/+70
* Otherwise gcc can default to the "sysv_abi" (as opposed to the "ms_abi") call...lpleahy2013-02-271-3/+3
* Increase sockets performance by increasing the maximum buffer sizes.lpleahy2013-02-081-2/+2
* Allow fragmentation of large UDP packetslpleahy2013-02-081-1/+1
* Fix sockets use of file descriptors which was broken by the additional valida...lpleahy2013-02-081-1/+1
* StdLib & AppPkg: Update the list of known ISSUES.darylm5032013-01-161-6/+20
* StdLib: Correct two instances of mismatch between function declaration and de...darylm5032013-01-162-9/+11
* List of known issues with StdLib.darylm5032013-01-161-0/+40
* StdLib: Fix issue with Canonical output expansion of NL to CR NL and similar ...darylm5032012-12-212-3/+4
* StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm5032012-12-1123-220/+3406
* StdLib: Reverse a previous change resulting in string pointers that were not ...darylm5032012-10-121-1/+1
* Poll the network adapter during connectlpleahy2012-10-081-0/+5
* Fixed close for socket to properly release the socket context structure and t...lpleahy2012-10-087-111/+295
* StdLib: Fix several problems where characters were not being correctly conver...darylm5032012-10-052-136/+312
* StdLib/Include: Minor changes in preparation for Interactive I/O (TTY) functi...darylm5032012-09-254-220/+254
* StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC...darylm5032012-09-241-1/+3
* StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code,...darylm5032012-09-204-39/+38
* Modify UDP and IP to transmit on all network adapters instead of just the fir...lpleahy2012-09-104-49/+70
* StdLib: Fix possible compiler warnings when doing enumerate type comparison.rsun32012-09-031-19/+25
* Return the proper status after one of the ports is configured for UDP or IP c...lpleahy2012-08-103-114/+102
* StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wi...darylm5032012-07-181-1/+2
* Choose a better subnet mask value for the IPv4 address.lpleahy2012-06-293-9/+9
* Try to fix the error detected by the 64-bit GCC compiler.lpleahy2012-06-281-1/+1
* Use the ARM compiler intrinsics library when compiling the Sockets driver.lpleahy2012-06-261-1/+1
* Define the global variables as weak to enable the proper linking with applica...lpleahy2012-06-261-9/+9
* Fix listen exit path when last port returns an error.lpleahy2012-06-222-0/+4
* StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union.darylm5032012-06-201-1/+1
* StdLib: Add multi-byte character support. The normal "narrow" character set ...darylm5032012-06-1514-86/+1020
* Add missing IPv6 address definitions.lpleahy2012-06-146-0/+95
* Fix port retry behavior during connect - All port error paths exit through Co...lpleahy2012-06-082-273/+207
* Only use ports with a network connection (media present) when connecting to a...lpleahy2012-06-072-5/+48
* Only use ports with a network connection (media present) when connecting to a...lpleahy2012-06-041-3/+26
* UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network...lpleahy2012-06-012-28/+20
* Update copyright formathhtian2012-04-241-3/+1
* EDK II Packages: Add Contributions.txt and License.txt filesjljusten2012-04-112-0/+215
* StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with va...darylm5032012-03-291-0/+5
* StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility.darylm5032012-03-281-1/+10
* EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm5032012-03-248-296/+275