index
:
libimobiledevice-glue
main
master
A library to collect common code used around the libimobiledevice project
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
socket.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-13
socket: Fix error output
Nikias Bassen
1
-1
/
+1
2025-02-13
socket: Allow setting debug level via environment variable
Nikias Bassen
1
-0
/
+4
2025-02-13
socket: WIN32: Make sure errno is set in error conditions
Nikias Bassen
1
-0
/
+9
2025-02-13
socket: Update inline attributes for gcc/clang
Nikias Bassen
1
-1
/
+1
2025-02-13
socket: WIN32: call WSAInit from library constructor
Nikias Bassen
1
-35
/
+11
2025-02-13
socket: Improve error message output/verbose logging
Nikias Bassen
1
-73
/
+112
2024-11-28
Fix compilation on MSVC
Duncan Ogilvie
1
-3
/
+11
2024-11-26
Change WIN32 to _WIN32 to check if running on Windows
Duncan Ogilvie
1
-21
/
+21
2024-10-29
socket.c: define AI_NUMERICSERV if undefined
Sergey Fedorov
1
-0
/
+4
2024-10-21
socket/win32: Use calloc where applicable in getifaddrs implementation
Nikias Bassen
1
-4
/
+3
2024-10-09
socket: Remove greater-than check for scope_id since they might not be in order
Nikias Bassen
1
-10
/
+0
2024-05-13
socket: Create an IPv4 compatible IPv6 socket when NULL is passed to socket_c...
Nikias Bassen
1
-1
/
+2
2024-05-04
socket: Haiku compilation fixes
Jerome Duval
1
-3
/
+5
2024-03-06
socket: Make sure errno is always set on error, and always return a meaningfu...
Nikias Bassen
1
-5
/
+97
2024-02-16
socket: Allow NULL as address for socket_create() and socket_connect()
Nikias Bassen
1
-8
/
+0
2024-01-30
Move LIMD_GLUE_API definitions to public headers
Nikias Bassen
1
-17
/
+17
2023-12-26
socket: Conditionally compile using poll or select based on availability
Nikias Bassen
1
-27
/
+85
2023-12-26
socket: Fix select failing when the process has many file descriptors by usin...
messi
1
-79
/
+100
2023-01-09
Fix compilation on cygwin
Josef Micka
1
-0
/
+6
2022-03-29
socket: Add socket_get_socket_port function
Nikias Bassen
1
-0
/
+21
2021-11-24
socket: Add FreeBSD supprt to get_primary_mac_address
Cameron Katri
1
-2
/
+6
2021-06-07
socket: Add get_primary_mac_address()
Nikias Bassen
1
-0
/
+62
2021-06-07
Initial check-in of sources
Nikias Bassen
1
-0
/
+1169