index
:
libosmocore
prometheus
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
make all library-internal static buffers thread-local
Harald Welte
2019-06-04
1
-1
/
+1
*
socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd()
Vadim Yanitskiy
2019-06-01
1
-2
/
+2
*
osmo_sock_get_name_*: Ensure string is returned in error case
Harald Welte
2019-05-10
1
-1
/
+3
*
Fix incorrect buffer size calculation
Vadim Yanitskiy
2019-04-12
1
-1
/
+1
*
Add _c versions of functions that otherwise return static buffers
Harald Welte
2019-04-10
1
-0
/
+14
*
select: Rename BSC_FD_* constants to OSMO_FD_*
Harald Welte
2019-03-21
1
-1
/
+1
*
socket: osmo_sock_get_name() Use "const void *" as talloc context
Harald Welte
2019-03-19
1
-1
/
+1
*
socket: add define for socket name length
Philipp Maier
2019-01-17
1
-4
/
+2
*
add to osmo_sock_get_name*() API
Neels Hofmeyr
2018-12-19
1
-17
/
+47
*
Add osmo_sockaddr_in_to_str_and_uint()
Max
2018-12-07
1
-5
/
+20
*
socket.c: fix IP and port buffer sizes
Oliver Smith
2018-11-06
1
-4
/
+4
*
add osmo_sock_get_{local,remote}_ip{,_port}()
Oliver Smith
2018-10-26
1
-25
/
+86
*
cosmetic: fix typo (soocket -> socket)
Oliver Smith
2018-10-25
1
-1
/
+1
*
ensure unix socket paths are NUL-terminated for bind/connect
Stefan Sperling
2018-09-26
1
-7
/
+5
*
Properly deal with sockaddr_un socket path length limitations.
Stefan Sperling
2018-08-29
1
-4
/
+11
*
socket: add flag to enforce SO_REUSEADDR on UDP sockets
Philipp Maier
2018-08-23
1
-3
/
+3
*
socket: do not set SO_REUSEADDR for IPPROTO_UDP
Philipp Maier
2018-08-02
1
-25
/
+33
*
socket: check return code of setsockopt
Philipp Maier
2018-08-02
1
-1
/
+8
*
fix strncpy bugs in socket.c
Neels Hofmeyr
2018-07-27
1
-2
/
+1
*
add osmo_sockaddr_to_str_and_uint()
Neels Hofmeyr
2018-07-20
1
-0
/
+20
*
osmo_sockaddr_is_local: Fix memleak
Pau Espin Pedrol
2018-04-18
1
-1
/
+4
*
socket.c: osmo_sock_init: Several logic fixes and log improvements
Pau Espin Pedrol
2018-04-05
1
-8
/
+16
*
socket.c: osmo_sock_init2: connect: Several logic fixes and log improvements
Pau Espin Pedrol
2018-04-05
1
-8
/
+17
*
socket.c: osmo_sock_init2: bind: Several logic fixes and log improvements
Pau Espin Pedrol
2018-04-05
1
-7
/
+19
*
socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip()
Philipp Maier
2018-01-22
1
-2
/
+2
*
socket: fix socket leak in osmo_sock_local_ip()
Philipp Maier
2018-01-22
1
-0
/
+1
*
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
[next]