aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
3 daysosmo_io: Add iofd param to segmentation_cbHEADmasterPau Espin Pedrol2-7/+37
5 daysvty: fix memleak in host_config_set()Vadim Yanitskiy1-1/+1
5 daystests: rename logging_test_gsmtap -> logging_gsmtap_testVadim Yanitskiy4-7/+7
5 daystests: do not copy *.cfg files to the build directoryVadim Yanitskiy4-11/+18
2024-03-28sockaddr_str: add conversion to,from osmo_sockaddrNeels Hofmeyr4-0/+28
2024-03-23Add funding link to github mirrorHarald Welte1-0/+1
2024-03-20Revert "Revert "logging: add log level cache""Hoernchen4-1/+146
2024-03-20osmo_io_uring: Run check of tests/osmo_io with io_uring alsoAndreas Eversberg4-2/+16
2024-03-19osmo_io: Make {write,sendto,sendmsg} completion callback optionalHarald Welte1-15/+6
2024-03-19osmo_io: Massive improvement of API documentationHarald Welte2-53/+223
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-12ctrl: re-introduce duplicate declaration of ctrl_cmd_send()Harald Welte1-0/+2
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 Welte3-2/+20
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-02cbsp: Add osmo_cbsp_segmentation_cb for message segmentationlaforge/cbspHarald Welte3-0/+22
2024-03-02ctrl: Don't expose write_queue in ctrl_cmd_send() apiHarald Welte5-7/+19
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 Welte3-0/+10
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 Welte6-20/+169
2024-02-28osmo_io: Move notify_connected function to backendAndreas Eversberg4-2/+29
2024-02-27gsup.h: define newly added PCO IEAlexander Couzens3-0/+19
2024-02-23osmo_io: Change struct osmo_io_ops to contain struct, not unionHarald Welte4-37/+75
2024-02-23Make socket.c compile without libsctp support (--disable-libsctp)Andreas Eversberg1-0/+4
2024-02-12cosmetic: tests/gsup/gsup_test: Move send_e_send_end_signal_res to correct placePau Espin Pedrol1-10/+10
2024-02-06comment: gsm_04_08.h: add a spec hintNeels Hofmeyr1-1/+2
2024-01-31coding: fix wrong n_bits_total reported for PDTCH CS2 and CS3Vadim Yanitskiy2-7/+16
2024-01-31coding: fix artificial bit errors for PDTCH CS2 and CS3Vadim Yanitskiy2-8/+11
2024-01-31coding: improve readability in osmo_conv_decode_ber_punctured()Vadim Yanitskiy1-6/+10
2024-01-31coding: fix a typo in docs for gsm0503_pdtch_decode()Vadim Yanitskiy1-1/+1
2024-01-31utils/conv_codes_gsm.py: fix inconsistent formattingVadim Yanitskiy1-2/+2
2024-01-30ctrl: Add lchan nodeMatan Perelman1-0/+1
2024-01-30Prevent poll() in select.c to timeout too earlyAndreas Eversberg1-0/+9