aboutsummaryrefslogtreecommitdiff
path: root/src/hci/readline.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-15[hci] Use dynamically allocated buffers for editable stringsMichael Brown1-31/+17
2021-09-10[readline] Extend maximum read line length to 1024 charactersMichael Brown1-7/+17
2021-04-23[readline] Add an optional timeout to readline_history()Michael Brown1-3/+14
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-08-06[readline] Ensure cursor is visible when prompting for inputMichael Brown1-0/+3
2012-10-24[readline] Allow readline_history() to return a meaningful statusMichael Brown1-11/+19
2012-10-24[readline] Allow a prefilled input string to be providedMichael Brown1-2/+9
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-03-30[readline] Add history supportMichael Brown1-9/+215
2011-03-30[readline] Add init_editstring() wrapper functionMichael Brown1-2/+1
2011-03-09[console] Move include/console.h to include/ipxe/console.hMichael Brown1-1/+1
2011-03-07[console] Add a timeout parameter to getkey()Michael Brown1-1/+1
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2007-08-20__nonnull changesHolger Lubitz1-0/+2
2007-07-03Warnings purge: src/{crypto,hci,net}Marty Connor1-0/+1
2007-01-05Avoid creating implicit memcpy()sMichael Brown1-5/+5
2006-12-20Use getkey() and symbolic key names.Michael Brown1-4/+5
2006-12-19Use stdlib.h for malloc() instead of malloc.h.Michael Brown1-1/+1
2006-12-19Explicitly print out-of-memory message to avoid tricking the user intoMichael Brown1-7/+7
2006-12-19Functioning readline()Michael Brown1-2/+47
2006-12-19Skeletal (non-echoing) version of readline()Michael Brown1-0/+68