]> git.proxmox.com Git - qemu.git/history - readline.c
Open 2.0 development tree
[qemu.git] / readline.c
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-09-03 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-08-30 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-08-30 Wenchao Xiamonitor: avoid use of global *cur_mon in readline_compl...
2013-08-30 Wenchao Xiamonitor: avoid use of global *cur_mon in monitor_find_c...
2013-05-17 Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-2013...
2013-05-14 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-05-14 Kevin Wolfreadline: Handle xterm escape sequences for Home/End...
2013-02-06 Anthony LiguoriMerge branch 'for-linux-user' of https://git.gitorious...
2013-02-01 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-01-31 Aurelien JarnoMerge branch 'target-arm.next' of git://git.linaro...
2013-01-30 Anthony LiguoriMerge remote-tracking branch 'pmaydell/arm-devs.next...
2013-01-30 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-01-30 Markus Armbrusterreadline: Fix unchecked strdup() by converting to g_str...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-01-14 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2013-01-12 Blue SwirlMerge branch 'target-arm.next' of git://git.linaro...
2013-01-12 Blue SwirlMerge branch 'ppc-for-upstream' of git://repo.or.cz...
2013-01-12 Blue SwirlMerge branch 's390-reorg' of git://repo.or.cz/qemu/rth
2013-01-11 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2013-01-08 Nickolai Zeldovichreadline: avoid memcpy() of overlapping regions
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-22 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19 Paolo Bonzinimonitor: move include files to include/monitor/
2012-07-29 Michael S. TsirkinMerge branch pci into master
2012-07-09 Anthony LiguoriMerge remote-tracking branch 'mjt/mjt-iov2' into staging
2012-06-24 Blue SwirlMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-06-18 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/qom-next...
2012-06-18 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-06-18 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-06-18 Anthony LiguoriMerge remote-tracking branch 'sweil/for-anthony' into...
2012-06-15 Stefan Weilmonitor: Fix memory leak with readline completion
2012-06-11 Stefan Weilmonitor: Fix memory leak with readline completion
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-11-07 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-11-07 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-11-07 Markus Armbrusterreadline: Fix buffer overrun on re-add to history
2011-08-21 Anthony LiguoriMerge remote-tracking branch 'pmaydell/armhw-for-upstre...
2011-08-21 Blue SwirlMerge branch 'queues/slirp' of git://git.kiszka.org...
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2010-02-08 Anthony LiguoriMerge remote branch 'linux-user/linux-user-for-upstream...
2010-02-08 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging-tmp
2010-02-08 Paolo Bonzinicope with printf macro definition in readline.c
2010-02-08 malcRevert "On some systems printf is a macro"
2010-02-06 malcOn some systems printf is a macro
2009-06-16 Luiz Capitulinoreadline: Remove unneeded qemu_mallocz() check
2009-03-13 aliguorimonitor: Provide empty command as final history entry...
2009-03-05 aliguorimonitor: Improve mux'ed console experience (Jan Kiszka)
2009-03-05 aliguorimonitor: Introduce ReadLineState (Jan Kiszka)
2009-03-05 aliguorimonitor: Rework API (Jan Kiszka)
2009-03-05 aliguorimonitor: Break out readline_show_prompt (Jan Kiszka)
2009-02-05 aliguoritoplevel: remove error handling from qemu_malloc()...
2008-12-13 blueswir1Remove unnecessary trailing newlines
2008-11-16 blueswir1Attached patch fixes a series of this warning
2007-12-17 thsHandle history additions properly, by Andreas Schwab.
2007-11-17 pbrookBreak up vl.h.
2007-09-25 thsImprove completion in monitor, by Pascal Terjan.
2007-09-17 thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-26 thsReset buffer pointers after CR/LF, by Jim Paris.
2007-06-25 thsImplement ^W in readline.c, by Michal Hanselmann.
2004-08-01 bellardseparated readline from monitor code - added password...