summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/socket.h
Commit message (Expand)AuthorAgeFilesLines
* socket: add function osmo_sock_local_ip() to query local ipPhilipp Maier2017-10-231-0/+2
* socket: Add new OSMO_SOCK_F_NO_MCAST_ALL optionHarald Welte2017-07-131-0/+2
* socket: Allow disabling multicast loop on socket creationHarald Welte2017-07-131-0/+2
* socket.c: Add multicast related convenience functionsHarald Welte2017-07-131-0/+6
* doxygen: unify use of \file across the boardNeels Hofmeyr2017-06-231-5/+4
* doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr2017-06-231-1/+1
* socket: Add osmo_sock_init2_ofd() functionPau Espin Pedrol2017-05-261-0/+4
* Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte2017-04-091-0/+4
* socket: Introduce function to obtain socket nameHarald Welte2017-01-271-0/+2
* Update doxygen annotations in libosmocoreHarald Welte2016-05-051-0/+3
* include: Switch to #pragma once patternSylvain Munaut2014-06-161-4/+1
* src/socket: Adding unix domain socket supportÁlvaro Neira Ayuso2014-03-261-0/+6
* doc: Fix the Doxygen section endingsSylvain Munaut2012-04-181-1/+1
* misc: Fix warning when compiling telnet_interface.cHolger Hans Peter Freyther2012-03-161-0/+1
* some more doxygen work (include the notion of modules)Harald Welte2011-08-171-38/+6
* start to add doxygen documentation to libosmocore headersHarald Welte2011-08-161-1/+42
* socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flagsPablo Neira Ayuso2011-06-131-3/+8
* socket: use listen() and SO_REUSEADDR, new osmo_sock_init_ofd() functionHarald Welte2011-05-221-0/+3
* GSMTAP/socket code: Check for sys/socket.h and conditionally compileHarald Welte2011-05-221-2/+3
* gsmtap: rework GSMTAP API to be more future-proofHarald Welte2011-05-221-0/+16