summaryrefslogtreecommitdiff
path: root/StdLib
AgeCommit message (Expand)AuthorFilesLines
2013-01-16StdLib & AppPkg: Update the list of known ISSUES.darylm5031-6/+20
2013-01-16StdLib: Correct two instances of mismatch between function declaration and de...darylm5032-9/+11
2013-01-16List of known issues with StdLib.darylm5031-0/+40
2012-12-21StdLib: Fix issue with Canonical output expansion of NL to CR NL and similar ...darylm5032-3/+4
2012-12-11StdLib: Add terminal type line editing (Interactive IO) for console devices.darylm50323-220/+3406
2012-10-12StdLib: Reverse a previous change resulting in string pointers that were not ...darylm5031-1/+1
2012-10-08Poll the network adapter during connectlpleahy1-0/+5
2012-10-08Fixed close for socket to properly release the socket context structure and t...lpleahy7-111/+295
2012-10-05StdLib: Fix several problems where characters were not being correctly conver...darylm5032-136/+312
2012-09-25StdLib/Include: Minor changes in preparation for Interactive I/O (TTY) functi...darylm5034-220/+254
2012-09-24StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC...darylm5031-1/+3
2012-09-20StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code,...darylm5034-39/+38
2012-09-10Modify UDP and IP to transmit on all network adapters instead of just the fir...lpleahy4-49/+70
2012-09-03StdLib: Fix possible compiler warnings when doing enumerate type comparison.rsun31-19/+25
2012-08-10Return the proper status after one of the ports is configured for UDP or IP c...lpleahy3-114/+102
2012-07-18StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wi...darylm5031-1/+2
2012-06-29Choose a better subnet mask value for the IPv4 address.lpleahy3-9/+9
2012-06-28Try to fix the error detected by the 64-bit GCC compiler.lpleahy1-1/+1
2012-06-26Use the ARM compiler intrinsics library when compiling the Sockets driver.lpleahy1-1/+1
2012-06-26Define the global variables as weak to enable the proper linking with applica...lpleahy1-9/+9
2012-06-22Fix listen exit path when last port returns an error.lpleahy2-0/+4
2012-06-20StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union.darylm5031-1/+1
2012-06-15StdLib: Add multi-byte character support. The normal "narrow" character set ...darylm50314-86/+1020
2012-06-14Add missing IPv6 address definitions.lpleahy6-0/+95
2012-06-08Fix port retry behavior during connect - All port error paths exit through Co...lpleahy2-273/+207
2012-06-07Only use ports with a network connection (media present) when connecting to a...lpleahy2-5/+48
2012-06-04Only use ports with a network connection (media present) when connecting to a...lpleahy1-3/+26
2012-06-01UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network...lpleahy2-28/+20
2012-04-24Update copyright formathhtian1-3/+1
2012-04-11EDK II Packages: Add Contributions.txt and License.txt filesjljusten2-0/+215
2012-03-29StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with va...darylm5031-0/+5
2012-03-28StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility.darylm5031-1/+10
2012-03-24EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release.darylm5038-296/+275
2012-03-05Fix read issue detected by the following Python program. The issue was that ...lpleahy2-0/+10
2012-02-28StdLib, AppPkg: Update ReadMe files.darylm5031-119/+167
2012-02-27StdLib/Include/paths.h: Update paths to reflect new base of \Efi\StdLib.darylm5031-83/+29
2012-02-24Fix issues detected by python web-server.lpleahy8-56/+73
2012-02-17* StdLib.dsc was changed to always build the sockets code.lpleahy13-23/+31
2012-02-15Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL...lpleahy1-1/+1
2012-02-13Change to match the tree required on the storage device.lpleahy6-0/+0
2012-02-10Fix some errors detected by the GCC 4.4 compiler.lpleahy10-42/+13
2012-02-09Merged socket development branch:lpleahy19-25/+6551
2012-02-01StdLib: Fix compiler compatibility issues:darylm5032-105/+130
2012-01-26StdLib/Include/netdb.h: Re-enable macros needed by socket applications and pe...darylm5031-198/+129
2012-01-06StdLib: Add a file was missed and should have been included in check-in 12061.darylm5031-0/+132
2011-11-30StdLib: Add isDirSep character classification macro and function. Implement ...darylm50340-423/+1019
2011-11-11StdLib: Correct module type and [LibraryClasses] section.darylm5034-8/+8
2011-11-11StdLib: Eliminate TimerLib dependencies.darylm5035-76/+36
2011-11-03StdLib: Fix some corrupted comments and inconsistent indentation.darylm5032-43/+40
2011-11-03StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h.darylm5032-2/+57