summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2024-03-27Update soversion for releaseGravatar Nikias Bassen1-1/+1
2024-03-26iproxy: Use updated socket_create API to listen on IPv4 and IPv6 with a ↵Gravatar Nikias Bassen1-1/+1
single socket
2024-01-29Move USBMUXD_API to public headersGravatar Nikias Bassen1-5/+5
2023-04-30autoconf: Small update to configure.acGravatar Nikias Bassen1-1/+1
2023-02-12autoconf: Fix clang-16 breakageGravatar Matthew Smith1-2/+2
-Wint-conversion becomes an error by default in clang-16, causing the program_invocation_short_name test to fail. Bug: https://bugs.gentoo.org/893910
2022-02-10autoconf: Automatically derive version number from latest git tagGravatar Nikias Bassen1-2/+7
with a fallback to get the version string from a .tarball-version file
2021-09-01Remove common code in favor of new libimobiledevice-glueGravatar Nikias Bassen1-8/+12
2021-08-31Update deprecated autoconf macros and update m4 filesGravatar Nikias Bassen1-9/+7
2020-11-27socket: Fix build on WindowsGravatar Nikias Bassen1-1/+1
2020-06-15Post release version bump to 2.0.3Gravatar Martin Szulecki1-1/+1
2020-06-08Move pkg-config file into src dir and rename it to include major version as ↵Gravatar Nikias Bassen1-1/+1
standard recommends
2020-06-08configure: Update libplist version requirementGravatar Nikias Bassen1-2/+2
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