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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-04
Change order of includes to prevent compiler warning
Nikias Bassen
1
-2
/
+2
2025-06-02
socket: [Windows] Use inet_ntop for >= Vista
Nikias Bassen
1
-1
/
+1
2025-05-17
utils: Remove 'plist helper' from header comment
Nikias Bassen
1
-1
/
+1
2025-05-17
socket: [Windows] Use WSAAddressToStringA
Nikias Bassen
1
-1
/
+1
2025-05-16
Use plist_new_unix_date API when available
Nikias Bassen
1
-2
/
+12
2025-03-01
socket: Use a backwards-compatible way to deal with , before __VA_ARGS__
Nikias Bassen
1
-1
/
+1
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
Fix compiler warning
Nikias Bassen
2
-1
/
+2
2025-02-13
socket: WIN32: call WSAInit from library constructor
Nikias Bassen
2
-35
/
+13
2025-02-13
socket: Improve error message output/verbose logging
Nikias Bassen
1
-73
/
+112
2024-11-28
Fix unrecognized \e escape sequence
Duncan Ogilvie
1
-1
/
+1
2024-11-28
Fix compilation on MSVC
Duncan Ogilvie
8
-79
/
+18
2024-11-26
Switch to better initializer strategy
Duncan Ogilvie
1
-43
/
+27
2024-11-26
Change WIN32 to _WIN32 to check if running on Windows
Duncan Ogilvie
4
-50
/
+50
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-21
sha1: Remove old commented-out code
Nikias Bassen
1
-301
/
+0
2024-10-09
socket: Remove greater-than check for scope_id since they might not be in order
Nikias Bassen
1
-10
/
+0
2024-06-15
Add SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 functions to interface
Nikias Bassen
5
-0
/
+1173
2024-05-13
socket: Create an IPv4 compatible IPv6 socket when NULL is passed to socket_c...
Nikias Bassen
1
-1
/
+2
2024-05-13
Revert "Use updated libplist 2.5.0 API"
Nikias Bassen
1
-2
/
+2
2024-05-04
socket: Haiku compilation fixes
Jerome Duval
1
-3
/
+5
2024-05-04
Use updated libplist 2.5.0 API
Nikias Bassen
1
-2
/
+2
2024-03-23
Add helper code to deal with NSKeyedArchiver plist data
Nikias Bassen
2
-0
/
+1229
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
Add version function to interface
Nikias Bassen
1
-0
/
+8
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
9
-71
/
+75
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-12-11
opack: Fix parsing of 32 and 64 bit packed values
Nikias Bassen
1
-2
/
+2
2023-12-11
win32: Remove windows.h from public headers
Nikias Bassen
1
-5
/
+8
2023-11-10
opack: Fixed 32bit buffer overflow
Nikias Bassen
1
-1
/
+1
2023-04-19
Remove plist-related code in favor of new libplist API
Nikias Bassen
1
-239
/
+1
2023-01-09
Fix compilation on cygwin
Josef Micka
1
-0
/
+6
2022-04-22
[clang-tidy] Do not use else after return/break/continue
Rosen Penev
1
-2
/
+1
2022-04-22
[clang-tidy] utils: Fix too small loop variable
Rosen Penev
1
-1
/
+1
2022-04-22
[clang-tidy] use uppercase numeric literals
Rosen Penev
1
-4
/
+4
2022-04-04
utils: Close file if buffer allocation fails in buffer_read_from_filename()
Nikias Bassen
1
-0
/
+1
2022-03-29
socket: Add socket_get_socket_port function
Nikias Bassen
1
-0
/
+21
2022-02-09
utils: Use libplist's plist_from_memory instead of duplicating format detection
Nikias Bassen
1
-5
/
+1
2022-02-04
Add support for Apple's OPACK encoding and TLV format
Nikias Bassen
3
-0
/
+674
2022-02-04
Add a simple char buffer implementation
Nikias Bassen
2
-0
/
+68
2021-11-24
socket: Add FreeBSD supprt to get_primary_mac_address
Cameron Katri
1
-2
/
+6
2021-10-19
utils: Fix bad malloc result check in buffer_read_from_filename and test argu...
Nikias Bassen
1
-1
/
+5
2021-09-13
Check availability of constructor attribute and use it on Windows in favor of...
Nikias Bassen
1
-10
/
+18
2021-08-30
thread: Make sure cond_* API is publicly exported
Nikias Bassen
1
-5
/
+5
[next]