1. 903e670 socket: IPv6 support for osmo_sock_set_dscp() by Harald Welte · 3 years, 1 month ago
  2. c545ff6 socket: QoS support for all our socket init functions by Harald Welte · 3 years, 1 month ago
  3. faf6b70 socket: reduce code duplication, introduce socket_helper_tail() by Harald Welte · 3 years, 1 month ago
  4. ecc0bd8 socket: Introduce osmo_sock_set_priority() helper function by Harald Welte · 3 years, 1 month ago
  5. ce53e03 socket: Introduce osmo_sock_set_dscp() to set socket DSCP value by Harald Welte · 3 years, 1 month ago
  6. 80788fa add osmo_sockaddr_to_str_buf/osmo_sockaddr_to_str by Alexander Couzens · 3 years, 8 months ago
  7. def5a40 socket: make the arguments of osmo_sockaddr_cmp() const by Vadim Yanitskiy · 3 years, 8 months ago
  8. 0f36421 add osmo_sockaddr_local_ip() to determine the local address for a remote. by Alexander Couzens · 3 years, 10 months ago
  9. e4181ea socket: add osmo_sockaddr_cmp() by Alexander Couzens · 3 years, 11 months ago
  10. 43957e6 socket: introduce osmo_sock_init_osa & osmo_sock_init_osa_ofd by Alexander Couzens · 3 years, 10 months ago
  11. d8cf52b socket: Fix bug in osmo_sock_init2(AF_UNSPEC) matching IP versions by Pau Espin Pedrol · 3 years, 9 months ago
  12. 5cc4fe4 socket: Add some osmo_sockaddr print helpers by Pau Espin Pedrol · 3 years, 9 months ago
  13. 7bda854 socket: fix wrong ipv6 dst buf size passed in osmo_sock_local_ip by Pau Espin Pedrol · 3 years, 9 months ago
  14. 81e7a6c socket: Fix stack-buffer-overflow in osmo_sock_local_ip() by Pau Espin Pedrol · 3 years, 9 months ago
  15. 308ab79 socket: Use AF_UNSPEC instead of PF_UNSPEC calling getaddrinfo by Pau Espin Pedrol · 3 years, 9 months ago
  16. 1a3d24e socket: Add support for AF_INET6 in osmo_sockaddr_to_str_and_uint() by Pau Espin Pedrol · 3 years, 9 months ago
  17. 4f463c5 socket: Allow binding to :: (IPv6) and connecting to IPv4-only on the remote by Pau Espin Pedrol · 3 years, 9 months ago
  18. 3119d47 socker: Remove AI_ADDRCONFIG from getaddrinfo flags by Pau Espin Pedrol · 3 years, 9 months ago
  19. 4541cf2 osmo_sock_inti2_multiaddr: Fix memleak and free uninitialized mem by Pau Espin Pedrol · 3 years, 9 months ago
  20. ed42a88 osmo_sock_get_ip_and_port(): Support IPv6 sockets by Pau Espin Pedrol · 3 years, 10 months ago
  21. ba828c3 socket: Log proper getaddrinfo() error by Pau Espin Pedrol · 3 years, 10 months ago
  22. cd13331 socket: multiaddr: Support IPv4 + IPv6 addresses in SCTP associations by Pau Espin Pedrol · 3 years, 10 months ago
  23. 796c651 sock: osmo_sock_init2_multiaddr: decouple addr resolution from socket creation by Pau Espin Pedrol · 3 years, 10 months ago
  24. 2c962f5 osmo_sock_init2: improve support for AF_UNSPEC by Alexander Couzens · 4 years ago
  25. b20d852 socket: osmo_sock_local_ip: correct doxygen comment by Alexander Couzens · 3 years, 10 months ago
  26. 44b9926 socket: Add osmo_sock_mcast_iface_set() to bind multicast to device by Harald Welte · 4 years, 3 months ago
  27. 8fac511 socket.c: build multiaddr socket API helpers only if used by public APIs by Pau Espin Pedrol · 4 years, 7 months ago
  28. 272dfc1 socket: Remove unneeded condition check in osmo_sock_init2_multiaddr() by Pau Espin Pedrol · 4 years, 8 months ago
  29. 3f464fc socket: Introduce API osmo_sock_init2_multiaddr() by Pau Espin Pedrol · 4 years, 8 months ago
  30. ff42852 socket.c: Move glibc workarounds to same place in addrinfo_helper() by Pau Espin Pedrol · 4 years, 8 months ago
  31. eb5769b tell ubsan to ignore SUN_LEN by Eric Wild · 5 years ago
  32. 171ef82 make all library-internal static buffers thread-local by Harald Welte · 5 years ago
  33. b606d76 socket.c: fix Doxygen doc for osmo_sock_unix_init_ofd() by Vadim Yanitskiy · 5 years ago
  34. ea9ea52 osmo_sock_get_name_*: Ensure string is returned in error case by Harald Welte · 5 years ago
  35. 4f619c2 Fix incorrect buffer size calculation by Vadim Yanitskiy · 5 years ago
  36. 179f357 Add _c versions of functions that otherwise return static buffers by Harald Welte · 5 years ago
  37. 1688699 select: Rename BSC_FD_* constants to OSMO_FD_* by Harald Welte · 5 years ago
  38. c0dfc9d socket: osmo_sock_get_name() Use "const void *" as talloc context by Harald Welte · 5 years ago
  39. 64b51eb socket: add define for socket name length by Philipp Maier · 5 years ago
  40. 0145751 add to osmo_sock_get_name*() API by Neels Hofmeyr · 5 years ago
  41. 9d7a247 Add osmo_sockaddr_in_to_str_and_uint() by Max · 6 years ago
  42. 860651e socket.c: fix IP and port buffer sizes by Oliver Smith · 6 years ago
  43. 7acd5d0 add osmo_sock_get_{local,remote}_ip{,_port}() by Oliver Smith · 6 years ago
  44. e74f49d cosmetic: fix typo (soocket -> socket) by Oliver Smith · 6 years ago
  45. 6afb3f5 ensure unix socket paths are NUL-terminated for bind/connect by Stefan Sperling · 6 years ago
  46. 896ff6d Properly deal with sockaddr_un socket path length limitations. by Stefan Sperling · 6 years ago
  47. 73196e7 socket: add flag to enforce SO_REUSEADDR on UDP sockets by Philipp Maier · 6 years ago
  48. 99f706d socket: do not set SO_REUSEADDR for IPPROTO_UDP by Philipp Maier · 6 years ago
  49. 0659c5d socket: check return code of setsockopt by Philipp Maier · 6 years ago
  50. 1cea7b5 fix strncpy bugs in socket.c by Neels Hofmeyr · 6 years ago
  51. 59f4caf add osmo_sockaddr_to_str_and_uint() by Neels Hofmeyr · 6 years ago
  52. 15753e9 osmo_sockaddr_is_local: Fix memleak by Pau Espin Pedrol · 6 years ago
  53. 3a32147 socket.c: osmo_sock_init: Several logic fixes and log improvements by Pau Espin Pedrol · 6 years ago
  54. 27cf8df socket.c: osmo_sock_init2: connect: Several logic fixes and log improvements by Pau Espin Pedrol · 6 years ago
  55. 5d50fa5 socket.c: osmo_sock_init2: bind: Several logic fixes and log improvements by Pau Espin Pedrol · 6 years ago
  56. 91cfda8 socket: use inet_ntop() instead of inet_ntoa() in osmo_sock_local_ip() by Philipp Maier · 6 years ago
  57. 8b7975b socket: fix socket leak in osmo_sock_local_ip() by Philipp Maier · 6 years ago
  58. e08da97 Fix/Update copyright notices; Add SPDX annotation by Harald Welte · 7 years ago
  59. 2d2490e socket: add function osmo_sock_local_ip() to query local ip by Philipp Maier · 7 years ago
  60. 5cfa6dc osmo_sock_init2(): Fix creation of non-bound sockets by Harald Welte · 7 years ago
  61. 37d204a socket: Add new OSMO_SOCK_F_NO_MCAST_ALL option by Harald Welte · 7 years ago
  62. bc43a62 socket: Allow disabling multicast loop on socket creation by Harald Welte · 7 years ago
  63. c47bbda socket: Unify listen() calls and check for erroneous returns by Harald Welte · 7 years ago
  64. e30d7e6 socket.c: Add multicast related convenience functions by Harald Welte · 7 years ago
  65. 1f82d0a osmo_sock_get_name(): clearly indicate local and remote by Neels Hofmeyr · 7 years ago
  66. 17518fe doxygen: unify use of \file across the board by Neels Hofmeyr · 7 years ago
  67. 87e4550 doxygen: enable AUTOBRIEF, drop \brief by Neels Hofmeyr · 7 years ago
  68. 96e2a00 update/extend doxygen documentation by Harald Welte · 7 years ago
  69. 75989e6 socket: Add osmo_sock_init2_ofd() function by Pau Espin Pedrol · 7 years ago
  70. dda70fc Add osmo_sock_init2() function, allowing both BIND *and* CONNECT by Harald Welte · 7 years ago
  71. 6f0f560 cosmetic: replace fprintf with LOGP by Philipp Maier · 7 years ago
  72. 48f5583 socket: Introduce function to obtain socket name by Harald Welte · 7 years ago
  73. 0fc315d osmo_sock_init(): Fix memory leak in error path by Harald Welte · 8 years ago
  74. b7f191f fix printf format for commit 'osmo_sock_init(): include host and port in error messages' by Neels Hofmeyr · 8 years ago
  75. f0f07d9 osmo_sock_init(): include host and port in error messages by Neels Hofmeyr · 8 years ago
  76. 2d2e2cc Update doxygen annotations in libosmocore by Harald Welte · 8 years ago
  77. 862ba65 Move common socket routine into separate function by Max · 10 years ago
  78. 468b643 add missing copyright statements to source code files by Harald Welte · 10 years ago
  79. 5ade61a src/socket: Adding unix domain socket support by Álvaro Neira Ayuso · 10 years ago
  80. c28c6a0 misc: Doxygen tweaks: fixed some typos and minor errors by Katerina Barone-Adesi · 11 years ago
  81. e04a14d socket: fix osmo_sock_init with SOCK_RAW and IPPROTO_RAW by Pablo Neira Ayuso · 11 years ago
  82. dca7d2c doc: Fix the Doxygen section endings by Sylvain Munaut · 12 years ago
  83. bc32d05 sync prototype of osmo_sockaddr_is_local with declaration by Harald Welte · 12 years ago
  84. 4772348 freebsd: Fixes for the compilation of libosmocore on FreeBSD by Holger Hans Peter Freyther · 13 years ago
  85. ba6988b some more doxygen work (include the notion of modules) by Harald Welte · 13 years ago
  86. 0849c9a socket: add OSMO_SOCK_F_[CONNECT|BIND|NON_BLOCK] flags by Pablo Neira Ayuso · 13 years ago
  87. f9e0746 socket: getaddrinfo(): set AI_PASSIVE if we want to bind by Harald Welte · 13 years ago
  88. 08de66d socket: remove unused IPv4 related header includes by Harald Welte · 13 years ago
  89. 4d3a7b1 socket: Skip ifa's without ifa->ifa_addr by Harald Welte · 13 years ago
  90. 68b1574 socket: use listen() and SO_REUSEADDR, new osmo_sock_init_ofd() function by Harald Welte · 13 years ago
  91. 8265939 remove debug printf from socket.c by Harald Welte · 13 years ago
  92. e476442 GSMTAP/socket code: Check for sys/socket.h and conditionally compile by Harald Welte · 13 years ago
  93. 33cb71a gsmtap: rework GSMTAP API to be more future-proof by Harald Welte · 13 years ago 0.3.1