aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-28jibuf: Take RTP marker into accountPau Espin Pedrol1-3/+16
2018-02-28jibuf: Add initial implementation of Jitter BufferPau Espin Pedrol2-0/+378
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
2017-11-17stream: Avoid re-creating and leaking socket when unneededPau Espin Pedrol1-2/+6
2017-11-13Add SPDX-License-Identifier + Copyright statementsHarald Welte11-1/+164
2017-11-13src/rs232.c: Fix accidential reference to GPLv3+ instead of GPLv2+Harald Welte1-1/+1
2017-10-28Don't link library against libosmogsm, we don't use any symbols of itHarald Welte2-4/+4
2017-10-27Tag/Release Version 0.1.00.1.0Harald Welte1-1/+1
2017-10-27some more Doxygen header text for datagram, osmux and stream moduleHarald Welte3-0/+19
2017-10-24osmux_snprintf: Add doxygen docPau Espin Pedrol1-1/+10
2017-10-24osmux_snprintf: Support different types of Osmux framesPau Espin Pedrol1-18/+32
2017-10-23osmux_snprintf: Split logic parsing osmux header and AMR payloadPau Espin Pedrol1-10/+13
2017-10-13cosmetic: print textual error from recv()Max1-1/+1
2017-10-13cosmetic: relax UDP length checkMax1-2/+2
2017-10-05rs232.c: Don't #include <osmocom/abis/e1_input.h>Harald Welte1-1/+1
2017-09-12src: _snprintf() helper functions nul-terminate buffers, if possiblePablo Neira Ayuso2-0/+6
2017-09-11osmux: fix buffer management mess in snprintf() callsPablo Neira Ayuso2-40/+39
2017-09-05rtp: return offset in osmo_rtp_snprintf()Pablo Neira Ayuso1-1/+1
2017-08-14osmux: Slightly improve output format of osmux_snprintfPau Espin Pedrol1-1/+4
2017-08-14osmux: Fix buffer overflow in osmux_snprintfPau Espin Pedrol1-1/+1
2017-07-13rtp.c: Fix print formatPau Espin Pedrol1-3/+4
2017-06-07src: use osmo_timer_setup()Pablo Neira Ayuso3-10/+6
2017-05-14somo_stream_srv_fd_cb(): close socket if NODELAY failsHarald Welte1-8/+14
2017-04-29misc: Call the variable ctx like in all other placesHolger Hans Peter Freyther1-8/+8
2017-04-28osmux: Fix delay between RTP packetsPau Espin Pedrol1-2/+3
2017-04-27osmux: Use osmo_gettimeofday for testing puroposesPau Espin Pedrol1-2/+2
2017-04-27osmux: Add RTP marker bit supportPau Espin Pedrol1-3/+13
2017-04-27osmux: Check batch_factor overflow in osmux_batch_enqueuePau Espin Pedrol1-6/+7
2017-04-27osmux: use uint8_t everywhere for batch_factorPau Espin Pedrol1-5/+5
2017-04-17SCTP: Don't enable sender_dry_event for SCTP, as it breaks Linux SCTPHarald Welte1-2/+11
2017-04-16stream.c: Fix SCTP_NODELAY settingHarald Welte1-1/+1
2017-04-14osmo_stream_srv_fd_cb(): don't leak socket FDs on errorsNeels Hofmeyr1-6/+23
2017-04-12SCTP: Fix PPID byte widthHarald Welte1-3/+3
2017-04-11Add osmo_stream_{cli,srv_link}_set_nodelay() functionHarald Welte1-0/+60
2017-04-10stream.c: Fix endianness handling of PPID and STREAM_IDHarald Welte1-6/+6
2017-04-10stream/datagram: Ensure reliable close/destroyHarald Welte2-4/+16
2017-04-10stream/datagram: Consistently use osmo_talloc_replace_string()Harald Welte2-14/+8
2017-04-10stream+datagram: Allow local bind + connect for client socketsHarald Welte2-7/+44
2017-04-08doc: Add Doxygen group for OSMUX related functionsHarald Welte1-0/+11
2017-04-08Add minimal doxygen documentation for stream + datagram modulesHarald Welte2-4/+259
2017-03-29stream.c: Handle SCTP in osmo_stream_srv_recv()Daniel Willmann1-1/+57
2017-03-20stream client: Ensure client is notified on reconnectionHarald Welte1-0/+1
2017-03-17stream: Export osmo_stream_cli_reconnect()Harald Welte1-1/+1
2017-03-17stream: When destroying, make sure to kill reconnect timerHarald Welte1-0/+1
2017-03-17stream: don't crash in _close() when fd is not initializedHarald Welte1-0/+6
2017-03-17stream_client: Actually use/honor the reconect parameterHarald Welte1-1/+4
2017-02-07Fix potential NULL dereferenceMax1-1/+2
2016-12-22rs232.c: Fix license to GPLv2-or-later. libosmo-netif is GPLv2-or-laterHarald Welte1-3/+3
2016-12-01osmo_stream_cli_open2(): Fix bogus EINPROGRESS handlingHarald Welte1-10/+3