- 46869ab tools: Fix 'DSO missing from command line' when linking idevicepair on Linux by Nikias Bassen · 2 years, 3 months ago
- b7366e4 Updated pkg-config file with libimobiledevice-glue dependency by Nikias Bassen · 2 years, 3 months ago
- ce76093 Remove common code in favor of new libimobiledevice-glue by Nikias Bassen · 2 years, 3 months ago
- 24abbb9 tools/idevicebackup2: Move some declarations to the start of main function by Nikias Bassen · 2 years, 4 months ago
- 265578a tools: idevicebackup2: Exit on service startup failure and improve error messages by Nikias Bassen · 2 years, 4 months ago
- 537766a idevice: Reset receive length variable in internal_ssl_read retry loop and fix wrong variable in debug message by Nikias Bassen · 2 years, 4 months ago
- 58f3516 lockdown: Replace udid and mux_id members from client struct with idevice_t reference by Nikias Bassen · 2 years, 4 months ago
- 6c7b503 lockdown: Get DeviceClass to make sure OS version dependent code is executed correctly by Nikias Bassen · 2 years, 4 months ago
- 8e01e87 Handle error cases in relevant code when retrieving pair record fails by Nikias Bassen · 2 years, 4 months ago
- 4405a0f common: Return proper error codes from userpref_read_pair_record by Nikias Bassen · 2 years, 4 months ago
- 2380f7c Update deprecated autoconf macros and update m4 files by Nikias Bassen · 2 years, 4 months ago
- 5c52551 afc: Suppress compiler warning when compiling without --enable-debug by Nikias Bassen · 2 years, 4 months ago
- ab1c815 Add support for MbedTLS by Nikias Bassen · 2 years, 4 months ago
- 19eca85 idevice: Remove unnecessary memcpy from internal_ssl_read() by Nikias Bassen · 2 years, 4 months ago
- 93622ec idevice: Route OpenSSL reads/writes through internal_connection_* by Kabir Oberai · 2 years, 4 months ago
- 65fddc7 idevice: Make sure to handle timeout condition for network connections too by Nikias Bassen · 2 years, 4 months ago
- 3d85cc0 README: Fix typo by Nikias Bassen · 2 years, 5 months ago
- 7eb3583 installation_proxy: Ignore non-status messages instead of terminating loop by Simon Søndergaard · 4 years, 2 months ago
- ca32415 mobilesync: Set DeviceLink version to 400 to support iOS 14b4+ by Nikias Bassen · 2 years, 6 months ago
- d013602 tools/idevicecrashreport: Fix illegal filenames on Windows by zecops-team · 2 years, 6 months ago
- 4b2f17e common: Add missing *_LIBS and *_CFLAGS to fix build by Nikias Bassen · 2 years, 8 months ago
- 735ac51 tools: Fix usage of LDFLAGS and LDADD. by orbea · 2 years, 8 months ago
- 25059d4 tools: Fix entering recovery mode on iOS 14.5+ which now requires a pairing by Nikias Bassen · 2 years, 10 months ago
- 4837527 Remove redundent `select` call from idevicedebugserverproxy.c by Nisarg Jhaveri · 2 years, 10 months ago
- 5ef9f59 tools: Flip order of winsock2.h and windows.h in idevicedebugserverproxy to get rid of compiler warning by Nikias Bassen · 2 years, 10 months ago
- 25ffa16 tools: Fix delays in idevicedebugserverproxy when using SSL by Nikias Bassen · 2 years, 10 months ago
- 086e24e tools: Fix idevicedebugserverproxy compilation on Windows by Nikias Bassen · 2 years, 10 months ago
- 51fd30f tools: Improve idevicedebugserverproxy with select() and less threads by Nikias Bassen · 2 years, 10 months ago
- f6eb49b debugserver: Return success when a receive timed out but actualy bytes have been read by Nikias Bassen · 2 years, 10 months ago
- de1d724 idevice: Allow partial reads in idevice_connection_receive_timeout() and handle timeouts more adequate by Nikias Bassen · 2 years, 10 months ago
- 09f2332 configure: Make sure to also search for cython3 if cython is not found by Nikias Bassen · 2 years, 11 months ago
- 12d3a07 Fixed method visibility in mobilebackup2.pxi API by wendyisgr33n · 5 years ago
- 652dfdb Fixed bytes/strings checks in lockdown.pxi for compatibility with Python2/3 by wendyisgr33n · 5 years ago
- 88ea0e3 Fixed bytes/strings check in imobiledevice.pyx for compatibility with Python2/3 by wendyisgr33n · 5 years ago
- 1df0e4b Fixed debugserver.pxi PyString_AsString compatibility with Python3 by wendyisgr33n · 5 years ago
- 7044571 Fixed AFC afc.pxi definitions for Python2/3 compatibility. Added missing public method 'remove_path_and_contents' by wendyisgr33n · 5 years ago
- 52371bc common: Merge socket changes from libusbmuxd by Nikias Bassen · 3 years ago
- 9c3dd91 idevicescreenshot: Remove unnecessary math functions to find a unique filename by Nikias Bassen · 3 years ago
- 8c5ab80 ideviceprovision: Fix date output by adding MAC_EPOCH by Nikias Bassen · 3 years ago
- e2f1333 cython: Fix typo in mobilesync.pxi by Nikias Bassen · 3 years ago
- 9050bf0 docs: Improve --quiet command line switch description in idevicesyslog man page by Nikias Bassen · 3 years ago
- 930578e include: Fix typo in installation_proxy.h by Nikias Bassen · 3 years ago
- 07485a5 README: Fix typo by Nikias Bassen · 3 years ago
- be72ca6 idevicescreenshot: Choose a better filename, prevent overwriting existing files by Greg Dennis · 3 years ago
- fad6a83 idevicedebug: Add --detach option to start an app and exit idevicedebug without killing the app by Jan Peter Stotz · 3 years, 1 month ago
- f856a65 idevicebackup2: Handle DLMessagePurgeDiskSpace by sending back error code by Nikias Bassen · 3 years ago
- 16a8b97 idevicebackup2: Update errno to device error mapping by Nikias Bassen · 3 years ago
- a8a6c64 idevice: Handle -EAGAIN in case usbmuxd_send() returns it by Nikias Bassen · 3 years ago
- bfaf1a1 idevicebackup2: Don't fail on restore when source backup doesn't have any application info by Nikias Bassen · 3 years, 2 months ago
- 98056a8 debugserver: Fix service startup for iOS 14b4+ by Nikias Bassen · 3 years, 3 months ago
- d857a83 screenshotr: Set DeviceLink version to 400 to support iOS 14b4+ by Nikias Bassen · 3 years, 4 months ago
- b5d575c mobilebackup2: Set DeviceLink version to 400 to support iOS 14b4+ by Nikias Bassen · 3 years, 4 months ago
- 170e1c4 idevice: Fix build with LibreSSL by Nikias Bassen · 3 years, 4 months ago
- ae0c89c docs: Add PROJECT_LOGO for documentation by Martin Szulecki · 3 years, 4 months ago
- 839c05c docs: Add favicon for generated documentation by Martin Szulecki · 3 years, 4 months ago
- a36a6da docs: Add missing CSS file for new documentation style by Martin Szulecki · 3 years, 4 months ago
- 83a7ad2 docs: Add HTML templates for header/footer and layout config for documentation by Martin Szulecki · 3 years, 6 months ago
- d9048be docs: Hide source file section in documentation as it is not very useful by Martin Szulecki · 3 years, 6 months ago
- 9938f35 docs: Unfold INPUT items into multiple lines by Martin Szulecki · 3 years, 6 months ago
- fd1ee44 docs: Add custom stylesheet for a modern responsive documentation style by Martin Szulecki · 3 years, 6 months ago
- 360703b docs: Use content of README.md as main page of documentation by Martin Szulecki · 3 years, 6 months ago
- 93e8cb0 docs: Update doxygen config file to version 1.8.16 by Martin Szulecki · 3 years, 6 months ago
- 333eb1a idevicesyslog: Print device UDID with connect/disconnect message by Nikias Bassen · 3 years, 5 months ago
- 02aa163 idevicesyslog: Make sure device event callback respects the presence or absence of --network option by Nikias Bassen · 3 years, 5 months ago
- 4791a82 Post release version bump to 1.3.1 by Martin Szulecki · 3 years, 6 months ago
- 15f8652 Update NEWS with latest changes by Martin Szulecki · 3 years, 6 months ago 1.3.0
- fb12dc8 Use patterns instead of listing each tool binary in .gitignore by Martin Szulecki · 3 years, 6 months ago
- 66f5936 Redo cython check logic and check for "no-cast-function" gcc 8+ compiler flag by Martin Szulecki · 3 years, 6 months ago
- fa9aa6e Unfold cython automake variables into multiple lines for maintainability by Martin Szulecki · 3 years, 6 months ago
- f18b8af Rename configure option for debug code to "--enable-debug" to match libplist by Martin Szulecki · 3 years, 6 months ago
- bc82fa1 Improve wording of cython related configure warning messages by Martin Szulecki · 3 years, 6 months ago
- 1613a8e Remove commented make target from cython Makefile and space in configure.ac by Martin Szulecki · 3 years, 6 months ago
- 974f29c configure: Drop feature checks for libusbmuxd and libplist as version requirements already imply them by Nikias Bassen · 3 years, 6 months ago
- f4dc7be Add API version for libplist library check macro in configure.ac by Martin Szulecki · 3 years, 6 months ago
- 242820e Use proper API version in linker flags for cython bindings by Martin Szulecki · 3 years, 6 months ago
- 70e8738 Add API version to library and pkgconfig file for proper linking by Nikias Bassen · 3 years, 6 months ago
- 66d6068 Add "contributing" section to README.md by Martin Szulecki · 3 years, 6 months ago
- 1d8fc73 Update README with Apple trademarks by Nikias Bassen · 3 years, 6 months ago
- dbb127e Improve README.md with features, installation and usage sections by Martin Szulecki · 3 years, 6 months ago
- f56a65f Allow OpenSSL >= 1.1.0 to use older/disallowed TLS versions by Author: Frederik Carlier · 3 years, 6 months ago
- 35cbcbc configure: Fix libplist cython availability check to point to correct pkg-config file by Nikias Bassen · 3 years, 6 months ago
- 0937462 lockdown: Remove unused includes by Nikias Bassen · 3 years, 6 months ago
- 8049f1a Fix inconsistent declaration of function parameter in another public header by Nikias Bassen · 3 years, 6 months ago
- 6cd994d Fix inconsistent declarations of function parameters in public headers by Nikias Bassen · 3 years, 6 months ago
- 2ae528a Update idevicebackup2 man page with all current command line switches by Nikias Bassen · 3 years, 6 months ago
- bc32998 Bump version to 1.3.0 and update NEWS file according to actual releases by Martin Szulecki · 3 years, 6 months ago
- 978cd56 Update NEWS with latest changes by Martin Szulecki · 3 years, 6 months ago
- 8cf1677 Apply changes towards a project wide common "autogen.sh" file by Martin Szulecki · 3 years, 6 months ago
- d0a476a configure: Update libplist and libusbmuxd version dependencies by Nikias Bassen · 3 years, 6 months ago
- 25ea1fb ideviceinfo: Fix compiler warning by Nikias Bassen · 3 years, 6 months ago
- 296a294 Remove whitespace errors from all files by Martin Szulecki · 3 years, 6 months ago
- c591499 Make sure README.md file is added to distribution archive by Martin Szulecki · 3 years, 6 months ago
- b991ffe idevicepair: Plug some memory leaks and fix option parsing by Nikias Bassen · 3 years, 6 months ago
- 2a20540 Fix whitespace and indentation in autogen.sh by Martin Szulecki · 3 years, 6 months ago
- f5c963b Unfold automake variables into multiple lines for maintainability by Martin Szulecki · 3 years, 6 months ago
- 960fb40 idevice: Add fix for potential SSL_write timeout error case by Nikias Bassen · 3 years, 6 months ago
- 604a0a2 socket: Fix IPv6 scope id lookup logic to handle another network device problem by Martin Szulecki · 3 years, 6 months ago
- 1c7ef2a Update README.md links and remove IRC for now by Martin Szulecki · 3 years, 6 months ago
- 542ef47 Rename "compproxy" names to "companion_proxy" in all related code by Martin Szulecki · 3 years, 6 months ago
- 02c9257 Fix filename typo in comments of companion_proxy service implementation by Martin Szulecki · 3 years, 6 months ago