summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Don't call libusb_set_option if libusb_init failsFrederik Carlier2021-01-201-5/+5
* Add option to allow changing the location of or disabling the pidfileNikias Bassen2021-01-111-37/+59
* Fix parsing -S as short option for --socketNikias Bassen2021-01-111-3/+3
* Allow specifying a custom listen address:port or unix socketNikias Bassen2021-01-101-20/+167
* Fix typo in usbmuxd-proto.hNikias Bassen2021-01-091-1/+1
* usb: Don't warn about old configuration descriptor if device is unconfiguredNikias Bassen2021-01-091-1/+3
* usb: Allow configuration 5 after verifying it is actualy usableNikias Bassen2021-01-091-1/+25
* device: Prevent calling client_close() from connection_teardown() when called...Nikias Bassen2020-08-051-0/+1
* device: Add payload type 5 support to device_control_input()Nikias Bassen2020-08-021-0/+7
* device: Add device id to device_control_input() log messagesNikias Bassen2020-08-021-6/+6
* device: Remove unnecessary copy in device_control_input() loggingNikias Bassen2020-08-021-12/+4
* client: Prevent UaF in client_close() by checking if client is validNikias Bassen2020-08-021-1/+14
* client: First go at renaming key internal functions for easier refactoringMartin Szulecki2020-07-301-28/+28
* main: Increase listen socket backlog sizeNikias Bassen2020-07-301-1/+1
* Remove trailing whitespace errors from all filesMartin Szulecki2020-06-082-3/+3
* Unfold automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-081-11/+24
* 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
* Unify usage output with other tools and add project URLsMartin Szulecki2020-06-041-1/+6
* Do not perform preflight on T2 devicesRick Mark2020-05-073-6/+22
* Show debug message upon successful connectionRick Mark2020-05-071-3/+4
* fix: Typo in src/Makefile.amMax Kaulmann2020-04-281-1/+1
* device: Fix potential deadlock (#130)Nikias Bassen2020-01-171-3/+2
* Support T2 chip in restore modeRick Mark2019-12-162-2/+4
* Fix compatibility with latest changes in libimobiledeviceNikias Bassen2019-11-111-3/+6
* 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
* 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
* 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-021-1/+5
* 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