Sign in
flutter
/
third_party
/
libimobiledevice
/
HEAD
9a5e78f
idevice: Use more reliable version check macro for OpenSSL 3 specific things
by Nikias Bassen
· 3 weeks ago
master
a15a316
idevice: Fix connections to <= iOS 5 devices with OpenSSL 3
by Nikias Bassen
· 3 weeks ago
8455d43
idevice: Simplify TLS version selection code for older devices
by Nikias Bassen
· 3 weeks ago
7a8e432
idevicebackup2: Fix missing break in switch case statement
by Nikias Bassen
· 8 weeks ago
06f212e
[github-actions] Fix build workflow for Linux/ubuntu
by Nikias Bassen
· 8 weeks ago
f781905
tools/ideviceimagemounter: Notify user of missing Developer Mode on iOS 16+
by Nikias Bassen
· 8 weeks ago
a6775bc
tools: Add idevicedevmodectl tool
by Nikias Bassen
· 8 weeks ago
b314f04
lockdown: Fix error parsing for older iOS versions
by Nikias Bassen
· 4 months ago
5debcee
mobilebackup: Fix version check to allow operability with really old iOS versions
by Nikias Bassen
· 4 months ago
ef7cf8e
restore: Remove incorrect invocation of free() in restored_get_value
by Nikias Bassen
· 5 months ago
b5ce444
Fix iOS SDK build
by Kabir Oberai
· 5 months ago
377dda2
Support OpenSSL built without OPENSSL_ENGINE
by Kabir Oberai
· 5 months ago
fe82727
Allow using limd as a submodule
by Kabir Oberai
· 5 months ago
0d9c35a
[github-actions] Add a scheduled build every 1st of the month so we always have an artifact
by Nikias Bassen
· 5 months ago
2eec1b9
idevicedebugserverproxy: Add support for 'qLaunchGDBServer' command of lldb
by Ruipu Ma
· 7 months ago
32d531a
idevice: Fix OpenSSL 3.0 internal error on read timeout
by Ruipu Ma
· 7 months ago
93c25b7
tools: Fix idevicebackup2 option parsing for --password option
by Nikias Bassen
· 8 months ago
5b4ba89
Remove lockdown.h include from lockdown.h
by Nikias Bassen
· 8 months ago
12394bc
idevicesyslog: Update to reflect color macro name change in libimobiledevice-glue
by Nikias Bassen
· 9 months ago
dec0438
idevicebackup2: Fix option parsing
by Nikias Bassen
· 9 months ago
5722838
idevice: Restore original behavior for idevice_event_unsubscribe()
by Nikias Bassen
· 9 months ago
dd8a2de
instproxy: Use synchronous mode when callbacks are NULL, as documented
by Marc Prud'hommeaux
· 9 months ago
2b48c41
Add new idevice_events_subscribe/unsubscribe API with context
by Nikias Bassen
· 9 months ago
cad15f7
idevicebtlogger: Fix typo in man page and code comment
by Nikias Bassen
· 9 months ago
87a8eb8
idevicebtlogger: Some whitespace/coding style fixes
by Nikias Bassen
· 9 months ago
df1da52
idevicebtlogger: remove dependency on libpcap
by Matthias Ringwald
· 9 months ago
be6eca8
idevicebtlogger: add --format option for 'pcap' and 'packetlogger'
by Matthias Ringwald
· 9 months ago
5b611c4
idevicebtlogger: update for libimobiledevice-glue
by Matthias Ringwald
· 9 months ago
3931ede
Updated README.md with idevicebtlogger
by Geoffrey Kruse
· 9 months ago
4b6e0d7
idevicebtlogger: Add basic man page
by Geoffrey Kruse
· 9 months ago
ef94d23
idevicebtlogger: Minor cleanup
by Geoffrey Kruse
· 9 months ago
881d76c
idevicebtlogger: Simplify by using bt_packet_logger_client_start_service()
by Geoffrey Kruse
· 9 months ago
3462975
idevicebtlogger: Switch to using DLT_BLUETOOTH_HCI_H4_WITH_PHDR (201) and capture direction for better decoding in wireshark.
by Geoffrey Kruse
· 9 months ago
c0a3a34
idevicebtlogger: Remove debug printing code
by Geoffrey Kruse
· 9 months ago
aee82af
idevicebtlogger: Cleanup warnings, todos and magic numbers
by Geoffrey Kruse
· 9 months ago
a070a2e
Initial commit of working packet logger (idevicebtlogger)
by Geoffrey Kruse
· 9 months ago
c6f89de
idevice: Fix sign issue in idevice_get_device_list_extended
by Семён Марьясин
· 9 months ago
ed57735
ideviceinfo: Make sure all error messages go to stderr
by Nikias Bassen
· 9 months ago
3c72864
lockdownd: Fix memory leaks in error conditions
by Sami Kortelainen
· 9 months ago
795af99
idevicebackup2: Fix command line option parsing not processing the backup directory
by Nikias Bassen
· 9 months ago
cf2c7d4
[clang-tidy] Do not use else after return
by Rosen Penev
· 9 months ago
6cb13f9
tools: Use getopt for option parsing in all tools
by Nikias Bassen
· 9 months ago
3b5cad2
idevicedebug: Fix bad comparison between pointer and integer
by Nikias Bassen
· 10 months ago
c461e6d
[clang-tidy] Fix bugprone string compare
by Rosen Penev
· 10 months ago
95316d8
[clang-tidy] add parentheses to macros
by Rosen Penev
· 10 months ago
7804088
[clang-tidy] idevicebackup: Fix bad floating point cast
by Rosen Penev
· 10 months ago
3de1317
[clang-tidy] use const pointer parameter
by Rosen Penev
· 10 months ago
5f38282
[clang-tidy] idevicebackup2: use uppercase numeric literals
by Rosen Penev
· 10 months ago
7c4858a
Fix a few inconsistent declarations
by Nikias Bassen
· 10 months ago
4a77478
idevice: Fix mistreatment of 0-byte sent cases
by Li Beinan
· 10 months ago
1f625b2
idevicebackup2: Allow passing backup password via environment variable
by Nikias Bassen
· 10 months ago
7a0aedc
Suppress some doxygen warnings by removing obsolete entries from config file
by Nikias Bassen
· 10 months ago
854ab9a
Add property_list_client_get_service_client() and service_get_connection() functions
by Nikias Bassen
· 10 months ago
dca3cf8
Documentation fixes
by Nikias Bassen
· 10 months ago
ea6084c
Updated README with pkg-config requirement
by Nikias Bassen
· 10 months ago
afb9a89
idevicedebug: Add 'kill' command to kill a (debuggable) app by bundle ID
by Nikias Bassen
· 10 months ago
7350548
idevicedebug: Improve code readability and fix kill on stop
by Nikias Bassen
· 10 months ago
5fdb83e
include: Update endianness.h with changes from limd-glue
by Nikias Bassen
· 10 months ago
1ac34c1
idevice: Fix debug message showing function name twice
by Nikias Bassen
· 10 months ago
25ca67d
idevicedebug: Use getopt for option parsing
by Nikias Bassen
· 10 months ago
09b0cd3
idevicedebug: Use log_debug instead of debug_info
by Nikias Bassen
· 10 months ago
0733156
Remove buggy and redundant debug output
by Ben Wagner
· 10 months ago
52bea5b
Handle connection failures in debugserver_client_receive_response; also simplify the code
by Ben Wagner
· 10 months ago
aae9e0d
Reset receive params before killing
by Ben Wagner
· 10 months ago
310cf5e
Format
by Ben Wagner
· 10 months ago
abba1e8
More fixes
by Ben Wagner
· 10 months ago
468de40
Handle abort
by Ben Wagner
· 10 months ago
8e29efe
Fix compile
by Ben Wagner
· 10 months ago
2f1e066
Add timeout and interrupt handling to debugserver. Fix debugserver_client_handle_response
by Ben Wagner
· 10 months ago
66a56a1
Fix exit status logic
by Ben Wagner
· 10 months ago
fa85bb4
implement as documented
by Ben Wagner
· 10 months ago
b08be09
fix zero status
by Ben Wagner
· 10 months ago
cea58e5
idevicedebug: Process "Wxx" response as "exited with code xx"
by Ben Wagner
· 10 months ago
dd52f8f
idevicedebug: Process "Wxx" response as "exited with code xx"
by Ben Wagner
· 10 months ago
94ed8c4
debugserver: Check return value of asprintf to eliminate compiler warnings
by Baodong Chen
· 10 months ago
ec93286
idevicecrashreport: Allow filtering crash reports by filename
by Vyacheslav Frolov
· 10 months ago
fd0619f
3rd_party/libsrp6a: Add windows.h because Windows is weird
by Nikias Bassen
· 10 months ago
b83bc86
idevicedebugserverproxy: Allow binding to any available port
by Elias Naur
· 10 months ago
8e08d87
idevicedate: win32: Use %#d instead of %e for strftime format string
by Nikias Bassen
· 10 months ago
2c2ea70
reverse_proxy: Add asprintf.h include to make sure vasprintf is available on Windows
by Nikias Bassen
· 10 months ago
a3622de
reverse_proxy: Make sure ECONNRESET and ETIMEDOUT are defined
by Nikias Bassen
· 10 months ago
63fcc65
idevice: win32: Add winsock2.h include for struct sockaddr_storage
by Nikias Bassen
· 10 months ago
f6873e5
idevice: Make sure ECONNREFUSED is defined
by Nikias Bassen
· 10 months ago
8bfa46b
common: Make sure ETIMEDOUT is defined
by Nikias Bassen
· 10 months ago
a39c960
idevicedebug: Terminate QSetLogging command
by Shane Garrett
· 10 months ago
fb7440b
idevicedebug: Only decode response if not OK, otherwise it may cause a buffer overrun
by Greg Dennis
· 10 months ago
02d4549
idevicedebug: Gracefully fail on invalid bundle IDs
by Greg Dennis
· 10 months ago
b200d5e
tools: Correct misspelled directionary -> dictionary in function name
by Nikias Bassen
· 10 months ago
10003bc
afc: Some minor code polishing
by Nikias Bassen
· 11 months ago
d4629b4
[github-actions] Use windows-2019 instead of windows-latest for now
by Nikias Bassen
· 11 months ago
40b7451
diagnostics_relay: Check for errors after sending requests to service connection
by 怯花颜
· 11 months ago
5b8c9a8
[github-actions] Windows: Prevent -dirty suffix in version string by disabling CRLF conversion
by Nikias Bassen
· 12 months ago
08aefcd
autoconf: Automatically derive version number from latest git tag
by Nikias Bassen
· 12 months ago
e41dbc3
Add support for wireless pairing
by Nikias Bassen
· 12 months ago
ee9104b
companion_proxy: Fix invalid argument passed to plist_dict_merge
by Nikias Bassen
· 12 months ago
cc66a40
service: Silence compiler warning when configured without --enable-debug
by Nikias Bassen
· 12 months ago
a64fcc3
tools: Print meaningful error messages when service startup fails
by Nikias Bassen
· 1 year ago
ac89a1f
tools/idevicebackup2: Make sure RemoveItemsNotRestored is always set in restore options
by Nikias Bassen
· 1 year ago
a499cfc
tools: Add two more domains to ideviceinfo to prevent unnecessary warning
by Nikias Bassen
· 1 year ago
2c6121d
Add Reverse Proxy implementation
by Nikias Bassen
· 1 year, 2 months ago
Next »