aboutsummaryrefslogtreecommitdiffstats
path: root/examples/stream-server.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Stream examples: fix typos in error messageMax1-2/+2
2019-02-05Add socket name functions to stream client/serverMax1-1/+1
2019-02-05Stream examples: print accepted client addressMax1-0/+6
2019-01-29Stream examples: fix server's endless loopMax1-3/+6
2019-01-29Stream examples: log sent/received bytesMax1-5/+11
2019-01-29Stream examples: filter internal loggingMax1-0/+1
2018-04-17examples: use osmo_init_logging2Pau Espin Pedrol1-2/+2
2016-12-01examples/stream-server.c: use read() rc instead of strlen()Neels Hofmeyr1-2/+4
2012-08-15src: shorter stream function namesPablo Neira Ayuso1-23/+23
2011-10-17stream: add osmo_stream_*_conn_recvPablo Neira Ayuso1-1/+14
2011-10-09stream: add osmo_ prefix to all functionsPablo Neira Ayuso1-21/+22
2011-10-05examples: add stream server/client examplePablo Neira Ayuso1-0/+147