aboutsummaryrefslogtreecommitdiffstats
path: root/tests/socket/socket_test.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18Fix all references to config.hPau Espin Pedrol1-1/+1
2023-01-17socket.h: Introduce API osmo_sockaddr_netmask_to_prefixlen()Pau Espin Pedrol1-0/+58
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte1-1/+1
2022-01-31add osmo_sockaddr_to_str_c(), osmo_sockaddr_to_str_buf2()Neels Hofmeyr1-2/+4
2021-12-14treewide: remove FSF addressOliver Smith1-4/+0
2021-02-20Drop use of log_set_print_filename() API inside libosmocorePau Espin Pedrol1-1/+1
2021-02-20tests: Set print_category values explicitlyPau Espin Pedrol1-0/+2
2020-10-12add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_strAlexander Couzens1-0/+75
2020-09-02socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofdAlexander Couzens1-0/+128
2020-09-02tests/socket: add testcase test_get_ip_and_portAlexander Couzens1-0/+33
2020-08-31socket: Fix bug in osmo_sock_init2(AF_UNSPEC) matching IP versionsPau Espin Pedrol1-1/+1
2020-08-31tests: Add test to showcase osmo_sock_init2 bug with AF_UNSPECPau Espin Pedrol1-0/+6
2020-08-25tests: Split SCTP tests to its own file and run them conditionallyPau Espin Pedrol1-175/+0
2020-08-24socket: multiaddr: Support IPv4 + IPv6 addresses in SCTP associationsPau Espin Pedrol1-0/+176
2020-08-06osmo_sock_init2: improve support for AF_UNSPECAlexander Couzens1-0/+21
2018-04-06use osmo_init_logging2() with proper talloc ctxNeels Hofmeyr1-4/+7
2017-07-03osmo_sock_get_name(): clearly indicate local and remoteNeels Hofmeyr1-3/+3
2017-04-09Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte1-0/+52
2017-02-09cosmetic: replace fprintf with LOGPPhilipp Maier1-1/+16
2017-02-08Add minimal testing of socket.c helper functionsHarald Welte1-0/+78