aboutsummaryrefslogtreecommitdiffstats
path: root/src/datagram.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Add SPDX-License-Identifier + Copyright statementsHarald Welte1-0/+20
2017-10-27some more Doxygen header text for datagram, osmux and stream moduleHarald Welte1-0/+5
2017-10-13cosmetic: print textual error from recv()Max1-1/+1
2017-10-13cosmetic: relax UDP length checkMax1-2/+2
2017-04-29misc: Call the variable ctx like in all other placesHolger Hans Peter Freyther1-8/+8
2017-04-10stream/datagram: Ensure reliable close/destroyHarald Welte1-1/+10
2017-04-10stream/datagram: Consistently use osmo_talloc_replace_string()Harald Welte1-10/+4
2017-04-10stream+datagram: Allow local bind + connect for client socketsHarald Welte1-3/+26
2017-04-08Add minimal doxygen documentation for stream + datagram modulesHarald Welte1-0/+110
2015-02-25Fix the compilation on FreeBSD.Nikola Kolev1-0/+1
2012-10-21dgram: add osmo_dgram_get_dataPablo Neira Ayuso1-0/+5
2012-08-15src: shorter names for datagram socketsPablo Neira Ayuso1-91/+90
2012-02-23datagram: minor cleanupPablo Neira Ayuso1-6/+5
2011-10-17datagram: add osmo_dgram_conn_recvPablo Neira Ayuso1-28/+24
2011-10-17datagram: reconfiguration is only required if address and port changePablo Neira Ayuso1-2/+0
2011-10-14datagram: use LOGL_DEBUG in osmo_dgram_server_conn_readPablo Neira Ayuso1-1/+1
2011-10-14datagram: change prototype of osmo_dgram_conn_set_read_cbPablo Neira Ayuso1-2/+17
2011-10-09datagram: support calling dgram_*_open() multiple times for reconfigurationsPablo Neira Ayuso1-0/+32
2011-10-09datagram: add osmo_ prefix to all functionsPablo Neira Ayuso1-68/+73
2011-10-05add generic datagram socket infrastructure and examplesPablo Neira Ayuso1-0/+354