index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cli_readline.c
Age
Commit message (
Expand
)
Author
2024-01-18
getchar(): Correct usage
Tom Rini
2023-12-20
command: Allocate history buffer using calloc()
Marek Vasut
2023-10-11
cli: Add a function to set up a new cread
Simon Glass
2023-10-11
cli: Allow command completion to be disabled
Simon Glass
2023-10-11
cli: Allow history to be disabled
Simon Glass
2023-10-11
cli: Terminate the string in cread_line_process_ch()
Simon Glass
2023-10-11
cli: Create a function to process characters
Simon Glass
2023-10-11
cli: Unindent some code in cread_line()
Simon Glass
2023-10-11
cli: Convert cread_line() to use a struct for the main vars
Simon Glass
2023-10-11
cli: Use unsigned int instead of unsigned long
Simon Glass
2023-10-11
cli: Implement delete-word in cread_line()
Simon Glass
2023-10-11
cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline
Simon Glass
2023-10-11
cli: Drop some #ifdefs in cli_readline
Simon Glass
2023-10-11
cli: Add a command to show cmdline history
Simon Glass
2023-10-11
cli: Move simple readline into a function
Simon Glass
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