index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
readline.c
Age
Commit message (
Expand
)
Author
2013-05-14
readline: Handle xterm escape sequences for Home/End keys
Kevin Wolf
2013-01-30
readline: Fix unchecked strdup() by converting to g_strdup()
Markus Armbruster
2013-01-08
readline: avoid memcpy() of overlapping regions
Nickolai Zeldovich
2012-12-19
monitor: move include files to include/monitor/
Paolo Bonzini
2012-06-11
monitor: Fix memory leak with readline completion
Stefan Weil
2011-11-07
readline: Fix buffer overrun on re-add to history
Markus Armbruster
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2010-02-08
cope with printf macro definition in readline.c
Paolo Bonzini
2010-02-08
Revert "On some systems printf is a macro"
malc
2010-02-07
On some systems printf is a macro
malc
2009-06-16
readline: Remove unneeded qemu_mallocz() check
Luiz Capitulino
2009-03-13
monitor: Provide empty command as final history entry (Jan Kiszka)
aliguori
2009-03-05
monitor: Improve mux'ed console experience (Jan Kiszka)
aliguori
2009-03-05
monitor: Introduce ReadLineState (Jan Kiszka)
aliguori
2009-03-05
monitor: Rework API (Jan Kiszka)
aliguori
2009-03-05
monitor: Break out readline_show_prompt (Jan Kiszka)
aliguori
2009-02-05
toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2008-12-13
Remove unnecessary trailing newlines
blueswir1
2008-11-16
Attached patch fixes a series of this warning
blueswir1
2007-12-17
Handle history additions properly, by Andreas Schwab.
ths
2007-11-17
Break up vl.h.
pbrook
2007-09-25
Improve completion in monitor, by Pascal Terjan.
ths
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-08-26
Reset buffer pointers after CR/LF, by Jim Paris.
ths
2007-06-25
Implement ^W in readline.c, by Michal Hanselmann.
ths
2004-08-01
separated readline from monitor code - added password input support - added o...
bellard