1. 31b018a ShellPkg: Remove ASSERT by Jaben Carsey · 11 years ago
  2. 75a5e2e ShellPkg: remove potential memory leak with new apps on old shell by Jaben Carsey · 11 years ago
  3. 194ae48 ShellPkg: Add support for CTRL-C within shell user prompting by Jaben Carsey · 11 years ago
  4. 74b0fb8 ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers. by Jaben Carsey · 11 years ago
  5. d59fc24 ShellPkg: clarify space limitation in comment. by Jaben Carsey · 11 years ago
  6. 365aa98 ShellPkg: Add ShellPrintHelp function to ShellLib. by jcarsey · 12 years ago
  7. fb5278e ShellPkg: Added function ShellDeleteByName which deletes a file by name. by jcarsey · 12 years ago
  8. 0b6cb33 Fixed some alignment faults in IPF platform by ydong10 · 12 years ago
  9. f480fdc Fix always allocate memory issue. by ydong10 · 12 years ago
  10. 12ea469 Roll back the change which caused build fail by ydong10 · 12 years ago
  11. 05916c1 ShellPkg: Update string to number conversion to correctly stop at spaces if so requested. by jcarsey · 12 years ago
  12. 6398b08 ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the expectation that the driver is responsible for ensuring that they are only called when boot services are present. Also adds a ShellCommandLib Depex for gEfiUnicodeCollation2ProtocolGuid to fix constructor crash when used by drivers. by jcarsey · 13 years ago
  13. 06c355b correct removal of commit 12951. by jcarsey · 13 years ago
  14. 8bb7441 ShellPkg: Allow for format character strings to be typed in editor without having effect on editor screen. by jcarsey · 13 years ago
  15. 49bd498 ShellPkg: parameters with spaces need quotes. by jcarsey · 13 years ago
  16. 28d9031 ShellPkg: This patch fixes the redirection support for a Shell2 application running in Shell1. by jcarsey · 13 years ago
  17. b0934ac ShellPkg: Update comments for functions to clarify buffer origin. by darylm503 · 13 years ago
  18. c8c2259 ShellPkg: Add checking for memory allocation and pointer returns from functions. by jcarsey · 13 years ago
  19. 7a95efd SShellPkg: updating order of cast and addressing of a pointer (2 identical places). by jcarsey · 13 years ago
  20. 0c1950b Check the pointer before use it to avoid potential access violation. by ydong10 · 13 years ago
  21. beab0fc ShellPkg: Verify memory allocations without ASSERT. by jcarsey · 13 years ago
  22. 02a758c Add pointer check for NULL before dereference it. by sfu5 · 13 years ago
  23. 4ff7e37 Refine comments and two code style. by ydong10 · 13 years ago
  24. 5d46f17 ShellPkg: fix ShellPrint-functions to allow for escape character to prevent attribute changes. by jcarsey · 13 years ago
  25. 4d0a4fc Move the 2 functions associated with reading whole lines at a single time from the shell command (internal) library to the ShellLib (external) library. by jcarsey · 14 years ago
  26. 366f81a Clarify that the shared variables of the shell protocols are properly named. by jcarsey · 14 years ago
  27. 92a5447 replace protocol presence ASSERTs with error returns. by jcarsey · 14 years ago
  28. 8bd282b allow for failure return when called without a shell present. by jcarsey · 14 years ago
  29. f8d3e68 check that memory allocation was successful. by jcarsey · 14 years ago
  30. 89e8537 change file global variable to function local. by jcarsey · 14 years ago
  31. a1d4bfc add comments to function declarations and definitions and updated to match coding style document. by jcarsey · 14 years ago
  32. 252d945 updated comments and added string-to-number conversion with return value to indicate success or failure. All parameter checking updated to non-case-sensitive. by jcarsey · 14 years ago
  33. 3e082d5 Verify more memory allocations. by jcarsey · 14 years ago
  34. a405b86 udk2010.up2.shell initial release. by jcarsey · 14 years ago
  35. 90bfa22 Add some error checking. by xdu2 · 15 years ago
  36. 3a888f2 Update the copyright notice format by hhtian · 15 years ago
  37. 7b202cb 1. Correct File header to ## @file by lgao4 · 15 years ago
  38. c9d92df k8 fixes and moving prompting for responses into this file. by jcarsey · 15 years ago
  39. 91876ff remove unnecessary PCD usage by jcarsey · 15 years ago
  40. 1cd45e7 fix K8 coding issues. by jcarsey · 15 years ago
  41. 1e6e84c fixed license header / copyright date on all files. by jcarsey · 15 years ago
  42. 9e926b6 by jcarsey · 15 years ago
  43. 969c783 adding new parameter to search and replace function to allow for easy skipping of items preceded by ^ by jcarsey · 15 years ago
  44. b3011f4 updating comments mostly. also added some new lib functions. by jcarsey · 15 years ago
  45. ecd3d59 add ASSERT to 2 functions and fix issue with size difference between old and new shell versions. by jcarsey · 15 years ago
  46. 5cb3637 remove extra variables by jcarsey · 15 years ago
  47. e2f8297 updates from code review, buffer length, and correct use of StdOut for printing by jcarsey · 15 years ago
  48. 36a9d67 build break fix and new function by jcarsey · 15 years ago
  49. a31bd33 comment repairs. by jcarsey · 15 years ago
  50. 6c88029 specify operand order by jcarsey · 15 years ago
  51. 125c2cf updating headers from code review. by jcarsey · 15 years ago
  52. 2247dde Upgrade ShellLib and fix bug with param parsing by jcarsey · 15 years ago
  53. 0158294 fixed operator order by jcarsey · 16 years ago
  54. 5f7431d fix build breaks. and allow for new lists to be created. by jcarsey · 16 years ago
  55. 9eb53ac fixing build errors by jcarsey · 16 years ago
  56. b82bfcc by jcarsey · 16 years ago
  57. 9b3bf08 by jcarsey · 16 years ago
  58. f1b87e7 removing return cursor to old position... by jcarsey · 16 years ago
  59. 975136a fixed color printing in ShellPrintEx function by jcarsey · 16 years ago
  60. b1f95a0 Updating with new functions and adding "C" style entrypoint library with example application. by jcarsey · 16 years ago
  61. 14e96c2 by jcarsey · 16 years ago
  62. 614326e by jcarsey · 16 years ago