index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cli_readline.c
Age
Commit message (
Expand
)
Author
2023-03-28
cli: Correct handling of invalid escape sequences in cread_line()
Simon Glass
2023-01-16
cli: Move readline character-processing to a state machine
Simon Glass
2022-11-21
Revert "cli_readline: Only insert printable chars"
Pali Rohár
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-09-15
cli: Reduce size of readline buffers in SPL
Sean Anderson
2022-07-18
cli: support bracketed paste
Heinrich Schuchardt
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2021-01-16
cli_readline: Only insert printable chars
Steve Bennett
2020-10-22
common: rename getc() to getchar()
Heinrich Schuchardt
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
Drop CONFIG_SHOW_ACTIVITY
Simon Glass
2018-09-10
cli: handle getch error
Patrick Delaunay
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-08-20
common: cli_readline: Improve command line editing
James Byrne
2015-08-12
spl, common, serial: build SPL without serial support
Heiko Schocher
2014-05-29
Move bootretry code into bootretry.c and clean up
Simon Glass
2014-05-29
Add cli_ prefix to readline functions
Simon Glass
2014-05-29
Split out simple parser and readline into separate files
Simon Glass