1. a37921a socket: Introduce defines OSMO_SOCK_MULTIADDR_{PEER_STR,NAME}_MAXLEN by Pau Espin Pedrol · 7 months ago
  2. d76cc37 soft_uart: fix the Rx flushing logic, add a unit test by Vadim Yanitskiy · 7 months ago
  3. 19f27bb socket: Introduce API osmo_sock_sctp_get_peer_addr_info() by Pau Espin Pedrol · 7 months ago pespin/multiaddr
  4. 9c603e6 logging: fix NULL pointer dereference in _output_buf() by Vadim Yanitskiy · 7 months ago
  5. d2e8f67 socket: Fix uninitialized mem ptr free in osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 7 months ago
  6. 26dff79 soft_uart: cosmetic: use consistent naming for the Rx buffer msgb by Vadim Yanitskiy · 7 months ago
  7. 9c97293 core: fix wrong logic in _osmo_it_q_dequeue() by Vadim Yanitskiy · 7 months ago
  8. 5ac8aa5 socket: Introduce API osmo_sock_multiaddr_get_name_buf() by Pau Espin Pedrol · 7 months ago
  9. 6a2975c socket: Introduce API osmo_sock_multiaddr_get_ip_and_port() by Pau Espin Pedrol · 7 months ago
  10. d71331b logging: fix nul octets in log output / use osmo_strbuf by Neels Hofmeyr · 7 months ago
  11. d511a9d util: add osmo_strbuf macros to manipulate the strbuf tail by Neels Hofmeyr · 7 months ago
  12. cb5cec2 socket: osmo_sock_init2_multiaddr2(): Apply params too if no OSMO_SOCK_F_BIND flag set by Pau Espin Pedrol · 7 months ago
  13. 1c797fc socket: Reimplement osmo_sock_init2_multiaddr() by Pau Espin Pedrol · 7 months ago
  14. 6587dd0 soft_uart: implement modem status lines and flow control by Vadim Yanitskiy · 7 months ago
  15. ffb8d5e soft_uart: osmo_soft_uart_tx_ubits(): return number of bits pulled by Vadim Yanitskiy · 7 months ago
  16. 2203db5 soft_uart: cosmetic: do not use 'osmo_' prefix for static symbols by Vadim Yanitskiy · 7 months ago
  17. 811638c soft_uart: check Rx/Tx state once in osmo_soft_uart_{rx,tx}_ubits() by Vadim Yanitskiy · 7 months ago
  18. 0887188 soft_uart: fix doxygen doc for osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  19. 59afb8f soft_uart: add osmo_soft_uart_{get,set}_name() by Vadim Yanitskiy · 7 months ago
  20. 8461188 osmo_io: Factor out and use common send function from backend by Daniel Willmann · 7 months ago
  21. c380f29 osmo_io: Reject unknown/unsupported modes in osmo_iofd_setup() by Harald Welte · 7 months ago
  22. 38d8170 osmo_io: rename unsupported SCTP mode to OSMO_IO_FD_MODE_SCTP_RECVMSG_SEND by Harald Welte · 7 months ago
  23. 987a86a io_uring: add some more source code comments/docs by Harald Welte · 7 months ago
  24. 641cc3c add new osmo_sockaddr_from_str_and_uint() function by Harald Welte · 7 months ago
  25. afdfc6a osmo_io: Assert that iofd mode is correct when calling *_write_msgb by Daniel Willmann · 7 months ago
  26. 459cb06 soft_uart: check n_bits against 0 in osmo_soft_uart_tx_ubits() by Vadim Yanitskiy · 7 months ago
  27. ffdd997 soft_uart: fix pulling a small number of Tx bits by Vadim Yanitskiy · 7 months ago
  28. 0d78a00 soft_uart: implement OSMO_SUART_PARITY_{MARK,SPACE} by Vadim Yanitskiy · 7 months ago
  29. 2d2ce49 soft_uart: fix handling of num_data_bits < 8 by Vadim Yanitskiy · 7 months ago
  30. bf95f82 soft_uart: fix Rx buffer flushing logic in suart_rx_ch() by Vadim Yanitskiy · 7 months ago
  31. 03f0ed7 soft_uart: allow manually flushing the receive buffer by Vadim Yanitskiy · 7 months ago
  32. c9fc77f soft_uart: implement the transmitter by Vadim Yanitskiy · 7 months ago
  33. 1c2b8c1 soft_uart: implement parity checking for the receiver by Vadim Yanitskiy · 7 months ago
  34. 1a3b511 soft_uart: rework osmo_uart_rx_bit() to use flow state by Vadim Yanitskiy · 7 months ago
  35. 82a1ae7 soft_uart: make osmo_soft_uart_alloc() accept *cfg by Vadim Yanitskiy · 7 months ago
  36. cdde671 soft_uart: split osmo_soft_uart_enable() by Vadim Yanitskiy · 7 months ago
  37. b72625d soft_uart: add doxygen documentation by Vadim Yanitskiy · 7 months ago
  38. 877cfed soft_uart: add osmo_soft_uart_free() by Vadim Yanitskiy · 8 months ago
  39. dc023cf core: Add software UART implementation by Harald Welte · 1 year, 7 months ago
  40. 90d79f4 gmstap_util: Fix sending out gsmtap messages by arehbein · 7 months ago
  41. f67e458 gsmtap_util: Simplify sink by arehbein · 8 months ago
  42. f38077e gsmtap_util: Use Osmo IO instead of Osmo write queues by arehbein · 8 months ago
  43. f262967 logging_gsmtap: Temporarily disable logging when sending the logs by Daniel Willmann · 8 months ago
  44. 11a4168 logging: ensure ANSI color escape is sent in same line/before newline by Manawyrm · 8 months ago
  45. e4f34d8 socket.c: Fix compilation with --disable-libsctp by Pau Espin Pedrol · 8 months ago
  46. a59e8d7 write_queue: Fix Doxygen comment by arehbein · 9 months ago
  47. 2e2a0a1 osmo_io_poll: Handle -EAGAIN in case of OSMO_FD_WRITE by arehbein · 8 months ago
  48. 1584b2a gsmtap: Hide implementation of gsmtap_inst by arehbein · 9 months ago
  49. 9519d8d Fix typo in libosmocore.map by Pau Espin Pedrol · 9 months ago
  50. 64ba9ed socket: Introduce APIs osmo_sock_multiaddr_{add,del}_local_addr() by Pau Espin Pedrol · 9 months ago
  51. 2386e9a osmo_io: Only allow reading/writing if the relevant callback is set by Daniel Willmann · 9 months ago
  52. 435856b osmo_io: Init struct msghdr to zero by Daniel Willmann · 10 months ago
  53. ae07127 write_queue: Enable updating max_length field by arehbein · 9 months ago
  54. aca2c72 Bump version: 1.8.0.252-13c29 → 1.9.0 by Pau Espin Pedrol · 10 months ago 1.9.0
  55. a45b0be socket: Support setsokopt SCTP_INITMSG in osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 10 months ago
  56. 658c509 socket: Remove OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED, add osmo_sock_init2_multiaddr2() by Pau Espin Pedrol · 10 months ago
  57. ec7d491 osmo_io: Use local variable to reference msghdr->msg by Daniel Willmann · 10 months ago
  58. f39c23f osmo_io: Change parent of msghdr to iofd (instead of msg) by Daniel Willmann · 10 months ago
  59. b437f80 socket: Avoid aborting socket creation if setsockopt for ASCONF fails by Pau Espin Pedrol · 10 months ago
  60. f91d2aa osmo_io: Add io_uring backend by Daniel Willmann · 1 year, 6 months ago
  61. 012d904 osmo_io: Avoid potential double free when sending msgb by Daniel Willmann · 11 months ago
  62. 2b34e92 osmo_io: Add iofd_handle_recv() by Daniel Willmann · 10 months ago
  63. cd23806 select: Prevent negative index lookup on osmo_fd_lookup.table by arehbein · 12 months ago
  64. e83227f socket: Add osmo_sock_init flag to enable SCTP ASCONF features by Pau Espin Pedrol · 11 months ago
  65. 92efac2 osmo_io: Use MSG_NOSIGNAL to avoid SIGPIPE on write by Daniel Willmann · 11 months ago
  66. f083382 osmo_io: Ensure correct ownership of msgb when sending by Daniel Willmann · 11 months ago
  67. a2d8bf8 exec: osmo_system_nowait2(): Improve logging and error checks by Pau Espin Pedrol · 11 months ago
  68. 97d2144 osmo_io: Fix length calculation in iofd_handle_segmentation() by Daniel Willmann · 11 months ago
  69. d0d9ecb osmo_io(cosmetic): End in a dot for doxygen AUTO_BRIEF by Daniel Willmann · 12 months ago
  70. 4731e71 cosmetic: Fix doc comment by Daniel Willmann · 12 months ago
  71. a9303f3 osmo_io: Add function to change the maximum length of the tx_queue by Daniel Willmann · 12 months ago
  72. 7b59bab osmo_io: Document expectation that segmentation_cb() can modify msgb by Daniel Willmann · 12 months ago
  73. c3b772b socket: Cache errno before calling further functions by Pau Espin Pedrol · 12 months ago
  74. e2a8dc4 osmo_io: Add osmo_iofd_notify_connected() by Daniel Willmann · 12 months ago
  75. 8b7e7f1 osmo_io: Remove missing functions from map file by Daniel Willmann · 12 months ago
  76. e4ecd99 osmo_io: Fix write_enable handling in iofd_txqueue by Daniel Willmann · 12 months ago
  77. f89162f osmo_io: Use bitfield for various boolean flags by Daniel Willmann · 12 months ago
  78. 3ef6120 gsmtap_source_free(): Don't crash if NULL is passed by Harald Welte · 12 months ago
  79. a8a27c2 osmo_io: Use LOGPIO instead of LOGP by Daniel Willmann · 12 months ago
  80. acb9776 osmo_io: Return early on error in osmo_iofd_register() by Daniel Willmann · 1 year, 1 month ago
  81. 63e45e6 osmo_io: Make name optional, add _set_name() API by Pau Espin Pedrol · 1 year ago
  82. 5099d99 core/osmo_io: Fix reception of partial packets by arehbein · 1 year ago
  83. 7052cc6 socket: Ensure fd is not negative in osmo_sock_get_name_buf() by Daniel Willmann · 1 year ago
  84. c0aa4bd core/osmo_io: Rename variables for readability by arehbein · 1 year ago
  85. eb9edba osmo_io: Remove osmo_iofd_read/write_enable/disable by Daniel Willmann · 1 year, 1 month ago
  86. cbbd17e osmo_io: Support detecting non-blocking connect() by Daniel Willmann · 1 year, 1 month ago arehbein/osmo_io_ipa
  87. d4d0370 osmo_io: Improve handling and documentation of segmentation_cb by Daniel Willmann · 1 year, 1 month ago
  88. 0c374c6 core: Add function to update osmo_io_ops field for osmo_io_fd by arehbein · 1 year, 1 month ago
  89. 03590fc copyright: fix typo: sysmocom s/s.m.f.c./s.f.m.c./ GmbH by Vadim Yanitskiy · 1 year, 1 month ago
  90. a4b958b osmo_io: Avoid read of uninitialized variable by Daniel Willmann · 1 year, 2 months ago
  91. 8857f3b Add osmo_io with initial poll backend by Harald Welte · 1 year, 7 months ago
  92. 9965304 core: Check return value of osmo_fd_register() by arehbein · 1 year, 2 months ago
  93. 68d5139 libosmocore.map: add missing symbols needed for osmo-qcdiag by Vadim Yanitskiy · 1 year, 2 months ago
  94. 37dc995 core: remove unnecessary #include <osmocom/core/talloc.h> by Vadim Yanitskiy · 1 year, 3 months ago
  95. 5e3aaf9 gsmtap.h: Define a packet type for encapsulation of GSM RLP frames by Harald Welte · 1 year, 4 months ago
  96. 0a60e42 gsmtap: add missing entries to gsmtap_type_names[] by Vadim Yanitskiy · 1 year, 4 months ago
  97. 5761c44 error log: osmo_sock_init2_multiaddr() v4/v6 mix by Neels Hofmeyr · 3 years, 9 months ago
  98. b46cfba on_dso_load_select: run after on_dso_load_ctx by Oliver Smith · 1 year, 3 months ago
  99. fc37650 logging.c: Sanitize calls to osmo_fd_unregister() by Pau Espin Pedrol · 1 year, 3 months ago
  100. 6fd7f41 select.c: osmo_fd_unregister(): Avoid assert hit with old buggy users of the API by Pau Espin Pedrol · 1 year, 3 months ago