1. 1c24962 sockaddr_str: add conversion to,from osmo_sockaddr by Neels Hofmeyr · 3 months ago
  2. 43018ec Revert "Revert "logging: add log level cache"" by Hoernchen · 5 months ago
  3. 4ec4a38 osmo_io: Make {write,sendto,sendmsg} completion callback optional by Harald Welte · 3 months ago
  4. e988ec3 osmo_io: Massive improvement of API documentation by Harald Welte · 3 months ago
  5. fab993b osmo_io: Dont use __linux__ but !EMBEDDED by Harald Welte · 3 months ago
  6. 9c0004a Fix file descriptor that is passed to io_uring_register_eventfd() by Andreas Eversberg · 3 months ago
  7. 6190693 core: fix missing '\n' in iofd_uring_connected_cb() by Vadim Yanitskiy · 3 months ago
  8. 9c604f4 io_uring: check all operations in osmo_iofd_uring_init() by Harald Welte · 3 months ago
  9. 5fcfbe0 io_uring: more verbose error messages if io_uring setup fails by Harald Welte · 3 months ago
  10. c9ad345 socket: Add remote PID and local FD to AF_UNIX sockname by Pau Espin Pedrol · 3 months ago
  11. 9a7b2c9 socket: Support AF_UNIX in osmo_sock_get_name_buf() by Pau Espin Pedrol · 3 months ago
  12. 28c97a7 osmo_io_poll: Use -errno as result on write error by Andreas Eversberg · 3 months ago
  13. 8b7af44 osmo_io: Avoid implementing non-existant situations by Harald Welte · 3 months ago
  14. 257e789 osmo_io: avoid OSMO_ASSERT one each API call by Harald Welte · 3 months ago
  15. e1d4858 osmo_io: Don't pretend to support backends without close_cb by Harald Welte · 3 months ago
  16. 09ab041 osmo_io: Log error message in case call-backs incompatible with mode by Harald Welte · 3 months ago
  17. 04e6f6e osmo_io: Guard osmo_iofd_register() with invalid file descriptor by Harald Welte · 3 months ago
  18. 25d5bf6 osmo_io: do check_mode_callback_compat() only if ioops is set at osmo_iofd_setup() by Andreas Eversberg · 4 months ago
  19. ada88ce osmo_io_uring: Check if osmo_fd_register fails at iofd_uring_notify_connected() by Andreas Eversberg · 4 months ago
  20. a4ac5b8 osmo_io: Assign const name when stealing TX msg from iofd ctx by Andreas Eversberg · 4 months ago
  21. f574aea osmo_io: Add osmo_io_get_ioops() function by Harald Welte · 4 months ago
  22. 3c0d500 osmo_io_poll: Declare local functions "static" by Andreas Eversberg · 4 months ago
  23. 0f123aa osmo_io_uring: Detach msghdr from iofd before calling iofd_handle_send_completion() by Andreas Eversberg · 4 months ago
  24. 8db6009 osmo_io_uring: Cancel pending request, free msghdr on completion by Andreas Eversberg · 4 months ago
  25. 76f7678 osmo_io_poll: Use -errno as result on read error by Andreas Eversberg · 4 months ago
  26. 2ce17da osmo_io: Reject writing messages with length of 0 by Andreas Eversberg · 4 months ago
  27. d7256c6 osmo_io: Use poll/select to notify socket connection at osmo_io_uring.c by Andreas Eversberg · 4 months ago
  28. 1047ed7 osmo_io: sendmsg/recvmsg support by Harald Welte · 7 months ago
  29. 848faf9 osmo_io: Move notify_connected function to backend by Andreas Eversberg · 4 months ago
  30. b365b1d osmo_io: Change struct osmo_io_ops to contain struct, not union by Harald Welte · 4 months ago
  31. e8ab1b7 Make socket.c compile without libsctp support (--disable-libsctp) by Andreas Eversberg · 4 months ago
  32. e8f0548 Prevent poll() in select.c to timeout too early by Andreas Eversberg · 5 months ago
  33. 7f1fb3e Revert "logging: add log level cache" by Hoernchen · 5 months ago
  34. 7dc6d4a logging: add log level cache by Eric · 1 year, 6 months ago
  35. 83c8c80 core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precision by Vadim Yanitskiy · 6 months ago
  36. 4728f8c bitvec: bitvec_to_string_r(): drop unused variable by Vadim Yanitskiy · 6 months ago
  37. 5ce0131 utils: osmo_bcd2str(): fix applying non-zero offset to null pointer by Vadim Yanitskiy · 6 months ago
  38. a37921a socket: Introduce defines OSMO_SOCK_MULTIADDR_{PEER_STR,NAME}_MAXLEN by Pau Espin Pedrol · 6 months ago
  39. d76cc37 soft_uart: fix the Rx flushing logic, add a unit test by Vadim Yanitskiy · 6 months ago
  40. 19f27bb socket: Introduce API osmo_sock_sctp_get_peer_addr_info() by Pau Espin Pedrol · 6 months ago pespin/multiaddr
  41. 9c603e6 logging: fix NULL pointer dereference in _output_buf() by Vadim Yanitskiy · 6 months ago
  42. d2e8f67 socket: Fix uninitialized mem ptr free in osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 6 months ago
  43. 26dff79 soft_uart: cosmetic: use consistent naming for the Rx buffer msgb by Vadim Yanitskiy · 6 months ago
  44. 9c97293 core: fix wrong logic in _osmo_it_q_dequeue() by Vadim Yanitskiy · 6 months ago
  45. 5ac8aa5 socket: Introduce API osmo_sock_multiaddr_get_name_buf() by Pau Espin Pedrol · 7 months ago
  46. 6a2975c socket: Introduce API osmo_sock_multiaddr_get_ip_and_port() by Pau Espin Pedrol · 7 months ago
  47. d71331b logging: fix nul octets in log output / use osmo_strbuf by Neels Hofmeyr · 6 months ago
  48. d511a9d util: add osmo_strbuf macros to manipulate the strbuf tail by Neels Hofmeyr · 6 months ago
  49. cb5cec2 socket: osmo_sock_init2_multiaddr2(): Apply params too if no OSMO_SOCK_F_BIND flag set by Pau Espin Pedrol · 6 months ago
  50. 1c797fc socket: Reimplement osmo_sock_init2_multiaddr() by Pau Espin Pedrol · 6 months ago
  51. 6587dd0 soft_uart: implement modem status lines and flow control by Vadim Yanitskiy · 7 months ago
  52. ffb8d5e soft_uart: osmo_soft_uart_tx_ubits(): return number of bits pulled by Vadim Yanitskiy · 7 months ago
  53. 2203db5 soft_uart: cosmetic: do not use 'osmo_' prefix for static symbols by Vadim Yanitskiy · 7 months ago
  54. 811638c soft_uart: check Rx/Tx state once in osmo_soft_uart_{rx,tx}_ubits() by Vadim Yanitskiy · 7 months ago
  55. 0887188 soft_uart: fix doxygen doc for osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  56. 59afb8f soft_uart: add osmo_soft_uart_{get,set}_name() by Vadim Yanitskiy · 7 months ago
  57. 8461188 osmo_io: Factor out and use common send function from backend by Daniel Willmann · 7 months ago
  58. c380f29 osmo_io: Reject unknown/unsupported modes in osmo_iofd_setup() by Harald Welte · 7 months ago
  59. 38d8170 osmo_io: rename unsupported SCTP mode to OSMO_IO_FD_MODE_SCTP_RECVMSG_SEND by Harald Welte · 7 months ago
  60. 987a86a io_uring: add some more source code comments/docs by Harald Welte · 7 months ago
  61. 641cc3c add new osmo_sockaddr_from_str_and_uint() function by Harald Welte · 7 months ago
  62. afdfc6a osmo_io: Assert that iofd mode is correct when calling *_write_msgb by Daniel Willmann · 7 months ago
  63. 459cb06 soft_uart: check n_bits against 0 in osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  64. ffdd997 soft_uart: fix pulling a small number of Tx bits by Vadim Yanitskiy · 7 months ago
  65. 0d78a00 soft_uart: implement OSMO_SUART_PARITY_{MARK,SPACE} by Vadim Yanitskiy · 7 months ago
  66. 2d2ce49 soft_uart: fix handling of num_data_bits < 8 by Vadim Yanitskiy · 7 months ago
  67. bf95f82 soft_uart: fix Rx buffer flushing logic in suart_rx_ch() by Vadim Yanitskiy · 7 months ago
  68. 03f0ed7 soft_uart: allow manually flushing the receive buffer by Vadim Yanitskiy · 7 months ago
  69. c9fc77f soft_uart: implement the transmitter by Vadim Yanitskiy · 7 months ago
  70. 1c2b8c1 soft_uart: implement parity checking for the receiver by Vadim Yanitskiy · 7 months ago
  71. 1a3b511 soft_uart: rework osmo_uart_rx_bit() to use flow state by Vadim Yanitskiy · 7 months ago
  72. 82a1ae7 soft_uart: make osmo_soft_uart_alloc() accept *cfg by Vadim Yanitskiy · 7 months ago
  73. cdde671 soft_uart: split osmo_soft_uart_enable() by Vadim Yanitskiy · 7 months ago
  74. b72625d soft_uart: add doxygen documentation by Vadim Yanitskiy · 7 months ago
  75. 877cfed soft_uart: add osmo_soft_uart_free() by Vadim Yanitskiy · 7 months ago
  76. dc023cf core: Add software UART implementation by Harald Welte · 1 year, 7 months ago
  77. 90d79f4 gmstap_util: Fix sending out gsmtap messages by arehbein · 7 months ago
  78. f67e458 gsmtap_util: Simplify sink by arehbein · 8 months ago
  79. f38077e gsmtap_util: Use Osmo IO instead of Osmo write queues by arehbein · 8 months ago
  80. f262967 logging_gsmtap: Temporarily disable logging when sending the logs by Daniel Willmann · 8 months ago
  81. 11a4168 logging: ensure ANSI color escape is sent in same line/before newline by Manawyrm · 7 months ago
  82. e4f34d8 socket.c: Fix compilation with --disable-libsctp by Pau Espin Pedrol · 8 months ago
  83. a59e8d7 write_queue: Fix Doxygen comment by arehbein · 8 months ago
  84. 2e2a0a1 osmo_io_poll: Handle -EAGAIN in case of OSMO_FD_WRITE by arehbein · 8 months ago
  85. 1584b2a gsmtap: Hide implementation of gsmtap_inst by arehbein · 8 months ago
  86. 9519d8d Fix typo in libosmocore.map by Pau Espin Pedrol · 8 months ago
  87. 64ba9ed socket: Introduce APIs osmo_sock_multiaddr_{add,del}_local_addr() by Pau Espin Pedrol · 9 months ago
  88. 2386e9a osmo_io: Only allow reading/writing if the relevant callback is set by Daniel Willmann · 9 months ago
  89. 435856b osmo_io: Init struct msghdr to zero by Daniel Willmann · 9 months ago
  90. ae07127 write_queue: Enable updating max_length field by arehbein · 9 months ago
  91. aca2c72 Bump version: 1.8.0.252-13c29 → 1.9.0 by Pau Espin Pedrol · 9 months ago 1.9.0
  92. a45b0be socket: Support setsokopt SCTP_INITMSG in osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 9 months ago
  93. 658c509 socket: Remove OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED, add osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 9 months ago
  94. ec7d491 osmo_io: Use local variable to reference msghdr->msg by Daniel Willmann · 10 months ago
  95. f39c23f osmo_io: Change parent of msghdr to iofd (instead of msg) by Daniel Willmann · 10 months ago
  96. b437f80 socket: Avoid aborting socket creation if setsockopt for ASCONF fails by Pau Espin Pedrol · 10 months ago
  97. f91d2aa osmo_io: Add io_uring backend by Daniel Willmann · 1 year, 5 months ago
  98. 012d904 osmo_io: Avoid potential double free when sending msgb by Daniel Willmann · 10 months ago
  99. 2b34e92 osmo_io: Add iofd_handle_recv() by Daniel Willmann · 10 months ago
  100. cd23806 select: Prevent negative index lookup on osmo_fd_lookup.table by arehbein · 11 months ago