aboutsummaryrefslogtreecommitdiffstats
path: root/common/cli_readline.c
Commit message (Expand)AuthorAgeFilesLines
* common: Remove <common.h> and add needed includesTom Rini2024-05-061-1/+1
* cli: allow users to determine history buffer allocation methodHanyuan Zhao2024-03-131-11/+25
* cli: panic when failed to allocate memory for the history bufferHanyuan Zhao2024-03-131-1/+1
* getchar(): Correct usageTom Rini2024-01-181-1/+1
* command: Allocate history buffer using calloc()Marek Vasut2023-12-201-9/+17
* cli: Add a function to set up a new creadSimon Glass2023-10-111-9/+15
* cli: Allow command completion to be disabledSimon Glass2023-10-111-1/+2
* cli: Allow history to be disabledSimon Glass2023-10-111-20/+22
* cli: Terminate the string in cread_line_process_ch()Simon Glass2023-10-111-1/+7
* cli: Create a function to process charactersSimon Glass2023-10-111-45/+63
* cli: Unindent some code in cread_line()Simon Glass2023-10-111-140/+139
* cli: Convert cread_line() to use a struct for the main varsSimon Glass2023-10-111-55/+61
* cli: Use unsigned int instead of unsigned longSimon Glass2023-10-111-9/+8
* cli: Implement delete-word in cread_line()Simon Glass2023-10-111-0/+31
* cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readlineSimon Glass2023-10-111-43/+42
* cli: Drop some #ifdefs in cli_readlineSimon Glass2023-10-111-6/+14
* cli: Add a command to show cmdline historySimon Glass2023-10-111-3/+1
* cli: Move simple readline into a functionSimon Glass2023-10-111-33/+46
* cli: Correct handling of invalid escape sequences in cread_line()WIP/2023-03-28-correct-several-cli_getch-bugsSimon Glass2023-03-281-2/+1
* cli: Move readline character-processing to a state machineSimon Glass2023-01-161-128/+22
* Revert "cli_readline: Only insert printable chars"Pali Rohár2022-11-211-4/+2
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-2/+2
* cli: Reduce size of readline buffers in SPLSean Anderson2022-09-151-0/+5
* cli: support bracketed pasteHeinrich Schuchardt2022-07-181-2/+20
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* cli_readline: Only insert printable charsSteve Bennett2021-01-161-2/+4
* common: rename getc() to getchar()Heinrich Schuchardt2020-10-221-2/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* Drop CONFIG_SHOW_ACTIVITYSimon Glass2019-12-021-6/+0
* cli: handle getch errorPatrick Delaunay2018-09-101-0/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* common: cli_readline: Improve command line editingJames Byrne2016-08-201-31/+67
* spl, common, serial: build SPL without serial supportHeiko Schocher2015-08-121-1/+1
* Move bootretry code into bootretry.c and clean upSimon Glass2014-05-291-55/+5
* Add cli_ prefix to readline functionsSimon Glass2014-05-291-3/+4
* Split out simple parser and readline into separate filesSimon Glass2014-05-291-0/+670