1. fa8bfb6 idevice: Add IDEVICE_E_CONNREFUSED and have idevice_connect() return meaningful error codes by Nikias Bassen · 2 years, 6 months ago
  2. b3d35fb configure: Revert accidentally committed change with git-version-gen by Nikias Bassen · 2 years, 6 months ago
  3. bd2e446 [github-actions] Add an explicit apt-get update before attempting to install packages on ubuntu by Nikias Bassen · 2 years, 6 months ago
  4. 3a10a31 [github-actions] macOS: build for arm64 too by Nikias Bassen · 2 years, 7 months ago
  5. d64a7a3 Check availability of constructor attribute and use it on Windows in favor of DllMain by Nikias Bassen · 2 years, 7 months ago
  6. 46c4ea0 pkgconfig: Fix libimobiledevice-glue dependency in .pc file by Nikias Bassen · 2 years, 7 months ago
  7. 5a82263 Add build status badge to README.md by Nikias Bassen · 2 years, 7 months ago
  8. 3bb7849 [github-actions] Build with --enable-debug for all platforms by Nikias Bassen · 2 years, 7 months ago
  9. d8daaa8 [github-actions] Add build workflow by Nikias Bassen · 2 years, 7 months ago
  10. 46869ab tools: Fix 'DSO missing from command line' when linking idevicepair on Linux by Nikias Bassen · 2 years, 7 months ago
  11. b7366e4 Updated pkg-config file with libimobiledevice-glue dependency by Nikias Bassen · 2 years, 7 months ago
  12. ce76093 Remove common code in favor of new libimobiledevice-glue by Nikias Bassen · 2 years, 7 months ago
  13. 24abbb9 tools/idevicebackup2: Move some declarations to the start of main function by Nikias Bassen · 2 years, 8 months ago
  14. 265578a tools: idevicebackup2: Exit on service startup failure and improve error messages by Nikias Bassen · 2 years, 8 months ago
  15. 537766a idevice: Reset receive length variable in internal_ssl_read retry loop and fix wrong variable in debug message by Nikias Bassen · 2 years, 8 months ago
  16. 58f3516 lockdown: Replace udid and mux_id members from client struct with idevice_t reference by Nikias Bassen · 2 years, 8 months ago
  17. 6c7b503 lockdown: Get DeviceClass to make sure OS version dependent code is executed correctly by Nikias Bassen · 2 years, 8 months ago
  18. 8e01e87 Handle error cases in relevant code when retrieving pair record fails by Nikias Bassen · 2 years, 8 months ago
  19. 4405a0f common: Return proper error codes from userpref_read_pair_record by Nikias Bassen · 2 years, 8 months ago
  20. 2380f7c Update deprecated autoconf macros and update m4 files by Nikias Bassen · 2 years, 8 months ago
  21. 5c52551 afc: Suppress compiler warning when compiling without --enable-debug by Nikias Bassen · 2 years, 8 months ago
  22. ab1c815 Add support for MbedTLS by Nikias Bassen · 2 years, 8 months ago
  23. 19eca85 idevice: Remove unnecessary memcpy from internal_ssl_read() by Nikias Bassen · 2 years, 8 months ago
  24. 93622ec idevice: Route OpenSSL reads/writes through internal_connection_* by Kabir Oberai · 2 years, 8 months ago
  25. 65fddc7 idevice: Make sure to handle timeout condition for network connections too by Nikias Bassen · 2 years, 8 months ago
  26. 3d85cc0 README: Fix typo by Nikias Bassen · 2 years, 9 months ago
  27. 7eb3583 installation_proxy: Ignore non-status messages instead of terminating loop by Simon Søndergaard · 4 years, 6 months ago
  28. ca32415 mobilesync: Set DeviceLink version to 400 to support iOS 14b4+ by Nikias Bassen · 2 years, 10 months ago
  29. d013602 tools/idevicecrashreport: Fix illegal filenames on Windows by zecops-team · 2 years, 10 months ago
  30. 4b2f17e common: Add missing *_LIBS and *_CFLAGS to fix build by Nikias Bassen · 3 years ago
  31. 735ac51 tools: Fix usage of LDFLAGS and LDADD. by orbea · 3 years ago
  32. 25059d4 tools: Fix entering recovery mode on iOS 14.5+ which now requires a pairing by Nikias Bassen · 3 years, 2 months ago
  33. 4837527 Remove redundent `select` call from idevicedebugserverproxy.c by Nisarg Jhaveri · 3 years, 1 month ago
  34. 5ef9f59 tools: Flip order of winsock2.h and windows.h in idevicedebugserverproxy to get rid of compiler warning by Nikias Bassen · 3 years, 2 months ago
  35. 25ffa16 tools: Fix delays in idevicedebugserverproxy when using SSL by Nikias Bassen · 3 years, 2 months ago
  36. 086e24e tools: Fix idevicedebugserverproxy compilation on Windows by Nikias Bassen · 3 years, 2 months ago
  37. 51fd30f tools: Improve idevicedebugserverproxy with select() and less threads by Nikias Bassen · 3 years, 2 months ago
  38. f6eb49b debugserver: Return success when a receive timed out but actualy bytes have been read by Nikias Bassen · 3 years, 2 months ago
  39. de1d724 idevice: Allow partial reads in idevice_connection_receive_timeout() and handle timeouts more adequate by Nikias Bassen · 3 years, 2 months ago
  40. 09f2332 configure: Make sure to also search for cython3 if cython is not found by Nikias Bassen · 3 years, 3 months ago
  41. 12d3a07 Fixed method visibility in mobilebackup2.pxi API by wendyisgr33n · 6 years ago
  42. 652dfdb Fixed bytes/strings checks in lockdown.pxi for compatibility with Python2/3 by wendyisgr33n · 6 years ago
  43. 88ea0e3 Fixed bytes/strings check in imobiledevice.pyx for compatibility with Python2/3 by wendyisgr33n · 6 years ago
  44. 1df0e4b Fixed debugserver.pxi PyString_AsString compatibility with Python3 by wendyisgr33n · 6 years ago
  45. 7044571 Fixed AFC afc.pxi definitions for Python2/3 compatibility. Added missing public method 'remove_path_and_contents' by wendyisgr33n · 6 years ago
  46. 52371bc common: Merge socket changes from libusbmuxd by Nikias Bassen · 3 years, 3 months ago
  47. 9c3dd91 idevicescreenshot: Remove unnecessary math functions to find a unique filename by Nikias Bassen · 3 years, 4 months ago
  48. 8c5ab80 ideviceprovision: Fix date output by adding MAC_EPOCH by Nikias Bassen · 3 years, 4 months ago
  49. e2f1333 cython: Fix typo in mobilesync.pxi by Nikias Bassen · 3 years, 4 months ago
  50. 9050bf0 docs: Improve --quiet command line switch description in idevicesyslog man page by Nikias Bassen · 3 years, 4 months ago
  51. 930578e include: Fix typo in installation_proxy.h by Nikias Bassen · 3 years, 4 months ago
  52. 07485a5 README: Fix typo by Nikias Bassen · 3 years, 4 months ago
  53. be72ca6 idevicescreenshot: Choose a better filename, prevent overwriting existing files by Greg Dennis · 3 years, 4 months ago
  54. fad6a83 idevicedebug: Add --detach option to start an app and exit idevicedebug without killing the app by Jan Peter Stotz · 3 years, 5 months ago
  55. f856a65 idevicebackup2: Handle DLMessagePurgeDiskSpace by sending back error code by Nikias Bassen · 3 years, 4 months ago
  56. 16a8b97 idevicebackup2: Update errno to device error mapping by Nikias Bassen · 3 years, 4 months ago
  57. a8a6c64 idevice: Handle -EAGAIN in case usbmuxd_send() returns it by Nikias Bassen · 3 years, 4 months ago
  58. bfaf1a1 idevicebackup2: Don't fail on restore when source backup doesn't have any application info by Nikias Bassen · 3 years, 6 months ago
  59. 98056a8 debugserver: Fix service startup for iOS 14b4+ by Nikias Bassen · 3 years, 7 months ago
  60. d857a83 screenshotr: Set DeviceLink version to 400 to support iOS 14b4+ by Nikias Bassen · 3 years, 8 months ago
  61. b5d575c mobilebackup2: Set DeviceLink version to 400 to support iOS 14b4+ by Nikias Bassen · 3 years, 8 months ago
  62. 170e1c4 idevice: Fix build with LibreSSL by Nikias Bassen · 3 years, 8 months ago
  63. ae0c89c docs: Add PROJECT_LOGO for documentation by Martin Szulecki · 3 years, 8 months ago
  64. 839c05c docs: Add favicon for generated documentation by Martin Szulecki · 3 years, 8 months ago
  65. a36a6da docs: Add missing CSS file for new documentation style by Martin Szulecki · 3 years, 8 months ago
  66. 83a7ad2 docs: Add HTML templates for header/footer and layout config for documentation by Martin Szulecki · 3 years, 9 months ago
  67. d9048be docs: Hide source file section in documentation as it is not very useful by Martin Szulecki · 3 years, 9 months ago
  68. 9938f35 docs: Unfold INPUT items into multiple lines by Martin Szulecki · 3 years, 9 months ago
  69. fd1ee44 docs: Add custom stylesheet for a modern responsive documentation style by Martin Szulecki · 3 years, 9 months ago
  70. 360703b docs: Use content of README.md as main page of documentation by Martin Szulecki · 3 years, 10 months ago
  71. 93e8cb0 docs: Update doxygen config file to version 1.8.16 by Martin Szulecki · 3 years, 10 months ago
  72. 333eb1a idevicesyslog: Print device UDID with connect/disconnect message by Nikias Bassen · 3 years, 9 months ago
  73. 02aa163 idevicesyslog: Make sure device event callback respects the presence or absence of --network option by Nikias Bassen · 3 years, 9 months ago
  74. 4791a82 Post release version bump to 1.3.1 by Martin Szulecki · 3 years, 10 months ago
  75. 15f8652 Update NEWS with latest changes by Martin Szulecki · 3 years, 10 months ago 1.3.0
  76. fb12dc8 Use patterns instead of listing each tool binary in .gitignore by Martin Szulecki · 3 years, 10 months ago
  77. 66f5936 Redo cython check logic and check for "no-cast-function" gcc 8+ compiler flag by Martin Szulecki · 3 years, 10 months ago
  78. fa9aa6e Unfold cython automake variables into multiple lines for maintainability by Martin Szulecki · 3 years, 10 months ago
  79. f18b8af Rename configure option for debug code to "--enable-debug" to match libplist by Martin Szulecki · 3 years, 10 months ago
  80. bc82fa1 Improve wording of cython related configure warning messages by Martin Szulecki · 3 years, 10 months ago
  81. 1613a8e Remove commented make target from cython Makefile and space in configure.ac by Martin Szulecki · 3 years, 10 months ago
  82. 974f29c configure: Drop feature checks for libusbmuxd and libplist as version requirements already imply them by Nikias Bassen · 3 years, 10 months ago
  83. f4dc7be Add API version for libplist library check macro in configure.ac by Martin Szulecki · 3 years, 10 months ago
  84. 242820e Use proper API version in linker flags for cython bindings by Martin Szulecki · 3 years, 10 months ago
  85. 70e8738 Add API version to library and pkgconfig file for proper linking by Nikias Bassen · 3 years, 10 months ago
  86. 66d6068 Add "contributing" section to README.md by Martin Szulecki · 3 years, 10 months ago
  87. 1d8fc73 Update README with Apple trademarks by Nikias Bassen · 3 years, 10 months ago
  88. dbb127e Improve README.md with features, installation and usage sections by Martin Szulecki · 3 years, 10 months ago
  89. f56a65f Allow OpenSSL >= 1.1.0 to use older/disallowed TLS versions by Author: Frederik Carlier · 3 years, 10 months ago
  90. 35cbcbc configure: Fix libplist cython availability check to point to correct pkg-config file by Nikias Bassen · 3 years, 10 months ago
  91. 0937462 lockdown: Remove unused includes by Nikias Bassen · 3 years, 10 months ago
  92. 8049f1a Fix inconsistent declaration of function parameter in another public header by Nikias Bassen · 3 years, 10 months ago
  93. 6cd994d Fix inconsistent declarations of function parameters in public headers by Nikias Bassen · 3 years, 10 months ago
  94. 2ae528a Update idevicebackup2 man page with all current command line switches by Nikias Bassen · 3 years, 10 months ago
  95. bc32998 Bump version to 1.3.0 and update NEWS file according to actual releases by Martin Szulecki · 3 years, 10 months ago
  96. 978cd56 Update NEWS with latest changes by Martin Szulecki · 3 years, 10 months ago
  97. 8cf1677 Apply changes towards a project wide common "autogen.sh" file by Martin Szulecki · 3 years, 10 months ago
  98. d0a476a configure: Update libplist and libusbmuxd version dependencies by Nikias Bassen · 3 years, 10 months ago
  99. 25ea1fb ideviceinfo: Fix compiler warning by Nikias Bassen · 3 years, 10 months ago
  100. 296a294 Remove whitespace errors from all files by Martin Szulecki · 3 years, 10 months ago