aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-27osmux: use uint8_t everywhere for batch_factorPau Espin Pedrol1-5/+5
2017-04-25Fix debian packagingMax4-1/+23
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-15netif/ipa.h: Don't redefine 'struct ipaccess_unit' from libosmocoreHarald Welte1-13/+1
2017-04-14osmo_stream_srv_fd_cb(): don't leak socket FDs on errorsNeels Hofmeyr1-6/+23
2017-04-14ipa.h: Don't redefine what libosmocore already definesHarald Welte1-33/+5
2017-04-12stream.h: Add missing stdbool.h includeHarald Welte1-0/+2
2017-04-12SCTP: Fix PPID byte widthHarald Welte1-3/+3
2017-04-11Add osmo_stream_{cli,srv_link}_set_nodelay() functionHarald Welte2-0/+62
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 Welte4-7/+48
2017-04-08doc: Add Doxygen group for OSMUX related functionsHarald Welte2-0/+21
2017-04-08Add minimal doxygen documentation for stream + datagram modulesHarald Welte7-4/+2018
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-17README.md: Make sure all hyperlinks have <>Harald Welte1-6/+6
2017-03-17stream: Export osmo_stream_cli_reconnect()Harald Welte2-1/+2
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-03-16jenkins: add value_string termination checkNeels Hofmeyr1-0/+2
2017-03-16Add README file to libosmo-netif repositoryHarald Welte2-1/+55
2017-02-07Fix potential NULL dereferenceMax1-1/+2
2017-01-16deb: fix lib versionMax2-2/+2
2016-12-22rs232.c: Fix license to GPLv2-or-later. libosmo-netif is GPLv2-or-laterHarald Welte1-3/+3
2016-12-22Add gerrit settingsMax1-0/+3
2016-12-21Integrate Debian packaging changesMax3-6/+93
2016-12-01examples/stream-server.c: use read() rc instead of strlen()Neels Hofmeyr1-2/+4
2016-12-01ipa-stream-{client,server}: Add missing #include <sys/socket.h>Harald Welte2-0/+2
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-12-01stream-client: check read() return value before using it as length input to m...Harald Welte1-1/+2
2016-12-01stream-client: Check for osmo_fd_register() return valueHarald Welte1-1/+6
2016-12-01rs232-write: Check return value of osmo_fd_register()Harald Welte1-1/+6
2016-11-26sctp_sock_activate_events(): Print error message on errorHarald Welte1-0/+3
2016-11-11examples/lapd-over-datagram-network: Fix compiler warningHarald Welte1-1/+1
2016-11-02Set SO_NOSIGPIPE on SCTP connections, for patforms which support it (macOS, F...Arran Cudbard-Bell1-1/+17
2016-10-07jenkins.sh: use osmo-build-dep.sh, log test failuresNeels Hofmeyr1-18/+24
2016-10-01configure: check for pkg-config presenceNeels Hofmeyr2-0/+14
2016-10-01build: be robust against install-sh files above the root dirNeels Hofmeyr1-0/+3
2016-07-07gitignore: tests/osmux/.dirstampNeels Hofmeyr1-0/+1
2016-07-07osmux-test: remove real-time constraint by defaultNeels Hofmeyr1-0/+10
2016-05-26debian: Make upgrading from debian SID easierHolger Hans Peter Freyther1-0/+6
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-05-14misc: Drop oRTP dependency as there is nothing using itHolger Hans Peter Freyther2-2/+1
2016-04-13jenkins: Add the build script from jenkins hereHolger Hans Peter Freyther1-0/+26