index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
cli_readline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
getchar(): Correct usage
Tom Rini
2024-01-18
1
-1
/
+1
*
command: Allocate history buffer using calloc()
Marek Vasut
2023-12-20
1
-9
/
+17
*
cli: Add a function to set up a new cread
Simon Glass
2023-10-11
1
-9
/
+15
*
cli: Allow command completion to be disabled
Simon Glass
2023-10-11
1
-1
/
+2
*
cli: Allow history to be disabled
Simon Glass
2023-10-11
1
-20
/
+22
*
cli: Terminate the string in cread_line_process_ch()
Simon Glass
2023-10-11
1
-1
/
+7
*
cli: Create a function to process characters
Simon Glass
2023-10-11
1
-45
/
+63
*
cli: Unindent some code in cread_line()
Simon Glass
2023-10-11
1
-140
/
+139
*
cli: Convert cread_line() to use a struct for the main vars
Simon Glass
2023-10-11
1
-55
/
+61
*
cli: Use unsigned int instead of unsigned long
Simon Glass
2023-10-11
1
-9
/
+8
*
cli: Implement delete-word in cread_line()
Simon Glass
2023-10-11
1
-0
/
+31
*
cli: Drop #ifdefs for CONFIG_AUTO_COMPLETE in cli_readline
Simon Glass
2023-10-11
1
-43
/
+42
*
cli: Drop some #ifdefs in cli_readline
Simon Glass
2023-10-11
1
-6
/
+14
*
cli: Add a command to show cmdline history
Simon Glass
2023-10-11
1
-3
/
+1
*
cli: Move simple readline into a function
Simon Glass
2023-10-11
1
-33
/
+46
*
cli: Correct handling of invalid escape sequences in cread_line()
Simon Glass
2023-03-28
1
-2
/
+1
*
cli: Move readline character-processing to a state machine
Simon Glass
2023-01-16
1
-128
/
+22
*
Revert "cli_readline: Only insert printable chars"
Pali Rohár
2022-11-21
1
-4
/
+2
*
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-09-18
1
-2
/
+2
*
cli: Reduce size of readline buffers in SPL
Sean Anderson
2022-09-15
1
-0
/
+5
*
cli: support bracketed paste
Heinrich Schuchardt
2022-07-18
1
-2
/
+20
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
cli_readline: Only insert printable chars
Steve Bennett
2021-01-16
1
-2
/
+4
*
common: rename getc() to getchar()
Heinrich Schuchardt
2020-10-22
1
-2
/
+2
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
Drop CONFIG_SHOW_ACTIVITY
Simon Glass
2019-12-02
1
-6
/
+0
*
cli: handle getch error
Patrick Delaunay
2018-09-10
1
-0
/
+4
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
common: cli_readline: Improve command line editing
James Byrne
2016-08-20
1
-31
/
+67
*
spl, common, serial: build SPL without serial support
Heiko Schocher
2015-08-12
1
-1
/
+1
*
Move bootretry code into bootretry.c and clean up
Simon Glass
2014-05-29
1
-55
/
+5
*
Add cli_ prefix to readline functions
Simon Glass
2014-05-29
1
-3
/
+4
*
Split out simple parser and readline into separate files
Simon Glass
2014-05-29
1
-0
/
+670