aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-07osmo_io: Consistency - put read/recv callback first in osmo_io_opsDaniel Willmann1-4/+4
2023-05-19osmo_io: Improve handling and documentation of segmentation_cbDaniel Willmann1-2/+6
2023-05-19core: Add function to update osmo_io_ops field for osmo_io_fdarehbein1-0/+2
2023-05-10Add osmo_io with initial poll backendHarald Welte3-1/+93
2023-03-31core: remove unnecessary #include <osmocom/core/talloc.h>Vadim Yanitskiy2-5/+2
2023-03-24rate_ctr: Add rate_ctr_add2() similar to rate_ctr_inc2()Harald Welte1-0/+9
2023-03-24gsmtap.h: Define a packet type for encapsulation of GSM RLP framesHarald Welte1-0/+1
2023-03-07logging: remove log_initialized(void)Eric1-1/+0
2023-03-02Add osmo_sockaddr_size() to return the size of the variant usedDaniel Willmann1-0/+23
2023-02-27msgb: use OSMO_ASSERT in msgb_alloc_headroom[_c]()Vadim Yanitskiy1-2/+2
2023-02-22add osmo_prim_operation_name()Neels Hofmeyr1-1/+5
2023-02-20GSMTAP: add gsmtap_source_init*2()Max1-0/+4
2023-02-17Fix typo endianess -> endiannessOliver Smith1-1/+1
2023-01-25Introduce tundev APIPau Espin Pedrol2-0/+44
2023-01-25Introduce netdev APIPau Espin Pedrol2-0/+50
2023-01-24Introduce netns APIPau Espin Pedrol2-0/+25
2023-01-18Split include/Makefile.am content into subdirsPau Espin Pedrol1-0/+91
2023-01-17socket.h: Introduce API osmo_sockaddr_netmask_to_prefixlen()Pau Espin Pedrol1-0/+2
2023-01-12uitils: add floored and euclidian modulo functionsPhilipp Maier1-0/+12
2022-12-02gsmtap.h: Add definitions for various ISDN sub-typesHarald Welte1-0/+5
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte2-4/+4
2022-10-25msgb: introduce extended copy functionsMax1-0/+2
2022-10-16logging.h: Allocate DLM2PA and DLM2UA for libosmo-sigtranHarald Welte1-1/+3
2022-10-06msgb: do not use msgb_l4 instead of msgb_smsPhilipp Maier1-1/+1
2022-10-06msgb: assert msgb->lXh to be not NULLPhilipp Maier1-0/+4
2022-10-04socket: Introduce API osmo_sockaddr_is_anyPau Espin Pedrol1-0/+1
2022-10-04socket.h: Reorder sockaddr APIs to have them all togetherPau Espin Pedrol1-25/+25
2022-09-29include: use '#pragma once' everywhereVadim Yanitskiy2-8/+2
2022-09-08utils.h: protect param with parenthesis in OSMO_BYTES_FOR_BITS()Pau Espin Pedrol1-1/+1
2022-08-17Revert "Add function to guess AF_UNSPEC address"neels1-1/+0
2022-08-17Revert "Add osmo_sockaddr_strs_to_str()"neels1-9/+6
2022-08-14Add osmo_sockaddr_strs_to_str()Max1-6/+9
2022-08-09Add function to guess AF_UNSPEC addressMax1-0/+1
2022-08-04logging: add a new category DLCSN1 for libosmo-csn1Vadim Yanitskiy1-1/+2
2022-07-29fsm: osmo_fsm_{event,inst,state}_name(): make *fi pointer constVadim Yanitskiy1-3/+3
2022-05-08stats: Functions with no arguments should specify(void)Harald Welte1-1/+1
2022-04-28cosmetic: logging.h: fix indentationPau Espin Pedrol1-1/+1
2022-03-13Cosmetic: linuxlist.h: fix misleading commentOliver Smith1-2/+1
2022-03-01add osmo_sockaddr_set_port()Neels Hofmeyr1-0/+1
2022-02-09core/utils.h: make use of OSMO_LIKELY in OSMO_ASSERTVadim Yanitskiy1-1/+1
2022-02-08core/msgb.h: make use of OSMO_LIKELY / OSMO_UNLIKELYVadim Yanitskiy1-8/+8
2022-02-08core/utils.h: wrap OSMO_ASSERT() with do { ... } while (0)Vadim Yanitskiy1-1/+3
2022-02-08core/utils.h: add OSMO_LIKELY / OSMO_UNLIKELY macrosVadim Yanitskiy1-0/+9
2022-02-07add osmo_sockaddr_from/to_octets()Neels Hofmeyr1-0/+3
2022-02-07add osmo_quote_str_buf3, osmo_escape_str_buf3Neels Hofmeyr1-0/+2
2022-01-31add osmo_sockaddr_to_str_c(), osmo_sockaddr_to_str_buf2()Neels Hofmeyr1-0/+2
2022-01-25logging: log to stderr when logging is not initializedPhilipp Maier1-0/+15