1. d29709f diagnostics_relay: Plug small memory leak by Xiao Deng · 8 years ago
  2. cca7ce7 idevicedebug: Show error if container info not found by Matthias Ringwald · 8 years ago
  3. 692f7c9 Add new function to get the underlying file descriptor of an idevice connection by BALATON Zoltan · 9 years ago
  4. 15173c5 Avoid potential NULL pointer dereference (leading to segfault) if functions are called with NULL arguments by BALATON Zoltan · 9 years ago
  5. 35b0543 idevicebackup: fix some timestamps that are relative to the Mac epoch instead of Unix one by BALATON Zoltan · 9 years ago
  6. df1f5c4 common: [security fix] Make sure sockets only listen locally by Joshua Hill · 8 years ago
  7. decffad tools: idevicecrashreport: Fix missing 0-term when creating local filename by Nikias Bassen · 8 years ago
  8. cae19fa tools: idevicecrashreport: Propertly initialize buffer used to check for ping message by Nikias Bassen · 8 years ago
  9. 2203f4c tools: Fix inverted abort condition in idevicecrashreport by Nikias Bassen · 8 years ago
  10. 6070126 Fix installation_proxy when using GnuTLS instead of OpenSSL by Jay Freeman (saurik) · 9 years ago
  11. 40f7dd0 common: Add missing gnutls/openssl CFLAGS to Makefile.am by Nikias Bassen · 9 years ago
  12. d93043e tools: Use PACKAGE_URL define for homepage project links in usage output by Martin Szulecki · 9 years ago
  13. 2d5c219 Add missing "(void)" to functions to match public headers by Martin Szulecki · 9 years ago
  14. f268393 lockdown: Add new lockdownd_pair_with_options() function by Nikias Bassen · 9 years ago
  15. e1cac25 lockdown: Add more error codes by Nikias Bassen · 9 years ago
  16. 65def89 lockdown: Remove unneeded plist_free() calls since entire dict is freed later by Nikias Bassen · 9 years ago
  17. 1ff3448 m4: Use python-config if available to fix Python 3 support on newer distros by Martin Szulecki · 9 years ago
  18. 344409e Post-release version bump to 1.2.1 by Martin Szulecki · 9 years ago
  19. a7568f4 Update doxygen configuration to 1.8.8 by Martin Szulecki · 9 years ago 1.2.0
  20. 4d95679 Move pkg-config file into src directory by Martin Szulecki · 9 years ago
  21. 3f0ab71 Update NEWS with latest changes by Martin Szulecki · 9 years ago
  22. fc8f016 Update README with new git URL, IRC and twitter profile by Martin Szulecki · 9 years ago
  23. 141cc3d Require autoconf 2.64+ to use package bugreport and project URL in AC_INIT by Martin Szulecki · 9 years ago
  24. 64b1b1a Remove dev tools which are not installed and unmaintained anyways by Martin Szulecki · 9 years ago
  25. bf3223b lockdown: Remove dead link to old documentation by Martin Szulecki · 9 years ago
  26. 24ce2e2 Remove trailing whitespace errors from all files by Martin Szulecki · 9 years ago
  27. c9d8013 Update copyright of public headers by Martin Szulecki · 9 years ago
  28. e6d2246 Update NEWS with latest changes by Martin Szulecki · 9 years ago
  29. f314f1c Bump so name version before release by Martin Szulecki · 9 years ago
  30. e51f992 configure.ac: Reorder dependency version definitions for consistency by Martin Szulecki · 9 years ago
  31. 1aa329c tools: Add link to project homepage on usage output by Martin Szulecki · 9 years ago
  32. 6535432 docs: Add link to project homepage by Martin Szulecki · 9 years ago
  33. 2bff619 sbservices: Use more consistent name for lock/unlock methods by Martin Szulecki · 9 years ago
  34. a6fcb3f idevicedebug: Use more efficient instproxy_lookup instead of browsing all apps by Martin Szulecki · 9 years ago
  35. 294dea4 installation_proxy: Use char* array to pass capabilities for related method by Martin Szulecki · 9 years ago
  36. 73b36cc installation_proxy: Use char* array to pass appids for lookup command by Martin Szulecki · 9 years ago
  37. d44af05 installation_proxy: Use new lookup command for app path retrieval helper by Martin Szulecki · 9 years ago
  38. 9d7667a installation_proxy: Refactor implementation, add new commands and helpers by Martin Szulecki · 9 years ago
  39. 9aa2fde idevicedebug: Use new return attributes helper by Martin Szulecki · 9 years ago
  40. 148e8b9 installation_proxy: Add missing native errors to enum by Martin Szulecki · 9 years ago
  41. db4f941 installation_proxy: Add new helper to set return attributes in client options by Martin Szulecki · 9 years ago
  42. 4902178 installation_proxy: Improve comment formatting and some whitespaces by Martin Szulecki · 9 years ago
  43. 42cea62 debugserver: Make debugserver_client_set_ack_mode() public by Martin Szulecki · 9 years ago
  44. fddc0a9 idevice: Rename generic errorstring() into ssl_error_to_string() by Martin Szulecki · 9 years ago
  45. f88d37c idevicesyslog: Flush stdout whenever encountering a line break by Nikias Bassen · 9 years ago
  46. e7852d5 idevicebackup: Notify user if erroneously used with an iOS 4 or later device by Nikias Bassen · 9 years ago
  47. 2c951c8 idevicecrashreport: Enable build for win32 by Nikias Bassen · 9 years ago
  48. a6ea54e idevicedebugserverproxy: Properly handle server shutdown by Nikias Bassen · 9 years ago
  49. 9c0e7ef idevicedebugserverproxy: Use debugserver service and fix reconnecting to it by Martin Szulecki · 9 years ago
  50. f3c4db4 thread: Introduce thread_new and thread_free to cover handle leaks on WIN32 by Martin Szulecki · 9 years ago
  51. aa14c05 cython: Add receive/receive_timeout methods for iDeviceConnection to receive data from a connection by Hao Zhou · 9 years ago
  52. 7b082b8 cython: Add new FILE_RELAY_E_PERMISSION_DENIED(-6) error to detect permission denied on iOS8+ by Hao Zhou · 9 years ago
  53. f7884fb lockdown: Fix documentation for client argument on pairing methods by Martin Szulecki · 9 years ago
  54. 89ed91e idevicepair: Fix compilation due to renamed pairing dialog error by Martin Szulecki · 9 years ago
  55. 48cb70e lockdown: Refactor internal error checking and add more native errors to enum by Martin Szulecki · 9 years ago
  56. 3afdda7 common: Convert int16_t macro error types of userpref module into enum by Martin Szulecki · 9 years ago
  57. 016e06d Add new "idevicenotificationproxy" tool to post or observe notifications by Martin Szulecki · 9 years ago
  58. 1d9e6e3 Fix overlong blocking in np_client_free() by Christophe Fergeau · 9 years ago
  59. ae637ea Improve maintainability and Requires of pkg-config file slightly by Martin Szulecki · 9 years ago
  60. ee73b89 lockdown: Add new LOCKDOWN_E_SERVICE_LIMIT error to detect service limit states by Martin Szulecki · 9 years ago
  61. ea73459 debugserver: Return enum error type instead of int for type consistency by Martin Szulecki · 9 years ago
  62. 5dd1bfe idevicedebug: Fix memory leak and compiler warnings regarding command creation by Martin Szulecki · 9 years ago
  63. e5795ac debugserver: Remove const argv requirement for creating commands by Martin Szulecki · 9 years ago
  64. 05fa8d0 cython: Add get_path_for_bundle_identifier() method to InstallationProxyClient by Hao Zhou · 9 years ago
  65. c86c7b5 cython: Add DebugServerClient class to communicate with debugserver by Hao Zhou · 9 years ago
  66. 83c45ae Replace () with (void) in libinternalcommon and tools for consistency by Martin Szulecki · 9 years ago
  67. 03c8f4f Replace () with (void) in function prototypes by Christophe Fergeau · 9 years ago
  68. 53eb963 notification_proxy: Send Shutdown command in np_client_free() instead of np_post_notification() by Nikias Bassen · 10 years ago
  69. e229e28 debug: Fix linking failure on OS X by keeping debug level symbol internal by Martin Szulecki · 10 years ago
  70. 1e86eab debug: Fix symbol locality for linker so debug messages are printed again by Martin Szulecki · 10 years ago
  71. 9418c99 common: Remove obsolete symbol hiding macros from userpref module by Martin Szulecki · 10 years ago
  72. 6ec65ba Remove obsolete prefix from debug messages in internal locking helpers by Martin Szulecki · 10 years ago
  73. b370210 lockdown: Fix error in re-pairing when previous record became invalid by BALATON Zoltan · 10 years ago
  74. 8dc5f5a Supress printing very long plists in debug output by BALATON Zoltan · 10 years ago
  75. 2f32ff9 common: Move size format helper to utils and use it in idevicebackup tools by Martin Szulecki · 10 years ago
  76. 5753847 common: Move string_toupper() helper to utils and use it in idevicebackup tools by Martin Szulecki · 10 years ago
  77. 067c7c6 common: Share idevicebackup helper string_build_path() from utils by Martin Szulecki · 10 years ago
  78. 744ffa6 common: Change stpcpy() signature code style slightly by Martin Szulecki · 10 years ago
  79. 8bbf17c Update description in pkg-config file to more generic one by Martin Szulecki · 10 years ago
  80. 61cff23 afc: Remove incorrect flags from afc_file_open() doc comments by Nikias Bassen · 10 years ago
  81. 385836f Post-release version bump to 1.2.0 by Martin Szulecki · 10 years ago
  82. 12ed909 idevicedebug: Fix invalid write due to out of bounds access by Martin Szulecki · 10 years ago 1.1.7
  83. 5329197 Bump so name correctly as some ABI symbols were hidden now by Martin Szulecki · 10 years ago
  84. 38e3baa Update NEWS with latest changes by Martin Szulecki · 10 years ago
  85. 86ae920 cython: Enforce default symbol visibility to make bindings loadable by Martin Szulecki · 10 years ago
  86. 53fcc27 idevicedebug: Fix broken logic when creating app arguments by Martin Szulecki · 10 years ago
  87. 96b1590 idevicedebug: Fix redeclaration and incrementation of environment_index by Martin Szulecki · 10 years ago
  88. fd43544 tools: Make sure to print an error when lockdown connection fails by Nikias Bassen · 10 years ago
  89. 75b0ba0 debugserver: Fix wrong service_error_t return type in debugserver_client_send() by Martin Szulecki · 10 years ago
  90. 82be85a idevicedate: Remove space and fix syntax of preprocessor conditionals by Martin Szulecki · 10 years ago
  91. 04ba663 idevicedebug: Fix small memory leak by Martin Szulecki · 10 years ago
  92. 7e6a8d0 idevicedebug: Fix error variables for type consistency by Martin Szulecki · 10 years ago
  93. 9e3561e idevice: Fix compilation with OpenSSL before 1.0.0-beta1 by Martin Szulecki · 10 years ago
  94. 7aad736 idevicebackup2: Fix error variables for type consistency by Martin Szulecki · 10 years ago
  95. 9ab9865 idevicebackup: Fix error variables for type consistency by Martin Szulecki · 10 years ago
  96. 5072dea Convert int16_t macro error types into enum to improve debugging/type-checking by Martin Szulecki · 10 years ago
  97. 5552fa0 restore: Correct wrong error names in @return doc comments by Martin Szulecki · 10 years ago
  98. 3f5fd6f mobilesync: Fix crash in mobilesync_recive_changes() due to typo by Martin Szulecki · 10 years ago
  99. 820137e Update NEWS with latest changes by Martin Szulecki · 10 years ago
  100. e7f9135 debugserver: Fix compiler warning about missing braces by Martin Szulecki · 10 years ago