]> git.proxmox.com Git - mirror_edk2.git/history - ShellPkg/Library/UefiShellLib/UefiShellLib.c
ShellPkg: print only valid characters for file overwrite prompt
[mirror_edk2.git] / ShellPkg / Library / UefiShellLib / UefiShellLib.c
2016-10-31 Tapan ShahShellPkg: print only valid characters for file overwrit...
2016-10-19 Ruiyu NiShellPkg: Update sources to include MdePkg protocol...
2016-10-09 Chen A ChenShellPkg/UefiShellLib: Remove unnecessary EFIAPI
2016-10-07 Vladimir OlovyannikovShellPkg: Fix erroneous Status returned by ShellOpenFil...
2016-10-05 Tapan ShahShellPkg: Move UnicodeCollation2 Protcol locate out...
2016-09-22 Tapan ShahShellPkg: Expand special output file to include "NULL...
2016-07-18 Ruiyu NiShellPkg/UefiShellLib.c: Handle memory allocation failure
2016-07-18 Ruiyu NiShellPkg/UefiShellLib: Handle memory allocation failure
2016-07-07 Mudusuru, Giri PShellPkg: Series of patches to fix typos - apropriate...
2016-07-01 david weiMerge branch 'master' of https://github.com/tianocore...
2016-06-30 Laszlo ErsekShellPkg: don't call functions with side effects in...
2016-02-23 Qiu ShuminShellPkg: Do NULL pointer check before the pointer...
2016-02-19 Qiu ShuminShellPkg: Fix the last command doesn't work in a script.
2016-02-10 Jim DaileyShellPkg: complete previous incomplete patch
2016-02-10 Jaben CarseyMerge branch 'master' of https://github.com/tianocore...
2016-02-10 Jaben CarseyMerge branch 'master' of https://github.com/tianocore...
2016-02-10 Jim DaileyShellPkg: ShellFileHandleReadLine must return UCS2...
2016-02-09 jaben carseyShellPkg: Fix ASCII and UNICODE file pipes.
2016-02-08 jaben carseyShellPkg: Fix ASCII and UNICODE file pipes.
2015-12-25 Yao JiewenShellPkg: Fix memory leak in 'ShellOpenFileByName'.
2015-10-23 Qiu ShuminShellPkg: Follow spec to remove the last '\' char in...
2015-07-28 Jaben CarseyShellPkg: prevent Close call when Open failed
2015-07-08 Bruce CranShellPkg: Fix typo of 'determines' in ShellPkg.
2015-07-02 Jaben CarseyShellPkg: fix string to number conversion with "0 "
2015-07-02 Qiu ShuminShellPkg: Refine the code logic of StrnCatGrow.
2015-06-30 Qiu ShuminShellPkg: Use safe string functions to refine code.
2015-04-01 Qiu ShuminShellPkg: Remove extra quotes surrounding flag values.
2015-03-13 Qiu ShuminShellPkg: Add type cast to avoid build failure in VS2005.
2015-02-23 Olivier MartinShellPkg/UefiShellLib: Fixed ARM compiler error
2015-01-14 Laszlo ErsekShellPkg: UefiShellLib: drop wrong PathLib library...
2015-01-13 jaben carseyShellPkg: allow creating of files to create required...
2014-12-16 Qiu ShuminShellPkg: Code refine. Add error handling code to check...
2014-11-20 Qiu ShuminShellPkg: Code refine to avoid potential dereference...
2014-11-12 Qiu ShuminShellPkg: Add type cast to avoid build failure in VS2005.
2014-11-04 jcarseyShellPkg: Fix timezone command
2014-09-19 Qiu ShuminShellPkg: Refine code style to avoid potential uninitia...
2014-09-17 Qiu ShuminShellPkg: Remove redundant quotes in file path string...
2014-08-19 Jaben CarseyShellPkg: Refactor string manipulation in UefiShellLib...
2014-08-19 Jaben CarseyShellPkg: Check while string up to space, not the character
2014-01-24 Brendan JackmanShellPkg/UefiShellLib.c: Execute: Return a Command...
2014-01-24 Brendan JackmanShellLib/UefiShellLib.c: Fix doc comment for ShellOpenF...
2014-01-16 Jaben CarseyShellPkg: Remove ASSERT
2014-01-10 Jaben CarseyShellPkg: remove potential memory leak with new apps...
2013-12-09 Jaben CarseyShellPkg: Add support for CTRL-C within shell user...
2013-11-22 Jaben CarseyShellPkg: Add ShellHexStrToUintn to allow for simple...
2013-11-14 Jaben CarseyShellPkg: clarify space limitation in comment.
2013-03-04 jcarseyShellPkg: Add ShellPrintHelp function to ShellLib.
2013-02-20 jcarseyShellPkg: Added function ShellDeleteByName which delete...
2013-01-25 ydong10Fixed some alignment faults in IPF platform
2012-09-07 ydong10Fix always allocate memory issue.
2012-07-26 ydong10Roll back the change which caused build fail
2012-07-23 jcarseyShellPkg: Update string to number conversion to correct...
2012-03-26 jcarseycorrect removal of commit 12951.
2012-01-30 jcarseyShellPkg: Allow for format character strings to be...
2012-01-27 jcarseyShellPkg: parameters with spaces need quotes.
2012-01-20 jcarseyShellPkg: This patch fixes the redirection support...
2011-11-12 darylm503ShellPkg: Update comments for functions to clarify...
2011-10-17 jcarseyShellPkg: Add checking for memory allocation and pointe...
2011-10-13 jcarseySShellPkg: updating order of cast and addressing of...
2011-10-13 ydong10Check the pointer before use it to avoid potential...
2011-10-10 jcarseyShellPkg: Verify memory allocations without ASSERT.
2011-10-08 sfu5Add pointer check for NULL before dereference it.
2011-09-02 ydong10Refine comments and two code style.
2011-08-23 jcarseyShellPkg: fix ShellPrint-functions to allow for escape...
2011-07-06 jcarseyMove the 2 functions associated with reading whole...
2011-06-27 jcarseyClarify that the shared variables of the shell protocol...
2011-06-27 jcarseyreplace protocol presence ASSERTs with error returns.
2011-06-27 jcarseyallow for failure return when called without a shell...
2011-04-19 jcarseycheck that memory allocation was successful.
2011-04-13 jcarseychange file global variable to function local.
2011-03-25 jcarseyupdated comments and added string-to-number conversion...
2010-10-04 jcarseyVerify more memory allocations.
2010-09-14 jcarseyudk2010.up2.shell initial release.
2010-07-19 xdu2Add some error checking.
2010-02-03 jcarseyk8 fixes and moving prompting for responses into this...
2010-02-03 jcarseyremove unnecessary PCD usage
2010-01-29 jcarseyfix K8 coding issues.
2010-01-25 jcarseyfixed license header / copyright date on all files.
2010-01-14 jcarseygit-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2010-01-13 jcarseyadding new parameter to search and replace function...
2010-01-11 jcarseyupdating comments mostly. also added some new lib...
2009-12-07 jcarseyadd ASSERT to 2 functions and fix issue with size diffe...
2009-12-02 jcarseyremove extra variables
2009-12-01 jcarseyupdates from code review, buffer length, and correct...
2009-11-20 jcarseybuild break fix and new function
2009-11-20 jcarseycomment repairs.
2009-11-19 jcarseyspecify operand order
2009-11-18 jcarseyupdating headers from code review.
2009-11-09 jcarseyUpgrade ShellLib and fix bug with param parsing
2009-07-10 jcarseyfixed operator order
2009-07-10 jcarseyfix build breaks. and allow for new lists to be created.
2009-07-08 jcarseyfixing build errors
2009-06-29 jcarseygit-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2009-06-23 jcarseygit-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2009-06-17 jcarseyremoving return cursor to old position...
2009-06-16 jcarseyfixed color printing in ShellPrintEx function
2009-06-16 jcarseyUpdating with new functions and adding "C" style entryp...
2009-06-15 jcarseygit-svn-id: https://edk2.svn.sourceforge.net/svnroot...