]> git.proxmox.com Git - qemu.git/history - cutils.c
Version 1.0.1
[qemu.git] / cutils.c
2012-01-10 Justin M. ForbesMerge branch 'master' of ssh://git.qemu.org/pub/git...
2012-01-10 Paolo Bonziniqiov: prevent double free or use-after-free
2011-11-28 Markus Armbrustercutils: Make strtosz & friends leave follow set to...
2011-11-28 Markus Armbrustercutils: Drop broken support for zero strtosz default_suffix
2011-11-02 Blue SwirlMerge branch 'tci' of git://qemu.weilnetz.de/qemu
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-11-01 Anthony LiguoriMerge remote-tracking branch 'afaerber/cocoa-for-upstre...
2011-11-01 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-11-01 Stefan BergerMove filedescriptor parsing code from net.c into qemu_p...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2011-08-29 Anthony LiguoriMerge remote-tracking branch 'mst/for_anthony' into...
2011-08-25 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-08-25 Jan KiszkaFix up some style nits of last uq/master merge
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
2011-08-12 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-1...
2011-08-09 Edgar E. IglesiasMerge remote-tracking branch 'pm-arm/for-upstream'...
2011-08-08 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-08-05 Joerg Roedelqemu: Add strtosz_suffix_unit function
2011-02-16 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-02-10 Chunqiang TangQCOW2: bug fix - read base image beyond its size
2011-02-01 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/spice.v29.pull' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'spice/usb.5' into staging
2011-02-01 Anthony LiguoriMerge remote branch 'amit/for-anthony' into staging
2011-01-31 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-31 Jes Sorensenstrtosz(): Use suffix macros in switch() statement
2011-01-31 Jes Sorensenstrtosz(): Fix name confusion in use of modf()
2011-01-31 Jes Sorensenstrtosz() use qemu_toupper() to simplify switch statement
2011-01-31 Jes Sorensenstrtosz(): use unsigned char and switch to qemu_isspace()
2011-01-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-01-24 Jes SorensenMake strtosz() return int64_t instead of ssize_t
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-17 Jes SorensenIntroduce strtosz_suffix()
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-03 Jes SorensenIntroduce strtosz() library function to convert a strin...
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-21 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-21 Kevin Wolfcutils: qemu_iovec_copy and qemu_iovec_memset
2010-03-17 Paolo Bonzinisplit out qemu-timer.c
2009-09-20 Blue SwirlProbe for fdatasync()
2009-09-11 Christoph Hellwigblock: use fdatasync instead of fsync if possible
2009-09-11 Kevin WolfAdd bdrv_aio_multiwrite
2009-07-09 Anthony LiguoriRevert "support colon in filenames"
2009-07-01 Blue SwirlFix missing strnlen problems
2009-06-29 Ram Paisupport colon in filenames
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-03-28 aliguoriadd qemu_iovec_init_external (Christoph Hellwig)
2009-02-05 aliguoriAdd qemu_iovec_reset() (Avi Kivity)
2009-01-26 aliguoriqemu iovec: keep track of total size, allow partial...
2009-01-22 aliguoriI/O vector helpers (Avi Kivity)
2008-12-11 blueswir1Rename fls to qemu_fls
2008-12-04 aliguoriDefine fls() in terms of clz32().
2008-12-04 aliguoriIntroduce fls() helper
2008-11-16 blueswir1Attached patch fixes a series of this warning
2008-11-08 balrogRevert r5532, r5536 and a piece of r5531.
2008-10-25 blueswir1Replace uses of strndup (a GNU extension) with Qemu...
2008-06-09 pbrookPrevent guest reusing host memory allocations.
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2007-11-11 pbrookSplit block API from vl.h.
2007-11-10 bellardalways use mktimegm
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-01-07 bellardadded cutils.c