summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add cast to prevent sign-compare compiler warningNikias Bassen2023-03-011-2/+2
* Fix typo in commentNikias Bassen2022-01-021-1/+1
* Updated pkg-config file with libimobiledevice-glue dependencyNikias Bassen2021-09-011-1/+1
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-012-8/+8
* Forward usbmuxd connect error codes instead of using -1 everywhereNikias Bassen2021-07-151-14/+22
* Remove cast to the same typeRosen Penev2020-12-301-1/+1
* Do not use else after return or break for better code readabilityRosen Penev2020-12-301-5/+14
* Remove pointless returnRosen Penev2020-12-301-1/+0
* Fix inconsistent declarationsRosen Penev2020-12-301-14/+14
* socket: Fix build on WindowsNikias Bassen2020-11-271-1/+1
* Add API version to library and pkgconfig file for proper linkingNikias Bassen2020-06-142-7/+7
* Fix pkg-config file pointing to older libplist dependencyNikias Bassen2020-06-081-1/+1
* Move pkg-config file into src dir and rename it to include major version as s...Nikias Bassen2020-06-082-0/+14
* Remove trailing whitespace errors from all filesMartin Szulecki2020-06-081-6/+6
* Fix compiler warning about missing void in function declaration of usbmuxd_un...fidetro2020-04-271-1/+1
* Remove unnecessary NULL pointer checksNikias Bassen2019-05-261-9/+4
* inotify: Fix hang when usbmuxd is not running and device monitor is stoppedNikias Bassen2019-05-251-2/+47
* Make sure device monitor thread can be cancelled without pthread_cancelNikias Bassen2019-05-251-3/+5
* Make sure to send device remove events when unregistering the callbackNikias Bassen2019-05-231-0/+8
* Add new usbmuxd_events_subscribe/unsubscribe functions with a context so it c...Nikias Bassen2019-05-221-36/+138
* Fix Segmentation Fault when UDID parsing failed by bailing out in case of errorNikias Bassen2019-03-231-1/+1
* Use common thread implementation as used in other libimobiledevice librariesNikias Bassen2019-02-272-33/+14
* win32: Make sure ECONNREFUSED is definedNikias Bassen2019-02-261-0/+3
* Return meaningful error codes from usbmuxd_connect()Nikias Bassen2019-01-181-5/+13
* Avoid code duplication for sanitizing udidNikias Bassen2018-10-161-14/+15
* Rename DEBUG and ERROR macros to avoid name collisionNikias Bassen2018-10-151-52/+52
* Allow using non-standard usbmuxd socket address via environment variableNikias Bassen2018-10-141-0/+44
* Add proper support for USB and network (WiFi sync) devices reported by usbmuxdNikias Bassen2018-10-131-101/+201
* Silence compiler warning about signed vs. unsigned compareNikias Bassen2018-10-121-2/+2
* Properly detect availability of program_invocation_short_name and suppress co...Nikias Bassen2018-10-121-2/+2
* Add hyphen to new style UDIDs on device add events tooNikias Bassen2018-10-121-0/+5
* Add hyphen to new style UDIDs introduced with iPhone XS/XRBALATON Zoltan2018-10-081-0/+5
* Add usbmuxd_save_pair_record_with_device_id() to target a device by it's usbm...Nikias Bassen2018-09-151-5/+13
* Set ClientVersionString to a more adequate string (PACKAGE_VERSION)Nikias Bassen2018-09-151-1/+1
* Properly set ProgName (and BundleID if available) in plist messages to usbmuxdNikias Bassen2018-09-151-8/+165
* win32: Only define sleep() when it's not found and reorder header file includesNikias Bassen2017-01-031-3/+5
* Use ax_pthread.m4 and get rid of clang compiler warning about pthreadNikias Bassen2016-12-271-1/+1
* Move EBADMSG and EPROTO defines out of the WIN32 ifdefDavid Crosby2016-07-141-4/+5
* win32: Return WaitForSingleObject error code in usbmuxd_unsubscribeNikias Bassen2016-07-141-1/+4
* Report pthread_kill/pthread_join errors in usbmuxd_unsubscribeChristophe Fergeau2016-07-141-2/+7
* Handle 'Paired' message and pass event to client through callbackNikias Bassen2016-07-141-0/+12
* Log all errors during receive for debuggingBALATON Zoltan2016-07-131-11/+7
* Catch Paired message even if it is ignored now to prevent returning anBALATON Zoltan2016-07-131-2/+18
* inotify: Work around race condition by adding a retry loopNikias Bassen2014-10-101-1/+8
* Fix check for file descriptor validityNikias Bassen2014-10-101-1/+1
* Update copyright headerMartin Szulecki2014-10-061-2/+2
* Fix undefined pointer operation warning from latest ClangMartin Szulecki2014-10-061-1/+1
* win32: Avoid exporting non-public symbols with declspec dllexportNikias Bassen2014-10-031-3/+7
* Use -fvisibility=hidden to avoid exporting non-public symbolsChow Loong Jin2014-10-031-16/+22
* Move socket and collection functions to a convenience libraryChow Loong Jin2014-10-035-633/+3