summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/socket.h
Commit message (Expand)AuthorAgeFilesLines
* socket: Introduce API osmo_sock_init2_multiaddr()Pau Espin Pedrol2019-10-181-0/+7
* Add _c versions of functions that otherwise return static buffersHarald Welte2019-04-101-0/+1
* socket: osmo_sock_get_name() Use "const void *" as talloc contextHarald Welte2019-03-191-1/+1
* socket.h: add missing includeMax2019-02-041-2/+7
* socket: add define for socket name lengthPhilipp Maier2019-01-171-0/+2
* add to osmo_sock_get_name*() APINeels Hofmeyr2018-12-191-0/+3
* Add osmo_sockaddr_in_to_str_and_uint()Max2018-12-071-0/+3
* add osmo_sock_get_{local,remote}_ip{,_port}()Oliver Smith2018-10-261-0/+6
* socket: add flag to enforce SO_REUSEADDR on UDP socketsPhilipp Maier2018-08-231-0/+2
* add osmo_sockaddr_to_str_and_uint()Neels Hofmeyr2018-07-201-0/+3
* 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