summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve features section in README.mdreadmeMartin Szulecki2020-06-131-7/+16
* Improve README.md with feature, installation and usage sectionsMartin Szulecki2020-06-131-47/+85
* Apply changes towards a project wide common "autogen.sh" fileMartin Szulecki2020-06-091-15/+27
* Update libplist and libimobiledevice version requirementsNikias Bassen2020-06-091-2/+2
* Remove trailing whitespace errors from all filesMartin Szulecki2020-06-082-3/+3
* Make sure README.md file is added to distribution archiveMartin Szulecki2020-06-081-1/+2
* Unfold automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-082-13/+29
* Improve README.md content markdown, update links and creditsMartin Szulecki2020-06-081-14/+18
* Extend libusb version log output on startup to include micro version, tooMartin Szulecki2020-06-081-1/+1
* 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