aboutsummaryrefslogtreecommitdiffstats
path: root/tests/socket/socket_test.c
AgeCommit message (Expand)AuthorFilesLines
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