aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-10-18Use osmo_fd_setup() wherever applicableHarald Welte3-24/+7
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 Pedrol1-6/+6
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 Maier1-1/+1
2020-05-16amr: Whitespace fixAlexander Chemeris1-1/+1
2020-05-16amr: Fix OA<->BWE conversion.Alexander Chemeris1-6/+39
2020-05-14Revert "amr: Fix OA<->BWE conversion."neels1-33/+6
2020-05-14amr: Fix OA<->BWE conversion.Alexander Chemeris1-6/+33
2020-05-09Use OSMO_FD_* instead of deprecated BSC_FD_*Pau Espin Pedrol3-26/+26
2020-05-08stream: Attempt to workaround kernel ABI breakageSylvain Munaut1-0/+16
2020-01-28stream: Rename cli state NONE to CLOSEDPau Espin Pedrol1-5/+5
2020-01-28stream: Add new WAIT_RECONNECT cli statePau Espin Pedrol1-6/+10
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-09stream.c: Improve logging during sock send()Pau Espin Pedrol1-4/+4
2020-01-09configure.ac: Introduce --{enable,disable}-libsctp configure flagPau Espin Pedrol1-6/+20
2020-01-02Bump version: 0.6.0.16-6413a-dirty → 0.7.00.7.0Pau Espin Pedrol1-1/+1
2019-10-21stream: Fix fd param passed to close() in error conditonPau Espin Pedrol1-2/+2
2019-10-15stream: osmo_stream_cli: Support setting multiple addrPau Espin Pedrol1-12/+83
2019-10-15stream: osmo_stream_srv_link: Support setting multiple addrPau Espin Pedrol1-4/+37
2019-10-10stream.c: remove duplicated line setting variablePau Espin Pedrol1-1/+0
2019-10-04osmux: squash LOGP message to one linePau Espin Pedrol1-2/+1
2019-10-04osmux: osmux_snprintf(): Remove dangling whitespace at the end of dummy framesPau Espin Pedrol1-1/+3
2019-10-04osmux: osmux_snprintf(): Append comma between osmux frames in msgPau Espin Pedrol1-1/+4
2019-09-04stream: Fix scheduling of queued messages during connecting statePau Espin Pedrol1-1/+6
2019-09-04stream: Introduce API osmo_stream_cli_is_connectedPau Espin Pedrol1-0/+8
2019-08-07Bump version: 0.5.0.2-6563-dirty → 0.6.00.6.0Pau Espin Pedrol1-1/+1
2019-05-17osmux: Extend osmux_out_handle and add new API to set rtp payload_typePau Espin Pedrol1-2/+9
2019-05-10Bump version: 0.4.0.1-738f → 0.5.00.5.0Harald Welte1-1/+1
2019-03-20amr: use sizeof(struct amr_hdr) when working with amr header lengthPhilipp Maier1-3/+3
2019-03-19Deprecate osmo_stream_cli_open2()Max1-6/+42
2019-03-12amr: be sure result of osmo_amr_bwe_to_oa() fits into int bufPhilipp Maier1-1/+1
2019-03-12amr: cosmetic: correct sourcecode formattingPhilipp Maier1-1/+1
2019-03-07AMR: add functions to convert between bw-efficient and octet-alignedpmaier/amrmanglePhilipp Maier1-0/+112
2019-03-01AMR: add define constants for AMR payload lengthPhilipp Maier1-9/+9
2019-02-20Stream client: add disconnect callbackMax1-1/+14
2019-02-07Stream client: report reconnection event as INFOMax1-2/+2
2019-02-05Stream client: fix disconnection logicMax1-2/+8
2019-02-05Add socket name functions to stream client/serverMax1-0/+31
2019-02-05Stream client: update loggingMax1-16/+25
2019-02-04Stream client: fix doxygen typoMax1-4/+4
2019-01-20Bump version: 0.3.0.6-a555 → 0.4.00.4.0Harald Welte1-1/+1
2018-12-10logging: fix typo in stream.cNeels Hofmeyr1-1/+1
2018-11-09detect freed connections in osmo_stream_srv_read()Stefan Sperling1-7/+10
2018-08-13jibuf: fix indentation in line inside conditional clausePau Espin Pedrol1-1/+1
2018-08-01link libosmo-netif against libosmogsmHarald Welte1-2/+2