aboutsummaryrefslogtreecommitdiff
path: root/common/cli_readline.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-18getchar(): Correct usageTom Rini1-1/+1
2023-12-20command: Allocate history buffer using calloc()Marek Vasut1-9/+17
2023-10-11cli: Add a function to set up a new creadSimon Glass1-9/+15
2023-10-11cli: Allow command completion to be disabledSimon Glass1-1/+2
2023-10-11cli: Allow history to be disabledSimon Glass1-20/+22
2023-10-11cli: Terminate the string in cread_line_process_ch()Simon Glass1-1/+7
2023-10-11cli: Create a function to process charactersSimon Glass1-45/+63
2023-10-11cli: Unindent some code in cread_line()Simon Glass1-140/+139
2023-10-11cli: Convert cread_line() to use a struct for the main varsSimon Glass1-55/+61
2023-10-11cli: Use unsigned int instead of unsigned longSimon Glass1-9/+8
2023-10-11cli: Implement delete-word in cread_line()Simon Glass1-0/+31
2023-10-11cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readlineSimon Glass1-43/+42
2023-10-11cli: Drop some #ifdefs in cli_readlineSimon Glass1-6/+14
2023-10-11cli: Add a command to show cmdline historySimon Glass1-3/+1
2023-10-11cli: Move simple readline into a functionSimon Glass1-33/+46
2023-03-28cli: Correct handling of invalid escape sequences in cread_line()WIP/2023-03-28-correct-several-cli_getch-bugsSimon Glass1-2/+1
2023-01-16cli: Move readline character-processing to a state machineSimon Glass1-128/+22
2022-11-21Revert "cli_readline: Only insert printable chars"Pali Rohár1-4/+2
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-2/+2
2022-09-15cli: Reduce size of readline buffers in SPLSean Anderson1-0/+5
2022-07-18cli: support bracketed pasteHeinrich Schuchardt1-2/+20
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-16cli_readline: Only insert printable charsSteve Bennett1-2/+4
2020-10-22common: rename getc() to getchar()Heinrich Schuchardt1-2/+2
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-02Drop CONFIG_SHOW_ACTIVITYSimon Glass1-6/+0
2018-09-10cli: handle getch errorPatrick Delaunay1-0/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-08-20common: cli_readline: Improve command line editingJames Byrne1-31/+67
2015-08-12spl, common, serial: build SPL without serial supportHeiko Schocher1-1/+1
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass1-55/+5
2014-05-29Add cli_ prefix to readline functionsSimon Glass1-3/+4
2014-05-29Split out simple parser and readline into separate filesSimon Glass1-0/+670