1. bc508e4 Fix other typos in idevicediagnostics manpage by Yves-Alexis Perez · 6 years ago
  2. 8591317 Replace all occurrences of seperated by separated by Yves-Alexis Perez · 6 years ago
  3. 41ce245 replace all occurrences of occured by occurred by Yves-Alexis Perez · 6 years ago
  4. b8df280 configure.ac: Remove largefile hackery by Rosen Penev · 5 years ago
  5. e8dac8e Make sure to not use deprecated API when compiling with OpenSSL >= 1.1 by Rosen Penev · 4 years, 11 months ago
  6. b3eaf9c Use OPENSSL_THREADID_* API for OpenSSL >= 1.0.0 && < 1.1.0 by Nikias Bassen · 4 years, 11 months ago
  7. 1d4ac48 idevicebackup2: Handle errors when receiving files and report back to device by Nikias Bassen · 4 years, 11 months ago
  8. aa014c4 Converted README to markdown and updated links by Nikias Bassen · 4 years, 11 months ago
  9. ddba0b5 notification_proxy: Make np_observe_notifications() atomic by Nikias Bassen · 4 years, 11 months ago
  10. 7a0ab5f syslog_relay: Fix timeout issue introduced with recent libusbmuxd commit ca245709 by Nikias Bassen · 4 years, 11 months ago
  11. fa1c5a9 service: Silence timeout errors by Nikias Bassen · 4 years, 11 months ago
  12. 1369f43 service: Fix typo SERIVCE_E_NOT_ENOUGH_DATA to SERVICE_E_NOT_ENOUGH_DATA by Nikias Bassen · 4 years, 11 months ago
  13. 7c00b36 debugserver: Fix for iOS 13 by Nikias Bassen · 4 years, 11 months ago
  14. fff10db cyhton: Fix webinspector.pxi having undefined error types by Nikias Bassen · 4 years, 11 months ago
  15. 4d8b892 Timeout support for SSL connections and better timeout handeling. by DanyL · 5 years ago
  16. 6edc36f socket: Return -ETIMEDOUT when select() in socket_read_fd() reached the timeout by Nikias Bassen · 5 years ago
  17. 97f8ac9 Drop ax_swig_enable_cxx.m4 by Yves-Alexis Perez · 5 years ago
  18. 9920b66 Use _LIBS instead of _LDFLAGS for cython link by Yves-Alexis Perez · 5 years ago
  19. 0a3992b m4: Update cython_python to use newer AX_PYTHON_DEVEL macro by Nikias Bassen · 5 years ago
  20. 59adbac common: Update thread.c/.h to match the one from libusbmuxd by Nikias Bassen · 5 years ago
  21. 3444478 Make sure OpenSSL version checks don't fail when using LibreSSL by Nikias Bassen · 5 years ago
  22. eb61c7b configure.ac: Fix --without-cython/--with-cython logic by Nikias Bassen · 5 years ago
  23. 4727a86 common: Update socket.c to match the one from libusbmuxd by Nikias Bassen · 5 years ago
  24. eea4f1b Updated ac_python_devel.m4 to newer ax_python_devel.m4 by Nikias Bassen · 5 years ago
  25. 0584aa9 idevicepair: Fix udid being freed before printing error message containing udid by Nikias Bassen · 5 years ago
  26. cccc965 lockdown: Make sure to return correct error code when pairing fails by Nikias Bassen · 5 years ago
  27. 797a9e7 idevicepair: Add another error case instead of printing 'unhandled error' by Nikias Bassen · 5 years ago
  28. 8ef9e51 idevicepair: Fix 'validate' command which was broken since iOS 11 by Nikias Bassen · 5 years ago
  29. d200973 idevicebackup2: Make reboot after restore the default by Nikias Bassen · 5 years ago
  30. 67e3373 idevicebackup2: Move writing of RestoreApplications.plist to helper function, add command line switch to skip by Nikias Bassen · 5 years ago
  31. 7e0eef5 idevicebackup2: Write /iTunesRestore/RestoreApplications.plist on restore by Samuel Sadok · 5 years ago
  32. 92c5462 idevicebackup2: Fix scan_directory() for platforms not having d_type in struct dirent by Nikias Bassen · 6 years ago
  33. d72b747 idevicebackup2: Fix rmdir_recursive() not deleting all files/directories (esp. on network filesystems) by Nikias Bassen · 6 years ago
  34. b34e343 tools: Remove length check on device UDID arguments to support newer devices by Nikias Bassen · 6 years ago
  35. f1ee0fd lockdown: Pass along usbmux device id when saving pair records by Nikias Bassen · 6 years ago
  36. 05fefa6 idevice: Add usbmux device id (handle/mux id) to internal data structure by Nikias Bassen · 6 years ago
  37. fb71aee idevicebackup2: Make sure iTunesSettings are correctly stored in Info.plist (i.e. not freed before writing) by Nikias Bassen · 6 years ago
  38. a00b019 idevicebackup2: Prevent lockdownd timeouts by Nikias Bassen · 6 years ago
  39. d7a2e04 idevicepair: Fix possible memleak in option parsing by Bastien Nocera · 6 years ago
  40. e46d17c ideviceimagemounter: Fix possible memleak in option parsing by Bastien Nocera · 6 years ago
  41. 6358b72 idevicedebugserverproxy: Fix possible use-after-free by Bastien Nocera · 6 years ago
  42. 370a323 idevicebackup2: Fix potential memleak by Bastien Nocera · 6 years ago
  43. c7ead85 idevicebackup2: Fix fd leak in mb2_copy_file_by_path() by Bastien Nocera · 6 years ago
  44. 26373b3 build: Fix autogen.sh with srcdir != builddir by Bastien Nocera · 7 years ago
  45. 99f4a33 userpref: [GnuTLS] Use valid serial for >= 3.6.0 by Bastien Nocera · 7 years ago
  46. 90d4399 userpref: [GnuTLS] Fix 3.6.0 SHA1 compatibility by Bastien Nocera · 7 years ago
  47. f37b592 idevicediagnostics: Add ioregentry command to query device IORegistry by entry by Robert Gadbois · 6 years ago
  48. 739a34c idevicediagnostics: Add HDMI to the list of valid options for diagnostics command by Nikias Bassen · 6 years ago
  49. 3a37a4e idevicesyslog: Wait for passcode entry on device when required by Nikias Bassen · 6 years ago
  50. 3447295 lockdown: Plug small memory leak by Nikias Bassen · 6 years ago
  51. b7feed9 mobileactivation: Allow passing activation response headers as required for iOS 11.2+ by Nikias Bassen · 6 years ago
  52. 5b3fcb7 mobileactivation: Don't convert activation record if it is already passed as PLIST_DATA by Nikias Bassen · 6 years ago
  53. 5a85432 lockdown: Don't explicitly validate pairing unless we're dealing with an older device by Nikias Bassen · 7 years ago
  54. 0dbe76b mobileactivation: Add new functions required for drmHandshake / session mode device activation by Nikias Bassen · 7 years ago
  55. 5250024 Add basic mobileactivation service implementation by Nikias Bassen · 8 years ago
  56. 835d84b idevicescreenshot: Detect screenshot image format to determine file extension by Nikias Bassen · 7 years ago
  57. 53fede0 Updated README with some notes about configuration options by Nikias Bassen · 7 years ago
  58. 0cf6bb6 gnutls: check for interrupted gnutls_handshake() by Nikos Mavrogiannopoulos · 7 years ago
  59. a5b2266 cython: Fix build error after error constant rename by Nikias Bassen · 7 years ago
  60. b89e482 #ifdef out code which is a no-op with OpenSSL 1.1.0 by Christophe Fergeau · 7 years ago
  61. f635812 Don't use ERR_remove_thread_state() with OpenSSL 1.1.0 by Christophe Fergeau · 7 years ago
  62. 02a0e03 Avoid double free with OpenSSL 1.1.0 by Christophe Fergeau · 7 years ago
  63. 1d844aa Fix parameter check of instproxy_check_capabilities_match() by BALATON Zoltan · 7 years ago
  64. f8999ef Define htobe16 if not defined by BALATON Zoltan · 7 years ago
  65. 4bdea29 Added IDEVICE_DEVICE_PAIRED event constant matching the corresponding by BALATON Zoltan · 7 years ago
  66. 5a8449a Propagate lower level errors to callers instead of returning unknown by BALATON Zoltan · 8 years ago
  67. 45fda81 property_list_service: Remove packet length check when receiving plist data by Antoine Reversat · 7 years ago
  68. b78a42e ideviceprovision: Silence compiler warning (missing parenthesis) by Nikias Bassen · 7 years ago
  69. 038bb59 Add ax_pthread.m4 for proper pthread cflags/ldflags by Nikias Bassen · 7 years ago
  70. a80ba93 ideviceprovision: Fix ASN1 parsing for large provisioning profiles by Nikias Bassen · 7 years ago
  71. 2b83131 cython: Make sure to pass correct CFLAGS for libplist by Nikias Bassen · 7 years ago
  72. c7f24a9 idevicebackup2: Fix logical bug when checking for success of backup operation by Nikias Bassen · 7 years ago
  73. d936514 ideviceprovision: Add new remove-all command to remove all installed profiles at once by Nikias Bassen · 7 years ago
  74. 9df4e69 ideviceprovision: Allow copying single profiles instead of all by Nikias Bassen · 7 years ago
  75. 9083475 ideviceprovision: Check output directory parameter for 'copy' command and return exit code on error by Nikias Bassen · 7 years ago
  76. 76def2b ideviceprovision: Use newer API to get list of profiles on iOS 9.3+ by Nikias Bassen · 7 years ago
  77. 2a9e6fe misagent: Add new misagent_copy_all() function (introduced in iOS 9.3) by Nikias Bassen · 7 years ago
  78. a1c7285 idevicebackup2: Plug some small memory leaks by Nikias Bassen · 7 years ago
  79. 23069d1 userpref: [GnuTLS] Fix pairing record generation and improve error handling by Nikias Bassen · 7 years ago
  80. 8c37b9c idevicebackup2: Fix heap buffer out-of-bounds write caused by wrong buffer size by Nikias Bassen · 7 years ago
  81. 2c16751 idevicebackup2: Don't report an error when file to remove doesn't exist by Nikias Bassen · 8 years ago
  82. 5dd8b52 idevicebackup2: Use remove_file() wrapper instead of remove() by Nikias Bassen · 8 years ago
  83. c8c7adf idevicebackup2: Suppress repeated printing of global status when 100% is reached by Nikias Bassen · 8 years ago
  84. 1fa4170 idevicebackup2: Fix assertion occuring when copying non-present MEID by Nikias Bassen · 8 years ago
  85. 00424f4 idevicebackup2: Add installed application info to Info.plist during backup by Nikias Bassen · 8 years ago
  86. 3fc7a85 win32: Fix MinGW build by adding -lgdi32 to properly link against OpenSSL by Nikias Bassen · 8 years ago
  87. 98a0961 idevicebackup2: Fix build on win32 after last commit by Nikias Bassen · 8 years ago
  88. 6aecc72 idevicebackup2: Fix removal of Snapshot dir during backup with iOS 10+ by Nikias Bassen · 8 years ago
  89. 00f8e57 lockdown: return LOCKDOWN_E_INVALID_HOST_ID when missing pair record by Jay Freeman (saurik) · 8 years ago
  90. 72643b2 idevice: Update GnuTLS code to support iOS 10 by Jay Freeman (saurik) · 8 years ago
  91. 18811d9 userpref: Remove obsoleted function userpref_has_pair_record() by Jay Freeman (saurik) · 8 years ago
  92. a94c5c8 lockdown: remove unnecessary check for pair record file during pairing by Jay Freeman (saurik) · 8 years ago
  93. 13bf235 Fix SSL version negotiation for newer versions of OpenSSL by David Weinstein · 8 years ago
  94. dc4c75d Revert "Fix SSL version negotiation with newer versions of OpenSSL" by Nikias Bassen · 8 years ago
  95. 6ce120c Fix SSL version negotiation with newer versions of OpenSSL by Nikias Bassen · 8 years ago
  96. 2a58684 Updated gnutls certificate callback to new API (backwards compatible) by Nikos Mavrogiannopoulos · 8 years ago
  97. e6486db configure.ac: Only check for pthread support on non-win32 platforms by Arty Gus · 8 years ago
  98. b5a70e9 Updated .gitignore by Nikias Bassen · 8 years ago
  99. ed48703 configure.ac: Don't always explicitly disable openssl by Kylie McClain · 9 years ago
  100. 11c1cd6 file_relay: Plug small memory leak by Xiao Deng · 8 years ago