aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-14osmux: Change log level of message to debugPau Espin Pedrol1-2/+2
2017-08-14osmux: Improve code handling lost packetsPau Espin Pedrol1-21/+36
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
2016-12-01rs232: Don't pass negative number to strerror()Harald Welte1-1/+1
2016-11-26sctp_sock_activate_events(): Print error message on errorHarald Welte1-0/+3
2016-11-02Set SO_NOSIGPIPE on SCTP connections, for patforms which support it (macOS, F...Arran Cudbard-Bell1-1/+17
2016-05-26osmux: Add function to delete all msgs pending for a circuitDaniel Willmann1-0/+11
2016-05-25osmux: Pass circuit to _batch_del_circuit() and use it from _xfrm_input_fini()Daniel Willmann1-12/+10
2016-02-19stream: Use macros to access data and lengthDaniel Willmann1-1/+1
2015-12-25stream.c: ensure to zero-initialize sctp_sndrcvinfoHarald Welte1-0/+2
2015-12-22fix/complete stream client re-connect logicHarald Welte1-4/+16
2015-12-22stream.c: Fix another 'link' variable / symbol mismatchHarald Welte1-1/+1
2015-12-22osmo_stream_cli_destroy: call talloc_free on right objectHarald Welte1-1/+1
2015-12-21SCTP support for osmo_stream_{cli,srv} codeHarald Welte2-7/+86
2015-11-03libosmovty: Drop dependency as no VTY code is written hereHolger Hans Peter Freyther1-2/+2
2015-08-19osmux: rename batch->dummy field to batch->ndummyPablo Neira Ayuso1-5/+5
2015-07-21build: bump library release numberPablo Neira Ayuso1-1/+1
2015-07-21osmux: kill osmux_get_hdr()Pablo Neira Ayuso1-12/+0
2015-07-21osmux: introduce osmux_xfrm_input_open_circuit()Pablo Neira Ayuso1-33/+100
2015-07-21osmux: introduce osmux_xfrm_input_close_circuit()Pablo Neira Ayuso1-5/+22