1. 08cc70b cython: Use output variables in Makefile instead of relative paths by Martin Szulecki · 10 years ago
  2. 2fe46ac common: Fix distcheck target by Martin Szulecki · 10 years ago
  3. 890638f Bump so revision due to ABI changes by Martin Szulecki · 10 years ago
  4. 4c4bbd3 Avoid exporting non-public symbols by Martin Szulecki · 10 years ago
  5. d335f93 idevicedebug: Fix win32 build by Nikias Bassen · 10 years ago
  6. 042c03d idevicebackup2: Fix backup failure for passcode devices entering lock screen by Martin Szulecki · 10 years ago
  7. 1841dc3 idevicebackup2: Use macro instead of plain AFC service name by Martin Szulecki · 10 years ago
  8. 12539c3 idevicebackup2: Use correct label for lockdown requests by Martin Szulecki · 10 years ago
  9. 6011eef lockdown: Added lockdownd_start_service_with_escrow_bag by Koby Boyango · 10 years ago
  10. 4a9f1c0 afc: Implement afc_remove_path_and_contents() for recursive deletion by Martin Szulecki · 10 years ago
  11. 3b1e983 afc: Add documentation for afc_dictionary_free() by Martin Szulecki · 10 years ago
  12. 0a1672d afc: Cleanup and reformat documentation comments by Martin Szulecki · 10 years ago
  13. 9eaaae7 afc: Unify argument names for some functions to match overall API by Martin Szulecki · 10 years ago
  14. ff5807c docs: Remove "src" from directories doxygen should check for documentation by Martin Szulecki · 10 years ago
  15. 4540d0e afc: Update all currently known AFC operations in enum by Martin Szulecki · 10 years ago
  16. 52708cb afc: Change wrong function return types to match header by Martin Szulecki · 10 years ago
  17. 07ed9bd Add automake option to cause "make dist" to fail if NEWS was not updated by Martin Szulecki · 10 years ago
  18. 9665773 idevice: Fix several memory leaks on deinitialization of OpenSSL by Martin Szulecki · 10 years ago
  19. 9732d27 Add new "idevicedebug" tool to interact with debugserver on a device by Martin Szulecki · 10 years ago
  20. 85f3680 Add protocol implementation for debugserver service by Martin Szulecki · 10 years ago
  21. 643b47f filerelaytest: Print clearer messages to the user and handle new iOS 8 error by Martin Szulecki · 10 years ago
  22. 851d665 file_relay: Handle new PermissionDenied error (iOS 8 GM+) by Martin Szulecki · 10 years ago
  23. 06d1e2c common: Fix Win32 linking by adding ws2_32 to libraries by Nikias Bassen · 10 years ago
  24. 516e126 idevicebackup2: Fix retry loop when device requests 0 files by Nikias Bassen · 10 years ago
  25. 1af7181 cython: Don't fail printing an error message with no string description by Kurt Kiefer · 10 years ago
  26. 25ed2d2 cython: Add error codes and messages for LOCKDOWN_E_PAIRING_DIALOG_PENDING and LOCKDOWN_E_USER_DENIED_PAIRING by Kurt Kiefer · 10 years ago
  27. 5fecc03 afc.c: fixed leaks in various functions when an invalid argument error is returned. by Aaron Burghardt · 10 years ago
  28. 8e96f2a afc_file_tell: fixed leak of unnecessary buffer and removed condition check before free. by Aaron Burghardt · 10 years ago
  29. e02b675 afc_file_open: fixed memory leak when the object is not found or arguments are invalid. by Aaron Burghardt · 10 years ago
  30. 0e16e0a Removed use of err() for Windows compatibility. by Aaron Burghardt · 10 years ago
  31. 56fc97c filerelaytest: handle error when opening the output file. by Aaron Burghardt · 10 years ago
  32. 778256c lockdown: Only set SystemBUID in pair_record_generate() if it actually contains a value by Nikias Bassen · 10 years ago
  33. 191186a userpref: Fix wrong documentation about return values of userpref_read_system_buid() by Nikias Bassen · 10 years ago
  34. d917641 lockdown: Silence compiler warning about ignored return value from asprintf() by Nikias Bassen · 10 years ago
  35. 2344ec7 idevicebackup2/idevicebackup: Remove code duplication and use common code for reading/writing plist files by Nikias Bassen · 10 years ago
  36. 99d83b9 common/utils: Silence compiler warning about ignored return value from fread() by Nikias Bassen · 10 years ago
  37. d56ad89 idevicecrashreport: Silence compiler warning about ignored return value from symlink() by Nikias Bassen · 10 years ago
  38. 79fc1ed idevicebackup2: Use afc_dictionary_free() helper instead of custom code by Martin Szulecki · 10 years ago
  39. 5b075e0 Update NEWS with latest changes by Martin Szulecki · 10 years ago
  40. 085624e Fix typo in NEWS by Martin Szulecki · 10 years ago
  41. f55f446 tools: Fix make distcheck by Martin Szulecki · 10 years ago
  42. 41ed785 ideviceimagemounter: Refactor image upload handling for better compatibility by Martin Szulecki · 10 years ago
  43. fe5bb14 mobile_image_mounter: Change upload method to accept optional image signature by Martin Szulecki · 10 years ago
  44. b2c9eed idevice: win32: Use correct signature for DllMain() by Nikias Bassen · 10 years ago
  45. 179bd81 Silence compiler warning about format strings using PRIu64 by Martin Szulecki · 10 years ago
  46. df51f6c ideviceimagemounter: Use plist print helper from common module by Martin Szulecki · 10 years ago
  47. 6c47c92 docs: Updated ideviceprovision manpage by Nikias Bassen · 10 years ago
  48. 03b6063 ideviceprovision: Add new dump command to print profile information by Nikias Bassen · 10 years ago
  49. 4563ad4 ideviceinfo: Move plist print helper code to common by Nikias Bassen · 10 years ago
  50. 850d979 Added tools/idevicecrashreport to .gitignore by Nikias Bassen · 10 years ago
  51. 2598ee6 common: Add missing libusbmuxd_CFLAGS and libusbmuxd_LIBS to Makefile.am by Nikias Bassen · 10 years ago
  52. 1be575f lockdown: cleanup: remove pointless goto by Andreas Henriksson · 10 years ago
  53. 7b3aa77 lockdown: avoid crashing when getting system buid fails by Andreas Henriksson · 10 years ago
  54. 58a7981 idevicebackup2: Plug more memory leaks by Nikias Bassen · 10 years ago
  55. 5b3c3e2 idevicebackup2: Make sure to free idevice object in error conditions by Nikias Bassen · 10 years ago
  56. 269fc21 idevicebackup2: Plug small memory leak by Nikias Bassen · 10 years ago
  57. acd8ea4 idevicebackup2: Fix invalid check for password given on command line by Nikias Bassen · 10 years ago
  58. a6610dc Make property_list_service public by Nikias Bassen · 10 years ago
  59. 2d05aa9 Correct wrong error codes in doxygen comments of public lockdown.h by Nikias Bassen · 10 years ago
  60. de322e1 Corrected some doxygen comments in public lockdown.h by Nikias Bassen · 10 years ago
  61. 2342dc5 Moved Doxygen comments from source files to public headers. by Aaron Burghardt · 10 years ago
  62. ee82e86 lockdown: Return error if getting a lockdown value failed to fix segfault by Martin Szulecki · 10 years ago
  63. 995f87c idevicename: Use lockdownd_get_device_name() helper by Martin Szulecki · 10 years ago
  64. 312a9cb docs: Update idevicename man page to match current usage by Martin Szulecki · 10 years ago
  65. 9920211 idevicename: Update usage output to match other tools and add debug option by Martin Szulecki · 10 years ago
  66. 35ce2b8 idevicename: Remove leading newline from usage output by Martin Szulecki · 10 years ago
  67. bca8d06 idevicebackup: Do not read backup files entirely into memory during restore by Nikias Bassen · 10 years ago
  68. 7113b03 idevicebackup2: add cast to silence compiler warning by Nikias Bassen · 10 years ago
  69. 38c4beb idevicebackup2: WIN32: Use _stati64() instead of stat() so we can handle file sizes > 4GB by Nikias Bassen · 10 years ago
  70. 2155eed win32: Silence compiler warning about missing previous declaration of DllMain by Nikias Bassen · 10 years ago
  71. 753fa37 afc: Rename variable 'send' to 'buffer' to silence compiler warning about shadowing a global declaration by Nikias Bassen · 10 years ago
  72. 9c9b7d8 idevicepair: Don't call userpref_delete_pair_record as it is already done by lockdownd_unpair by Nikias Bassen · 10 years ago
  73. 79e4506 lockdown: Prevent libplist assertion by checking result of userpref_read_pair_record() by Nikias Bassen · 10 years ago
  74. a3bc066 Post-release version bump to 1.1.7 by Nikias Bassen · 10 years ago
  75. 84907a9 Fix make distcheck by using $(top_builddir) where needed by Martin Szulecki · 10 years ago 1.1.6
  76. bf06e34 Update NEWS with latest changes by Martin Szulecki · 10 years ago
  77. 5c772be Update copyright in various files by Martin Szulecki · 10 years ago
  78. 037aef2 Bump dependencies to libplist++ 1.11 and libusbmuxd 1.0.9 by Martin Szulecki · 10 years ago
  79. 7320497 afc: Remove segmentation code from afc_file_read() by Nikias Bassen · 10 years ago
  80. 6274a11 lockdown: Fix starting unsecure services as needed during trust dialog pairing by Martin Szulecki · 10 years ago
  81. 6b1482a idevicepair: Synchronize usage between tool output and man page by Martin Szulecki · 10 years ago
  82. e621f08 idevicepair: Refactor error message reporting to handle a pending trust dialog by Martin Szulecki · 10 years ago
  83. 1959bda lockdown: Fix fetching WiFi address for pair record after trust dialog pairing by Martin Szulecki · 10 years ago
  84. daf3b23 implement global thread safe library initialization by Nikias Bassen · 10 years ago
  85. d95dfaa common: add THREAD_ID macro by Nikias Bassen · 10 years ago
  86. a406cfa common: add thread_once() implementation by Nikias Bassen · 10 years ago
  87. 982bc6a lockdown: Correct a few comments within pair generation code by Martin Szulecki · 10 years ago
  88. e5d3573 idevice: Use more common "ERROR:" syntax for error messages by Martin Szulecki · 10 years ago
  89. 5578c5b userpref: Try to output similar error messages in GnuTLS and OpenSSL logic by Martin Szulecki · 10 years ago
  90. ecb3742 lockdown: Move HostID generation closer to code setting it in pair record by Martin Szulecki · 10 years ago
  91. 4bb1fd7 lockdown: Read HostID again after pairing to fix first pair workflow by Martin Szulecki · 10 years ago
  92. dbede29 idevice: Fix misleading warning in GnuTLS SSL handshake by Martin Szulecki · 10 years ago
  93. 74f83d7 idevice: Plug memory leak by freeing pair_record by Martin Szulecki · 10 years ago
  94. a719dd9 userpref: fix GnuTLS key generation by Nikias Bassen · 10 years ago
  95. 03ad1dc userpref: merge pair_record_generate_from_device_public_key() into pair_record_generate_keys_and_certs() by Nikias Bassen · 10 years ago
  96. 1a0ce00 tools: fix build of idevicepair with indirect linking by Nikias Bassen · 10 years ago
  97. 623615d userpref: fix mixed up root/host certificate storage by Nikias Bassen · 10 years ago
  98. dd98198 idevice: Use correct import helper for keys and certs by Martin Szulecki · 10 years ago
  99. dbf8c6a lockdown: Make sure failed pairing validation works with correct error code by Martin Szulecki · 10 years ago
  100. 9771216 lockdown: Plug memory leak due to missing free of public_key by Martin Szulecki · 10 years ago