aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-12-16prim: return last error code2021q4Pau Espin Pedrol1-1/+1
2021-12-09prim: Add internal CTL SAPI to negotiate SAP versionsPau Espin Pedrol2-3/+122
2021-12-09Introduce osmo_prim_srv APIsPau Espin Pedrol5-0/+409
2021-12-09stream: Add support for AF_UNIX socketsPau Espin Pedrol2-70/+252
2021-12-01stream: Factor out sctp_recvmg long code chunkPau Espin Pedrol1-43/+51
2021-11-23Introduce sctp.h to provide SCTP related functionalitiesPau Espin Pedrol5-0/+50
2021-02-23Bump version: 1.0.0.14-3e65-dirty → 1.1.01.1.02021q1Pau Espin Pedrol7-10/+37
2021-02-19tests: Replace deprecated API log_set_print_filenamePau Espin Pedrol4-4/+4
2021-02-19gitignore: Ignore autfoo *~ churnPau Espin Pedrol1-0/+1
2021-02-19tests: Explicitly drop category from logPau Espin Pedrol1-0/+1
2021-02-11Don't depend on libosmo-abis (by default)Harald Welte5-7/+17
2021-02-11migrate to osmo_fd_{read,write}_{enable,disable}()Harald Welte3-11/+11
2021-01-27configure.ac: set -std=gnu11Oliver Smith1-0/+2
2020-10-21cosmetic: Fix whitespace (use tab instead of 8x space)Harald Welte3-38/+38
2020-10-18Use osmo_fd_setup() wherever applicableHarald Welte6-36/+10
2020-10-14examples: Use osmo_stream_*_set_nodelay in ipa examplesDaniel Willmann2-18/+2
2020-10-12contrib/jenkins: Enable parallel make in make distcheckPau Espin Pedrol1-2/+2
2020-09-02stream: add missing Doxygen \return statements to non-void functionsVadim Yanitskiy1-3/+9
2020-08-24stream: Fix log of IPv6 during accept()Pau Espin Pedrol1-2/+9
2020-08-19stream: Support creating sockets with IPv6 addressesPau Espin Pedrol2-6/+7
2020-08-13debian/control: change maintainer to the Osmocom team / mailing listVadim Yanitskiy1-1/+1
2020-08-13Bump version: 0.7.0.24-b1e0 → 1.0.01.0.0Harald Welte1-0/+46
2020-07-06stream: Fix some SCTP code not disabled if --disable-libsctp is usedPau Espin Pedrol1-0/+2
2020-06-03src/stream.c: Don't leak socket during SCTP_EVENTS getsockoptHarald Welte1-0/+1
2020-06-02src/stream: Work around more Linux kernel ABI breakageHarald Welte1-20/+93
2020-05-25amr: fix off-by-one in osmo_amr_bwe_to_oa()Philipp Maier3-10/+10
2020-05-22Makefile.am: EXTRA_DIST: debian, contrib/*.spec.inOliver Smith1-1/+6
2020-05-19contrib: integrate RPM specOliver Smith3-7/+5
2020-05-16amr: Whitespace fixAlexander Chemeris1-1/+1
2020-05-16amr: Fix OA<->BWE conversion.Alexander Chemeris4-82/+163
2020-05-16contrib: import RPM specOliver Smith1-0/+89
2020-05-14Revert "amr: Fix OA<->BWE conversion."neels4-144/+74
2020-05-14amr: Fix OA<->BWE conversion.Alexander Chemeris4-74/+144
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol6-29/+29
2020-05-08stream: Attempt to workaround kernel ABI breakageSylvain Munaut1-0/+16
2020-04-18debian/control: Drop incorrect libortp-dev dependencyPau Espin Pedrol1-2/+1
2020-04-11configure.ac: fix libtool issue with clang and sanitizerEric1-0/+5
2020-01-28stream: Rename cli state NONE to CLOSEDPau Espin Pedrol2-6/+6
2020-01-28stream: Add new WAIT_RECONNECT cli statePau Espin Pedrol2-10/+14
2020-01-28stream: Re-arrange cli states to fix 100% cpu usage bugPau Espin Pedrol1-16/+11
2020-01-28stream: Drop data during write() while in state NONEPau Espin Pedrol1-1/+1
2020-01-12add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr3-27/+16
2020-01-09stream.c: Improve logging during sock send()Pau Espin Pedrol1-4/+4
2020-01-09configure.ac: Drop unneeded check for dahdiPau Espin Pedrol1-2/+0
2020-01-09configure.ac: Introduce --{enable,disable}-libsctp configure flagPau Espin Pedrol2-16/+38
2020-01-07struct amr_header: copy comments to little endian partNeels Hofmeyr1-4/+4
2020-01-02Bump version: 0.6.0.16-6413a-dirty → 0.7.00.7.0Pau Espin Pedrol5-5/+28
2019-11-20osmux_test: don't use color loggingNeels Hofmeyr3-214/+216
2019-10-22libosmo-netif.pc.in: Append -lsctp to Libs.privatePau Espin Pedrol1-0/+1
2019-10-21stream: Fix fd param passed to close() in error conditonPau Espin Pedrol1-2/+2