aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-01Migrate from osmo_ipa_idtag_parse() to ipa_ccm_id_resp_parse()Harald Welte1-31/+1
2018-07-27fix strncpy bug in rs232.cNeels Hofmeyr1-2/+1
2018-07-27Bump version: 0.2.0.6-ac33-dirty → 0.3.00.3.0Pau Espin Pedrol1-1/+1
2018-07-05stream.c: Use non-blocking connect in osmo_stream_cliHarald Welte1-1/+1
2018-06-29remove "channel" layerHarald Welte7-861/+1
2018-05-15osmux: change log lvl of batch full to debugPau Espin Pedrol1-2/+2
2018-05-15jibuf: Fix out-of-order seq queue around syncpointsPau Espin Pedrol1-3/+33
2018-05-03Bump version: 0.1.1.38-ef190-dirty → 0.2.00.2.0Pau Espin Pedrol1-1/+1
2018-04-28osmux: Fix use of uninitialized memory in osmux_out_handleHarald Welte1-0/+1
2018-04-19osmux: Set Marker bit on osmux frame loss detectedPau Espin Pedrol1-2/+16
2018-04-19osmux: Add new API osmux_xfrm_output_sched to fix rtp generation issuesPau Espin Pedrol1-1/+131
2018-04-13jibuf: Estimate src clock skewPau Espin Pedrol1-3/+28
2018-04-13jibuf: re-sync clock out of sync timestampsPau Espin Pedrol1-5/+24
2018-04-13jibuf: Take RTP marker into accountPau Espin Pedrol1-3/+15
2018-04-13jibuf: Add initial implementation of Jitter BufferPau Espin Pedrol2-0/+382
2018-04-12osmux: osmux_xfrm_output_pull: Improve checks and log of malformed packetsPau Espin Pedrol1-5/+11
2018-04-05stream.c: osmo_stream_cli_open2: Remove wrong assumption in reconnect decisionPau Espin Pedrol1-1/+1
2018-03-07osmux: Use correct log category DLMUXPau Espin Pedrol1-27/+27
2018-02-22add support for flushing and destroying a server-side streamStefan Sperling1-1/+29
2017-11-20osmo_stream_{cli,srv}_destroy: fix mem leak: empty msgb queueNeels Hofmeyr1-0/+2