| Commit message (Expand) | Author | Age | Files | Lines |
* | readline: Fix unchecked strdup() by converting to g_strdup() | Markus Armbruster | 2013-01-30 | 1 | -2/+2 |
* | readline: avoid memcpy() of overlapping regions | Nickolai Zeldovich | 2013-01-08 | 1 | -2/+2 |
* | monitor: move include files to include/monitor/ | Paolo Bonzini | 2012-12-19 | 1 | -2/+2 |
* | monitor: Fix memory leak with readline completion | Stefan Weil | 2012-06-11 | 1 | -0/+3 |
* | readline: Fix buffer overrun on re-add to history | Markus Armbruster | 2011-11-07 | 1 | -1/+1 |
* | Use glib memory allocation and free functions | Anthony Liguori | 2011-08-20 | 1 | -4/+4 |
* | cope with printf macro definition in readline.c | Paolo Bonzini | 2010-02-08 | 1 | -0/+1 |
* | Revert "On some systems printf is a macro" | malc | 2010-02-08 | 1 | -4/+0 |
* | On some systems printf is a macro | malc | 2010-02-07 | 1 | -0/+4 |
* | readline: Remove unneeded qemu_mallocz() check | Luiz Capitulino | 2009-06-16 | 1 | -3/+0 |
* | monitor: Provide empty command as final history entry (Jan Kiszka) | aliguori | 2009-03-13 | 1 | -3/+5 |
* | monitor: Improve mux'ed console experience (Jan Kiszka) | aliguori | 2009-03-05 | 1 | -0/+5 |
* | monitor: Introduce ReadLineState (Jan Kiszka) | aliguori | 2009-03-05 | 1 | -207/+189 |
* | monitor: Rework API (Jan Kiszka) | aliguori | 2009-03-05 | 1 | -18/+29 |
* | monitor: Break out readline_show_prompt (Jan Kiszka) | aliguori | 2009-03-05 | 1 | -10/+4 |
* | toplevel: remove error handling from qemu_malloc() callers (Avi Kivity) | aliguori | 2009-02-05 | 1 | -2/+0 |
* | Remove unnecessary trailing newlines | blueswir1 | 2008-12-13 | 1 | -2/+0 |
* | Attached patch fixes a series of this warning | blueswir1 | 2008-11-16 | 1 | -2/+2 |
* | Handle history additions properly, by Andreas Schwab. | ths | 2007-12-17 | 1 | -2/+2 |
* | Break up vl.h. | pbrook | 2007-11-17 | 1 | -1/+2 |
* | Improve completion in monitor, by Pascal Terjan. | ths | 2007-09-25 | 1 | -1/+16 |
* | find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the... | ths | 2007-09-17 | 1 | -1/+1 |
* | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths | 2007-09-16 | 1 | -4/+4 |
* | Reset buffer pointers after CR/LF, by Jim Paris. | ths | 2007-08-26 | 1 | -0/+4 |
* | Implement ^W in readline.c, by Michal Hanselmann. | ths | 2007-06-25 | 1 | -0/+43 |
* | separated readline from monitor code - added password input support - added o... | bellard | 2004-08-01 | 1 | -0/+425 |