summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2020-06-04Update project URL in configure.acGravatar Martin Szulecki1-1/+1
2020-05-31Add man pages for iproxy and inetcatGravatar Nikias Bassen1-0/+1
2020-05-14configure: Add PACKAGE_URL and PACKAGE_BUGREPORTGravatar Nikias Bassen1-1/+1
2020-01-14configure.ac: Drop AC_FUNC_MALLOC/REALLOC and use AC_CHECK_FUNCS instead to ↵Gravatar Nikias Bassen1-3/+1
allow cross compiliation
2019-12-05Bump version to 2.0.2Gravatar Nikias Bassen1-1/+1
2019-11-26tools: Rename icat to inetcat due to name conflict with sleuthkit2.0.1Gravatar Nikias Bassen1-1/+1
See https://github.com/libimobiledevice/libusbmuxd/issues/84
2019-11-07Update libplist version requirementGravatar Nikias Bassen1-1/+1
2019-11-07Bump version to 2.0.0Gravatar Nikias Bassen1-1/+1
2019-11-07Bump soversion due to changes in interfaceGravatar Nikias Bassen1-1/+1
2019-05-27configure: Add missing check for pselectGravatar Nikias Bassen1-0/+1
2019-05-25configure.ac: Make sure pthread_cancel is properly detectedGravatar Nikias Bassen1-1/+3
2019-02-27Use common thread implementation as used in other libimobiledevice librariesGravatar Nikias Bassen1-7/+9
2018-10-14Allow using non-standard usbmuxd socket address via environment variableGravatar Nikias Bassen1-0/+1
By using USBMUXD_SOCKET_ADDRESS environment variable, it is possible to make libusbmuxd connect to the specified address. The value needs to be in format ADDRESS:PORT (or UNIX:PATH on unix systems). If no port number is specified or parsing fails, the standard socket address (or unix domain socket file path) will be used silently.
2018-10-13Add proper support for USB and network (WiFi sync) devices reported by usbmuxdGravatar Nikias Bassen1-1/+1
This commit extends the interface with a new function usbmuxd_get_device() that allows to look up USB *and* network devices, while the 'old' interface usbmuxd_get_device_by_udid() only targets USB devices. The usbmuxd_device_info_t structure now has new members 'conn_type' and 'conn_data' so that the returned device info allows to figure out if a device is available via USB or network. Check the comments in include/usbmuxd.h for more details.
2018-10-12Properly detect availability of program_invocation_short_name and suppress ↵Gravatar Nikias Bassen1-0/+18
compiler warning
2018-09-15Add usbmuxd_save_pair_record_with_device_id() to target a device by it's ↵Gravatar Nikias Bassen1-1/+1
usbmux id
2018-09-15Properly set ProgName (and BundleID if available) in plist messages to usbmuxdGravatar Nikias Bassen1-0/+2
2017-01-03win32: Only define sleep() when it's not found and reorder header file includesGravatar Nikias Bassen1-1/+1
2016-12-27Use ax_pthread.m4 and get rid of clang compiler warning about pthreadGravatar Nikias Bassen1-11/+11
2015-01-30Improve maintainability and requires of pkg-config fileGravatar Martin Szulecki1-1/+6
2014-10-15Post-release version bump to 1.1.0Gravatar Martin Szulecki1-1/+1
2014-10-14Add "check-news" automake option to ensure correct NEWS file on releasesGravatar Martin Szulecki1-1/+1
2014-10-14Bump so name correctly as some ABI symbols were removedGravatar Martin Szulecki1-1/+1
2014-10-03Bump so revision due to ABI changesGravatar Nikias Bassen1-1/+1
2014-10-03Use -fvisibility=hidden to avoid exporting non-public symbolsGravatar Chow Loong Jin1-1/+6
2014-10-03Move socket and collection functions to a convenience libraryGravatar Chow Loong Jin1-0/+1
This avoids the iproxy tool from relying on undocumented library ABI.
2014-03-24Post-release version bump to 1.0.10Gravatar Nikias Bassen1-1/+1
2013-12-13bump soversion to reflect new interface functionsGravatar Nikias Bassen1-1/+1
2013-12-13make libplist dependency/protov1 support mandatoryGravatar Nikias Bassen1-23/+1
2013-10-31Bump version to 1.0.9Gravatar Nikias Bassen1-2/+2
2013-09-17added libpthread_LIBS to fix build in toolsGravatar Nikias Bassen1-0/+4
2013-09-17initial commit of adapted source tree.Gravatar Nikias Bassen1-0/+124