summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* socket: Improve IPv6 scope id detection to fix network devices on OSXprereleaseMartin Szulecki2020-06-061-6/+24
* socket: Use common IPv6 scope values and correct loopback scope to link-localMartin Szulecki2020-06-061-4/+4
* idevice: Revert not copying scope id for IPv6 addresses from usbmuxd againMartin Szulecki2020-06-061-2/+2
* idevice: Slightly improve connectivity logic and fix IPv6 for network devicesMartin Szulecki2020-06-061-6/+8
* idevice: Add some newlines for better code readabilityMartin Szulecki2020-06-061-0/+7
* common: Fix socket_connect_addr() not connecting using IPv6 in some casesMartin Szulecki2020-06-061-0/+107
* docs: Add missing "--simple" option to ideviceinfo man pageMartin Szulecki2020-06-061-1/+4
* idevice_id: Change WiFi -> network to be more consistentNikias Bassen2020-06-051-1/+1
* idevice_id: Update usage and man page, and list all devices when run without ...Nikias Bassen2020-06-052-35/+23
* docs: Update man pages with new command line switchesNikias Bassen2020-06-0518-42/+137
* tools: Unify --network command line switch and add it where missingNikias Bassen2020-06-0517-94/+159
* tools: Add --version command line switchNikias Bassen2020-06-0518-75/+198
* Update NEWS with latest changesMartin Szulecki2020-06-041-0/+60
* cython: Add "-Wno-cast-function-type" flag to silence warnings with GCC 8+Martin Szulecki2020-06-041-1/+1
* idevice: Fix compiler warning about switch case fallthroughMartin Szulecki2020-06-041-1/+1
* Use defined exit codes for return codes in idevicediagnosticsMartin Szulecki2020-06-041-5/+5
* Add ERROR prefix to error messages in idevicediagnostics toolMartin Szulecki2020-06-041-12/+13
* Unify usage output in all tools and add bugreport URLMartin Szulecki2020-06-0418-103/+172
* Update project URLs in all man pagesMartin Szulecki2020-06-0418-19/+53
* Use secure project URL in configure.acMartin Szulecki2020-06-041-1/+1
* idevicesyslog: Add some more process names to quiet filter listNikias Bassen2020-05-281-1/+1
* idevicesyslog: Add command line switch --no-colors to disable colored outputNikias Bassen2020-05-282-1/+10
* configure: Use AC_CHECK_LIB instead of AC_TRY_LINKNikias Bassen2020-05-231-5/+1
* idevicesyslog: Add more process names to quiet filter listNikias Bassen2020-05-231-1/+1
* configure: Raise minimum libusbmuxd+libplist version requirement and specific...Nikias Bassen2020-05-221-3/+14
* idevice: [OpenSSL] Handle non-blocking SSL_writeNikias Bassen2020-05-211-0/+13
* afc: Reduce packet segmentation and unnecessary malloc/freeNikias Bassen2020-05-192-97/+188
* Add companion_proxy.h to public headersNikias Bassen2020-05-181-0/+1
* idevice_connection_send: Make sure send works with non-blocking socketsNikias Bassen2020-05-181-1/+17
* Add support for com.apple.companion_proxyNikias Bassen2020-05-184-0/+624
* Use direct socket connection for network devicesNikias Bassen2020-05-181-7/+76
* common: Update socket.c/.h from libusbmuxdNikias Bassen2020-05-182-22/+218
* Fix whitespace error in idevicesyslog.cNikias Bassen2020-05-181-1/+1
* idevicesyslog: [win32] Fix color outputNikias Bassen2020-05-181-0/+42
* idevice: [OpenSSL] Fix SSL_read with non-blocking socketsNikias Bassen2020-05-171-1/+10
* idevicesyslog: Fix color code escape sequences printing null-byteNikias Bassen2020-05-151-1/+1
* idevice: [OpenSSL] Make sure SSL handshake works with non-blocking socketNikias Bassen2020-05-151-8/+18
* Add idevicesetlocation to .gitignoreKarim Zhang2020-05-031-0/+1
* diagnostics_relay: Don't use reserved words as function argumentsNikias Bassen2020-05-032-7/+7
* configure: Remove ASAN from CFLAGS that was accidentally added in previous co...Nikias Bassen2020-04-301-1/+1
* configure: Make sure libusbmuxd is correctly found for AC_TRY_COMPILE checks ...Nikias Bassen2020-04-301-1/+9
* idevicesyslog: Add color support and filtering optionsNikias Bassen2020-04-272-16/+594
* syslog_relay: Add new function syslog_relay_start_capture_rawNikias Bassen2020-04-272-3/+60
* idevicesyslog: Add command line switch to exit when device disconnectsNikias Bassen2020-04-151-1/+11
* afc: Remove unused client struct members from afc.c tooNikias Bassen2020-04-131-2/+0
* afc: Remove unused members from internal afc client structNikias Bassen2020-04-131-2/+0
* idevicedate: Fix -Wformat=2 warningRosen Penev2020-04-121-13/+4
* Add idevicesetlocation toolNikias Bassen2020-03-304-2/+222
* debugserver: Fix argv encodingShane Garrett2020-02-201-2/+2
* Update debug.c to consistently output to stderrGreg Dennis2020-02-201-5/+2