aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-04-09add utils/osmo-gsm-sharkneels/wipNeels Hofmeyr3-0/+3596
2024-04-09ctrl: counters: list all possible names in not-found responseNeels Hofmeyr1-2/+22
2024-04-09test timestamp formatsNeels Hofmeyr1-0/+4
2024-04-09logging: test timestamp formatsNeels Hofmeyr2-0/+58
2024-04-09logging: add 'logging timezone (localtime|utc)'Neels Hofmeyr6-3/+83
2024-04-09logging: add timestamp fmt 'date' = 2018-01-16,01:44:34.681Neels Hofmeyr4-3/+12
2024-04-09test new timestamp vtyNeels Hofmeyr1-23/+47
2024-04-09logging vty: add 'logging print timestamp', deprecate other timestamp cmdsNeels Hofmeyr5-18/+67
2024-04-09logging: use enum to set timestamp formatNeels Hofmeyr13-55/+110
2024-04-09logging_vty.c: rename static functionNeels Hofmeyr1-4/+4
2024-04-09add API logging_vty_subsys_strip_leading_char()Neels Hofmeyr3-1/+24
2024-04-09formalize log subsys stripping for vtyNeels Hofmeyr4-5/+14
2024-04-09todo-releaseneels/report_lockNeels Hofmeyr1-0/+1
2024-04-09add osmo_stats_report_lock apiNeels Hofmeyr4-0/+89
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