14 Commits (e9d635ea1809a6e114c33413c359abbb88a35737)

Author SHA1 Message Date
Alex Chen 593621f36b readline: Fix possible array index out of bounds in readline_hist_add() 6 years ago
Markus Armbruster 856dfd8a03 qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h 7 years ago
Jules Irenge e238a99e89 util/readline: Add braces to fix checkpatch errors 7 years ago
Jules Irenge c95d4a29c3 util: readline: replace tab indent by four spaces to fix checkpatch errors 7 years ago
Jules Irenge 2467f95ab3 util/readline: add a space to fix errors by checkpatch tool 7 years ago
Greg Kurz 4183e2ea6d readline: don't free completions in readline_free() 9 years ago
Marc-André Lureau e5dc1a6c6c readline: add a free function 9 years ago
Veronia Bahaa f348b6d1a5 util: move declarations out of qemu-common.h 11 years ago
Peter Maydell aafd758410 util: Clean up includes 11 years ago
Hani Benhabiles 075ccb6cd3 readline: Clear screen on form feed. 12 years ago
Hani Benhabiles e70871d8b5 readline: Make completion strings always unique 12 years ago
Hani Benhabiles 307b2f0148 readline: Sort completions before printing them. 12 years ago
Michael Tokarev 6ad7c326a1 readline: use g_strndup instead of open-coding it 12 years ago
Stefan Hajnoczi 0150cd81cf readline: move readline to a generic location 13 years ago
Stefan Hajnoczi c60bf3391b readline: decouple readline from the monitor 13 years ago
Wenchao Xia d1a9756ab8 monitor: avoid use of global *cur_mon in readline_completion() 13 years ago
Wenchao Xia d2674b2cf7 monitor: avoid use of global *cur_mon in monitor_find_completion() 13 years ago
Kevin Wolf d34dc45d34 readline: Handle xterm escape sequences for Home/End keys 13 years ago
Markus Armbruster c3baa5f9e4 readline: Fix unchecked strdup() by converting to g_strdup() 14 years ago
Nickolai Zeldovich 7682e85807 readline: avoid memcpy() of overlapping regions 14 years ago
Paolo Bonzini 83c9089e73 monitor: move include files to include/monitor/ 14 years ago
Stefan Weil 7618be6230 monitor: Fix memory leak with readline completion 14 years ago
Stefan Weil fc9fa4bd0a monitor: Fix memory leak with readline completion 14 years ago
Markus Armbruster 8af42882a5 readline: Fix buffer overrun on re-add to history 15 years ago
Anthony Liguori 7267c0947d Use glib memory allocation and free functions 15 years ago
Paolo Bonzini 30bf5f46e7 cope with printf macro definition in readline.c 17 years ago
malc 3f020d7024 Revert "On some systems printf is a macro" 17 years ago
malc bc5b600458 On some systems printf is a macro 17 years ago
Luiz Capitulino 759754f01f readline: Remove unneeded qemu_mallocz() check 17 years ago
aliguori 5b0d272717 monitor: Provide empty command as final history entry (Jan Kiszka) 18 years ago
aliguori 2724b1806a monitor: Improve mux'ed console experience (Jan Kiszka) 18 years ago
aliguori 4c36ba3235 monitor: Introduce ReadLineState (Jan Kiszka) 18 years ago
aliguori 376253ece4 monitor: Rework API (Jan Kiszka) 18 years ago
aliguori 9dd442b123 monitor: Break out readline_show_prompt (Jan Kiszka) 18 years ago
aliguori 1eec614b36 toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) 18 years ago
blueswir1 1d6198c3b0 Remove unnecessary trailing newlines 18 years ago
blueswir1 cd390083ad Attached patch fixes a series of this warning 18 years ago
ths ccf7aa52aa Handle history additions properly, by Andreas Schwab. 19 years ago
pbrook 87ecb68bdf Break up vl.h. 19 years ago
ths b427c72613 Improve completion in monitor, by Pascal Terjan. 19 years ago
ths 3b46e62427 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. 19 years ago
ths 5fafdf24ef find -type f | xargs sed -i 's/[\t ]$//g' # on most files 19 years ago
ths c92843b5df Reset buffer pointers after CR/LF, by Jim Paris. 19 years ago
ths 33fa11d4b5 Implement ^W in readline.c, by Michal Hanselmann. 19 years ago
bellard 7e2515e87c separated readline from monitor code - added password input support - added output buffer 22 years ago