1. 4297c8e util: add qemu_ether_ntoa by Alexey Kardashevskiy · 11 years ago
  2. a38ed81 qemu-io: Move qemu_strsep() to cutils.c by Kevin Wolf · 12 years ago
  3. 5e00984 cutils: Support 'P' and 'E' suffixes in strtosz() by Kevin Wolf · 12 years ago
  4. b16352a ccid-card-passthru, dev-smartcard-reader: add debug environment variables by Alon Levy · 12 years ago
  5. 56ded70 buffer_is_zero: use vector optimizations if possible by Peter Lieven · 12 years ago
  6. 41a259b cutils: add a function to find non-zero content in a buffer by Peter Lieven · 12 years ago
  7. e3f9fe2 cutils: unsigned int parsing functions by Eduardo Habkost · 12 years ago
  8. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from cutils.c]
  9. 37edbf7 cutils: change strtosz_suffix_unit function by liguang · 12 years ago
  10. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  11. 0100fbb fdsets: use weak aliases instead of qemu-tool.c/qemu-user.c by Paolo Bonzini · 12 years ago
  12. 0191253 janitor: move iovector functions out of cutils.c by Paolo Bonzini · 12 years ago
  13. b6db4ac rtc: fix overflow in mktimegm by Paolo Bonzini · 12 years ago
  14. adb696f block: Enable qemu_open/close to work with fd sets by Corey Bryant · 13 years ago
  15. e6546bb Add uleb encoding/decoding functions by Orit Wasserman · 13 years ago
  16. 9fb2664 Add cache handling functions by Orit Wasserman · 13 years ago
  17. 2a025ae cutils: add strpadcpy() by Dmitry Fleytman · 13 years ago
  18. 25e5e4c rewrite iov_send_recv() and move it to iov.c by Michael Tokarev · 13 years ago
  19. e3e87df export iov_send_recv() and use it in iov_send() and iov_recv() by Michael Tokarev · 13 years ago
  20. 3e80bf9 rename qemu_sendv to iov_send, change proto and move declarations to iov.h by Michael Tokarev · 13 years ago
  21. d5e6b16 change qemu_iovec_to_buf() to match other to,from_buf functions by Michael Tokarev · 13 years ago
  22. 1b093c4 consolidate qemu_iovec_copy() and qemu_iovec_concat() and make them consistent by Michael Tokarev · 13 years ago
  23. 0339614 allow qemu_iovec_from_buffer() to specify offset from which to start copying by Michael Tokarev · 13 years ago
  24. 3d9b492 consolidate qemu_iovec_memset{,_skip}() into single function and use existing iov_memset() by Michael Tokarev · 13 years ago
  25. 1a6d39f cutils: extract buffer_is_zero() from qemu-img.c by Stefan Hajnoczi · 13 years ago
  26. 8c5135f sheepdog: move coroutine send/recv function to generic code by Paolo Bonzini · 14 years ago
  27. bd83b36 qiov: prevent double free or use-after-free by Paolo Bonzini · 13 years ago
  28. eba90e4 cutils: Make strtosz & friends leave follow set to callers by Markus Armbruster · 13 years ago
  29. 8dddfb5 cutils: Drop broken support for zero strtosz default_suffix by Markus Armbruster · 13 years ago
  30. 443916d Move filedescriptor parsing code from net.c into qemu_parse_fd() by Stefan Berger · 13 years ago
  31. fdc9c41 Fix up some style nits of last uq/master merge by Jan Kiszka · 14 years ago
  32. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 14 years ago
  33. a732e1b qemu: Add strtosz_suffix_unit function by Joerg Roedel · 14 years ago
  34. e0d9c6f QCOW2: bug fix - read base image beyond its size by Chunqiang Tang · 14 years ago
  35. 2be22ca strtosz(): Use suffix macros in switch() statement by Jes Sorensen · 14 years ago
  36. 7eb0534 strtosz(): Fix name confusion in use of modf() by Jes Sorensen · 14 years ago
  37. a2afc2c strtosz() use qemu_toupper() to simplify switch statement by Jes Sorensen · 14 years ago
  38. f3bd362 strtosz(): use unsigned char and switch to qemu_isspace() by Jes Sorensen · 14 years ago
  39. 70b4f4b Make strtosz() return int64_t instead of ssize_t by Jes Sorensen · 14 years ago
  40. d842700 Introduce strtosz_suffix() by Jes Sorensen · 14 years ago
  41. 9f9b17a Introduce strtosz() library function to convert a string to a byte count. by Jes Sorensen · 14 years ago
  42. b8a83a4 cutils: qemu_iovec_copy and qemu_iovec_memset by Kevin Wolf · 15 years ago
  43. db1a497 split out qemu-timer.c by Paolo Bonzini · 15 years ago
  44. 5f6b9e8 Probe for fdatasync() by Blue Swirl · 15 years ago
  45. 6f1953c block: use fdatasync instead of fsync if possible by Christoph Hellwig · 16 years ago
  46. 40b4f53 Add bdrv_aio_multiwrite by Kevin Wolf · 16 years ago
  47. 1cec71e Revert "support colon in filenames" by Anthony Liguori · 16 years ago
  48. d43277c Fix missing strnlen problems by Blue Swirl · 16 years ago
  49. 707c0db support colon in filenames by Ram Pai · 16 years ago
  50. 5561650 Include assert.h from qemu-common.h by Paul Brook · 16 years ago
  51. 522584a add qemu_iovec_init_external (Christoph Hellwig) by aliguori · 16 years ago
  52. be95946 Add qemu_iovec_reset() (Avi Kivity) by aliguori · 16 years ago
  53. 249aa74 qemu iovec: keep track of total size, allow partial copies (Gerd Hoffman) by aliguori · 16 years ago
  54. 44e3ee8 I/O vector helpers (Avi Kivity) by aliguori · 16 years ago
  55. ad46db9 Rename fls to qemu_fls by blueswir1 · 16 years ago
  56. 8d371d4 Define fls() in terms of clz32(). by aliguori · 16 years ago
  57. b39ade8 Introduce fls() helper by aliguori · 16 years ago
  58. cd39008 Attached patch fixes a series of this warning when compiling on NetBSD: by blueswir1 · 16 years ago
  59. 793a10a Revert r5532, r5536 and a piece of r5531. by balrog · 16 years ago
  60. 2bd7318 Replace uses of strndup (a GNU extension) with Qemu pstrdup by blueswir1 · 16 years ago
  61. 17e2377 Prevent guest reusing host memory allocations. by pbrook · 17 years ago
  62. ca10f86 Remove osdep.c/qemu-img code duplication by aurel32 · 17 years ago
  63. faf0796 Split block API from vl.h. by pbrook · 17 years ago
  64. 3c6b208 always use mktimegm by bellard · 17 years ago
  65. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 18 years ago
  66. 18607dc added cutils.c by bellard · 18 years ago