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