aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-05debian: Update dependencies due SCTP supportHolger Hans Peter Freyther1-1/+1
2016-02-29osmux_test.c: tweak error reportNeels Hofmeyr1-1/+3
2016-02-19stream: Use macros to access data and lengthDaniel Willmann1-1/+1
2016-01-23Do not use strlen on binary inpitHolger Hans Peter Freyther1-1/+1
2015-12-26libsctp: Only define LIBSCTP_LIBS in case there is a libHolger Hans Peter Freyther1-1/+3
2015-12-26libsctp: Fix build and don't link everything to libsctpHolger Hans Peter Freyther1-7/+9
2015-12-25stream.c: ensure to zero-initialize sctp_sndrcvinfoHarald Welte1-0/+2
2015-12-22fix/complete stream client re-connect logicHarald Welte2-4/+17
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 Welte4-7/+98
2015-11-07teip is a pointer, not an intAlexander Huemer1-2/+2
2015-11-03misc: Release 0.0.6 without libosmovty dependency0.0.6Holger Hans Peter Freyther1-0/+6
2015-11-03libosmovty: Drop dependency as no VTY code is written hereHolger Hans Peter Freyther2-3/+2
2015-08-23Prepare a new release0.0.5Holger 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-21tests: osmux: iterate 64 times in osmo_test_loop()Pablo Neira Ayuso1-1/+1
2015-07-21tests: compile tests with debugging symbols, ie. -gPablo Neira Ayuso1-1/+1
2015-07-21tests: osmux: fix msgb leaksPablo Neira Ayuso1-0/+2
2015-07-21osmux: kill osmux_get_hdr()Pablo Neira Ayuso2-14/+0
2015-07-21tests: osmux: test circuit reopening after closurePablo Neira Ayuso1-0/+7
2015-07-21tests: osmux: validate dummy padding with no voice data interactionPablo Neira Ayuso1-0/+4
2015-07-21tests: osmux: test online deactivation of dummy paddingPablo Neira Ayuso1-0/+4
2015-07-21tests: osmux: factor out main test loopPablo Neira Ayuso1-28/+36
2015-07-21tests: osmux: adapt it to use the new circuit APIPablo Neira Ayuso1-0/+13
2015-07-21osmux: introduce osmux_xfrm_input_open_circuit()Pablo Neira Ayuso2-34/+103
2015-07-21osmux: introduce osmux_xfrm_input_close_circuit()Pablo Neira Ayuso2-5/+24
2015-07-21osmux: count pending messages to be transformed in the batchPablo Neira Ayuso1-17/+15
2015-07-21osmux: pass up struct osmux_batchPablo Neira Ayuso1-9/+8