summaryrefslogtreecommitdiffstats
path: root/src/socket.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move common socket routine into separate functionMax2014-10-131-29/+24
* add missing copyright statements to source code filesHarald Welte2014-09-111-0/+21
* src/socket: Adding unix domain socket supportÁlvaro Neira Ayuso2014-03-261-0/+102
* misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi2013-02-151-1/+1
* socket: fix osmo_sock_init with SOCK_RAW and IPPROTO_RAWPablo Neira Ayuso2013-01-151-3/+16
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* sync prototype of osmo_sockaddr_is_local with declarationHarald Welte2012-04-081-1/+1
* freebsd: Fixes for the compilation of libosmocore on FreeBSDHolger Hans Peter Freyther2011-11-091-0/+2
* some more doxygen work (include the notion of modules)Harald Welte2011-08-171-1/+48
* socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flagsPablo Neira Ayuso2011-06-131-10/+28
* socket: getaddrinfo(): set AI_PASSIVE if we want to bindHarald Welte2011-05-311-0/+3
* socket: remove unused IPv4 related header includesHarald Welte2011-05-291-2/+0
* socket: Skip ifa's without ifa->ifa_addrHarald Welte2011-05-241-0/+2
* socket: use listen() and SO_REUSEADDR, new osmo_sock_init_ofd() functionHarald Welte2011-05-221-1/+34
* remove debug printf from socket.cHarald Welte2011-05-221-1/+0
* GSMTAP/socket code: Check for sys/socket.h and conditionally compileHarald Welte2011-05-221-1/+5
* gsmtap: rework GSMTAP API to be more future-proofHarald Welte2011-05-221-0/+143