Age | Commit message (Expand) | Author |
2011-01-31 | strtosz(): Use suffix macros in switch() statement | Jes Sorensen |
2011-01-31 | strtosz(): Fix name confusion in use of modf() | Jes Sorensen |
2011-01-31 | strtosz() use qemu_toupper() to simplify switch statement | Jes Sorensen |
2011-01-31 | strtosz(): use unsigned char and switch to qemu_isspace() | Jes Sorensen |
2011-01-24 | Make strtosz() return int64_t instead of ssize_t | Jes Sorensen |
2010-12-17 | Introduce strtosz_suffix() | Jes Sorensen |
2010-11-03 | Introduce strtosz() library function to convert a string to a byte count. | Jes Sorensen |
2010-09-21 | cutils: qemu_iovec_copy and qemu_iovec_memset | Kevin Wolf |
2010-03-17 | split out qemu-timer.c | Paolo Bonzini |
2009-09-20 | Probe for fdatasync() | Blue Swirl |
2009-09-11 | block: use fdatasync instead of fsync if possible | Christoph Hellwig |
2009-09-11 | Add bdrv_aio_multiwrite | Kevin Wolf |
2009-07-09 | Revert "support colon in filenames" | Anthony Liguori |
2009-07-01 | Fix missing strnlen problems | Blue Swirl |
2009-06-29 | support colon in filenames | Ram Pai |
2009-05-13 | Include assert.h from qemu-common.h | Paul Brook |
2009-03-28 | add qemu_iovec_init_external (Christoph Hellwig) | aliguori |
2009-02-05 | Add qemu_iovec_reset() (Avi Kivity) | aliguori |
2009-01-26 | qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman) | aliguori |
2009-01-22 | I/O vector helpers (Avi Kivity) | aliguori |
2008-12-11 | Rename fls to qemu_fls | blueswir1 |
2008-12-04 | Define fls() in terms of clz32(). | aliguori |
2008-12-04 | Introduce fls() helper | aliguori |
2008-11-16 | Attached patch fixes a series of this warning | blueswir1 |
2008-11-08 | Revert r5532, r5536 and a piece of r5531. | balrog |
2008-10-25 | Replace uses of strndup (a GNU extension) with Qemu pstrdup | blueswir1 |
2008-06-09 | Prevent guest reusing host memory allocations. | pbrook |
2008-04-11 | Remove osdep.c/qemu-img code duplication | aurel32 |
2007-11-11 | Split block API from vl.h. | pbrook |
2007-11-10 | always use mktimegm | bellard |
2007-09-16 | find -type f | xargs sed -i 's/[\t ]$//g' # on most files | ths |
2007-01-07 | added cutils.c | bellard |