1. 421359a cli: allow users to determine history buffer allocation method by Hanyuan Zhao · 8 months ago
  2. 4495134 cli: panic when failed to allocate memory for the history buffer by Hanyuan Zhao · 8 months ago
  3. 21a2c12 getchar(): Correct usage by Tom Rini · 9 months ago
  4. 400cb2a command: Allocate history buffer using calloc() by Marek Vasut · 11 months ago
  5. 39ee321 cli: Add a function to set up a new cread by Simon Glass · 1 year, 1 month ago
  6. 3b487bf cli: Allow command completion to be disabled by Simon Glass · 1 year, 1 month ago
  7. 8fc041f cli: Allow history to be disabled by Simon Glass · 1 year, 1 month ago
  8. 657e14d cli: Terminate the string in cread_line_process_ch() by Simon Glass · 1 year, 1 month ago
  9. e5509ce cli: Create a function to process characters by Simon Glass · 1 year, 1 month ago
  10. 8d997aa cli: Unindent some code in cread_line() by Simon Glass · 1 year, 1 month ago
  11. be5c2ed cli: Convert cread_line() to use a struct for the main vars by Simon Glass · 1 year, 1 month ago
  12. fedd372 cli: Use unsigned int instead of unsigned long by Simon Glass · 1 year, 1 month ago
  13. dcc18ce cli: Implement delete-word in cread_line() by Simon Glass · 1 year, 1 month ago
  14. 6321391 cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline by Simon Glass · 1 year, 1 month ago
  15. 039f8cc cli: Drop some #ifdefs in cli_readline by Simon Glass · 1 year, 1 month ago
  16. 33eb0b9 cli: Add a command to show cmdline history by Simon Glass · 1 year, 1 month ago
  17. 0f97e94 cli: Move simple readline into a function by Simon Glass · 1 year, 1 month ago
  18. be0169f cli: Correct handling of invalid escape sequences in cread_line() by Simon Glass · 1 year, 7 months ago
  19. b08e9d4 cli: Move readline character-processing to a state machine by Simon Glass · 1 year, 10 months ago
  20. 60d7820 Revert "cli_readline: Only insert printable chars" by Pali Rohár · 2 years ago
  21. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  22. 069f0d7 cli: Reduce size of readline buffers in SPL by Sean Anderson · 2 years, 2 months ago
  23. 00fa825 cli: support bracketed paste by Heinrich Schuchardt · 2 years, 8 months ago
  24. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  25. d2e64d2 cli_readline: Only insert printable chars by Steve Bennett · 4 years ago
  26. c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years ago
  27. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  28. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
  29. 9ce2aa1 Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 5 years ago
  30. 555e378 cli: handle getch error by Patrick Delaunay · 6 years ago
  31. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  32. fc18e9b common: cli_readline: Improve command line editing by James Byrne · 8 years ago
  33. 80402f3 spl, common, serial: build SPL without serial support by Heiko Schocher · 9 years ago
  34. 0098e17 Move bootretry code into bootretry.c and clean up by Simon Glass · 11 years ago
  35. e1bf824 Add cli_ prefix to readline functions by Simon Glass · 11 years ago
  36. 6493ccc Split out simple parser and readline into separate files by Simon Glass · 11 years ago