summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* client: First go at renaming key internal functions for easier refactoringimprove-loggingMartin Szulecki2020-06-081-29/+29
* Add more logging to catch more possible cases in device_control_input()Martin Szulecki2020-06-081-0/+3
* Improve and unify log message output for client, device and configMartin Szulecki2020-06-083-19/+19
* Log client process name alongside pid if possible on accept and disconnectMartin Szulecki2020-06-081-5/+44
* Use libusb_set_option() to set debug level depending on libusb versionMartin Szulecki2020-06-081-1/+5
* Use more descriptive libusb_error_name() instead of numeric codesMartin Szulecki2020-06-071-23/+23
* Map debug to log levels and enable debug output for libusbMartin Szulecki2020-06-071-1/+3
* Use helper to show current libusb version instead of hardcoding itMartin Szulecki2020-06-071-1/+2
* Update NEWS with latest changesprereleaseMartin Szulecki2020-06-041-0/+19
* Unify usage output with other tools and add project URLsMartin Szulecki2020-06-041-1/+6
* Update project URLs in man pageMartin Szulecki2020-06-041-4/+4
* Use secure project URL in configure.acMartin Szulecki2020-06-041-1/+1
* Do not perform preflight on T2 devicesRick Mark2020-05-073-6/+22
* Show debug message upon successful connectionRick Mark2020-05-071-3/+4
* Fix configure failing when libimobiledevice is installed in non-standard prefixNikias Bassen2020-04-301-0/+3
* fix: Typo in src/Makefile.amMax Kaulmann2020-04-281-1/+1
* Fix udev rulesNikias Bassen2020-01-211-4/+4
* device: Fix potential deadlock (#130)Nikias Bassen2020-01-171-3/+2
* Support T2 chip in restore modeRick Mark2019-12-163-6/+8
* Fix compatibility with latest changes in libimobiledeviceNikias Bassen2019-11-112-3/+15
* Define _BSD_SOURCE again for older platforms.Nikias Bassen2019-11-022-0/+2
* preflight: Prevent possible UaF if usb device is removed while preflight is i...Nikias Bassen2019-10-071-0/+5
* device: Make sure to operate on the copy of the device list in device_get_list()Nikias Bassen2019-10-071-1/+1
* Replace obsolete _BSD_SOURCE define with _DEFAULT_SOURCENikias Bassen2019-10-072-2/+2
* preflight: Let insecure notification proxy terminate when pairing is doneNikias Bassen2019-10-041-2/+6
* device: Plug memory leak in error condition when TH_SYN sending failsNikias Bassen2019-09-131-4/+4
* Avoid using configuration 5mrmacete2019-07-171-4/+8
* Fix typo (usbmuxd) in READMEFrederik Carlier2019-05-211-1/+1
* Updated README.mdNikias Bassen2019-05-161-7/+7
* Updated README.mdNikias Bassen2019-05-161-19/+19
* Convert README to MarkdownIan Macalinao2019-05-161-49/+34
* client: Plug memory leaks in update_client_info()Nikias Bassen2019-03-051-13/+4
* allow preflight error to pass so simple mode will still workAdam Laurie2019-02-121-1/+3
* Allow logging to a dedicated logfileNikias Bassen2019-02-071-16/+35
* build: check if clock_gettime() requires -lrt on old GNU systemsMikkel Kamstrup Erlandsen2018-11-291-0/+3
* utils: Fix free on invalid pointerNikias Bassen2018-11-291-1/+1
* client: Fix Use-after-Free in handling of SavePairRecord message when reading...Eric Chen2018-11-291-1/+1
* usb: Fix adding hyphen to new style UDIDs by not counting '\0' towards string...Nikias Bassen2018-10-121-0/+2
* usb: Add hyphen to new style UDIDs introduced with iPhone XS/XRNikias Bassen2018-10-051-1/+8
* preflight: Fix compatibility with latest internal changes to libimobiledeviceNikias Bassen2018-10-022-2/+6
* client: Send 'Paired' message when a device's pairing record has been stored ...Nikias Bassen2018-09-153-1/+60
* client: Implement ListListeners commandNikias Bassen2018-07-231-4/+117
* device: Flush buffer to client when remote side unexpectedly terminates conne...Nikias Bassen2018-05-152-2/+16
* client: Set socket options for client connections to improve performanceNikias Bassen2018-05-151-0/+12
* Remove whitespace errorsNikias Bassen2018-05-091-6/+6
* udev: Work around systemd bug related to bind events on Linux 4.12+Bastien Nocera2018-04-181-0/+3
* configure: Add missing check for localtime_r introduced in previous commitNikias Bassen2018-04-091-1/+1
* log: Fix timestamps being printed incorrectly when running in foregroundNikias Bassen2018-04-091-5/+11
* udev: Handle all events only onceRudolf Tammekivi2018-01-311-3/+3
* udev: ensure that all events relating to device are tagged systemdGavin Li2018-01-312-3/+6