summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated NEWS for release2.0.0Nikias Bassen2019-11-071-0/+9
* Update libplist version requirementNikias Bassen2019-11-071-1/+1
* Bump version to 2.0.0Nikias Bassen2019-11-071-1/+1
* Bump soversion due to changes in interfaceNikias Bassen2019-11-071-1/+1
* Fix enum comments in doxygen compatible wayNikias Bassen2019-11-061-3/+3
* Added icat to .gitignoreNikias Bassen2019-10-231-0/+1
* tools: Ignore SIGPIPENikias Bassen2019-09-282-0/+8
* win32: Fix compilationNikias Bassen2019-08-033-2/+25
* tools: Add new tool 'icat'Adrien Guinet2019-08-032-1/+154
* iproxy: Fix (newly introduced) timeout errors not being handledNikias Bassen2019-06-291-2/+2
* Convert README to markdown and update linksNikias Bassen2019-06-202-70/+66
* socket: Return -ETIMEDOUT when select() in socket_read_fd() reached the timeoutNikias Bassen2019-06-131-0/+4
* common: Use portable pointer initialization and assert on allocation failureNikias Bassen2019-06-121-6/+16
* configure: Add missing check for pselectNikias Bassen2019-05-271-0/+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-252-5/+7
* configure.ac: Make sure pthread_cancel is properly detectedNikias Bassen2019-05-251-1/+3
* 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-224-43/+184
* socket: Return -ECONNRESET from socket_receive_timeout() instead of -EAGAIN i...Nikias Bassen2019-05-211-1/+5
* socket: Move initialization of timeval structure into retry loop in socket_ch...Nikias Bassen2019-05-211-8/+7
* 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-276-40/+241
* win32: Make sure ECONNREFUSED is definedNikias Bassen2019-02-261-0/+3
* Return meaningful error codes from usbmuxd_connect()Nikias Bassen2019-01-182-6/+15
* socket: Make sure to use socket_close() really everywhereNikias Bassen2018-10-211-1/+1
* Use socket_close instead of close to close a socketFrederik Carlier2018-10-191-1/+1
* 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-143-31/+127
* Add proper support for USB and network (WiFi sync) devices reported by usbmuxdNikias Bassen2018-10-133-111/+257
* 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-122-2/+20
* 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
* Fix compile warningsBALATON Zoltan2018-09-251-4/+4
* Add usbmuxd_save_pair_record_with_device_id() to target a device by it's usbm...Nikias Bassen2018-09-153-6/+26
* 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-152-8/+167
* common: Get rid of offsetof() and just use sizeof() to get size of unix socke...Nikias Bassen2018-07-241-21/+6
* socket: Set socket options for usbmux connection to improve performanceNikias Bassen2018-05-151-0/+23
* Updated READMENikias Bassen2017-05-221-2/+9
* win32: Only define sleep() when it's not found and reorder header file includesNikias Bassen2017-01-032-4/+6
* Use ax_pthread.m4 and get rid of clang compiler warning about pthreadNikias Bassen2016-12-273-12/+497
* 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-142-1/+14
* Log all errors during receive for debuggingBALATON Zoltan2016-07-131-11/+7