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
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
2021-08-31
configure: Make sure to check properly for pthread_once and pthread_cancel
Nikias Bassen
1
-1
/
+8
2021-08-31
utils: Add missing plist_print_to_stream_with_indentation declaration to publ...
Nikias Bassen
1
-0
/
+1
2021-08-30
thread: Make sure cond_* API is publicly exported
Nikias Bassen
1
-5
/
+5
2021-08-30
utils: Make MAC_EPOCH define public
Nikias Bassen
2
-2
/
+2
2021-08-27
Update deprecated autoconf macros and update m4 files
Nikias Bassen
3
-113
/
+150
2021-06-30
README: Fix typo
Nikias Bassen
1
-1
/
+1
2021-06-21
utils: Make sure to add MAC_EPOCH when printing PLIST_DATE nodes
Nikias Bassen
1
-1
/
+3
2021-06-21
utils: Add plist_print_to_stream_with_indentation()
Nikias Bassen
1
-3
/
+7
2021-06-11
Add build status badge to README.md
Nikias Bassen
1
-0
/
+2
2021-06-11
[github-actions] Add build workflow
Nikias Bassen
1
-0
/
+151
2021-06-11
termcolors: Cast to correct type for format string specifier
Nikias Bassen
1
-2
/
+2
2021-06-11
utils: Suppress compiler warning
Nikias Bassen
1
-0
/
+3
2021-06-11
thread(win32): Make sure cond_wait and cond_wait_timeout return a value
Nikias Bassen
1
-2
/
+15
2021-06-11
Add helper for handling colored terminal output
Nikias Bassen
5
-5
/
+485
2021-06-07
socket: Add get_primary_mac_address()
Nikias Bassen
2
-0
/
+64
2021-06-07
Initial check-in of sources
Nikias Bassen
20
-0
/
+3688