aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
AgeCommit message (Expand)AuthorFilesLines
12 daysosmo_io: Log error message in case call-backs incompatible with modeHarald Welte1-0/+4
2024-02-29osmo_io: Add osmo_io_get_ioops() functionHarald Welte1-0/+1
2024-02-28osmo_io: sendmsg/recvmsg supportHarald Welte1-2/+14
2024-02-23osmo_io: Change struct osmo_io_ops to contain struct, not unionHarald Welte1-32/+30
2024-01-09Revert "logging: add log level cache"Hoernchen1-1/+1
2024-01-09logging: add log level cacheEric1-1/+1
2024-01-09fsm: fix OSMO_T_FMT_ARGS: add missing bracesVadim Yanitskiy1-1/+1
2024-01-09core: osmo_tdef_fsm_inst_state_chg(): allow millisecond precisionVadim Yanitskiy1-7/+10
2023-12-31utils: fix -Wsign-compare in definition of OSMO_STRBUF_CHAR_COUNTVadim Yanitskiy1-1/+1
2023-12-30utils: improve readability of OSMO_STRBUF_CHAR_COUNTVadim Yanitskiy1-4/+14
2023-12-30utils: fix OSMO_STRBUF_REMAIN to handle sb.pos == NULL correctlyVadim Yanitskiy1-1/+14
2023-12-12socket: Introduce defines OSMO_SOCK_MULTIADDR_{PEER_STR,NAME}_MAXLENPau Espin Pedrol1-3/+11
2023-12-11socket: Introduce API osmo_sock_sctp_get_peer_addr_info()pespin/multiaddrPau Espin Pedrol1-0/+3
2023-12-07socket: Introduce API osmo_sock_multiaddr_get_name_buf()Pau Espin Pedrol1-0/+4
2023-12-07socket: Introduce API osmo_sock_multiaddr_get_ip_and_port()Pau Espin Pedrol1-0/+2
2023-12-07util: add osmo_strbuf macros to manipulate the strbuf tailNeels Hofmeyr1-0/+16
2023-12-07util: add OSMO_STRBUF_REMAIN()Neels Hofmeyr1-2/+5
2023-12-04soft_uart: implement modem status lines and flow controlVadim Yanitskiy1-8/+35
2023-12-04soft_uart: improve doxygen documentationVadim Yanitskiy1-24/+45
2023-12-03soft_uart: add osmo_soft_uart_{get,set}_name()Vadim Yanitskiy1-0/+4
2023-11-24soft_uart: fix spelling in doxygen docsVadim Yanitskiy1-3/+3
2023-11-22osmo_io: rename unsupported SCTP mode to OSMO_IO_FD_MODE_SCTP_RECVMSG_SENDHarald Welte1-2/+2
2023-11-22add new osmo_sockaddr_from_str_and_uint() functionHarald Welte1-0/+1
2023-11-21soft_uart: implement OSMO_SUART_PARITY_{MARK,SPACE}Vadim Yanitskiy1-0/+2
2023-11-21soft_uart: allow manually flushing the receive bufferVadim Yanitskiy1-0/+1
2023-11-21soft_uart: implement the transmitterVadim Yanitskiy1-1/+5
2023-11-21soft_uart: make osmo_soft_uart_alloc() accept *cfgVadim Yanitskiy1-1/+4
2023-11-21soft_uart: split osmo_soft_uart_enable()Vadim Yanitskiy1-1/+2
2023-11-21soft_uart: add osmo_soft_uart_free()Vadim Yanitskiy1-0/+1
2023-11-21core: Add software UART implementationHarald Welte2-0/+86
2023-11-12msgb: fix doxygen docs for msgb_pull_u{8,16,32): end -> frontVadim Yanitskiy1-3/+3
2023-10-13gsmtap: Hide implementation of gsmtap_instarehbein1-13/+6
2023-10-03socket: Introduce APIs osmo_sock_multiaddr_{add,del}_local_addr()Pau Espin Pedrol1-1/+2
2023-09-29osmo_io: Clean up codearehbein1-1/+1
2023-09-26sockaddr_str.h Fix OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULL syntax errorPau Espin Pedrol1-1/+1
2023-09-20gsmtap.h: Add definitions for ISDN PPP sub-typeManawyrm1-0/+1
2023-09-19write_queue: Enable updating max_length fieldarehbein1-0/+1
2023-09-08socket: Support setsokopt SCTP_INITMSG in osmo_sock_init2_multiaddr2()Pau Espin Pedrol1-0/+12
2023-09-08socket: Remove OSMO_SOCK_F_SCTP_ASCONF_SUPPORTED, add osmo_sock_init2_multiad...Pau Espin Pedrol1-3/+26
2023-08-24osmo_io: Add io_uring backendDaniel Willmann1-0/+1
2023-08-21socket: Add osmo_sock_init flag to enable SCTP ASCONF featuresPau Espin Pedrol1-0/+2
2023-08-01sockaddr_str: Introduce macro OSMO_SOCKADDR_STR_FMT_ARGS_NOT_NULLPau Espin Pedrol1-4/+9
2023-07-18osmo_io: Add function to change the maximum length of the tx_queueDaniel Willmann1-0/+1
2023-07-18osmo_io: Document expectation that segmentation_cb() can modify msgbDaniel Willmann1-1/+5
2023-07-07core: fix pointer access in msgb_l[1-4] macrosVadim Yanitskiy1-4/+4
2023-06-30osmo_io: Add osmo_iofd_notify_connected()Daniel Willmann1-0/+2
2023-06-20osmo_io: Make name optional, add _set_name() APIPau Espin Pedrol1-0/+1
2023-06-09Added generation of include/osmocom/core/socket_compat.hAndreas Eversberg2-0/+17
2023-06-07osmo_io: Remove osmo_iofd_read/write_enable/disableDaniel Willmann1-4/+0
2023-06-07osmo_io: Don't make msg in write_cb constDaniel Willmann1-2/+2