summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* socket: Make connecting sockets non-blockingNikias Bassen2020-05-151-11/+31
* inetcat: Properly handle USB vs. network devices with new command line switchesNikias Bassen2020-05-141-23/+99
* iproxy: Properly handle USB vs. network devices with new command line switchesNikias Bassen2020-05-141-36/+112
* configure: Add PACKAGE_URL and PACKAGE_BUGREPORTNikias Bassen2020-05-141-1/+1
* Fix compiler warning about missing void in function declaration of usbmuxd_un...fidetro2020-04-272-2/+2
* configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to a...Nikias Bassen2020-01-141-3/+1
* Bump version to 2.0.2Nikias Bassen2019-12-051-1/+1
* tools: Update .gitignore and name in header of c fileNikias Bassen2019-12-052-2/+2
* inetcat: Add missing sys/select headerRosen Penev2019-11-261-0/+1
* tools: Rename icat to inetcat due to name conflict with sleuthkit2.0.1Nikias Bassen2019-11-264-6/+12
* 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