aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2018-06-29remove "channel" layerHarald Welte1-2/+0
The "channel" layer on top of IPA client + server was introduced in 2011 but never used in any osmocom program/project so far. Contrary to the several other IPA multiplex related implementations in libosmo*, it did not deal properly with segmented IPA messages, i.e. where a single TCP segment (and hence recv/read call) does not contain a full IPA message. So rather than fixing it up and having yet another IPA related API in our libraries, let's remove it. Change-Id: I97c378750acb1637ee032fa88a968edf68d8979f
2017-11-20gitignore: vim swp filesNeels Hofmeyr1-0/+2
Change-Id: I0013625df95c5600479953e6f83b848efadb525a
2017-10-13examples: add simple UDP client/serverMax1-0/+2
In addition to showing basic UDP send/receive example, it helps to test corner-case when dealing with 0-length UDP packets. Change-Id: I08c0adf1cf9b6a6f1f7090b237d0497c2ec13cdf Related: OS#2219
2017-04-08Add minimal doxygen documentation for stream + datagram modulesHarald Welte1-0/+2
We should have doxygen documentation for all libosmo-* APIs. libosmo-netif is currently devoid of any API docs. Let's start with the stream and datagram socket related functions. Change-Id: I589a5e60d9df2b8a65fbaf68f80e3ae0039d8c2a
2016-07-07gitignore: tests/osmux/.dirstampNeels Hofmeyr1-0/+1
Change-Id: Ia0380da1f4980035938ec39cd2b5674f0400fbb3
2014-09-08misc: Ignore some build artefactsHolger Hans Peter Freyther1-0/+2
2014-04-29misc: Ignore files that are generatedHolger Hans Peter Freyther1-0/+18
2013-11-15misc: Ignore files generated by autotestHolger Hans Peter Freyther1-0/+3
2012-06-28add .gitignorePablo Neira Ayuso1-0/+27
Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>