aboutsummaryrefslogtreecommitdiffstats
path: root/tests/socket
AgeCommit message (Expand)AuthorFilesLines
2022-01-31add osmo_sockaddr_to_str_c(), osmo_sockaddr_to_str_buf2()Neels Hofmeyr1-2/+4
2021-12-14treewide: remove FSF addressOliver Smith2-8/+0
2021-02-20Drop use of log_set_print_filename() API inside libosmocorePau Espin Pedrol2-2/+2
2021-02-20tests: Set print_category values explicitlyPau Espin Pedrol2-0/+4
2020-10-12add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_strAlexander Couzens2-0/+85
2020-09-02socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofdAlexander Couzens3-0/+141
2020-09-02tests/socket: add testcase test_get_ip_and_portAlexander Couzens2-0/+35
2020-08-31socket: Fix bug in osmo_sock_init2(AF_UNSPEC) matching IP versionsPau Espin Pedrol2-2/+1
2020-08-31tests: Add test to showcase osmo_sock_init2 bug with AF_UNSPECPau Espin Pedrol3-0/+8
2020-08-25tests: Split SCTP tests to its own file and run them conditionallyPau Espin Pedrol6-207/+265
2020-08-24socket: Log proper getaddrinfo() errorPau Espin Pedrol1-2/+2
2020-08-24socket: multiaddr: Support IPv4 + IPv6 addresses in SCTP associationsPau Espin Pedrol3-0/+208
2020-08-06osmo_sock_init2: improve support for AF_UNSPECAlexander Couzens3-0/+27
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 Welte3-0/+57
2017-02-09cosmetic: replace fprintf with LOGPPhilipp Maier1-1/+16
2017-02-08Add minimal testing of socket.c helper functionsHarald Welte3-0/+82