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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-23
Update NEWS for release
1.2.0
Nikias Bassen
1
-0
/
+9
2024-03-23
Update soversion for release
Nikias Bassen
1
-1
/
+1
2024-03-23
Add helper code to deal with NSKeyedArchiver plist data
Nikias Bassen
4
-0
/
+1320
2024-03-23
[github-actions] Updated build workflow to use v3 for download-artifact
Nikias Bassen
1
-3
/
+3
2024-03-06
[github-actions] Updated build workflow to use v4 for checkout and upload-art...
Nikias Bassen
1
-6
/
+6
2024-03-06
socket: Make sure errno is always set on error, and always return a meaningfu...
Nikias Bassen
1
-5
/
+97
2024-02-22
Update NEWS for release
1.1.0
Nikias Bassen
1
-0
/
+13
2024-02-22
Update soversion for release
Nikias Bassen
1
-1
/
+1
2024-02-21
Updated README
Nikias Bassen
1
-25
/
+31
2024-02-17
Updated README
Nikias Bassen
1
-26
/
+155
2024-02-16
Add version function to interface
Nikias Bassen
2
-0
/
+10
2024-02-16
socket: Allow NULL as address for socket_create() and socket_connect()
Nikias Bassen
1
-8
/
+0
2024-01-30
Add missing include
Nikias Bassen
1
-0
/
+1
2024-01-30
Move LIMD_GLUE_API definitions to public headers
Nikias Bassen
20
-144
/
+190
2023-12-26
socket: Conditionally compile using poll or select based on availability
Nikias Bassen
2
-28
/
+86
2023-12-26
socket: Fix select failing when the process has many file descriptors by usin...
messi
1
-79
/
+100
2023-12-16
win32: Fix external compilation using libimobiledevice-glue/thread.h
Nikias Bassen
1
-2
/
+15
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
3
-12
/
+12
2023-11-10
opack: Fixed 32bit buffer overflow
Nikias Bassen
1
-1
/
+1
2023-05-13
[github actions] Updated actions to newer versions
Nikias Bassen
1
-6
/
+6
2023-04-28
Make sure git-version-gen and .tarball-version are included in dist tarball
Nikias Bassen
1
-1
/
+5
2023-04-28
git-version-gen: Prevent multiple lines of output
Nikias Bassen
1
-0
/
+1
2023-04-21
Add missing include
1.0.0
Nikias Bassen
1
-0
/
+1
2023-04-21
Update README.md
Tobias H. Petersen
1
-1
/
+1
2023-04-21
Add NEWS for release
Nikias Bassen
1
-0
/
+4
2023-04-21
autoconf: Automatically derive version number from latest git tag
Nikias Bassen
2
-2
/
+26
2023-04-21
Set minimum required libplist version to 2.3.0
Nikias Bassen
1
-1
/
+1
2023-04-19
Remove plist-related code in favor of new libplist API
Nikias Bassen
2
-251
/
+1
2023-01-09
Fix compilation on cygwin
Josef Micka
1
-0
/
+6
2022-08-24
[github-actions] Add a scheduled build every 1st of the month so we always ha...
Nikias Bassen
1
-1
/
+4
2022-05-23
termcolors: Rename COLOR_* macros to FG_* due to conflict with ncurses
Nikias Bassen
1
-24
/
+24
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-13
termcolors: Add missing stdio.h include
Nikias Bassen
1
-0
/
+1
2022-04-04
Updated README with pkg-config requirement
Nikias Bassen
1
-1
/
+2
2022-04-04
utils: Close file if buffer allocation fails in buffer_read_from_filename()
Nikias Bassen
1
-0
/
+1
2022-04-01
Fix undefined bswap32 and bswap64 for MIPS machine
Potin Lai
1
-2
/
+2
2022-03-29
socket: Add socket_get_socket_port function
Nikias Bassen
2
-3
/
+24
2022-03-29
[github-actions] Use windows-2019 instead of windows-latest for now
Nikias Bassen
1
-1
/
+1
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
8
-1
/
+886
2022-02-04
Add a simple char buffer implementation
Nikias Bassen
4
-1
/
+105
2021-11-25
Ignore IDE files and macOS finder info
Rick Mark
1
-0
/
+3
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-25
Updated README
Nikias Bassen
1
-1
/
+4
2021-09-13
[github-actions] macOS: build for arm64 too
Nikias Bassen
1
-1
/
+11
2021-09-13
Check availability of constructor attribute and use it on Windows in favor of...
Nikias Bassen
2
-10
/
+36
[next]