summaryrefslogtreecommitdiffstats
path: root/readline.c
Commit message (Expand)AuthorAgeFilesLines
* readline: avoid memcpy() of overlapping regionsNickolai Zeldovich2013-01-081-2/+2
* monitor: move include files to include/monitor/Paolo Bonzini2012-12-191-2/+2
* monitor: Fix memory leak with readline completionStefan Weil2012-06-111-0/+3
* readline: Fix buffer overrun on re-add to historyMarkus Armbruster2011-11-071-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* cope with printf macro definition in readline.cPaolo Bonzini2010-02-081-0/+1
* Revert "On some systems printf is a macro"malc2010-02-081-4/+0
* On some systems printf is a macromalc2010-02-071-0/+4
* readline: Remove unneeded qemu_mallocz() checkLuiz Capitulino2009-06-161-3/+0
* monitor: Provide empty command as final history entry (Jan Kiszka)aliguori2009-03-131-3/+5
* monitor: Improve mux'ed console experience (Jan Kiszka)aliguori2009-03-051-0/+5
* monitor: Introduce ReadLineState (Jan Kiszka)aliguori2009-03-051-207/+189
* monitor: Rework API (Jan Kiszka)aliguori2009-03-051-18/+29
* monitor: Break out readline_show_prompt (Jan Kiszka)aliguori2009-03-051-10/+4
* toplevel: remove error handling from qemu_malloc() callers (Avi Kivity)aliguori2009-02-051-2/+0
* Remove unnecessary trailing newlinesblueswir12008-12-131-2/+0
* Attached patch fixes a series of this warningblueswir12008-11-161-2/+2
* Handle history additions properly, by Andreas Schwab.ths2007-12-171-2/+2
* Break up vl.h.pbrook2007-11-171-1/+2
* Improve completion in monitor, by Pascal Terjan.ths2007-09-251-1/+16
* find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...ths2007-09-171-1/+1
* find -type f | xargs sed -i 's/[\t ]$//g' # on most filesths2007-09-161-4/+4
* Reset buffer pointers after CR/LF, by Jim Paris.ths2007-08-261-0/+4
* Implement ^W in readline.c, by Michal Hanselmann.ths2007-06-251-0/+43
* separated readline from monitor code - added password input support - added o...bellard2004-08-011-0/+425
OpenPOWER on IntegriCloud