- f5c963b Unfold automake variables into multiple lines for maintainability by Martin Szulecki · 4 years, 9 months ago
- 960fb40 idevice: Add fix for potential SSL_write timeout error case by Nikias Bassen · 4 years, 9 months ago
- 604a0a2 socket: Fix IPv6 scope id lookup logic to handle another network device problem by Martin Szulecki · 4 years, 9 months ago
- 1c7ef2a Update README.md links and remove IRC for now by Martin Szulecki · 4 years, 9 months ago
- 542ef47 Rename "compproxy" names to "companion_proxy" in all related code by Martin Szulecki · 4 years, 9 months ago
- 02c9257 Fix filename typo in comments of companion_proxy service implementation by Martin Szulecki · 4 years, 9 months ago
- ce4f7a3 tools: Avoid copying optarg where possible by Nikias Bassen · 4 years, 9 months ago
- fb99e7c cython: First run at updating Python bindings to updated interface by Martin Szulecki · 4 years, 9 months ago
- 03ba291 idevice_id: Fix lowercase typo in device list connection type label by Martin Szulecki · 4 years, 9 months ago
- 9a7f686 socket: Improve IPv6 scope id detection to fix network devices on OSX by Martin Szulecki · 4 years, 9 months ago
- 574d7f8 socket: Use common IPv6 scope values and correct loopback scope to link-local by Martin Szulecki · 4 years, 9 months ago
- 0d80046 idevice: Revert not copying scope id for IPv6 addresses from usbmuxd again by Martin Szulecki · 4 years, 9 months ago
- e4fb701 idevice: Slightly improve connectivity logic and fix IPv6 for network devices by Martin Szulecki · 4 years, 9 months ago
- 2abfb1e idevice: Add some newlines for better code readability by Martin Szulecki · 4 years, 9 months ago
- 4059a8c common: Fix socket_connect_addr() not connecting using IPv6 in some cases by Martin Szulecki · 4 years, 9 months ago
- 87790aa docs: Add missing "--simple" option to ideviceinfo man page by Martin Szulecki · 4 years, 9 months ago
- 1387db9 idevice_id: Change WiFi -> network to be more consistent by Nikias Bassen · 4 years, 9 months ago
- 86f4663 idevice_id: Update usage and man page, and list all devices when run without options by Nikias Bassen · 4 years, 9 months ago
- 18a93b1 docs: Update man pages with new command line switches by Nikias Bassen · 4 years, 9 months ago
- 489a673 tools: Unify --network command line switch and add it where missing by Nikias Bassen · 4 years, 9 months ago
- 3aa4e24 tools: Add --version command line switch by Nikias Bassen · 4 years, 9 months ago
- a077067 Update NEWS with latest changes by Martin Szulecki · 4 years, 9 months ago
- c3c01b4 cython: Add "-Wno-cast-function-type" flag to silence warnings with GCC 8+ by Martin Szulecki · 4 years, 9 months ago
- 2e93785 idevice: Fix compiler warning about switch case fallthrough by Martin Szulecki · 4 years, 9 months ago
- e31ee8d Use defined exit codes for return codes in idevicediagnostics by Martin Szulecki · 4 years, 9 months ago
- 9e1cfe9 Add ERROR prefix to error messages in idevicediagnostics tool by Martin Szulecki · 4 years, 9 months ago
- bc2a155 Unify usage output in all tools and add bugreport URL by Martin Szulecki · 4 years, 9 months ago
- e1cfe7f Update project URLs in all man pages by Martin Szulecki · 4 years, 9 months ago
- aca2b3f Use secure project URL in configure.ac by Martin Szulecki · 4 years, 9 months ago
- 962add3 idevicesyslog: Add some more process names to quiet filter list by Nikias Bassen · 4 years, 9 months ago
- 45ba75a idevicesyslog: Add command line switch --no-colors to disable colored output by Nikias Bassen · 4 years, 9 months ago
- 4331c3c configure: Use AC_CHECK_LIB instead of AC_TRY_LINK by Nikias Bassen · 4 years, 10 months ago
- 6e1c9f3 idevicesyslog: Add more process names to quiet filter list by Nikias Bassen · 4 years, 10 months ago
- 16992e8 configure: Raise minimum libusbmuxd+libplist version requirement and specifically check for new libplist API by Nikias Bassen · 4 years, 10 months ago
- 80eec8b idevice: [OpenSSL] Handle non-blocking SSL_write by Nikias Bassen · 4 years, 10 months ago
- 59f16a1 afc: Reduce packet segmentation and unnecessary malloc/free by Nikias Bassen · 4 years, 10 months ago
- 33a9279 Add companion_proxy.h to public headers by Nikias Bassen · 4 years, 10 months ago
- 397961e idevice_connection_send: Make sure send works with non-blocking sockets by Nikias Bassen · 4 years, 10 months ago
- 0268777 Add support for com.apple.companion_proxy by Nikias Bassen · 4 years, 10 months ago
- 2c83cae Use direct socket connection for network devices by Nikias Bassen · 4 years, 10 months ago
- 798601d common: Update socket.c/.h from libusbmuxd by Nikias Bassen · 4 years, 10 months ago
- 05d2e6d Fix whitespace error in idevicesyslog.c by Nikias Bassen · 4 years, 10 months ago
- f62d644 idevicesyslog: [win32] Fix color output by Nikias Bassen · 4 years, 10 months ago
- 3166d0d idevice: [OpenSSL] Fix SSL_read with non-blocking sockets by Nikias Bassen · 4 years, 10 months ago
- 42e40aa idevicesyslog: Fix color code escape sequences printing null-byte by Nikias Bassen · 4 years, 10 months ago
- 916adfe idevice: [OpenSSL] Make sure SSL handshake works with non-blocking socket by Nikias Bassen · 4 years, 10 months ago
- 857fc15 Add idevicesetlocation to .gitignore by Karim Zhang · 4 years, 10 months ago
- 21f1da6 diagnostics_relay: Don't use reserved words as function arguments by Nikias Bassen · 4 years, 10 months ago
- e194a7d configure: Remove ASAN from CFLAGS that was accidentally added in previous commit by Nikias Bassen · 4 years, 10 months ago
- 8bd8250 configure: Make sure libusbmuxd is correctly found for AC_TRY_COMPILE checks when installed in non-standard prefix by Nikias Bassen · 4 years, 10 months ago
- bc559ab idevicesyslog: Add color support and filtering options by Nikias Bassen · 4 years, 11 months ago
- a48b8fb syslog_relay: Add new function syslog_relay_start_capture_raw by Nikias Bassen · 4 years, 11 months ago
- dc20b07 idevicesyslog: Add command line switch to exit when device disconnects by Nikias Bassen · 5 years ago
- cf5a60d afc: Remove unused client struct members from afc.c too by Nikias Bassen · 5 years ago
- 3f64bbd afc: Remove unused members from internal afc client struct by Nikias Bassen · 5 years ago
- c057679 idevicedate: Fix -Wformat=2 warning by Rosen Penev · 5 years ago
- e6a4ab6 Add idevicesetlocation tool by Nikias Bassen · 5 years ago
- 3d8d13f debugserver: Fix argv encoding by Shane Garrett · 7 years ago
- 505e84f Update debug.c to consistently output to stderr by Greg Dennis · 7 years ago
- ce0868c idevicedebug: Rename name-colliding debug_info() to log_debug() by Nikias Bassen · 5 years ago
- bbe55ef debugserver: Fix whitespace error by Nikias Bassen · 5 years ago
- ff62b2d debugserver: Proxy SERVICE_E_TIMEOUT into DEBUGSERVER_E_TIMEOUT by Demyan Kimitsa · 5 years ago
- e52ef95 introduces optional `idevice_connection_disable_ssl` with ability not to send SSL shutdown message. As in debugserver this message will be considered as GDB server communication and break things by Demyan Kimitsa · 5 years ago
- 56527f0 Increase timeout for service receive methods by Nikias Bassen · 7 years ago
- 45d7856 idevicesyslog: Make sure CTRL+C works when waiting for passcode entry by Nikias Bassen · 5 years ago
- 61babf5 configure.ac: Add checks to ensure libusbmuxd is up-to-date by Nikias Bassen · 5 years ago
- 297ae43 win32: Define minimum windows version and use static libgcc by Nikias Bassen · 5 years ago
- db4dec6 Define ETIMEDOUT if required by Nikias Bassen · 5 years ago
- 49d2c6d Make sure all source files include config.h by Nikias Bassen · 5 years ago
- 90f7ca0 configure.ac: Remove unused libplist++ requirement by Nikias Bassen · 5 years ago
- d04f8ff cython: Update diagnostics_relay with diagnostics_relay_action_t enum too by Nikias Bassen · 5 years ago
- 315cea7 Define the flags for the diagnostics_relay_* methods in a diagnostics_relay_action_t enum by Frederik Carlier · 9 years ago
- 9f79242 cython: Fix debugserver module by Nikias Bassen · 5 years ago
- 9b857fc tools: Fix ideviceinfo -s option by Nikias Bassen · 5 years ago
- 43852c7 debugserver: Return size of the returned buffer by Nikias Bassen · 5 years ago
- af91dc6 debugserver: Improved memory handling in debugserver_client_send_command() and debugserver_client_receive_response() by Nikias Bassen · 5 years ago
- 7dbc17f tools: Allow idevicesyslog to connect to network devices by Nikias Bassen · 5 years ago
- d6ca8fc tools: Allow ideviceinfo to connect to network devices by Nikias Bassen · 5 years ago
- fe3ef93 Add new function lockdown_strerror() to get a readable description of a lockdownd_error_t by Nikias Bassen · 5 years ago
- 6a73100 tools: Small fixes for idevice_id by Nikias Bassen · 5 years ago
- 74dfc64 tools: Update idevice_id with new API to allow listing available network devices by Nikias Bassen · 5 years ago
- 953c139 Add new idevice_get_device_list_extended() allowing to list all devices, including network by Nikias Bassen · 5 years ago
- 5390060 Add propert support for network (WiFi) devices via new idevice_new_with_options() by Nikias Bassen · 5 years ago
- 8872aec property_list_service: Consider a successful 0 byte read a timeout rather than an error condition by Nikias Bassen · 5 years ago
- 4f8ed2e idevicebackup2: Remove RestoreApplications.plist if restore failed by Nikias Bassen · 5 years ago
- d323e9c idevicebackup2: Only print device reboot message if restore was successful by Nikias Bassen · 5 years ago
- 60823f9 idevice: properly handle partial SSL writes by Nikias Bassen · 5 years ago
- 656b96c cython: Fix all error codes after recent updates by Nikias Bassen · 5 years ago
- e88fdf9 idevice: fix hang in SSL_shutdown by Mikkel Kamstrup Erlandsen · 5 years ago
- 8c7321b tools: Ignore SIGPIPE wherever possible by Nikias Bassen · 5 years ago
- 92d95d0 mobile_image_mounter: Better error handling (e.g. when device is locked) by Nikias Bassen · 5 years ago
- 1faa16c idevicebackup2: Add passcode hint when enabling/disabling backup encryption or change the password by Nikias Bassen · 5 years ago
- 7e06820 idevicebackup2: Handle timeout vs. error condition in main loop by Nikias Bassen · 5 years ago
- 8f96c52 Make sure to handle timeout errors in device link service and all depending services by Nikias Bassen · 5 years ago
- acf0a76 restore: Update error codes and properly convert underlying property_list_service errors by Nikias Bassen · 5 years ago
- a9e69b1 idevice: Fix handling SSL/TLS version selection for OpenSSL 1.1.0+ and for older devices by Nikias Bassen · 6 years ago
- 6d5a3d6 preboard: Remove development notes from preboard.c and add info to public header by Nikias Bassen · 6 years ago
- 5086a97 Add preboardservice_v2 implementation by Nikias Bassen · 6 years ago
- 9e33a26 idevice: [win32] Move windows.h include after socket.h to prevent 'must include winsock.h before windows.h' by Nikias Bassen · 6 years ago
- a9ccd31 Force use of TLSv1 for backwards compatibility with older iOS versions by Nikias Bassen · 6 years ago