index
:
libimobiledevice
master
stable-1-0-0
webinspectorproxy
work
A cross-platform protocol library to access iOS devices
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-07
lockdown: Fix implicit fallthrough in switch case statement
Nikias Bassen
1
-0
/
+1
2025-06-07
Add new idevice_get_device_version() to interface
Nikias Bassen
4
-7
/
+19
2025-06-07
lockdown: Move ProductVersion and DeviceClass query into lockdownd_client_new
Nikias Bassen
1
-25
/
+24
2025-06-07
Add idevice_strerror() to interface
Kirby Kuehl
1
-0
/
+25
2024-11-29
Fix compilation on MSVC
Duncan Ogilvie
9
-5
/
+40
2024-11-29
Switch to better initializer strategy
Duncan Ogilvie
1
-57
/
+47
2024-11-29
Fix attempts to detect Windows using _WIN32
Duncan Ogilvie
5
-6
/
+6
2024-10-26
idevice: Use proper cast for pointer to fd
Nikias Bassen
1
-12
/
+12
2024-10-22
win32: Add missing include for Sleep
Nikias Bassen
1
-0
/
+1
2024-06-27
Add support for iOS 17+ Personalized Developer Disk image mounting
Nikias Bassen
1
-4
/
+270
2024-03-16
Add libimobiledevice_version() function to interface
Nikias Bassen
1
-0
/
+8
2024-02-01
Add afc_strerror function to interface
Nikias Bassen
1
-0
/
+67
2024-01-31
Move LIBIMOBILEDEVICE_API to public headers
Nikias Bassen
55
-321
/
+348
2023-12-16
idevice: Update for LibreSSL >= 3.6.0
orbea
1
-1
/
+2
2023-12-16
lockdown-cu: Fix the build with LibreSSL >= 3.5.0
orbea
1
-2
/
+2
2023-12-16
mobilebackup: Add missing include
Nikias Bassen
1
-0
/
+1
2023-12-16
sbservices: Read setIconState response
Dave Nicolson
1
-1
/
+4
2023-12-12
Fix iOS 1 SSL connection
tihmstar
1
-0
/
+14
2023-10-07
automake: Reorder CFLAGS to fix build issues and use correct SSL library flag...
Nikias Bassen
1
-7
/
+7
2023-07-05
Silence (v)asprintf related compiler warnings
Nikias Bassen
1
-2
/
+5
2023-07-05
Updated OpenSSL-specific code to use OpenSSL 3.0+ API
Nikias Bassen
1
-2
/
+32
2023-06-28
idevice: Add missing include for Windows
Nikias Bassen
1
-0
/
+1
2023-06-28
idevice: Fix network address handling in other code paths too
Nikias Bassen
1
-4
/
+37
2023-06-27
idevice: Use network addresses as is from what we get from (lib)usbmuxd
Nikias Bassen
1
-19
/
+8
2023-04-21
Updated to use latest libplist API changes
Nikias Bassen
1
-1
/
+1
2023-03-23
installation_proxy: Handle BundleIDs in instproxy_client_options_add
Nikias Bassen
1
-1
/
+1
2023-02-21
reverse_proxy: Fix use-after-free
Nikias Bassen
1
-1
/
+2
2023-01-11
idevice: Use more reliable version check macro for OpenSSL 3 specific things
Nikias Bassen
1
-1
/
+1
2023-01-11
idevice: Fix connections to <= iOS 5 devices with OpenSSL 3
Nikias Bassen
1
-1
/
+10
2023-01-11
idevice: Simplify TLS version selection code for older devices
Nikias Bassen
1
-6
/
+4
2022-10-04
lockdown: Fix error parsing for older iOS versions
Nikias Bassen
1
-35
/
+19
2022-10-04
mobilebackup: Fix version check to allow operability with really old iOS vers...
Nikias Bassen
1
-2
/
+18
2022-09-14
restore: Remove incorrect invocation of free() in restored_get_value
Nikias Bassen
1
-1
/
+1
2022-09-04
Fix iOS SDK build
Kabir Oberai
1
-1
/
+2
2022-07-03
idevice: Fix OpenSSL 3.0 internal error on read timeout
Ruipu Ma
1
-0
/
+12
2022-05-10
idevice: Restore original behavior for idevice_event_unsubscribe()
Nikias Bassen
1
-0
/
+1
2022-05-09
instproxy: Use synchronous mode when callbacks are NULL, as documented
Marc Prud'hommeaux
1
-6
/
+6
2022-05-09
Add new idevice_events_subscribe/unsubscribe API with context
Nikias Bassen
1
-10
/
+49
2022-05-05
idevicebtlogger: update for libimobiledevice-glue
Matthias Ringwald
1
-1
/
+1
2022-05-05
idevicebtlogger: Minor cleanup
Geoffrey Kruse
2
-1
/
+2
2022-05-05
idevicebtlogger: Cleanup warnings, todos and magic numbers
Geoffrey Kruse
2
-21
/
+16
2022-05-05
Initial commit of working packet logger (idevicebtlogger)
Geoffrey Kruse
3
-1
/
+273
2022-05-02
idevice: Fix sign issue in idevice_get_device_list_extended
Семён Марьясин
1
-1
/
+1
2022-05-02
lockdownd: Fix memory leaks in error conditions
Sami Kortelainen
1
-0
/
+3
2022-04-30
[clang-tidy] Do not use else after return
Rosen Penev
9
-94
/
+93
2022-04-22
[clang-tidy] Fix bugprone string compare
Rosen Penev
6
-9
/
+9
2022-04-22
[clang-tidy] add parentheses to macros
Rosen Penev
3
-6
/
+6
2022-04-22
[clang-tidy] use const pointer parameter
Rosen Penev
1
-1
/
+1
2022-04-22
Fix a few inconsistent declarations
Nikias Bassen
1
-7
/
+4
2022-04-22
idevice: Fix mistreatment of 0-byte sent cases
Li Beinan
1
-1
/
+4
[next]