aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
AgeCommit message (Expand)AuthorFilesLines
2024-03-28sockaddr_str: add conversion to,from osmo_sockaddrHEADmasterNeels Hofmeyr2-0/+24
2024-03-20Revert "Revert "logging: add log level cache""Hoernchen2-0/+137
2024-03-19osmo_io: Make {write,sendto,sendmsg} completion callback optionalHarald Welte1-15/+6
2024-03-19osmo_io: Massive improvement of API documentationHarald Welte1-43/+122
2024-03-15osmo_io: Dont use __linux__ but !EMBEDDEDHarald Welte2-4/+4
2024-03-14Fix file descriptor that is passed to io_uring_register_eventfd()Andreas Eversberg1-1/+1
2024-03-14core: fix missing '\n' in iofd_uring_connected_cb()Vadim Yanitskiy1-1/+1
2024-03-14io_uring: check all operations in osmo_iofd_uring_init()Harald Welte1-4/+17
2024-03-14io_uring: more verbose error messages if io_uring setup failsHarald Welte1-2/+2
2024-03-12socket: Add remote PID and local FD to AF_UNIX socknamePau Espin Pedrol1-3/+28
2024-03-12socket: Support AF_UNIX in osmo_sock_get_name_buf()Pau Espin Pedrol1-7/+46
2024-03-08osmo_io_poll: Use -errno as result on write errorAndreas Eversberg1-1/+1
2024-03-07osmo_io: Avoid implementing non-existant situationsHarald Welte1-7/+4
2024-03-07osmo_io: avoid OSMO_ASSERT one each API callHarald Welte1-2/+7
2024-03-07osmo_io: Don't pretend to support backends without close_cbHarald Welte1-2/+2
2024-03-07osmo_io: Log error message in case call-backs incompatible with modeHarald Welte2-2/+16
2024-03-07osmo_io: Guard osmo_iofd_register() with invalid file descriptorHarald Welte1-0/+5
2024-03-04osmo_io: do check_mode_callback_compat() only if ioops is set at osmo_iofd_se...Andreas Eversberg1-1/+1
2024-03-02osmo_io_uring: Check if osmo_fd_register fails at iofd_uring_notify_connected()Andreas Eversberg1-2/+4
2024-02-29osmo_io: Assign const name when stealing TX msg from iofd ctxAndreas Eversberg1-3/+1
2024-02-29osmo_io: Add osmo_io_get_ioops() functionHarald Welte2-0/+9
2024-02-29osmo_io_poll: Declare local functions "static"Andreas Eversberg1-8/+8
2024-02-29osmo_io_uring: Detach msghdr from iofd before calling iofd_handle_send_comple...Andreas Eversberg1-1/+9
2024-02-28osmo_io_uring: Cancel pending request, free msghdr on completionAndreas Eversberg1-4/+19
2024-02-28osmo_io_poll: Use -errno as result on read errorAndreas Eversberg2-1/+2
2024-02-28osmo_io: Reject writing messages with length of 0Andreas Eversberg1-0/+15
2024-02-28osmo_io: Use poll/select to notify socket connection at osmo_io_uring.cAndreas Eversberg2-1/+76
2024-02-28osmo_io: sendmsg/recvmsg supportHarald Welte5-18/+155
2024-02-28osmo_io: Move notify_connected function to backendAndreas Eversberg4-2/+29
2024-02-23osmo_io: Change struct osmo_io_ops to contain struct, not unionHarald Welte2-5/+43
2024-02-23Make socket.c compile without libsctp support (--disable-libsctp)Andreas Eversberg1-0/+4
2024-01-30Prevent poll() in select.c to timeout too earlyAndreas Eversberg1-0/+9
2024-01-09Revert "logging: add log level cache"Hoernchen2-114/+0
2024-01-09logging: add log level cacheEric2-0/+114
2024-01-09core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precisionVadim Yanitskiy1-6/+17
2024-01-03bitvec: bitvec_to_string_r(): drop unused variableVadim Yanitskiy1-3/+1
2024-01-03utils: osmo_bcd2str(): fix applying non-zero offset to null pointerVadim Yanitskiy1-1/+3
2023-12-12socket: Introduce defines OSMO_SOCK_MULTIADDR_{PEER_STR,NAME}_MAXLENPau Espin Pedrol1-3/+3
2023-12-11soft_uart: fix the Rx flushing logic, add a unit testVadim Yanitskiy1-1/+1
2023-12-11socket: Introduce API osmo_sock_sctp_get_peer_addr_info()pespin/multiaddrPau Espin Pedrol2-0/+78
2023-12-11logging: fix NULL pointer dereference in _output_buf()Vadim Yanitskiy1-1/+1
2023-12-10socket: Fix uninitialized mem ptr free in osmo_sock_init2_multiaddr2()Pau Espin Pedrol1-1/+1
2023-12-10soft_uart: cosmetic: use consistent naming for the Rx buffer msgbVadim Yanitskiy1-1/+1
2023-12-09core: fix wrong logic in _osmo_it_q_dequeue()Vadim Yanitskiy1-7/+4
2023-12-07socket: Introduce API osmo_sock_multiaddr_get_name_buf()Pau Espin Pedrol2-0/+108
2023-12-07socket: Introduce API osmo_sock_multiaddr_get_ip_and_port()Pau Espin Pedrol2-0/+90
2023-12-07logging: fix nul octets in log output / use osmo_strbufNeels Hofmeyr1-84/+44
2023-12-07util: add osmo_strbuf macros to manipulate the strbuf tailNeels Hofmeyr2-0/+47
2023-12-06socket: osmo_sock_init2_multiaddr2(): Apply params too if no OSMO_SOCK_F_BIND...Pau Espin Pedrol1-19/+21
2023-12-06socket: Reimplement osmo_sock_init2_multiaddr()Pau Espin Pedrol1-44/+103