aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-13src/rs232.c: Fix accidential reference to GPLv3+ instead of GPLv2+Harald Welte1-1/+1
2017-11-13debian/copyright: There are no AGPL licensed files leftHarald Welte1-20/+0
2017-11-13debian/control: Fix upstream-nameHarald Welte1-1/+1
2017-10-28jenkins: use osmo-clean-workspace.sh before and after buildNeels Hofmeyr1-1/+4
2017-10-28Bump version: 0.1.0 → 0.1.10.1.1Harald Welte1-0/+6
2017-10-28Debian: The -dev package doesn't depend on any shared librariesHarald Welte1-2/+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 Welte4-7/+11
2017-10-27depend on new upstream libosmocore version 0.10.0Harald Welte1-2/+2
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-13examples: add simple UDP client/serverMax5-0/+227
2017-10-11debian/rules: show testsuite.log when tests are failingAlexander Couzens1-0/+3
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 Ayuso3-44/+43
2017-09-05rtp: return offset in osmo_rtp_snprintf()Pablo Neira Ayuso1-1/+1
2017-08-28Use release helper from libosmocoreMax3-0/+15
2017-08-26Use value string check from osmo-ciMax1-4/+3
2017-08-14osmux: Slightly improve output format of osmux_snprintfPau Espin Pedrol2-2/+5
2017-08-14osmux: Fix buffer overflow in osmux_snprintfPau Espin Pedrol1-1/+1
2017-08-08tests: osmo-pcap: Allow different l2 pktsPau Espin Pedrol9-50/+189
2017-08-08tests: osmo-pcap: Fix per packet timerPau Espin Pedrol2-7/+13
2017-07-13contrib: Enable -Werror by defaultPau Espin Pedrol1-1/+1
2017-07-13rtp.c: Fix print formatPau Espin Pedrol1-3/+4
2017-07-10jenkins.sh: Proper error message if local environment isn't set upHarald Welte1-0/+7
2017-07-08configure.ac: Use -Wall in C(PP)FLAGSPau Espin Pedrol1-0/+3
2017-07-06configure.ac: Add --disable-doxygen flagPau Espin Pedrol1-1/+7
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-05-02stream.h: Add missing stdint.h includePau Espin Pedrol1-0/+1
2017-04-29misc: Call the variable ctx like in all other placesHolger Hans Peter Freyther2-11/+11
2017-04-28osmux: Fix delay between RTP packetsPau Espin Pedrol1-2/+3
2017-04-27deb: add missing dependency on doxygenMax1-0/+1
2017-04-27osmux: Use osmo_gettimeofday for testing puroposesPau Espin Pedrol2-6/+26
2017-04-27osmux: Add RTP marker bit supportPau Espin Pedrol3-7/+83
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-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