1. c352b29 StdLib/Include: Minor changes in preparation for Interactive I/O (TTY) functionality. by darylm503 · 12 years ago
  2. 565b3c8 StdLib/LibC/StdLib/Malloc.c: Make the free() function conform to the ISO/IEC 9899 (C95) specification. by darylm503 · 12 years ago
  3. a9c1242 StdLib, StdLibPrivateInternalFiles: Clean up comments, Remove debugging code, Define MAX_OUTPUT, the Maximum number of bytes in a single terminal output operation. by darylm503 · 12 years ago
  4. 884ed92 Modify UDP and IP to transmit on all network adapters instead of just the first network adapter. by lpleahy · 12 years ago
  5. 1ba7644 StdLib: Fix possible compiler warnings when doing enumerate type comparison. by rsun3 · 12 years ago
  6. bb3aa95 Return the proper status after one of the ports is configured for UDP or IP communications. by lpleahy · 12 years ago
  7. ad07c10 StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix bug where unconvertable wide characters would cause the code to hang or generate an exception. by darylm503 · 12 years ago
  8. 6e1450f Choose a better subnet mask value for the IPv4 address. by lpleahy · 13 years ago
  9. 79a4560 Try to fix the error detected by the 64-bit GCC compiler. by lpleahy · 13 years ago
  10. 86a7f72 Use the ARM compiler intrinsics library when compiling the Sockets driver. by lpleahy · 13 years ago
  11. 18757e7 Define the global variables as weak to enable the proper linking with applications and the Sockets driver. by lpleahy · 13 years ago
  12. b497a8a Fix listen exit path when last port returns an error. by lpleahy · 13 years ago
  13. 31a272e StdLib/LibC/Uefi/Devices/Console/daConsole.c: Fix name of the XY offset union. by darylm503 · 13 years ago
  14. a7a8363 StdLib: Add multi-byte character support. The normal "narrow" character set is now UTF-8 instead of ASCII. by darylm503 · 13 years ago
  15. 3e37da2 Add missing IPv6 address definitions. by lpleahy · 13 years ago
  16. 44538ba Fix port retry behavior during connect - All port error paths exit through ConnectComplete to try the next port. When the last port fails to connect, the port error status to errno translation gets done by ConnectPoll. by lpleahy · 13 years ago
  17. 3a2fc87 Only use ports with a network connection (media present) when connecting to a remote host. by lpleahy · 13 years ago
  18. d6f1905 Only use ports with a network connection (media present) when connecting to a remote host. by lpleahy · 13 years ago
  19. 441f48f UseEfiSocketLib.c - Only exit for out of resources, otherwise use all network adapters. by lpleahy · 13 years ago
  20. bff8c6f Update copyright format by hhtian · 13 years ago
  21. ea4ee7a EDK II Packages: Add Contributions.txt and License.txt files by jljusten · 13 years ago
  22. b26913e StdLib: Add STDC macros, for MSFT compilers, to improve compatibility with various Open-Source software packages. by darylm503 · 13 years ago
  23. 521527e StdLib/Include/stdarg.h: Added the __va_copy macro for Python compatibility. by darylm503 · 13 years ago
  24. d78fab6 EADK (StdLib, AppPkg, StdLibPrivateInternalFiles): Python Beta Release. by darylm503 · 13 years ago
  25. fcb6f89 Fix read issue detected by the following Python program. The issue was that the caller's buffer pointer was not being advanced between segments of the read data. by lpleahy · 13 years ago
  26. eb15a11 StdLib, AppPkg: Update ReadMe files. by darylm503 · 13 years ago
  27. 1902252 StdLib/Include/paths.h: Update paths to reflect new base of \Efi\StdLib. by darylm503 · 13 years ago
  28. f74dc4b Fix issues detected by python web-server. by lpleahy · 13 years ago
  29. 7700f0f * StdLib.dsc was changed to always build the sockets code. by lpleahy · 13 years ago
  30. 28de825 Bug fix: CreateEvent sometimes returning EFI_INVALID_PARAMETER due to bad TPL value. Use known good TPL value since TPL is a don't care. by lpleahy · 13 years ago
  31. 4b58a93 Change to match the tree required on the storage device. by lpleahy · 13 years ago
  32. 826f900 Fix some errors detected by the GCC 4.4 compiler. by lpleahy · 13 years ago
  33. 3bdf9aa Merged socket development branch: by lpleahy · 13 years ago
  34. 4883124 StdLib: Fix compiler compatibility issues: by darylm503 · 13 years ago
  35. 87bd924 StdLib/Include/netdb.h: Re-enable macros needed by socket applications and perform general cleanup. by darylm503 · 13 years ago
  36. 8db9424 StdLib: Add a file was missed and should have been included in check-in 12061. by darylm503 · 13 years ago
  37. 0c1992f StdLib: Add isDirSep character classification macro and function. Implement several Posix functions and clean up EfiSysCall.h. Align file mode handling with UEFI file protocol flags. by darylm503 · 13 years ago
  38. fd9efa3 StdLib: Correct module type and [LibraryClasses] section. by darylm503 · 13 years ago
  39. 8aa163d StdLib: Eliminate TimerLib dependencies. by darylm503 · 13 years ago
  40. d09ed37 StdLib: Fix some corrupted comments and inconsistent indentation. by darylm503 · 13 years ago
  41. feb1422 StdLib: Move the declarations for ffs() and bzero() from extern.h to strings.h. by darylm503 · 13 years ago
  42. f45df7a StdLib: Make the vfscanf function public. by darylm503 · 13 years ago
  43. 5c5e4a1 StdLib: Revise the meaning of several feature macros. by darylm503 · 13 years ago
  44. c84d88f StdLib: Fix dirent structure members to be of the correct type. by darylm503 · 13 years ago
  45. b2800dd StdLib: Remove files obsoleted by changelist 12649. by darylm503 · 13 years ago
  46. d711a48 StdLib: Add directory access functions to PosixLib. by darylm503 · 13 years ago
  47. 2972b50 The three TscTimerLib has been merged to one directory. by lzeng14 · 13 years ago
  48. eaa52ad StdLib: Fix strcmp so that comparisons are case sensitive. Simplified code for strcasecmp. by darylm503 · 13 years ago
  49. 41b152c StdLib: Improve robustness of stat() and make basename() a public function. by darylm503 · 13 years ago
  50. 58081f2 Fix compilation errors detected with GCC 4.4 by lpleahy · 13 years ago
  51. a88c316 Update the sockets library code by lpleahy · 13 years ago
  52. 76beedc StdLib: Change the last argument of the ioctl helper functions to va_list* from void*. by darylm503 · 13 years ago
  53. c614ca5 StdLib: Patches and updates for ARM. by darylm503 · 13 years ago
  54. 6f5e1c0 StdLib/LibC: Fix transcription error from submitted patch. by darylm503 · 13 years ago
  55. 5252c29 StdLib|LibC: Implement the sleep() function. by darylm503 · 13 years ago
  56. e395633 StdLib: Replace some non-ASCII characters with ASCII equivalents. by darylm503 · 13 years ago
  57. 5244f47 StdLib: Fix build errors caused by differences between the minGW 4.3 and GCC 4.4 compilers. by darylm503 · 13 years ago
  58. c648f73 Fix GCC build errors. by darylm503 · 13 years ago
  59. 1e6e6f5 Fix mismatch between the declaration and definition of fwrite. by darylm503 · 13 years ago
  60. 947a2d2 Re-enable the declaration for ftello. by darylm503 · 13 years ago
  61. 61403bd Update or add comments to files and functions for use by Doxygen. by darylm503 · 13 years ago
  62. a430bdb Update or add comments to files and functions for use by Doxygen. by darylm503 · 13 years ago
  63. 1c34b25 Better handle transmit errors Return 0 receive bytes when socket is closed by lpleahy · 13 years ago
  64. d1cab2b Remove SocketPkg references by lpleahy · 13 years ago
  65. 7dc1329 Fix @return Doxygen commands to be singular instead of plural. by darylm503 · 13 years ago
  66. 59d1343 Update or add comments to files and functions for use by Doxygen. by darylm503 · 13 years ago
  67. 39f4382 Get rid of some rcsid blocks. The EDK II build options cause a build break on the rcsid definitions. It is easier to delete them than other workarounds. by darylm503 · 13 years ago
  68. 8379337 Update or add comments to files and functions for use by Doxygen. by darylm503 · 13 years ago
  69. 681cc25 Update or add comments to files and functions for use by Doxygen. by darylm503 · 13 years ago
  70. 486aace Fix send to properly wait while long transmits are in progress by lpleahy · 13 years ago
  71. 274402d Add plain-text ReadMe files and delete the PDF version. Clean up some comments. by darylm503 · 13 years ago
  72. eb222ae Fix GCC build breaks. by darylm503 · 13 years ago
  73. fbd770b fix typo by jcarsey · 13 years ago
  74. d7ce700 Add Socket Libraries. by darylm503 · 13 years ago
  75. 53e1e5c Add device abstraction code for the UEFI Console and UEFI Shell-based file systems. by darylm503 · 14 years ago
  76. d088567 Correct typo: GCC 5.4 --> GCC 4.5. by darylm503 · 14 years ago
  77. 2aa62f2 Standard Libraries for EDK II. by darylm503 · 14 years ago