1. 2be178a iov: avoid "orig_len may be used unitialized" warning by Michael Tokarev · 11 years ago
  2. 8400429 iov: handle EOF in iov_send_recv by MORITA Kazutaka · 12 years ago
  3. 3568ac2 Rename hexdump to avoid FreeBSD libutil conflict by Ed Maste · 12 years ago
  4. 9adea5f win32: add readv/writev emulation by Paolo Bonzini · 12 years ago
  5. 83f75c2 iov: handle partial writes from sendmsg and recvmsg by Paolo Bonzini · 12 years ago
  6. f48869a iov: reorganize iov_send_recv, part 3 by Paolo Bonzini · 12 years ago
  7. 5209d67 iov: reorganize iov_send_recv, part 2 by Paolo Bonzini · 12 years ago
  8. cb6247a iov: reorganize iov_send_recv, part 1 by Paolo Bonzini · 12 years ago
  9. 6ff66f5 iov: Factor out hexdumper by Peter Crosthwaite · 12 years ago
  10. facf98a qemu/iovec: Don't assert if sbytes is zero by Aneesh Kumar K.V · 12 years ago
  11. baacf04 build: move libqemuutil.a components to util/ by Paolo Bonzini · 12 years ago[Renamed from iov.c]
  12. 530c0bb iov: add qemu_iovec_concat_iov() by Stefan Hajnoczi · 12 years ago
  13. d027763 iov: add iov_discard_front/back() to remove data by Stefan Hajnoczi · 12 years ago
  14. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  15. f563a5d Merge remote-tracking branch 'origin/master' into threadpool by Paolo Bonzini · 12 years ago
  16. 0191253 janitor: move iovector functions out of cutils.c by Paolo Bonzini · 12 years ago
  17. d336336 iov: add iov_cpy by Michael S. Tsirkin · 12 years ago
  18. 844b5ce iov: add const annotation by Michael S. Tsirkin · 12 years ago
  19. bb95586 iov_send_recv(): Handle zero bytes case even if OS does not by Peter Maydell · 13 years ago
  20. c095855 iov: Fix do_send_recv() for MinGW (also fixes a build breakage) by Stefan Weil · 13 years ago
  21. 25e5e4c rewrite iov_send_recv() and move it to iov.c by Michael Tokarev · 13 years ago
  22. 2278a69 rewrite iov_* functions by Michael Tokarev · 13 years ago
  23. dcf6f5e change iov_* function prototypes to be more appropriate by Michael Tokarev · 13 years ago
  24. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  25. 8d15028 Add iov_clear() by Gerd Hoffmann · 14 years ago
  26. 3a1dca9 Add iov_hexdump() by Gerd Hoffmann · 14 years ago
  27. 348e7b8 iov: Update parameter usage in iov_(to|from)_buf() by Hannes Reinecke · 14 years ago
  28. 4c64d5b iov: Move from hw/ to topdir by Amit Shah · 15 years ago[Renamed from hw/iov.c]
  29. fa6111f iov: Add iov_to_buf and iov_size helpers by Amit Shah · 15 years ago
  30. e4d5639 iov: Introduce a new file for helpers around iovs, add iov_from_buf() by Amit Shah · 15 years ago