1. 76f7678 osmo_io_poll: Use -errno as result on read error by Andreas Eversberg · 4 months ago
  2. 2ce17da osmo_io: Reject writing messages with length of 0 by Andreas Eversberg · 5 months ago
  3. 1047ed7 osmo_io: sendmsg/recvmsg support by Harald Welte · 7 months ago
  4. 848faf9 osmo_io: Move notify_connected function to backend by Andreas Eversberg · 5 months ago
  5. b365b1d osmo_io: Change struct osmo_io_ops to contain struct, not union by Harald Welte · 4 months ago
  6. 8461188 osmo_io: Factor out and use common send function from backend by Daniel Willmann · 7 months ago
  7. c380f29 osmo_io: Reject unknown/unsupported modes in osmo_iofd_setup() by Harald Welte · 7 months ago
  8. 38d8170 osmo_io: rename unsupported SCTP mode to OSMO_IO_FD_MODE_SCTP_RECVMSG_SEND by Harald Welte · 7 months ago
  9. 987a86a io_uring: add some more source code comments/docs by Harald Welte · 7 months ago
  10. afdfc6a osmo_io: Assert that iofd mode is correct when calling *_write_msgb by Daniel Willmann · 7 months ago
  11. 2386e9a osmo_io: Only allow reading/writing if the relevant callback is set by Daniel Willmann · 9 months ago
  12. f39c23f osmo_io: Change parent of msghdr to iofd (instead of msg) by Daniel Willmann · 10 months ago
  13. f91d2aa osmo_io: Add io_uring backend by Daniel Willmann · 1 year, 6 months ago
  14. 012d904 osmo_io: Avoid potential double free when sending msgb by Daniel Willmann · 11 months ago
  15. 2b34e92 osmo_io: Add iofd_handle_recv() by Daniel Willmann · 10 months ago
  16. 92efac2 osmo_io: Use MSG_NOSIGNAL to avoid SIGPIPE on write by Daniel Willmann · 11 months ago
  17. f083382 osmo_io: Ensure correct ownership of msgb when sending by Daniel Willmann · 11 months ago
  18. 97d2144 osmo_io: Fix length calculation in iofd_handle_segmentation() by Daniel Willmann · 12 months ago
  19. d0d9ecb osmo_io(cosmetic): End in a dot for doxygen AUTO_BRIEF by Daniel Willmann · 12 months ago
  20. 4731e71 cosmetic: Fix doc comment by Daniel Willmann · 12 months ago
  21. a9303f3 osmo_io: Add function to change the maximum length of the tx_queue by Daniel Willmann · 12 months ago
  22. 7b59bab osmo_io: Document expectation that segmentation_cb() can modify msgb by Daniel Willmann · 12 months ago
  23. e2a8dc4 osmo_io: Add osmo_iofd_notify_connected() by Daniel Willmann · 12 months ago
  24. e4ecd99 osmo_io: Fix write_enable handling in iofd_txqueue by Daniel Willmann · 12 months ago
  25. f89162f osmo_io: Use bitfield for various boolean flags by Daniel Willmann · 1 year ago
  26. acb9776 osmo_io: Return early on error in osmo_iofd_register() by Daniel Willmann · 1 year, 1 month ago
  27. 63e45e6 osmo_io: Make name optional, add _set_name() API by Pau Espin Pedrol · 1 year ago
  28. c0aa4bd core/osmo_io: Rename variables for readability by arehbein · 1 year ago
  29. eb9edba osmo_io: Remove osmo_iofd_read/write_enable/disable by Daniel Willmann · 1 year, 1 month ago
  30. cbbd17e osmo_io: Support detecting non-blocking connect() by Daniel Willmann · 1 year, 1 month ago arehbein/osmo_io_ipa
  31. d4d0370 osmo_io: Improve handling and documentation of segmentation_cb by Daniel Willmann · 1 year, 1 month ago
  32. 0c374c6 core: Add function to update osmo_io_ops field for osmo_io_fd by arehbein · 1 year, 2 months ago
  33. 8857f3b Add osmo_io with initial poll backend by Harald Welte · 1 year, 7 months ago