| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix/Update copyright notices; Add SPDX annotation | Harald Welte | 2017-11-13 | 1 | -0/+2 |
* | socket: add function osmo_sock_local_ip() to query local ip | Philipp Maier | 2017-10-23 | 1 | -0/+53 |
* | osmo_sock_init2(): Fix creation of non-bound sockets | Harald Welte | 2017-07-21 | 1 | -1/+1 |
* | socket: Add new OSMO_SOCK_F_NO_MCAST_ALL option | Harald Welte | 2017-07-13 | 1 | -0/+10 |
* | socket: Allow disabling multicast loop on socket creation | Harald Welte | 2017-07-13 | 1 | -4/+16 |
* | socket: Unify listen() calls and check for erroneous returns | Harald Welte | 2017-07-13 | 1 | -20/+33 |
* | socket.c: Add multicast related convenience functions | Harald Welte | 2017-07-13 | 1 | -0/+135 |
* | osmo_sock_get_name(): clearly indicate local and remote | Neels Hofmeyr | 2017-07-03 | 1 | -2/+2 |
* | doxygen: unify use of \file across the board | Neels Hofmeyr | 2017-06-23 | 1 | -4/+3 |
* | doxygen: enable AUTOBRIEF, drop \brief | Neels Hofmeyr | 2017-06-23 | 1 | -11/+11 |
* | update/extend doxygen documentation | Harald Welte | 2017-06-12 | 1 | -3/+2 |
* | socket: Add osmo_sock_init2_ofd() function | Pau Espin Pedrol | 2017-05-26 | 1 | -0/+23 |
* | Add osmo_sock_init2() function, allowing both BIND *and* CONNECT | Harald Welte | 2017-04-09 | 1 | -33/+187 |
* | cosmetic: replace fprintf with LOGP | Philipp Maier | 2017-02-09 | 1 | -8/+12 |
* | socket: Introduce function to obtain socket name | Harald Welte | 2017-01-27 | 1 | -1/+43 |
* | osmo_sock_init(): Fix memory leak in error path | Harald Welte | 2016-11-26 | 1 | -0/+1 |
* | fix printf format for commit 'osmo_sock_init(): include host and port in erro... | Neels Hofmeyr | 2016-08-29 | 1 | -1/+1 |
* | osmo_sock_init(): include host and port in error messages | Neels Hofmeyr | 2016-08-27 | 1 | -5/+16 |
* | Update doxygen annotations in libosmocore | Harald Welte | 2016-05-05 | 1 | -0/+6 |
* | Move common socket routine into separate function | Max | 2014-10-13 | 1 | -29/+24 |
* | add missing copyright statements to source code files | Harald Welte | 2014-09-11 | 1 | -0/+21 |
* | src/socket: Adding unix domain socket support | Álvaro Neira Ayuso | 2014-03-26 | 1 | -0/+102 |
* | misc: Doxygen tweaks: fixed some typos and minor errors | Katerina Barone-Adesi | 2013-02-15 | 1 | -1/+1 |
* | socket: fix osmo_sock_init with SOCK_RAW and IPPROTO_RAW | Pablo Neira Ayuso | 2013-01-15 | 1 | -3/+16 |
* | doc: Fix the Doxygen section endings | Sylvain Munaut | 2012-04-18 | 1 | -1/+1 |
* | sync prototype of osmo_sockaddr_is_local with declaration | Harald Welte | 2012-04-08 | 1 | -1/+1 |
* | freebsd: Fixes for the compilation of libosmocore on FreeBSD | Holger Hans Peter Freyther | 2011-11-09 | 1 | -0/+2 |
* | some more doxygen work (include the notion of modules) | Harald Welte | 2011-08-17 | 1 | -1/+48 |
* | socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flags | Pablo Neira Ayuso | 2011-06-13 | 1 | -10/+28 |
* | socket: getaddrinfo(): set AI_PASSIVE if we want to bind | Harald Welte | 2011-05-31 | 1 | -0/+3 |
* | socket: remove unused IPv4 related header includes | Harald Welte | 2011-05-29 | 1 | -2/+0 |
* | socket: Skip ifa's without ifa->ifa_addr | Harald Welte | 2011-05-24 | 1 | -0/+2 |
* | socket: use listen() and SO_REUSEADDR, new osmo_sock_init_ofd() function | Harald Welte | 2011-05-22 | 1 | -1/+34 |
* | remove debug printf from socket.c | Harald Welte | 2011-05-22 | 1 | -1/+0 |
* | GSMTAP/socket code: Check for sys/socket.h and conditionally compile | Harald Welte | 2011-05-22 | 1 | -1/+5 |
* | gsmtap: rework GSMTAP API to be more future-proof | Harald Welte | 2011-05-22 | 1 | -0/+143 |